hash,date,author,commit_message,is_merge,masked_commit_message,type,git_diff 06bc5ef5e2be7612e0416ca39e0a5a3e95e5c723,2019-12-16 12:34:25,Michael,chore(gatsby-plugin-sharp): Use createContentDigest helper (#20076),False,Use createContentDigest helper (#20076),chore,"diff --git a/packages/gatsby-plugin-sharp/src/trace-svg.js b/packages/gatsby-plugin-sharp/src/trace-svg.js index f888f8fe79e6a..574a0bf061dd6 100644 --- a/packages/gatsby-plugin-sharp/src/trace-svg.js +++ b/packages/gatsby-plugin-sharp/src/trace-svg.js @@ -1,5 +1,4 @@ const { promisify } = require(`bluebird`) -const crypto = require(`crypto`) const _ = require(`lodash`) const tmpDir = require(`os`).tmpdir() const sharp = require(`./safe-sharp`) @@ -7,6 +6,7 @@ const sharp = require(`./safe-sharp`) const duotone = require(`./duotone`) const { getPluginOptions, healOptions } = require(`./plugin-options`) const { reportError } = require(`./report-error`) +const { createContentDigest } = require(`gatsby-core-utils`) exports.notMemoizedPrepareTraceSVGInputFile = async ({ file, @@ -90,12 +90,9 @@ exports.notMemoizedtraceSVG = async ({ file, args, fileArgs, reporter }) => { file.extension ) - const tmpFilePath = `${tmpDir}/${file.internal.contentDigest}-${ - file.name - }-${crypto - .createHash(`md5`) - .update(JSON.stringify(options)) - .digest(`hex`)}.${file.extension}` + const optionsHash = createContentDigest(options) + + const tmpFilePath = `${tmpDir}/${file.internal.contentDigest}-${file.name}-${optionsHash}.${file.extension}` try { await exports.memoizedPrepareTraceSVGInputFile({" c948af8ab1e42e75b0463ff404f931b91bccdab0,2023-07-03 12:02:02,renovate[bot],fix(deps): update dependency core-js-compat to v3.31.0 (#38310),False,update dependency core-js-compat to v3.31.0 (#38310),fix,"diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index 002ac0d361362..9071ddca6362d 100644 --- a/packages/gatsby-legacy-polyfills/package.json +++ b/packages/gatsby-legacy-polyfills/package.json @@ -25,7 +25,7 @@ }, ""dependencies"": { ""@babel/runtime"": ""^7.20.13"", - ""core-js-compat"": ""3.30.2"" + ""core-js-compat"": ""3.31.0"" }, ""files"": [ ""dist/"" diff --git a/yarn.lock b/yarn.lock index cdaede02ff7df..030a86eadc41c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8301,10 +8301,10 @@ copyfiles@^2.4.1: untildify ""^4.0.0"" yargs ""^16.1.0"" -core-js-compat@3.30.2, core-js-compat@^3.25.1: - version ""3.30.2"" - resolved ""https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.30.2.tgz#83f136e375babdb8c80ad3c22d67c69098c1dd8b"" - integrity sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA== +core-js-compat@3.31.0, core-js-compat@^3.25.1: + version ""3.31.0"" + resolved ""https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.31.0.tgz#4030847c0766cc0e803dcdfb30055d7ef2064bf1"" + integrity sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw== dependencies: browserslist ""^4.21.5""" bd089a4bde30a1ddc1639cb0ce4abf27fa546c7d,2019-08-24 08:37:11,renovate[bot],fix: update dependency jest-worker to v24 (#17040),False,update dependency jest-worker to v24 (#17040),fix,"diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index ada260adc4e1b..a35c1c606ce95 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -86,7 +86,7 @@ ""is-relative"": ""^1.0.0"", ""is-relative-url"": ""^3.0.0"", ""is-wsl"": ""^2.1.0"", - ""jest-worker"": ""^23.2.0"", + ""jest-worker"": ""^24.9.0"", ""json-loader"": ""^0.5.7"", ""json-stringify-safe"": ""^5.0.1"", ""lodash"": ""^4.17.15"", diff --git a/yarn.lock b/yarn.lock index 5129f0e3466ac..d1f88f15bbc95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11305,12 +11305,6 @@ jest-watcher@^24.9.0: jest-util ""^24.9.0"" string-length ""^2.0.0"" -jest-worker@^23.2.0: - version ""23.2.0"" - resolved ""https://registry.yarnpkg.com/jest-worker/-/jest-worker-23.2.0.tgz#faf706a8da36fae60eb26957257fa7b5d8ea02b9"" - dependencies: - merge-stream ""^1.0.1"" - jest-worker@^24.6.0, jest-worker@^24.9.0: version ""24.9.0"" resolved ""https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5"" @@ -12918,12 +12912,6 @@ merge-source-map@1.0.4: dependencies: source-map ""^0.5.6"" -merge-stream@^1.0.1: - version ""1.0.1"" - resolved ""https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1"" - dependencies: - readable-stream ""^2.0.1"" - merge-stream@^2.0.0: version ""2.0.0"" resolved ""https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60""" 97c98e9cf9229369892f5fee04458c9018cd2c07,2019-02-01 03:01:03,Jon Low,fix(core): Disable HMR for CSS modules (#11032),False,Disable HMR for CSS modules (#11032),fix,"diff --git a/packages/gatsby-plugin-less/src/gatsby-node.js b/packages/gatsby-plugin-less/src/gatsby-node.js index 3f8400adf0be6..322ccebec5231 100644 --- a/packages/gatsby-plugin-less/src/gatsby-node.js +++ b/packages/gatsby-plugin-less/src/gatsby-node.js @@ -30,7 +30,7 @@ exports.onCreateWebpackConfig = ( const lessRuleModules = { test: /\.module\.less$/, use: [ - !isSSR && loaders.miniCssExtract(), + !isSSR && loaders.miniCssExtract({ hmr: false }), loaders.css({ ...cssLoaderOptions, modules: true, importLoaders: 2 }), loaders.postcss({ plugins: postCssPlugins }), lessLoader, diff --git a/packages/gatsby-plugin-postcss/src/gatsby-node.js b/packages/gatsby-plugin-postcss/src/gatsby-node.js index d8d8d8d1035b7..a58a975dd5a5d 100644 --- a/packages/gatsby-plugin-postcss/src/gatsby-node.js +++ b/packages/gatsby-plugin-postcss/src/gatsby-node.js @@ -61,7 +61,7 @@ exports.onCreateWebpackConfig = ( if (!isSSR) { postcssRule.use.unshift(loaders.miniCssExtract()) - postcssRuleModules.use.unshift(loaders.miniCssExtract()) + postcssRuleModules.use.unshift(loaders.miniCssExtract({ hmr: false })) } const postcssRules = { oneOf: [] } diff --git a/packages/gatsby-plugin-sass/src/gatsby-node.js b/packages/gatsby-plugin-sass/src/gatsby-node.js index f3ef735ecd060..0d2122a8aca7d 100644 --- a/packages/gatsby-plugin-sass/src/gatsby-node.js +++ b/packages/gatsby-plugin-sass/src/gatsby-node.js @@ -30,7 +30,7 @@ exports.onCreateWebpackConfig = ( const sassRuleModules = { test: /\.module\.s(a|c)ss$/, use: [ - !isSSR && loaders.miniCssExtract(), + !isSSR && loaders.miniCssExtract({ hmr: false }), loaders.css({ ...cssLoaderOptions, modules: true, importLoaders: 2 }), loaders.postcss({ plugins: postCssPlugins }), sassLoader, diff --git a/packages/gatsby-plugin-stylus/src/gatsby-node.js b/packages/gatsby-plugin-stylus/src/gatsby-node.js index 614abfdb361f4..e0476957fe63b 100644 --- a/packages/gatsby-plugin-stylus/src/gatsby-node.js +++ b/packages/gatsby-plugin-stylus/src/gatsby-node.js @@ -53,7 +53,7 @@ exports.onCreateWebpackConfig = ( const stylusRuleModules = { test: /\.module\.styl$/, use: [ - !isSSR && loaders.miniCssExtract(), + !isSSR && loaders.miniCssExtract({ hmr: false }), loaders.css({ modules: true, importLoaders: 2 }), loaders.postcss({ plugins: postCssPlugins }), stylusLoader, diff --git a/packages/gatsby/src/utils/webpack-utils.js b/packages/gatsby/src/utils/webpack-utils.js index d8551274cf1b8..14758bd58c03c 100644 --- a/packages/gatsby/src/utils/webpack-utils.js +++ b/packages/gatsby/src/utils/webpack-utils.js @@ -389,7 +389,7 @@ module.exports = async ({ loaders.css({ ...options, importLoaders: 1 }), loaders.postcss({ browsers }), ] - if (!isSSR) use.unshift(loaders.miniCssExtract()) + if (!isSSR) use.unshift(loaders.miniCssExtract({ hmr: !options.modules })) return { use," 4fbac99b0605afe41bb19839697230e370b2041d,2019-03-25 12:53:09,stefanprobst,fix(gatsby): Allow setting nullability in createResolvers (#12775),False,Allow setting nullability in createResolvers (#12775),fix,"diff --git a/packages/gatsby/src/schema/__tests__/build-schema.js b/packages/gatsby/src/schema/__tests__/build-schema.js index 62686b87b732a..4ed1abe03ac82 100644 --- a/packages/gatsby/src/schema/__tests__/build-schema.js +++ b/packages/gatsby/src/schema/__tests__/build-schema.js @@ -444,6 +444,38 @@ describe(`Build schema`, () => { expect(fields[`name`].type).toEqual(GraphQLString) }) + it(`allows setting field type nullability on field`, async () => { + createTypes(` + type Post implements Node { + tags: [String!]! + categories: [String] + } + `) + createCreateResolversMock({ + Post: { + tags: { + type: `[String]`, + resolve() { + return [`All good`] + }, + }, + categories: { + type: `[String!]!`, + resolve() { + return [`Even better`] + }, + }, + }, + }) + const schema = await buildSchema() + const type = schema.getType(`Post`) + const fields = type.getFields() + expect(fields[`tags`].type.toString()).toBe(`[String]`) + expect(fields[`tags`].resolve).toBeDefined() + expect(fields[`categories`].type.toString()).toBe(`[String!]!`) + expect(fields[`categories`].resolve).toBeDefined() + }) + it(`allows overriding field type on field on third-party type`, async () => { addThirdPartySchema(` type ThirdPartyFoo { diff --git a/packages/gatsby/src/schema/schema.js b/packages/gatsby/src/schema/schema.js index 46ca46669e2bd..bc9ee61458ea4 100644 --- a/packages/gatsby/src/schema/schema.js +++ b/packages/gatsby/src/schema/schema.js @@ -245,7 +245,7 @@ const createTypeComposerFromGatsbyType = ({ return InterfaceTypeComposer.createTemp(type.config, schemaComposer) } default: { - console.warn(`Illegal type definition: ${JSON.stringify(type.config)}`) + report.warn(`Illegal type definition: ${JSON.stringify(type.config)}`) return null } } @@ -354,7 +354,8 @@ const addCustomResolveFunctions = async ({ schemaComposer, parentSpan }) => { fieldConfig.type && fieldConfig.type.toString() if ( !fieldTypeName || - tc.getFieldType(fieldName) === fieldConfig.type.toString() || + fieldTypeName.replace(/!/g, ``) === + originalTypeName.replace(/!/g, ``) || tc.getType().isThirdPartyType ) { const newConfig = {}" b4b5c32a9cbb77cb435d585efd4c7dea943380ec,2019-11-20 00:32:32,Patrick Simonian,docs: add detail on server configurations for client side rout… (#19554),False,add detail on server configurations for client side rout… (#19554),docs,"diff --git a/docs/docs/client-only-routes-and-user-authentication.md b/docs/docs/client-only-routes-and-user-authentication.md index 94b94e7eb3d43..77c0f184e440d 100644 --- a/docs/docs/client-only-routes-and-user-authentication.md +++ b/docs/docs/client-only-routes-and-user-authentication.md @@ -10,6 +10,8 @@ Gatsby uses [@reach/router](https://reach.tech/router/) under the hood. You shou These routes will exist on the client only and will not correspond to index.html files in an app's built assets. If you'd like site users to be able to visit client routes directly, you'll need to set up your server to handle those routes appropriately. +> see explanation below + To create client-only routes, add the following code to your site’s `gatsby-node.js` file: ```javascript:title=gatsby-node.js @@ -35,3 +37,17 @@ exports.onCreatePage = async ({ page, actions }) => { > Tip: For applications with complex routing, you may want to override Gatsby's default scroll behavior with the [shouldUpdateScroll](/docs/browser-apis/#shouldUpdateScroll) Browser API. Check out the [""simple auth"" example site](https://github.com/gatsbyjs/gatsby/blob/master/examples/simple-auth/) for a demo implementing user authentication and restricted client-only routes. + +## Configuring a Server to Handle Client Side Routes + +As explained earlier, to access client-side routes from a server request, the server will need configuration. + +For example, the client-side route `/app/:id` could make a server request to `/app/why-gatsby-is-awesome` during a page refresh. + +The server would not be able to complete this request as `why-gatsby-is-awesome` is a client-side route. It does not have a corresponding HTML file on the server. The file found at `/app/index.html` on the server contains all the code to handle the page paths after `/app`. + +A pattern to follow, agnostic of server technology, is to watch for these specific routes and return the appropriate HTML file. + +In the previous example, when making a GET request to `/app/why-gatsby-is-awesome`, The server should respond with `/app/index.html`. It is important to note that the response code should be a **200** and not a **301** . The response is not a redirect. + +The client is completely unaware of any changes and receives the file it is expecting." 3661aa74f223bae0a491911fd4f559d76f4b6557,2022-09-22 18:04:01,Lennart,fix(gatsby): Regression in shared chunks (#36664),False,Regression in shared chunks (#36664),fix,"diff --git a/packages/gatsby/src/utils/webpack.config.js b/packages/gatsby/src/utils/webpack.config.js index 37d4c2ac4db0f..5a59b10b96681 100644 --- a/packages/gatsby/src/utils/webpack.config.js +++ b/packages/gatsby/src/utils/webpack.config.js @@ -643,7 +643,6 @@ module.exports = async ( }, // if a module is bigger than 160kb from node_modules we make a separate chunk for it lib: { - // Don't split up the page chunks as they won't be loaded by gatsby anyways test(module) { return ( !isCssModule(module) && @@ -672,24 +671,10 @@ module.exports = async ( // if a chunk is used on all components we put it in commons (we need at least 2 components) minChunks: Math.max(componentsCount, 2), priority: 20, - // Don't split up the page chunks as they won't be loaded by gatsby anyways - // test: isPartialHydrationEnabled - // ? function (module, { chunkGraph }) { - // for (const chunk of chunkGraph.getModuleChunksIterable( - // module - // )) { - // if (chunk.name?.startsWith(`component---`)) { - // return false - // } - // } - - // return true - // } - // : undefined, }, // If a chunk is used in at least 2 components we create a separate chunk shared: { - test: module => isCssModule(module), + test: module => !isCssModule(module), name(module, chunks) { const hash = crypto .createHash(`sha1`)" 3eb43dbc66c446863d831bf54fa789cd66763826,2019-07-30 03:09:09,Erno Salo,fix(docs): change relative url to absolute url for gatsby-link readme (#16197),False,change relative url to absolute url for gatsby-link readme (#16197),fix,"diff --git a/packages/gatsby-link/README.md b/packages/gatsby-link/README.md index e544435be281a..02ec2447cd291 100644 --- a/packages/gatsby-link/README.md +++ b/packages/gatsby-link/README.md @@ -2,4 +2,4 @@ All components and utility functions from this package are now exported from [`gatsby`](/packages/gatsby) package. You should not import anything from this package directly. -The [API reference](/docs/gatsby-link/) has more documentation. +The [API reference](https://www.gatsbyjs.org/docs/gatsby-link/) has more documentation." 2260f3e5f63dd92cb28cda921d122d11ffae8546,2023-04-03 17:13:59,renovate[bot],fix(deps): update dependency gatsby-core-utils to ^4.8.0 (#37853),False,update dependency gatsby-core-utils to ^4.8.0 (#37853),fix,"diff --git a/packages/gatsby-transformer-screenshot/lambda/package.json b/packages/gatsby-transformer-screenshot/lambda/package.json index f552857e5670e..235d5cabc038b 100644 --- a/packages/gatsby-transformer-screenshot/lambda/package.json +++ b/packages/gatsby-transformer-screenshot/lambda/package.json @@ -1,7 +1,7 @@ { ""dependencies"": { ""chrome-aws-lambda"": ""^2.1.1"", - ""gatsby-core-utils"": ""^4.4.0-next.2"", + ""gatsby-core-utils"": ""^4.8.0"", ""puppeteer-core"": ""^3.3.0"" }, ""devDependencies"": {" ce56b9d50cad832f2f61778b810c125f4f61b8ae,2019-07-31 03:33:40,stefanprobst,fix(gatsby): Respect infer extension in schema update (#16110),False,Respect infer extension in schema update (#16110),fix,"diff --git a/packages/gatsby/src/schema/schema.js b/packages/gatsby/src/schema/schema.js index d45504f203d33..b5c32df4e814f 100644 --- a/packages/gatsby/src/schema/schema.js +++ b/packages/gatsby/src/schema/schema.js @@ -66,14 +66,20 @@ const rebuildSchemaWithSitePage = async ({ typeConflictReporter, parentSpan, }) => { - const typeComposer = addInferredType({ - schemaComposer, - typeComposer: schemaComposer.getOTC(`SitePage`), - nodeStore, - typeConflictReporter, - typeMapping, - parentSpan, - }) + const typeComposer = schemaComposer.getOTC(`SitePage`) + const shouldInfer = + !typeComposer.hasExtension(`infer`) || + typeComposer.getExtension(`infer`) !== false + if (shouldInfer) { + addInferredType({ + schemaComposer, + typeComposer, + nodeStore, + typeConflictReporter, + typeMapping, + parentSpan, + }) + } await processTypeComposer({ schemaComposer, typeComposer," ffbec4c5e56496ad8169415e9b4a93ba47c18398,2020-10-27 15:40:24,Peter van der Zee,perf(gatsby-source-filesystem): dont JSON parse/stringify the node (#27597),False,dont JSON parse/stringify the node (#27597),perf,"diff --git a/packages/gatsby-source-filesystem/src/__tests__/create-file-node.js b/packages/gatsby-source-filesystem/src/__tests__/create-file-node.js index 3224b1ad833c4..cf3da21806a17 100644 --- a/packages/gatsby-source-filesystem/src/__tests__/create-file-node.js +++ b/packages/gatsby-source-filesystem/src/__tests__/create-file-node.js @@ -1,11 +1,48 @@ const path = require(`path`) const { createFileNode } = require(`../create-file-node`) +const fs = require(`fs-extra`) + +const fsStatBak = fs.stat // FIXME: This test needs to not use snapshots because of file differences // and locations across users and CI systems describe(`create-file-node`, () => { - it(`creates a file node`, () => { + beforeEach(() => { + // If this breaks, note that the actual values here are not relevant. They just need to be mocked because + // otherwise the tests change due to changing timestamps. The returned object should mimic the real fs.stat + // Note: async tests should run in serial so this mock should not cause cross test polution on this thread. + fs.stat = jest.fn().mockResolvedValue( + Promise.resolve({ + isDirectory() { + return false + }, + dev: 123456, + mode: 123456, + nlink: 123456, + uid: 123456, + rdev: 123456, + blksize: 123456, + ino: 123456, + size: 123456, + blocks: 123456, + atimeMs: 123456, + mtimeMs: 123456, + ctimeMs: 123456, + birthtimeMs: 123456, + atime: new Date(123456), + mtime: new Date(123456), + ctime: new Date(123456), + birthtime: new Date(123456), + }) + ) + }) + + afterEach(() => { + fs.stat = fsStatBak + }) + + it(`creates a file node`, async () => { const createNodeId = jest.fn() createNodeId.mockReturnValue(`uuid-from-gatsby`) return createFileNode( @@ -14,4 +51,90 @@ describe(`create-file-node`, () => { {} ) }) + + it(`records the shape of the node`, async () => { + const dname = fs.mkdtempSync(`gatsby-create-file-node-test`).trim() + try { + const fname = path.join(dname, `f`) + console.log(dname, fname) + fs.writeFileSync(fname, `data`) + try { + const createNodeId = jest.fn() + createNodeId.mockReturnValue(`uuid-from-gatsby`) + + const node = await createFileNode(fname, createNodeId, {}) + + // Sanitize all filenames + Object.keys(node).forEach(key => { + if (typeof node[key] === `string`) { + node[key] = node[key].replace(new RegExp(dname, `g`), ``) + node[key] = node[key].replace(new RegExp(fname, `g`), ``) + } + }) + Object.keys(node.internal).forEach(key => { + if (typeof node.internal[key] === `string`) { + node.internal[key] = node.internal[key].replace( + new RegExp(dname, `g`), + `` + ) + node.internal[key] = node.internal[key].replace( + new RegExp(fname, `g`), + `` + ) + } + }) + + // Note: this snapshot should update if the mock above is changed + expect(node).toMatchInlineSnapshot(` + Object { + ""absolutePath"": ""/f"", + ""accessTime"": ""1970-01-01T00:02:03.456Z"", + ""atime"": ""1970-01-01T00:02:03.456Z"", + ""atimeMs"": 123456, + ""base"": ""f"", + ""birthTime"": ""1970-01-01T00:02:03.456Z"", + ""birthtime"": ""1970-01-01T00:02:03.456Z"", + ""birthtimeMs"": 123456, + ""blksize"": 123456, + ""blocks"": 123456, + ""changeTime"": ""1970-01-01T00:02:03.456Z"", + ""children"": Array [], + ""ctime"": ""1970-01-01T00:02:03.456Z"", + ""ctimeMs"": 123456, + ""dev"": 123456, + ""dir"": """", + ""ext"": """", + ""extension"": """", + ""id"": ""uuid-from-gatsby"", + ""ino"": 123456, + ""internal"": Object { + ""contentDigest"": ""8d777f385d3dfec8815d20f7496026dc"", + ""description"": ""File \\""/f\\"""", + ""mediaType"": ""application/octet-stream"", + ""type"": ""File"", + }, + ""mode"": 123456, + ""modifiedTime"": ""1970-01-01T00:02:03.456Z"", + ""mtime"": ""1970-01-01T00:02:03.456Z"", + ""mtimeMs"": 123456, + ""name"": ""f"", + ""nlink"": 123456, + ""parent"": null, + ""prettySize"": ""123 kB"", + ""rdev"": 123456, + ""relativeDirectory"": """", + ""relativePath"": ""/f"", + ""root"": """", + ""size"": 123456, + ""sourceInstanceName"": ""__PROGRAMMATIC__"", + ""uid"": 123456, + } + `) + } finally { + fs.unlinkSync(fname) + } + } finally { + fs.rmdirSync(dname) + } + }) }) diff --git a/packages/gatsby-source-filesystem/src/create-file-node.js b/packages/gatsby-source-filesystem/src/create-file-node.js index 12e72bc7eb1aa..3e9730fad6593 100644 --- a/packages/gatsby-source-filesystem/src/create-file-node.js +++ b/packages/gatsby-source-filesystem/src/create-file-node.js @@ -45,33 +45,48 @@ exports.createFileNode = async ( } } - // Stringify date objects. - return JSON.parse( - JSON.stringify({ - // Don't actually make the File id the absolute path as otherwise - // people will use the id for that and ids shouldn't be treated as - // useful information. - id: createNodeId(pathToFile), - children: [], - parent: null, - internal, - sourceInstanceName: pluginOptions.name || `__PROGRAMMATIC__`, - absolutePath: slashedFile.absolutePath, - relativePath: slash( - path.relative( - pluginOptions.path || process.cwd(), - slashedFile.absolutePath - ) - ), - extension: slashedFile.ext.slice(1).toLowerCase(), - size: stats.size, - prettySize: prettyBytes(stats.size), - modifiedTime: stats.mtime, - accessTime: stats.atime, - changeTime: stats.ctime, - birthTime: stats.birthtime, - ...slashedFile, - ...stats, - }) - ) + return { + // Don't actually make the File id the absolute path as otherwise + // people will use the id for that and ids shouldn't be treated as + // useful information. + id: createNodeId(pathToFile), + children: [], + parent: null, + internal, + sourceInstanceName: pluginOptions.name || `__PROGRAMMATIC__`, + relativePath: slash( + path.relative( + pluginOptions.path || process.cwd(), + slashedFile.absolutePath + ) + ), + extension: slashedFile.ext.slice(1).toLowerCase(), + prettySize: prettyBytes(stats.size), + modifiedTime: stats.mtime.toJSON(), + accessTime: stats.atime.toJSON(), + changeTime: stats.ctime.toJSON(), + birthTime: stats.birthtime.toJSON(), + // Note: deprecate splatting the slashedFile object + // Note: the object may contain different properties depending on File or Dir + ...slashedFile, + // TODO: deprecate copying the entire object + // Note: not splatting for perf reasons (make sure Date objects are serialized) + dev: stats.dev, + mode: stats.mode, + nlink: stats.nlink, + uid: stats.uid, + rdev: stats.rdev, + blksize: stats.blksize, + ino: stats.ino, + size: stats.size, + blocks: stats.blocks, + atimeMs: stats.atimeMs, + mtimeMs: stats.mtimeMs, + ctimeMs: stats.ctimeMs, + birthtimeMs: stats.birthtimeMs, + atime: stats.atime.toJSON(), + mtime: stats.mtime.toJSON(), + ctime: stats.ctime.toJSON(), + birthtime: stats.birthtime.toJSON(), + } }" 06ed2a0ddd942aff4f15dba973f5fb295f1614cf,2021-09-20 13:48:22,Lennart,chore(starters): Make `theme_color` optional (#33252),False,Make `theme_color` optional (#33252),chore,"diff --git a/starters/blog/gatsby-config.js b/starters/blog/gatsby-config.js index a282da5d0af3d..e72eeeb7f5b9b 100644 --- a/starters/blog/gatsby-config.js +++ b/starters/blog/gatsby-config.js @@ -116,7 +116,9 @@ module.exports = { short_name: `GatsbyJS`, start_url: `/`, background_color: `#ffffff`, - theme_color: `#663399`, + // This will impact how browsers show your PWA/website + // https://css-tricks.com/meta-theme-color-and-trickery/ + // theme_color: `#663399`, display: `minimal-ui`, icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site. }, diff --git a/starters/default/gatsby-config.js b/starters/default/gatsby-config.js index 7721fc5ba0707..9678eccb1dc19 100644 --- a/starters/default/gatsby-config.js +++ b/starters/default/gatsby-config.js @@ -24,7 +24,9 @@ module.exports = { short_name: `starter`, start_url: `/`, background_color: `#663399`, - theme_color: `#663399`, + // This will impact how browsers show your PWA/website + // https://css-tricks.com/meta-theme-color-and-trickery/ + // theme_color: `#663399`, display: `minimal-ui`, icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site. }," cec5e280aa267079323460acf132ec8844c74162,2019-04-04 02:28:43,Anthony Marcar,feat(gatsby): write match-paths.json (#13012),False,write match-paths.json (#13012),feat,"diff --git a/packages/gatsby/src/internal-plugins/query-runner/pages-writer.js b/packages/gatsby/src/internal-plugins/query-runner/pages-writer.js index 10e8c21e76bd9..048eff32cb371 100644 --- a/packages/gatsby/src/internal-plugins/query-runner/pages-writer.js +++ b/packages/gatsby/src/internal-plugins/query-runner/pages-writer.js @@ -18,6 +18,7 @@ const writePages = async () => { // Write out pages.json let pagesData = [] + let matchPaths = [] pages.forEach(({ path, matchPath, componentChunkName, jsonName }) => { const pageComponentsChunkNames = { componentChunkName, @@ -33,6 +34,10 @@ const writePages = async () => { path, matchPath, }) + + if (matchPath) { + matchPaths[matchPath] = path + } }) pagesData = _(pagesData) @@ -119,6 +124,7 @@ const preferDefault = m => m && m.default || m writeAndMove(`pages.json`, JSON.stringify(pagesData, null, 4)), writeAndMove(`sync-requires.js`, syncRequires), writeAndMove(`async-requires.js`, asyncRequires), + writeAndMove(`match-paths.json`, JSON.stringify(matchPaths, null, 4)), writeAndMove( `data.json`, JSON.stringify({" 29bec7a6f6a9b356e124183d423f49ad7d268936,2022-08-01 18:07:46,renovate[bot],fix(deps): update starters and examples (#36284),False,update starters and examples (#36284),fix,"diff --git a/starters/gatsby-starter-blog-theme/package-lock.json b/starters/gatsby-starter-blog-theme/package-lock.json index a84a0f017270e..051d42ed10485 100644 --- a/starters/gatsby-starter-blog-theme/package-lock.json +++ b/starters/gatsby-starter-blog-theme/package-lock.json @@ -1540,15 +1540,27 @@ } }, ""@emotion/cache"": { - ""version"": ""11.9.3"", - ""resolved"": ""https://registry.npmjs.org/@emotion/cache/-/cache-11.9.3.tgz"", - ""integrity"": ""sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg=="", - ""requires"": { - ""@emotion/memoize"": ""^0.7.4"", - ""@emotion/sheet"": ""^1.1.1"", - ""@emotion/utils"": ""^1.0.0"", - ""@emotion/weak-memoize"": ""^0.2.5"", + ""version"": ""11.10.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/cache/-/cache-11.10.0.tgz"", + ""integrity"": ""sha512-3FoUWnDbHWg/pXGCvL46jvpOSJP0xvRZLY8khUcUHGOBcp0S/MCIk+osp84/dby2Ctahw/Ev4KTHWkY3i0g39g=="", + ""requires"": { + ""@emotion/memoize"": ""^0.8.0"", + ""@emotion/sheet"": ""^1.2.0"", + ""@emotion/utils"": ""^1.2.0"", + ""@emotion/weak-memoize"": ""^0.3.0"", ""stylis"": ""4.0.13"" + }, + ""dependencies"": { + ""@emotion/memoize"": { + ""version"": ""0.8.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz"", + ""integrity"": ""sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA=="" + }, + ""@emotion/utils"": { + ""version"": ""1.2.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz"", + ""integrity"": ""sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw=="" + } } }, ""@emotion/hash"": { @@ -1557,11 +1569,18 @@ ""integrity"": ""sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="" }, ""@emotion/is-prop-valid"": { - ""version"": ""1.1.3"", - ""resolved"": ""https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.3.tgz"", - ""integrity"": ""sha512-RFg04p6C+1uO19uG8N+vqanzKqiM9eeV1LDOG3bmkYmuOj7NbKNlFC/4EZq5gnwAIlcC/jOT24f8Td0iax2SXA=="", + ""version"": ""1.2.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz"", + ""integrity"": ""sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg=="", ""requires"": { - ""@emotion/memoize"": ""^0.7.4"" + ""@emotion/memoize"": ""^0.8.0"" + }, + ""dependencies"": { + ""@emotion/memoize"": { + ""version"": ""0.8.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz"", + ""integrity"": ""sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA=="" + } } }, ""@emotion/memoize"": { @@ -1570,30 +1589,122 @@ ""integrity"": ""sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ=="" }, ""@emotion/react"": { - ""version"": ""11.9.3"", - ""resolved"": ""https://registry.npmjs.org/@emotion/react/-/react-11.9.3.tgz"", - ""integrity"": ""sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ=="", + ""version"": ""11.10.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/react/-/react-11.10.0.tgz"", + ""integrity"": ""sha512-K6z9zlHxxBXwN8TcpwBKcEsBsOw4JWCCmR+BeeOWgqp8GIU1yA2Odd41bwdAAr0ssbQrbJbVnndvv7oiv1bZeQ=="", ""requires"": { - ""@babel/runtime"": ""^7.13.10"", - ""@emotion/babel-plugin"": ""^11.7.1"", - ""@emotion/cache"": ""^11.9.3"", - ""@emotion/serialize"": ""^1.0.4"", - ""@emotion/utils"": ""^1.1.0"", - ""@emotion/weak-memoize"": ""^0.2.5"", + ""@babel/runtime"": ""^7.18.3"", + ""@emotion/babel-plugin"": ""^11.10.0"", + ""@emotion/cache"": ""^11.10.0"", + ""@emotion/serialize"": ""^1.1.0"", + ""@emotion/utils"": ""^1.2.0"", + ""@emotion/weak-memoize"": ""^0.3.0"", ""hoist-non-react-statics"": ""^3.3.1"" }, ""dependencies"": { + ""@babel/helper-plugin-utils"": { + ""version"": ""7.18.9"", + ""resolved"": ""https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz"", + ""integrity"": ""sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w=="" + }, + ""@babel/plugin-syntax-jsx"": { + ""version"": ""7.18.6"", + ""resolved"": ""https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz"", + ""integrity"": ""sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q=="", + ""requires"": { + ""@babel/helper-plugin-utils"": ""^7.18.6"" + } + }, + ""@babel/runtime"": { + ""version"": ""7.18.9"", + ""resolved"": ""https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz"", + ""integrity"": ""sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw=="", + ""requires"": { + ""regenerator-runtime"": ""^0.13.4"" + } + }, + ""@emotion/babel-plugin"": { + ""version"": ""11.10.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.0.tgz"", + ""integrity"": ""sha512-xVnpDAAbtxL1dsuSelU5A7BnY/lftws0wUexNJZTPsvX/1tM4GZJbclgODhvW4E+NH7E5VFcH0bBn30NvniPJA=="", + ""requires"": { + ""@babel/helper-module-imports"": ""^7.16.7"", + ""@babel/plugin-syntax-jsx"": ""^7.17.12"", + ""@babel/runtime"": ""^7.18.3"", + ""@emotion/hash"": ""^0.9.0"", + ""@emotion/memoize"": ""^0.8.0"", + ""@emotion/serialize"": ""^1.1.0"", + ""babel-plugin-macros"": ""^3.1.0"", + ""convert-source-map"": ""^1.5.0"", + ""escape-string-regexp"": ""^4.0.0"", + ""find-root"": ""^1.1.0"", + ""source-map"": ""^0.5.7"", + ""stylis"": ""4.0.13"" + } + }, + ""@emotion/hash"": { + ""version"": ""0.9.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz"", + ""integrity"": ""sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ=="" + }, + ""@emotion/memoize"": { + ""version"": ""0.8.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz"", + ""integrity"": ""sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA=="" + }, ""@emotion/serialize"": { - ""version"": ""1.0.4"", - ""resolved"": ""https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.4.tgz"", - ""integrity"": ""sha512-1JHamSpH8PIfFwAMryO2bNka+y8+KA5yga5Ocf2d7ZEiJjb7xlLW7aknBGZqJLajuLOvJ+72vN+IBSwPlXD1Pg=="", + ""version"": ""1.1.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.0.tgz"", + ""integrity"": ""sha512-F1ZZZW51T/fx+wKbVlwsfchr5q97iW8brAnXmsskz4d0hVB4O3M/SiA3SaeH06x02lSNzkkQv+n3AX3kCXKSFA=="", ""requires"": { - ""@emotion/hash"": ""^0.8.0"", - ""@emotion/memoize"": ""^0.7.4"", - ""@emotion/unitless"": ""^0.7.5"", - ""@emotion/utils"": ""^1.0.0"", + ""@emotion/hash"": ""^0.9.0"", + ""@emotion/memoize"": ""^0.8.0"", + ""@emotion/unitless"": ""^0.8.0"", + ""@emotion/utils"": ""^1.2.0"", ""csstype"": ""^3.0.2"" } + }, + ""@emotion/unitless"": { + ""version"": ""0.8.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz"", + ""integrity"": ""sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw=="" + }, + ""@emotion/utils"": { + ""version"": ""1.2.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz"", + ""integrity"": ""sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw=="" + }, + ""babel-plugin-macros"": { + ""version"": ""3.1.0"", + ""resolved"": ""https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz"", + ""integrity"": ""sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg=="", + ""requires"": { + ""@babel/runtime"": ""^7.12.5"", + ""cosmiconfig"": ""^7.0.0"", + ""resolve"": ""^1.19.0"" + } + }, + ""cosmiconfig"": { + ""version"": ""7.0.1"", + ""resolved"": ""https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz"", + ""integrity"": ""sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ=="", + ""requires"": { + ""@types/parse-json"": ""^4.0.0"", + ""import-fresh"": ""^3.2.1"", + ""parse-json"": ""^5.0.0"", + ""path-type"": ""^4.0.0"", + ""yaml"": ""^1.10.0"" + } + }, + ""escape-string-regexp"": { + ""version"": ""4.0.0"", + ""resolved"": ""https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"", + ""integrity"": ""sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="" + }, + ""source-map"": { + ""version"": ""0.5.7"", + ""resolved"": ""https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"", + ""integrity"": ""sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="" } } }, @@ -1610,33 +1721,125 @@ } }, ""@emotion/sheet"": { - ""version"": ""1.1.1"", - ""resolved"": ""https://registry.npmjs.org/@emotion/sheet/-/sheet-1.1.1.tgz"", - ""integrity"": ""sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA=="" + ""version"": ""1.2.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.0.tgz"", + ""integrity"": ""sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w=="" }, ""@emotion/styled"": { - ""version"": ""11.9.3"", - ""resolved"": ""https://registry.npmjs.org/@emotion/styled/-/styled-11.9.3.tgz"", - ""integrity"": ""sha512-o3sBNwbtoVz9v7WB1/Y/AmXl69YHmei2mrVnK7JgyBJ//Rst5yqPZCecEJlMlJrFeWHp+ki/54uN265V2pEcXA=="", + ""version"": ""11.10.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/styled/-/styled-11.10.0.tgz"", + ""integrity"": ""sha512-V9oaEH6V4KePeQpgUE83i8ht+4Ri3E8Djp/ZPJ4DQlqWhSKITvgzlR3/YQE2hdfP4Jw3qVRkANJz01LLqK9/TA=="", ""requires"": { - ""@babel/runtime"": ""^7.13.10"", - ""@emotion/babel-plugin"": ""^11.7.1"", - ""@emotion/is-prop-valid"": ""^1.1.3"", - ""@emotion/serialize"": ""^1.0.4"", - ""@emotion/utils"": ""^1.1.0"" + ""@babel/runtime"": ""^7.18.3"", + ""@emotion/babel-plugin"": ""^11.10.0"", + ""@emotion/is-prop-valid"": ""^1.2.0"", + ""@emotion/serialize"": ""^1.1.0"", + ""@emotion/utils"": ""^1.2.0"" }, ""dependencies"": { + ""@babel/helper-plugin-utils"": { + ""version"": ""7.18.9"", + ""resolved"": ""https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz"", + ""integrity"": ""sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w=="" + }, + ""@babel/plugin-syntax-jsx"": { + ""version"": ""7.18.6"", + ""resolved"": ""https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz"", + ""integrity"": ""sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q=="", + ""requires"": { + ""@babel/helper-plugin-utils"": ""^7.18.6"" + } + }, + ""@babel/runtime"": { + ""version"": ""7.18.9"", + ""resolved"": ""https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz"", + ""integrity"": ""sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw=="", + ""requires"": { + ""regenerator-runtime"": ""^0.13.4"" + } + }, + ""@emotion/babel-plugin"": { + ""version"": ""11.10.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.0.tgz"", + ""integrity"": ""sha512-xVnpDAAbtxL1dsuSelU5A7BnY/lftws0wUexNJZTPsvX/1tM4GZJbclgODhvW4E+NH7E5VFcH0bBn30NvniPJA=="", + ""requires"": { + ""@babel/helper-module-imports"": ""^7.16.7"", + ""@babel/plugin-syntax-jsx"": ""^7.17.12"", + ""@babel/runtime"": ""^7.18.3"", + ""@emotion/hash"": ""^0.9.0"", + ""@emotion/memoize"": ""^0.8.0"", + ""@emotion/serialize"": ""^1.1.0"", + ""babel-plugin-macros"": ""^3.1.0"", + ""convert-source-map"": ""^1.5.0"", + ""escape-string-regexp"": ""^4.0.0"", + ""find-root"": ""^1.1.0"", + ""source-map"": ""^0.5.7"", + ""stylis"": ""4.0.13"" + } + }, + ""@emotion/hash"": { + ""version"": ""0.9.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz"", + ""integrity"": ""sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ=="" + }, + ""@emotion/memoize"": { + ""version"": ""0.8.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz"", + ""integrity"": ""sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA=="" + }, ""@emotion/serialize"": { - ""version"": ""1.0.4"", - ""resolved"": ""https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.4.tgz"", - ""integrity"": ""sha512-1JHamSpH8PIfFwAMryO2bNka+y8+KA5yga5Ocf2d7ZEiJjb7xlLW7aknBGZqJLajuLOvJ+72vN+IBSwPlXD1Pg=="", + ""version"": ""1.1.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.0.tgz"", + ""integrity"": ""sha512-F1ZZZW51T/fx+wKbVlwsfchr5q97iW8brAnXmsskz4d0hVB4O3M/SiA3SaeH06x02lSNzkkQv+n3AX3kCXKSFA=="", ""requires"": { - ""@emotion/hash"": ""^0.8.0"", - ""@emotion/memoize"": ""^0.7.4"", - ""@emotion/unitless"": ""^0.7.5"", - ""@emotion/utils"": ""^1.0.0"", + ""@emotion/hash"": ""^0.9.0"", + ""@emotion/memoize"": ""^0.8.0"", + ""@emotion/unitless"": ""^0.8.0"", + ""@emotion/utils"": ""^1.2.0"", ""csstype"": ""^3.0.2"" } + }, + ""@emotion/unitless"": { + ""version"": ""0.8.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz"", + ""integrity"": ""sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw=="" + }, + ""@emotion/utils"": { + ""version"": ""1.2.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz"", + ""integrity"": ""sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw=="" + }, + ""babel-plugin-macros"": { + ""version"": ""3.1.0"", + ""resolved"": ""https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz"", + ""integrity"": ""sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg=="", + ""requires"": { + ""@babel/runtime"": ""^7.12.5"", + ""cosmiconfig"": ""^7.0.0"", + ""resolve"": ""^1.19.0"" + } + }, + ""cosmiconfig"": { + ""version"": ""7.0.1"", + ""resolved"": ""https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz"", + ""integrity"": ""sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ=="", + ""requires"": { + ""@types/parse-json"": ""^4.0.0"", + ""import-fresh"": ""^3.2.1"", + ""parse-json"": ""^5.0.0"", + ""path-type"": ""^4.0.0"", + ""yaml"": ""^1.10.0"" + } + }, + ""escape-string-regexp"": { + ""version"": ""4.0.0"", + ""resolved"": ""https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"", + ""integrity"": ""sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="" + }, + ""source-map"": { + ""version"": ""0.5.7"", + ""resolved"": ""https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"", + ""integrity"": ""sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="" } } }, @@ -1651,9 +1854,9 @@ ""integrity"": ""sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ=="" }, ""@emotion/weak-memoize"": { - ""version"": ""0.2.5"", - ""resolved"": ""https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz"", - ""integrity"": ""sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA=="" + ""version"": ""0.3.0"", + ""resolved"": ""https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz"", + ""integrity"": ""sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg=="" }, ""@endemolshinegroup/cosmiconfig-typescript-loader"": { ""version"": ""3.0.2"", @@ -16261,84 +16464,84 @@ ""integrity"": ""sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="" }, ""theme-ui"": { - ""version"": ""0.14.6"", - ""resolved"": ""https://registry.npmjs.org/theme-ui/-/theme-ui-0.14.6.tgz"", - ""integrity"": ""sha512-DFjZuRGT+f/vXbusb4XzbWgGVtLhNfI2l89XYgT9fd3lTZnUsPPT+UQXX3/nHCHTx6X8likV6gjiKy6DUS2BGA=="", - ""requires"": { - ""@theme-ui/color-modes"": ""0.14.6"", - ""@theme-ui/components"": ""0.14.6"", - ""@theme-ui/core"": ""0.14.6"", - ""@theme-ui/css"": ""0.14.6"", - ""@theme-ui/mdx"": ""0.14.6"", - ""@theme-ui/theme-provider"": ""0.14.6"" + ""version"": ""0.14.7"", + ""resolved"": ""https://registry.npmjs.org/theme-ui/-/theme-ui-0.14.7.tgz"", + ""integrity"": ""sha512-3CMyupASBnf3/b3We8VS3kSPUnk/jhXGzRCQCcHsNkA8nrxZ6pR2QABa768YRlc7EYBUlXCvyWnSmGQlX0Omog=="", + ""requires"": { + ""@theme-ui/color-modes"": ""0.14.7"", + ""@theme-ui/components"": ""0.14.7"", + ""@theme-ui/core"": ""0.14.7"", + ""@theme-ui/css"": ""0.14.7"", + ""@theme-ui/mdx"": ""0.14.7"", + ""@theme-ui/theme-provider"": ""0.14.7"" }, ""dependencies"": { ""@theme-ui/color-modes"": { - ""version"": ""0.14.6"", - ""resolved"": ""https://registry.npmjs.org/@theme-ui/color-modes/-/color-modes-0.14.6.tgz"", - ""integrity"": ""sha512-s+ajgKaJyM6y0IYfYKuQSukbtj+8nvbZhurP5sOb9DzHlJ6eVRCluvEd2hJ4pIA5aQrqs8LwUFNifAH1gPCB4A=="", + ""version"": ""0.14.7"", + ""resolved"": ""https://registry.npmjs.org/@theme-ui/color-modes/-/color-modes-0.14.7.tgz"", + ""integrity"": ""sha512-nEVS9o37Ga+ARLIivibWJzp6T2Q7cz6N0FRuSQYUSBimuMw329SRBXZ9LTmltatQO9+iYb5miiJOe/t/vQeOxg=="", ""requires"": { - ""@theme-ui/core"": ""0.14.6"", - ""@theme-ui/css"": ""0.14.6"", + ""@theme-ui/core"": ""0.14.7"", + ""@theme-ui/css"": ""0.14.7"", ""deepmerge"": ""^4.2.2"" } }, ""@theme-ui/components"": { - ""version"": ""0.14.6"", - ""resolved"": ""https://registry.npmjs.org/@theme-ui/components/-/components-0.14.6.tgz"", - ""integrity"": ""sha512-B5tnrkFqxTwT92GFyc+6CHz8yeWoJJGfyvLJrT4GVjih0uKASHa33N2QoKOrCEcivHPtjr5IJ1po7fFmNaEmAw=="", + ""version"": ""0.14.7"", + ""resolved"": ""https://registry.npmjs.org/@theme-ui/components/-/components-0.14.7.tgz"", + ""integrity"": ""sha512-iIzqBvRL8GNVkzuZinxInYNFW/38pvqqthuCgLsnOC0/A4Q4v13mn/fxlZa6pJjwouswsRLOrkd63bS7Svzkfw=="", ""requires"": { ""@styled-system/color"": ""^5.1.2"", ""@styled-system/should-forward-prop"": ""^5.1.2"", ""@styled-system/space"": ""^5.1.2"", - ""@theme-ui/css"": ""0.14.6"", + ""@theme-ui/css"": ""0.14.7"", ""@types/styled-system"": ""^5.1.13"" } }, ""@theme-ui/core"": { - ""version"": ""0.14.6"", - ""resolved"": ""https://registry.npmjs.org/@theme-ui/core/-/core-0.14.6.tgz"", - ""integrity"": ""sha512-T9JGhtzGfYkgD+H0zUF/zz6YR86fja7G1O1A41Him+ZmtVmdKX9z6qpYq1np2uOJhHWBUdGma5HnqNLN9adxUA=="", + ""version"": ""0.14.7"", + ""resolved"": ""https://registry.npmjs.org/@theme-ui/core/-/core-0.14.7.tgz"", + ""integrity"": ""sha512-u60cKOZYsGDG9sSoM4jYj743OpNXXU27f7vXGwrO/B1t/1sv1MAQA0R8HtVwoi9DyOIcOmWfMWYTiMg+4vV1MA=="", ""requires"": { - ""@theme-ui/css"": ""0.14.6"", - ""@theme-ui/parse-props"": ""0.14.6"", + ""@theme-ui/css"": ""0.14.7"", + ""@theme-ui/parse-props"": ""0.14.7"", ""deepmerge"": ""^4.2.2"" } }, ""@theme-ui/css"": { - ""version"": ""0.14.6"", - ""resolved"": ""https://registry.npmjs.org/@theme-ui/css/-/css-0.14.6.tgz"", - ""integrity"": ""sha512-/gUkro5YksMLD/NAA45iBGMHnZ4Qedq1aNeLXUTwvZmKhLfBs/TiK+fH+9xl4RJp9BZmSIHppMMtmGCbTuvckA=="", + ""version"": ""0.14.7"", + ""resolved"": ""https://registry.npmjs.org/@theme-ui/css/-/css-0.14.7.tgz"", + ""integrity"": ""sha512-DbGw0T4MrTjiRs6lnyYgSD2TV/LvFErzDDpm0ICPL2KqDwqgHX4mFpDafj8/DkyCO9wx2KEiUuE+0NtOlR3i4w=="", ""requires"": { ""csstype"": ""^3.0.10"" } }, ""@theme-ui/mdx"": { - ""version"": ""0.14.6"", - ""resolved"": ""https://registry.npmjs.org/@theme-ui/mdx/-/mdx-0.14.6.tgz"", - ""integrity"": ""sha512-vaZWzxOFziI1hptl8BFz7SiSG2TkiUr7LvdIkPf9Tdnt1pp/YFrCS880o1rPTrjW9UmAiRfgJTx7tSpXAWbJyg=="", + ""version"": ""0.14.7"", + ""resolved"": ""https://registry.npmjs.org/@theme-ui/mdx/-/mdx-0.14.7.tgz"", + ""integrity"": ""sha512-Hqlrzj5tI/fRuD5sJMblTcaChA5xajeSC7qpMRACjWgdNNiw/g/bi0V5uNejBRpILgmZua5EDQ2XV0IqhSGcPQ=="", ""requires"": { - ""@theme-ui/core"": ""0.14.6"", - ""@theme-ui/css"": ""0.14.6"" + ""@theme-ui/core"": ""0.14.7"", + ""@theme-ui/css"": ""0.14.7"" } }, ""@theme-ui/parse-props"": { - ""version"": ""0.14.6"", - ""resolved"": ""https://registry.npmjs.org/@theme-ui/parse-props/-/parse-props-0.14.6.tgz"", - ""integrity"": ""sha512-TQ3RhX+0eGvXWWSWZkF7LnWL3aGWOoao/OKZ5crrMyPCJqo5dqdiYDm75n+k8dHGKcWJx79cJ9xtMy4YBRqbgQ=="", + ""version"": ""0.14.7"", + ""resolved"": ""https://registry.npmjs.org/@theme-ui/parse-props/-/parse-props-0.14.7.tgz"", + ""integrity"": ""sha512-qF10mAYs3wcIkSU5ZSbmHUngwTkPS87D23qg1ArbeO+m+/e4uqOy0+6W0Lt/4JTP7lnWWsCYuScK3F3hOp2q0w=="", ""requires"": { - ""@theme-ui/css"": ""0.14.6"" + ""@theme-ui/css"": ""0.14.7"" } }, ""@theme-ui/theme-provider"": { - ""version"": ""0.14.6"", - ""resolved"": ""https://registry.npmjs.org/@theme-ui/theme-provider/-/theme-provider-0.14.6.tgz"", - ""integrity"": ""sha512-r1/LAzAaFOpo3CzvYTF/Ls0Tm2l2TJFxF8tX2qO3t+Rxo3W/3hlnvD3I86/QNNATJTpDcTqXTKuqOe++UxEbTQ=="", - ""requires"": { - ""@theme-ui/color-modes"": ""0.14.6"", - ""@theme-ui/core"": ""0.14.6"", - ""@theme-ui/css"": ""0.14.6"", - ""@theme-ui/mdx"": ""0.14.6"" + ""version"": ""0.14.7"", + ""resolved"": ""https://registry.npmjs.org/@theme-ui/theme-provider/-/theme-provider-0.14.7.tgz"", + ""integrity"": ""sha512-RmuDkdotzMcNSx/nI2nwBtQAwH/B9mae/nsR0o6AXyd+zOAfF9YY3vbtjYZicaYfcE/mnjmXqKTTwd4KaHu4UQ=="", + ""requires"": { + ""@theme-ui/color-modes"": ""0.14.7"", + ""@theme-ui/core"": ""0.14.7"", + ""@theme-ui/css"": ""0.14.7"", + ""@theme-ui/mdx"": ""0.14.7"" } } } diff --git a/starters/gatsby-starter-blog-theme/package.json b/starters/gatsby-starter-blog-theme/package.json index de91f795c20d1..5c9c3eb678235 100644 --- a/starters/gatsby-starter-blog-theme/package.json +++ b/starters/gatsby-starter-blog-theme/package.json @@ -10,13 +10,13 @@ }, ""license"": ""0BSD"", ""dependencies"": { - ""@emotion/react"": ""^11.9.3"", - ""@emotion/styled"": ""^11.9.3"", + ""@emotion/react"": ""^11.10.0"", + ""@emotion/styled"": ""^11.10.0"", ""@mdx-js/react"": ""^1.6.22"", ""gatsby"": ""^4.19.2"", ""gatsby-theme-blog"": ""^4.0.0"", ""react"": ""^18.1.0"", ""react-dom"": ""^18.1.0"", - ""theme-ui"": ""0.14.6"" + ""theme-ui"": ""0.14.7"" } }" 538fd93bf7ca522696d32a9a9f1aebb8524928a2,2020-06-22 13:58:52,Kostas Vrouvas,chore(starters): Add tailwind starter (#24624),False,Add tailwind starter (#24624),chore,"diff --git a/docs/starters.yml b/docs/starters.yml index 70135864891e6..a69029a5b8fc1 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -6654,6 +6654,16 @@ - SEO optimized to include social media images and Twitter handles. - React Scroll for one page, anchor based navigation is available. - Code highlighting via Prism. +- url: http://gatsby-tailwind-starter.kosvrouvas.com/ + repo: https://github.com/kosvrouvas/gatsby-tailwindcss-starter + description: The default Gatsby starter bundled with the latest TailwindCSS for DRY situations + tags: + - MDX + - Styling:Tailwind + features: + - Based on Gatsby Starter Theme + - Google Analytics + - Sentry - url: https://simple.rickkln.com repo: https://github.com/rickkln/gatsby-starter-simple description: Simple Gatsby starter for a small static site. Replaces Prettier with ESLint (AirBnB style), and adds TypeScript and Firebase hosting." 0cc074f0e4becd5a68fd9ec845f173542f8c4807,2019-03-27 00:46:25,Dustin Schau,feat(blog): add jamstack for marketing blog post (#12872),False,add jamstack for marketing blog post (#12872),feat,"diff --git a/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/ghostdocs.png b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/ghostdocs.png new file mode 100644 index 0000000000000..d65cb2885f41d Binary files /dev/null and b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/ghostdocs.png differ diff --git a/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/ghostdocsseo.png b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/ghostdocsseo.png new file mode 100644 index 0000000000000..c1b5e54073d59 Binary files /dev/null and b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/ghostdocsseo.png differ diff --git a/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/googleanalytics.png b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/googleanalytics.png new file mode 100644 index 0000000000000..7f586c024aae1 Binary files /dev/null and b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/googleanalytics.png differ diff --git a/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/googleanalyticsgrowth.png b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/googleanalyticsgrowth.png new file mode 100644 index 0000000000000..f149fefa0d767 Binary files /dev/null and b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/googleanalyticsgrowth.png differ diff --git a/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/headlesscms.jpeg b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/headlesscms.jpeg new file mode 100644 index 0000000000000..c8b30f207f62e Binary files /dev/null and b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/headlesscms.jpeg differ diff --git a/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/netlify.png b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/netlify.png new file mode 100644 index 0000000000000..e5126a3c1cc57 Binary files /dev/null and b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/netlify.png differ diff --git a/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/siteperformance.jpeg b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/siteperformance.jpeg new file mode 100644 index 0000000000000..c0d57c32255fb Binary files /dev/null and b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/siteperformance.jpeg differ diff --git a/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/whatisjamstack.jpeg b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/whatisjamstack.jpeg new file mode 100644 index 0000000000000..ef92cb17527cc Binary files /dev/null and b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/images/whatisjamstack.jpeg differ diff --git a/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/index.md b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/index.md new file mode 100644 index 0000000000000..876a28dd6f6ee --- /dev/null +++ b/docs/blog/2019-03-26-what-the-jamstack-means-for-marketing/index.md @@ -0,0 +1,148 @@ +--- +title: What the JAMstack means for marketing +date: 2019-03-26 +author: Kym Ellis +excerpt: ""Learn what JAMstack is and the pros and cons JAMstack websites have from a marketing perspective!"" +tags: + - jamstack + - marketing + - headless cms +canonicalLink: https://kymellis.co/jamstack-marketing-headless-cms/ +--- + +There's an emerging trend in modern web development called the JAMstack. It's largely being discussed in developer circles, but I was lucky enough to work on a site relaunch project as a marketer where I got to see the JAMstack in action. + +It got me excited about the future because I've been in marketing for the best part of a decade and I've never witnessed a site that I've worked on go from zero to hero so quickly. There's often a disjoint in the decision making process when companies with resources (i.e. some money, developers and a marketing team) decide to launch or relaunch a marketing website. So in this post I'm going to summarise: + +- What the JAMstack is and what it means for tech-savvy marketers +- An example of a JAMstack site that I worked on +- The pros and cons from a marketing perspective + +## What is the JAMstack? + +JAM stands for JavaScript, APIs and Markup and if you're interested in reading more about the technical details you can do so [here](https://jamstack.org/), watch [this](https://www.youtube.com/watch?v=uWTMEDEPw8c) and read about the history of JAMstack [here](https://snipcart.com/blog/jamstack). + +In terms of what this means to you as a marketer – it's essentially a modern way to build a website that is static instead of dynamic. This provides you with some very important business benefits: speed, security, stability and scalability. I didn't intend for them all to begin with the letter S, but here we are! + +![What is JAMstack](./images/whatisjamstack.jpeg) + +Put simply, a JAMstack website has an unlimited ecosystem of all of the tools and services you need in the background, but the actual site itself on the front-end is just HTML. + +Building your marketing site on the JAMstack is an efficient and reliable way to combine all of your content and channels and serve it up as a lightning-fast website that your visitors will love. If you need to add ecommerce, paywalls, a podcast or some other content to your site in the future, your team won't have to figure out how to get everything to play ball with your CMS or build a new site from scratch. Instead they'll be able to connect new APIs or services to your existing site. + +**The past vs the future** +Using a traditional CMS is more restrictive and opinionated than this. You're constrained to the platform you choose from the get-go and forced to accept additional ""features"" that you might not even need. While these platforms have provided us with an excellent way to publish websites in the past, it's changing for the future. + + +Thanks to progression with modern browsers, static site generators, APIs and content delivery networks, websites can be built as modular stacks that aren't tied to specific technologies. + + +**Going back to the benefits:** better performance, higher security, cheaper to scale & a better experience. These aren't just developer benefits, they apply directly to the marketing team too. Better performance means better site engagement and improved SEO. Higher security means less chance of not hitting your stretch goal next June because the site got hacked. Cheaper to scale means there will be less roadblocks in your way when you want to add that Shopify store or when a big campaign sends 1M visitors to the site. Better experience — who wouldn't want that? + +**The rise of static sites** +Static site generators like Gatsby play a huge part in making all of this possible, and there are lots of [exciting new tools](https://www.staticgen.com/) appearing that support the future of publishing on the JAMstack. Static site generators work by pulling content from APIs and running a build task in the background to generate your site. So when your visitors arrive, they’re met with blazing-fast load times, and your security and SEO is taken care of. + +## Enter the headless CMS + +So you might be thinking if there's no traditional CMS and your site is pure HTML, that means you have to work on all of your content and SEO directly in code. While this is one way to do it, there is a better way for marketing teams. + +Since we're building websites that are modular, it's still possible to use any CMS that has a robust API to send content to your site. Instead of storing all of your content in GitHub, you can pull it right out of a CMS of your choosing and use a static site generator to build a speedy, optimised website. + +![Headless CMS](./images/headlesscms.jpeg) + +The great thing about this approach is that your developers can bring their preferred stack, while the marketing team benefit from a familiar environment to handle things like content management and SEO. Everyone wins! + +## An argument for moving away from plugins + +Building a marketing website with well-known platforms that offer plugins, add-ons and other easy wins for marketers seems like a great idea. Sometimes it is a great idea. But too many times have I seen it quickly escalate into a difficult scenario where site performance is seriously lagging and the only real solution is to start over and build something that is suited to your needs, without all of the extra bloat. + +Hacked up themes, page builders and plugins for all of the things can wreak havoc with site performance if you have a dynamic site powered by a traditional CMS. This has a knock-on effect on the user experience, SEO and overall effectiveness of your website. + +Site performance and site speed is an increasingly important ranking factor. Not only that, all of the top ranking factors these days are related to on-site engagement, which also suffers if you haven't got a site that performs. + +**""But WordPress is good for SEO"".** OK let's unpack that. In order to get custom meta data, structured data, canonicals, XML sitemaps or AMP you're going to need a series of plugins and possibly some ongoing manual work depending on your requirements. Is this really good enough in 2019? Are we as marketers being lazy and relying on systems which make our jobs easier, but which impede our results? + +Using plugins to assist the speed at which you can launch marketing campaigns makes sense. But if the end result is hindered by poor performance and reduced page engagement – does it still make sense? + +Ditching the concept of the plugin and opting for a JAMstack site which is ""just HTML"" doesn't actually mean you have to give up functionality, or suddenly need to know how to code like a front-end developer to manage a site and its content. You can still achieve the same results with an ecosystem of tools and services that are tailored specifically for you. Yes it takes some development up-front (let's be real, so does any website) - but the payoff is huge! + +## Example: Ghost Docs site performance + +![Ghost Documentation](./images/ghostdocs.png) + +The site launch that I worked on was for [Ghost Docs](https://docs.ghost.org/). Previously the documentation for Ghost was spread out over several domains, making it difficult to navigate. When it comes to SEO, the docs.ghost.org subdomain had a lot of issues with versioned duplicate content and hundreds of URLs were being excluded: + +![Ghost Docs SEO](./images/ghostdocsseo.png) + +The project to rebuild this site from the ground up gave us an opportunity to completely turn this around. The smart people that I am fortunate enough to work with decided to use it as an opportunity to put [Ghost on the JAMstack](https://blog.ghost.org/jamstack/). There was also a complete design overhaul, while I worked on restructuring and rewriting lots of the content and improving the meta data across the whole site. + +The end result scores incredibly positive site performance reports: + +![Website Performance](./images/siteperformance.jpeg) + +Since the SEO health of the site was so bad before, it took a few days for Google to care and start re-indexing. I checked and double checked we had all of the redirects in place and assumed we were in for a long wait, but then suddenly things turned around within a week. + +In the first month after we launched, impressions in Google were up 44% and clicks were up 12%. By month two, impressions were up 73% and clicks 43%. Beyond this things started to stabilise a little on a MoM basis, but overall things are trending upward, with plenty of new search terms appearing in search console every week. + +
+ +
+ Month 3 and 4 compared to the first two months after launching the new Docs site +
+
+ +
+ +
+ Growth over the past 6 months +
+
+ +As always, there is still work to do to ensure the site ranks well for the most relevant terms, but right now the work put in upfront to improve the site is paying off handsomely. From a marketers perspective it was really exciting - I've never migrated a site with such instant success before. + +**Here's the stack we're using:** + +- [Ghost](https://ghost.org/) delivering content via the API +- A front-end built in React with [Gatsby](https://gatsbyjs.org/) (our static site generator of choice) +- Deployed with [Netlifly](https://netlify.com/) (really nifty content delivery network) +- [Algolia](https://algolia.com/) powering the search functionality +- [Zapier](https://zapier.com/) to automate community feedback into Slack for content improvements + +We have also built and contributed an [advanced sitemap plugin](https://www.gatsbyjs.org/packages/gatsby-plugin-advanced-sitemap/?=sitemap) which automatically builds a sitemap for any Gatsby project. + +Much of the SEO functionality is being pulled directly from Ghost via the API (which has all of the structured data, custom meta data, canonicals etc built-in). This means I can manage most of the content and meta data directly in the Ghost admin client. When I save new changes they're pushed into the static front-end via Netlify – it's a fantastic workflow! + +![Netlify](./images/netlify.png) + +I did also have to work directly with the codebase as some of the content lives in GitHub, which is a decision we made when building the site. I've been writing and deploying marketing content in code since I joined the team and I'm a better technical marketer for it. + +## Pros & cons of working with the JAMstack for marketers + +My experience of working with the JAMstack was thoroughly enjoyable. Several weeks of work went into the site, and although I wasn't responsible for any of the build, I was able to work closely with the team who was. It was fascinating to see it come together and learn more about how the components of a modern static site actually work. + +I've already covered some of the benefits of opting to use JAMstack instead of a traditional CMS/dynamic site – but what about the pros and cons of working with this technology as a marketing professional? + +**Overall benefits:** + +- Improved technical knowledge and skills - including shipping content and working with code every day during the build. End result = easier to manage, improve and optimise the site content after it launched. +- Became well versed in how the site is structured, resulting in greater understanding and communication between teams (dev + design + marketing). +- The development cycle and the content were being worked on simultaneously and you could see the iterative improvements being made instantly. No long dev cycles followed by a mad dash to get all of the marketing content in at the last minute. + +**The ""downsides"":** + +- Even if using a headless CMS, there may still be parts of the site that exist entirely in code. So you'll need to get comfortable with editing content and meta data in more than one place. +- Shipping new marketing material might take a little longer compared to relying on well known methods (depends on your stack and your team, though). +- New tech means you might stumble upon some exciting new bugs or issues that can take a while to resolve. + +To be frank, all of these downsides are things that are worth enduring to get a better end result. Being more involved in the technical side didn't slow me down once I'd got my foundational knowledge nailed, and spending a little more time upfront to have a beautiful, blazing-fast site is time well spent. The results speak for themselves. + +**Tips for a successful JAMstack launch** +Since you're going to be working so closely with developers, it would be a good idea to sit down from the outset and plan out how things are going to work. Your developers are going to need to know exactly what functionality you need so that it can be built into the site. If you're using a headless CMS, you'll need to be clear about what data and content you expect to be pulled out of the CMS and into your static site. + +You will likely require integrations with your favourite tools and services and tracking for analytics. Depending on what stack you decide to use, the answer to how this will be connected together might be different. So it's important to iron out these expectations from the start so nothing gets missed. + +## Conclusion + +As digital marketing professionals, we should be sticking our heads above the water from time to time. I've been in marketing for the best part of a decade and I've witnessed my fair share of communication disjoint between teams. This is increasingly difficult as the marketing stack becomes more complex, and when things like site performance are more critical than ever. + +There's a lot to be learnt from spending more time with developers and being bold enough to try emerging technology that directly impacts the role of a digital marketer. If a company is going to ask their engineers and their marketers to work on a website, then the approach needs to be something that works for both teams. If I was tasked with relaunching any well-established marketing website in 2019 – I'd go with the JAMstack and a headless CMS to keep things sane! diff --git a/docs/blog/author.yaml b/docs/blog/author.yaml index 99987525f57ee..f7d26ce258972 100644 --- a/docs/blog/author.yaml +++ b/docs/blog/author.yaml @@ -250,3 +250,7 @@ bio: Designer, developer, writer. I build open source projects and write the missing instruction manuals of the web. avatar: avatars/tania-rascia.jpg twitter: ""@taniarascia"" +- id: Kym Ellis + bio: Marketing lead @TryGhost. Traveler, photographer and aspiring sailor! + avatar: avatars/kym-ellis.jpg + twitter: ""@kymellis"" diff --git a/docs/blog/avatars/kym-ellis.jpg b/docs/blog/avatars/kym-ellis.jpg new file mode 100644 index 0000000000000..a8bb18ea17c7c Binary files /dev/null and b/docs/blog/avatars/kym-ellis.jpg differ" 9b941e3e2d3f936232d3a722944f1056c21fdaa8,2019-02-08 19:49:26,Marcy Sutton,docs(showcase): add MarcySutton.com to showcase (#11639),False,add MarcySutton.com to showcase (#11639),docs,"diff --git a/docs/sites.yml b/docs/sites.yml index 06ec41d69d5e8..153d943f1b991 100644 --- a/docs/sites.yml +++ b/docs/sites.yml @@ -4214,3 +4214,18 @@ built_by: Frame.io built_by_url: https://frame.io featured: false +- title: MarcySutton.com + main_url: https://marcysutton.com + url: https://marcysutton.com + description: > + The personal website of web developer and accessibility advocate Marcy Sutton. + categories: + - Blog + - Accessibility + - Video + - Photography + - Images + - CSS Grid + built_by: Marcy Sutton + built_by_url: https://marcysutton.com + featured: true" 49bf3f884145feac55f465147ea7bb203914c605,2019-09-05 15:02:24,Kostas Vrouvas,"chore(docs): Add missing ""to"" in phrase (#17405)",False,"Add missing ""to"" in phrase (#17405)",chore,"diff --git a/docs/docs/optimizing-site-performance-with-guessjs.md b/docs/docs/optimizing-site-performance-with-guessjs.md index 0021f06f0a13d..b8a56b939ada0 100644 --- a/docs/docs/optimizing-site-performance-with-guessjs.md +++ b/docs/docs/optimizing-site-performance-with-guessjs.md @@ -6,7 +6,7 @@ Preloading resources is a great way to improve application performance. However, ## Introducing Guess.js -By leveraging Google Analytics data and machine learning, [Guess.js](https://github.com/guess-js/guess) is able determine which pages a user is most likely to navigate to from the current page and only preload those resources. Thus, there are fewer network requests which improves performance on slower networks. +By leveraging Google Analytics data and machine learning, [Guess.js](https://github.com/guess-js/guess) is able to determine which pages a user is most likely to navigate to from the current page and only preload those resources. Thus, there are fewer network requests which improves performance on slower networks. ## How does it work?" 7cfc34cade0f4eb5e5ea4ed460f8e486f4da0ff0,2019-10-14 18:37:07,renovate[bot],chore: update gatsby monorepo (#18612),False,update gatsby monorepo (#18612),chore,"diff --git a/starters/blog/package-lock.json b/starters/blog/package-lock.json index 9712360c966d6..8e992c59413c2 100644 --- a/starters/blog/package-lock.json +++ b/starters/blog/package-lock.json @@ -7562,9 +7562,9 @@ } }, ""gatsby-image"": { - ""version"": ""2.2.28"", - ""resolved"": ""https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.28.tgz"", - ""integrity"": ""sha512-nGaL1FLF1exMD+766LyDMIAzExAU8ZLycUSyVoqJl0Y4xHyWadXqRfKPPasjG/Ankdour9KDRDl5QI5QUTL8/Q=="", + ""version"": ""2.2.29"", + ""resolved"": ""https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.29.tgz"", + ""integrity"": ""sha512-QpF5EBE6N0E13FyencBTmYopFEqb30MYlY7eFNvN7dAOSa6Nl218ey92xYo8b0L8uCPcAaD/uTiNK4WPXxc6DA=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""object-fit-images"": ""^3.2.4"", @@ -7604,9 +7604,9 @@ } }, ""gatsby-plugin-feed"": { - ""version"": ""2.3.17"", - ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.3.17.tgz"", - ""integrity"": ""sha512-NsYjhZDGe4asX5/UPcxUYF2bbWzFWKL/qVkeT/RkSL8f8tzYsY2OgKTl5XzeRz5UtS3BcxJ6pANH9BGJwsS8wg=="", + ""version"": ""2.3.18"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.3.18.tgz"", + ""integrity"": ""sha512-GylMxMYMPRD+LERYLtwXFuUTGSjMy7kzmlNl8sOR6sTT8kLLU6krmaf7l1frACof13sLmoTXr4LnPPhGttv4Lw=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""@hapi/joi"": ""^15.1.1"", @@ -7616,28 +7616,35 @@ } }, ""gatsby-plugin-google-analytics"": { - ""version"": ""2.1.22"", - ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.1.22.tgz"", - ""integrity"": ""sha512-+L9UUaD4FQT6U2v235wcFV9ImCv0BB8++Mk10Kbyredzxr7Mki09KkKCgGCAr0EcYcbz2PRzpIKtRgT4Q171Fg=="", + ""version"": ""2.1.23"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.1.23.tgz"", + ""integrity"": ""sha512-pVGGYRnx6zIDvKPmhWaK7U2coec1F1ZIGe8326hV5E/2EtgVaVsRXAiCnGrLfHs/lEVs03t6DaemomtktM57gg=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"" } }, ""gatsby-plugin-manifest"": { - ""version"": ""2.2.22"", - ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.22.tgz"", - ""integrity"": ""sha512-pDb/WDEN5kv8Na80PNwMbiTPBSZhVjxCKPZOHd8/vR3zD4pJBZ3NpjcLVyz1IQHoc0fKw+yO6zsYR9nkDaP3FQ=="", + ""version"": ""2.2.23"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.23.tgz"", + ""integrity"": ""sha512-qlxvKlc6fBRGRKqwv5MYVc/DCx2RoOOs2GZVHUN7tN92Ma3kYw3Roce0iuxX+QCyjPT1lyMaii1Rxrq/2QSMTA=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", - ""gatsby-core-utils"": ""^1.0.14"", + ""gatsby-core-utils"": ""^1.0.15"", ""semver"": ""^5.7.1"", ""sharp"": ""^0.23.1"" + }, + ""dependencies"": { + ""gatsby-core-utils"": { + ""version"": ""1.0.15"", + ""resolved"": ""https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.15.tgz"", + ""integrity"": ""sha512-Sn94r4EEKAjngJqw761wBYkbYhAjY61cheFXSdB84m+neohislRH6a4QjW/0Rc3M36C0n5f6D8x4ZsVLdeBrcg=="" + } } }, ""gatsby-plugin-offline"": { - ""version"": ""3.0.15"", - ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.15.tgz"", - ""integrity"": ""sha512-LicV1n9zRS11ytdX1Xf5U34biF8d5zd8wD0twxo+9JWWL8XYOovaOkdqBXVr9rmIQghbHIbbrIwTDBRyjX8EZQ=="", + ""version"": ""3.0.16"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.16.tgz"", + ""integrity"": ""sha512-OM8zdPet5vWy17jW8gcUWoOh/MdfXfT8zuPKgeiO32ESryoEQsQW7gZSKBSaXutyApS+ndLtNxygDwm7Ma1anA=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""cheerio"": ""^1.0.0-rc.3"", @@ -7677,23 +7684,23 @@ } }, ""gatsby-plugin-react-helmet"": { - ""version"": ""3.1.12"", - ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.12.tgz"", - ""integrity"": ""sha512-zE22VKBXObaGtWPf6A5X7X5YqadjRAekzwHm/X4AY0s9/XZ1u1R4RFq+nv2kKzt3o/hPqHgg42odQ2IcqdYHlg=="", + ""version"": ""3.1.13"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.13.tgz"", + ""integrity"": ""sha512-O3Fvxm76t58RPVUz0Fo2tbXeJnXV6vmlLnKBPMz+smr0Mtx8vnGP1Pi6DuWdRepJsnVespNNth/L8n7iucQCYQ=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"" } }, ""gatsby-plugin-sharp"": { - ""version"": ""2.2.30"", - ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.30.tgz"", - ""integrity"": ""sha512-JpZWITf3fe1UWzjrpfQvSpYZS/Cr54UhLSXLCQjiZ3v+sLQdW6xhDmC+q8cKr9aO59M1CEjAGsbKb4kAzUB15w=="", + ""version"": ""2.2.31"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.31.tgz"", + ""integrity"": ""sha512-TqQF/Wy9oDG+BuYyMWLvCEnMSOAxqVoXMcKlxkZ5Q7/gw7OQZTncRr+p661Yad+uxCtX1tyD5PlZyQ0dq0n4/w=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""async"": ""^2.6.3"", ""bluebird"": ""^3.7.0"", ""fs-extra"": ""^8.1.0"", - ""gatsby-core-utils"": ""^1.0.14"", + ""gatsby-core-utils"": ""^1.0.15"", ""got"": ""^8.3.2"", ""imagemin"": ""^6.1.0"", ""imagemin-mozjpeg"": ""^8.0.0"", @@ -7718,6 +7725,11 @@ ""lodash"": ""^4.17.14"" } }, + ""gatsby-core-utils"": { + ""version"": ""1.0.15"", + ""resolved"": ""https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.15.tgz"", + ""integrity"": ""sha512-Sn94r4EEKAjngJqw761wBYkbYhAjY61cheFXSdB84m+neohislRH6a4QjW/0Rc3M36C0n5f6D8x4ZsVLdeBrcg=="" + }, ""lodash"": { ""version"": ""4.17.15"", ""resolved"": ""https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz"", @@ -7726,9 +7738,9 @@ } }, ""gatsby-plugin-typography"": { - ""version"": ""2.3.13"", - ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-2.3.13.tgz"", - ""integrity"": ""sha512-HF+YGV+FSsBbK4tGaa98MF8/pd3Js4Sfj0ZLrgcicMJpD7k8FlQJGkGRA4McNaeo9/kWYfrevQGRu+p6xOIdnQ=="", + ""version"": ""2.3.14"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-2.3.14.tgz"", + ""integrity"": ""sha512-CodEL1Gu4k1+vRZ8mpIinKnj7wqSI/IKA1xhWbwd0BIfi4KC/bBvuZAYgpxUZWzNVTeG8bvDCvOS2QgolfOXnw=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"" } @@ -7744,9 +7756,9 @@ } }, ""gatsby-remark-copy-linked-files"": { - ""version"": ""2.1.27"", - ""resolved"": ""https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.1.27.tgz"", - ""integrity"": ""sha512-2SPd5tCYXGzc6M8cN3WuoI391QrFKmC4zIq13KrcE1oTd7PayL63Zui4YBTsMYRgiyT9Lvjdx+opSv0xKg2VXg=="", + ""version"": ""2.1.28"", + ""resolved"": ""https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.1.28.tgz"", + ""integrity"": ""sha512-bgzLt5tOTrgiJB83a2kGNHvfbm054ANih5272m0siTZ2VCLx6EZNwDa2hmDanbuE5xE7l9uezJxwycyK841SOA=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""cheerio"": ""^1.0.0-rc.3"", @@ -7766,9 +7778,9 @@ } }, ""gatsby-remark-images"": { - ""version"": ""3.1.27"", - ""resolved"": ""https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.1.27.tgz"", - ""integrity"": ""sha512-e9j1iM+VXbGF3+PXZGAe/vSe4isJwxYHvEdfY17yC7gbP+gs6Qlgkyd1/uJkB4M7FN55cJLpCuFSy4XFOn0gug=="", + ""version"": ""3.1.28"", + ""resolved"": ""https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.1.28.tgz"", + ""integrity"": ""sha512-RWV4JlNHBZsVnESWAMSxVra0RKJ8K97I8R/pU/jRxmLD83wHVgksZzCUBSuYyXtxO+33Nfz2AvKW7E24KbZa7g=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""chalk"": ""^2.4.2"", @@ -7806,9 +7818,9 @@ } }, ""gatsby-remark-prismjs"": { - ""version"": ""3.3.19"", - ""resolved"": ""https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.3.19.tgz"", - ""integrity"": ""sha512-gys14kwFGsilmXcOA4zSc859WCdialQmny53j8mCJDM0xmU/lCyyz28aGMzVc3xQ7JyLZb3z4MpGeyVDx3qAzQ=="", + ""version"": ""3.3.20"", + ""resolved"": ""https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.3.20.tgz"", + ""integrity"": ""sha512-u2Avvd/C9y4YL4RiJ3jU+0eVCyRH1z4JJWMKSKCCdcoXHAtXWUWWigNPTlHICNy9PCRxaWblVhKYQU3aB5hyxQ=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""parse-numeric-range"": ""^0.0.2"", @@ -7816,9 +7828,9 @@ } }, ""gatsby-remark-responsive-iframe"": { - ""version"": ""2.2.24"", - ""resolved"": ""https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-2.2.24.tgz"", - ""integrity"": ""sha512-JwTXXkwj/apPufm6duuq4lAJNlsa2M7zOSlNOf0PllxUEand0a92PjYWKqFKk74yPyhTRDG+zHbDAeHBGEf/VQ=="", + ""version"": ""2.2.25"", + ""resolved"": ""https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-2.2.25.tgz"", + ""integrity"": ""sha512-3VPWbNPSSi+3wMcGtFcnZxwTLJ78VH0iltIryTEKlfn2dzWpvaQXBQ8p+EYYiyBvdP4VeOjPF+g2zNkPuN0Xaw=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""cheerio"": ""^1.0.0-rc.3"", @@ -7835,9 +7847,9 @@ } }, ""gatsby-remark-smartypants"": { - ""version"": ""2.1.13"", - ""resolved"": ""https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.1.13.tgz"", - ""integrity"": ""sha512-yHWfboTBUHkXcyL8WzlvwcZyPhUASm9rfI1XuZ18zsznlXN5TvH6VdKu9mBzyvCYB7nJEiWv3ChaoeT7QWXQBQ=="", + ""version"": ""2.1.14"", + ""resolved"": ""https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.1.14.tgz"", + ""integrity"": ""sha512-y7okaFRM1vZk4KT47MGbkF91tZYmoJz/4SfT/JXNjt4tfkPi8mdTvkAoPE4LYHV3nyh3xLGJRSSk6gCIKakK0Q=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""retext"": ""^5.0.0"", @@ -7846,9 +7858,9 @@ } }, ""gatsby-source-filesystem"": { - ""version"": ""2.1.32"", - ""resolved"": ""https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.32.tgz"", - ""integrity"": ""sha512-ZZObsQYGQrwkrEPWuYCj2r52lP1GNS/nq0hp1ikJiMWVYfq4IuFXMSMxX8nL4p3TmSsUfhRkwBWgpjEw57UHXA=="", + ""version"": ""2.1.33"", + ""resolved"": ""https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.33.tgz"", + ""integrity"": ""sha512-QhhHM8lalThJs5OsNgL6ILxIA36rRYsC+9ynUSEBku88+qBajycURxPjg+gn4NfWYfGAUXigxQzomQagHOLvlQ=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""better-queue"": ""^3.8.10"", @@ -7856,7 +7868,7 @@ ""chokidar"": ""3.2.1"", ""file-type"": ""^12.3.0"", ""fs-extra"": ""^8.1.0"", - ""gatsby-core-utils"": ""^1.0.14"", + ""gatsby-core-utils"": ""^1.0.15"", ""got"": ""^7.1.0"", ""md5-file"": ""^3.2.3"", ""mime"": ""^2.4.4"", @@ -7872,6 +7884,11 @@ ""resolved"": ""https://registry.npmjs.org/file-type/-/file-type-12.3.0.tgz"", ""integrity"": ""sha512-4E4Esq9KLwjYCY32E7qSmd0h7LefcniZHX+XcdJ4Wfx1uGJX7QCigiqw/U0yT7WOslm28yhxl87DJ0wHYv0RAA=="" }, + ""gatsby-core-utils"": { + ""version"": ""1.0.15"", + ""resolved"": ""https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.15.tgz"", + ""integrity"": ""sha512-Sn94r4EEKAjngJqw761wBYkbYhAjY61cheFXSdB84m+neohislRH6a4QjW/0Rc3M36C0n5f6D8x4ZsVLdeBrcg=="" + }, ""got"": { ""version"": ""7.1.0"", ""resolved"": ""https://registry.npmjs.org/got/-/got-7.1.0.tgz"", @@ -8023,13 +8040,13 @@ } }, ""gatsby-transformer-remark"": { - ""version"": ""2.6.29"", - ""resolved"": ""https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.29.tgz"", - ""integrity"": ""sha512-UqCVS6PQ0rrL0W2XhDr5Mg5oDUuqWIdJS3uqrAyvgLADS1I5EJGCHajG/8o0g3tlos8wAgoKobKE5ir9UJAApw=="", + ""version"": ""2.6.30"", + ""resolved"": ""https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.30.tgz"", + ""integrity"": ""sha512-sQOAg9/4rULKabLFfW9pUPvdU9PzHzhOQ0WDendm84N0d1m96Tg2LG+AoMaxaHutId0QiMVDgpH77ItK49B1JQ=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""bluebird"": ""^3.7.0"", - ""gatsby-core-utils"": ""^1.0.14"", + ""gatsby-core-utils"": ""^1.0.15"", ""gray-matter"": ""^4.0.2"", ""hast-util-raw"": ""^4.0.0"", ""hast-util-to-html"": ""^4.0.1"", @@ -8050,6 +8067,11 @@ ""unist-util-visit"": ""^1.4.1"" }, ""dependencies"": { + ""gatsby-core-utils"": { + ""version"": ""1.0.15"", + ""resolved"": ""https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.15.tgz"", + ""integrity"": ""sha512-Sn94r4EEKAjngJqw761wBYkbYhAjY61cheFXSdB84m+neohislRH6a4QjW/0Rc3M36C0n5f6D8x4ZsVLdeBrcg=="" + }, ""lodash"": { ""version"": ""4.17.15"", ""resolved"": ""https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz"", @@ -8058,9 +8080,9 @@ } }, ""gatsby-transformer-sharp"": { - ""version"": ""2.2.22"", - ""resolved"": ""https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.22.tgz"", - ""integrity"": ""sha512-KkPmi40HEvGfWP3wnBESzMSplyHkgRlHkgH0kL7UZA4+OZe06XZOzRIVYV0OAe+sULj6P9ggFtwIBpWeNySuiw=="", + ""version"": ""2.2.23"", + ""resolved"": ""https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.23.tgz"", + ""integrity"": ""sha512-Xd2Ydn6vrfpyElfRtiFqidHWhbXI28NS/sm9olOS1AJzSvonJ/UdQKQFhoGkgZ+JyWlo+yZfFmXMCSDr7pyVpQ=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""bluebird"": ""^3.7.0"", diff --git a/starters/blog/package.json b/starters/blog/package.json index 5a33fe861e5f7..8d31e3ecdb706 100644 --- a/starters/blog/package.json +++ b/starters/blog/package.json @@ -9,22 +9,22 @@ }, ""dependencies"": { ""gatsby"": ""^2.16.0"", - ""gatsby-image"": ""^2.2.28"", - ""gatsby-plugin-feed"": ""^2.3.17"", - ""gatsby-plugin-google-analytics"": ""^2.1.22"", - ""gatsby-plugin-manifest"": ""^2.2.22"", - ""gatsby-plugin-offline"": ""^3.0.15"", - ""gatsby-plugin-react-helmet"": ""^3.1.12"", - ""gatsby-plugin-sharp"": ""^2.2.30"", - ""gatsby-plugin-typography"": ""^2.3.13"", - ""gatsby-remark-copy-linked-files"": ""^2.1.27"", - ""gatsby-remark-images"": ""^3.1.27"", - ""gatsby-remark-prismjs"": ""^3.3.19"", - ""gatsby-remark-responsive-iframe"": ""^2.2.24"", - ""gatsby-remark-smartypants"": ""^2.1.13"", - ""gatsby-source-filesystem"": ""^2.1.32"", - ""gatsby-transformer-remark"": ""^2.6.29"", - ""gatsby-transformer-sharp"": ""^2.2.22"", + ""gatsby-image"": ""^2.2.29"", + ""gatsby-plugin-feed"": ""^2.3.18"", + ""gatsby-plugin-google-analytics"": ""^2.1.23"", + ""gatsby-plugin-manifest"": ""^2.2.23"", + ""gatsby-plugin-offline"": ""^3.0.16"", + ""gatsby-plugin-react-helmet"": ""^3.1.13"", + ""gatsby-plugin-sharp"": ""^2.2.31"", + ""gatsby-plugin-typography"": ""^2.3.14"", + ""gatsby-remark-copy-linked-files"": ""^2.1.28"", + ""gatsby-remark-images"": ""^3.1.28"", + ""gatsby-remark-prismjs"": ""^3.3.20"", + ""gatsby-remark-responsive-iframe"": ""^2.2.25"", + ""gatsby-remark-smartypants"": ""^2.1.14"", + ""gatsby-source-filesystem"": ""^2.1.33"", + ""gatsby-transformer-remark"": ""^2.6.30"", + ""gatsby-transformer-sharp"": ""^2.2.23"", ""prismjs"": ""^1.17.1"", ""react"": ""^16.10.2"", ""react-dom"": ""^16.10.2"", diff --git a/starters/default/package-lock.json b/starters/default/package-lock.json index 1f43a49c988e0..9d6a8f2052c75 100644 --- a/starters/default/package-lock.json +++ b/starters/default/package-lock.json @@ -7427,9 +7427,9 @@ } }, ""gatsby-image"": { - ""version"": ""2.2.28"", - ""resolved"": ""https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.28.tgz"", - ""integrity"": ""sha512-nGaL1FLF1exMD+766LyDMIAzExAU8ZLycUSyVoqJl0Y4xHyWadXqRfKPPasjG/Ankdour9KDRDl5QI5QUTL8/Q=="", + ""version"": ""2.2.29"", + ""resolved"": ""https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.29.tgz"", + ""integrity"": ""sha512-QpF5EBE6N0E13FyencBTmYopFEqb30MYlY7eFNvN7dAOSa6Nl218ey92xYo8b0L8uCPcAaD/uTiNK4WPXxc6DA=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""object-fit-images"": ""^3.2.4"", @@ -7462,20 +7462,27 @@ } }, ""gatsby-plugin-manifest"": { - ""version"": ""2.2.22"", - ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.22.tgz"", - ""integrity"": ""sha512-pDb/WDEN5kv8Na80PNwMbiTPBSZhVjxCKPZOHd8/vR3zD4pJBZ3NpjcLVyz1IQHoc0fKw+yO6zsYR9nkDaP3FQ=="", + ""version"": ""2.2.23"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.23.tgz"", + ""integrity"": ""sha512-qlxvKlc6fBRGRKqwv5MYVc/DCx2RoOOs2GZVHUN7tN92Ma3kYw3Roce0iuxX+QCyjPT1lyMaii1Rxrq/2QSMTA=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", - ""gatsby-core-utils"": ""^1.0.14"", + ""gatsby-core-utils"": ""^1.0.15"", ""semver"": ""^5.7.1"", ""sharp"": ""^0.23.1"" + }, + ""dependencies"": { + ""gatsby-core-utils"": { + ""version"": ""1.0.15"", + ""resolved"": ""https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.15.tgz"", + ""integrity"": ""sha512-Sn94r4EEKAjngJqw761wBYkbYhAjY61cheFXSdB84m+neohislRH6a4QjW/0Rc3M36C0n5f6D8x4ZsVLdeBrcg=="" + } } }, ""gatsby-plugin-offline"": { - ""version"": ""3.0.15"", - ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.15.tgz"", - ""integrity"": ""sha512-LicV1n9zRS11ytdX1Xf5U34biF8d5zd8wD0twxo+9JWWL8XYOovaOkdqBXVr9rmIQghbHIbbrIwTDBRyjX8EZQ=="", + ""version"": ""3.0.16"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.16.tgz"", + ""integrity"": ""sha512-OM8zdPet5vWy17jW8gcUWoOh/MdfXfT8zuPKgeiO32ESryoEQsQW7gZSKBSaXutyApS+ndLtNxygDwm7Ma1anA=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""cheerio"": ""^1.0.0-rc.3"", @@ -7501,23 +7508,23 @@ } }, ""gatsby-plugin-react-helmet"": { - ""version"": ""3.1.12"", - ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.12.tgz"", - ""integrity"": ""sha512-zE22VKBXObaGtWPf6A5X7X5YqadjRAekzwHm/X4AY0s9/XZ1u1R4RFq+nv2kKzt3o/hPqHgg42odQ2IcqdYHlg=="", + ""version"": ""3.1.13"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.13.tgz"", + ""integrity"": ""sha512-O3Fvxm76t58RPVUz0Fo2tbXeJnXV6vmlLnKBPMz+smr0Mtx8vnGP1Pi6DuWdRepJsnVespNNth/L8n7iucQCYQ=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"" } }, ""gatsby-plugin-sharp"": { - ""version"": ""2.2.30"", - ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.30.tgz"", - ""integrity"": ""sha512-JpZWITf3fe1UWzjrpfQvSpYZS/Cr54UhLSXLCQjiZ3v+sLQdW6xhDmC+q8cKr9aO59M1CEjAGsbKb4kAzUB15w=="", + ""version"": ""2.2.31"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.31.tgz"", + ""integrity"": ""sha512-TqQF/Wy9oDG+BuYyMWLvCEnMSOAxqVoXMcKlxkZ5Q7/gw7OQZTncRr+p661Yad+uxCtX1tyD5PlZyQ0dq0n4/w=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""async"": ""^2.6.3"", ""bluebird"": ""^3.7.0"", ""fs-extra"": ""^8.1.0"", - ""gatsby-core-utils"": ""^1.0.14"", + ""gatsby-core-utils"": ""^1.0.15"", ""got"": ""^8.3.2"", ""imagemin"": ""^6.1.0"", ""imagemin-mozjpeg"": ""^8.0.0"", @@ -7541,6 +7548,11 @@ ""requires"": { ""lodash"": ""^4.17.14"" } + }, + ""gatsby-core-utils"": { + ""version"": ""1.0.15"", + ""resolved"": ""https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.15.tgz"", + ""integrity"": ""sha512-Sn94r4EEKAjngJqw761wBYkbYhAjY61cheFXSdB84m+neohislRH6a4QjW/0Rc3M36C0n5f6D8x4ZsVLdeBrcg=="" } } }, @@ -7555,9 +7567,9 @@ } }, ""gatsby-source-filesystem"": { - ""version"": ""2.1.32"", - ""resolved"": ""https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.32.tgz"", - ""integrity"": ""sha512-ZZObsQYGQrwkrEPWuYCj2r52lP1GNS/nq0hp1ikJiMWVYfq4IuFXMSMxX8nL4p3TmSsUfhRkwBWgpjEw57UHXA=="", + ""version"": ""2.1.33"", + ""resolved"": ""https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.33.tgz"", + ""integrity"": ""sha512-QhhHM8lalThJs5OsNgL6ILxIA36rRYsC+9ynUSEBku88+qBajycURxPjg+gn4NfWYfGAUXigxQzomQagHOLvlQ=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""better-queue"": ""^3.8.10"", @@ -7565,7 +7577,7 @@ ""chokidar"": ""3.2.1"", ""file-type"": ""^12.3.0"", ""fs-extra"": ""^8.1.0"", - ""gatsby-core-utils"": ""^1.0.14"", + ""gatsby-core-utils"": ""^1.0.15"", ""got"": ""^7.1.0"", ""md5-file"": ""^3.2.3"", ""mime"": ""^2.4.4"", @@ -7581,6 +7593,11 @@ ""resolved"": ""https://registry.npmjs.org/file-type/-/file-type-12.3.0.tgz"", ""integrity"": ""sha512-4E4Esq9KLwjYCY32E7qSmd0h7LefcniZHX+XcdJ4Wfx1uGJX7QCigiqw/U0yT7WOslm28yhxl87DJ0wHYv0RAA=="" }, + ""gatsby-core-utils"": { + ""version"": ""1.0.15"", + ""resolved"": ""https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.15.tgz"", + ""integrity"": ""sha512-Sn94r4EEKAjngJqw761wBYkbYhAjY61cheFXSdB84m+neohislRH6a4QjW/0Rc3M36C0n5f6D8x4ZsVLdeBrcg=="" + }, ""got"": { ""version"": ""7.1.0"", ""resolved"": ""https://registry.npmjs.org/got/-/got-7.1.0.tgz"", @@ -7727,9 +7744,9 @@ } }, ""gatsby-transformer-sharp"": { - ""version"": ""2.2.22"", - ""resolved"": ""https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.22.tgz"", - ""integrity"": ""sha512-KkPmi40HEvGfWP3wnBESzMSplyHkgRlHkgH0kL7UZA4+OZe06XZOzRIVYV0OAe+sULj6P9ggFtwIBpWeNySuiw=="", + ""version"": ""2.2.23"", + ""resolved"": ""https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.23.tgz"", + ""integrity"": ""sha512-Xd2Ydn6vrfpyElfRtiFqidHWhbXI28NS/sm9olOS1AJzSvonJ/UdQKQFhoGkgZ+JyWlo+yZfFmXMCSDr7pyVpQ=="", ""requires"": { ""@babel/runtime"": ""^7.6.3"", ""bluebird"": ""^3.7.0"", diff --git a/starters/default/package.json b/starters/default/package.json index 25bd46382db8e..6dcf34c61505e 100644 --- a/starters/default/package.json +++ b/starters/default/package.json @@ -6,13 +6,13 @@ ""author"": ""Kyle Mathews "", ""dependencies"": { ""gatsby"": ""^2.16.0"", - ""gatsby-image"": ""^2.2.28"", - ""gatsby-plugin-manifest"": ""^2.2.22"", - ""gatsby-plugin-offline"": ""^3.0.15"", - ""gatsby-plugin-react-helmet"": ""^3.1.12"", - ""gatsby-plugin-sharp"": ""^2.2.30"", - ""gatsby-source-filesystem"": ""^2.1.32"", - ""gatsby-transformer-sharp"": ""^2.2.22"", + ""gatsby-image"": ""^2.2.29"", + ""gatsby-plugin-manifest"": ""^2.2.23"", + ""gatsby-plugin-offline"": ""^3.0.16"", + ""gatsby-plugin-react-helmet"": ""^3.1.13"", + ""gatsby-plugin-sharp"": ""^2.2.31"", + ""gatsby-source-filesystem"": ""^2.1.33"", + ""gatsby-transformer-sharp"": ""^2.2.23"", ""prop-types"": ""^15.7.2"", ""react"": ""^16.10.2"", ""react-dom"": ""^16.10.2"", diff --git a/themes/gatsby-theme-blog-core/package.json b/themes/gatsby-theme-blog-core/package.json index 5d7edc1f4bfa7..4e98b0f269527 100644 --- a/themes/gatsby-theme-blog-core/package.json +++ b/themes/gatsby-theme-blog-core/package.json @@ -13,12 +13,12 @@ ""dependencies"": { ""@mdx-js/mdx"": ""^1.5.1"", ""gatsby-plugin-mdx"": ""^1.0.52"", - ""gatsby-plugin-sharp"": ""^2.2.30"", - ""gatsby-remark-copy-linked-files"": ""^2.1.27"", - ""gatsby-remark-images"": ""^3.1.27"", - ""gatsby-remark-smartypants"": ""^2.1.13"", - ""gatsby-source-filesystem"": ""^2.1.32"", - ""gatsby-transformer-sharp"": ""^2.2.22"", + ""gatsby-plugin-sharp"": ""^2.2.31"", + ""gatsby-remark-copy-linked-files"": ""^2.1.28"", + ""gatsby-remark-images"": ""^3.1.28"", + ""gatsby-remark-smartypants"": ""^2.1.14"", + ""gatsby-source-filesystem"": ""^2.1.33"", + ""gatsby-transformer-sharp"": ""^2.2.23"", ""remark-slug"": ""^5.1.2"" }, ""devDependencies"": { diff --git a/themes/gatsby-theme-blog/package.json b/themes/gatsby-theme-blog/package.json index 2529d7e3d9876..4f91cd73e994f 100644 --- a/themes/gatsby-theme-blog/package.json +++ b/themes/gatsby-theme-blog/package.json @@ -23,12 +23,12 @@ ""@theme-ui/prism"": ""^0.2.40"", ""@theme-ui/typography"": ""^0.2.40"", ""deepmerge"": ""^4.1.1"", - ""gatsby-image"": ""^2.2.28"", - ""gatsby-plugin-emotion"": ""^4.1.11"", - ""gatsby-plugin-feed"": ""^2.3.17"", - ""gatsby-plugin-react-helmet"": ""^3.1.12"", + ""gatsby-image"": ""^2.2.29"", + ""gatsby-plugin-emotion"": ""^4.1.12"", + ""gatsby-plugin-feed"": ""^2.3.18"", + ""gatsby-plugin-react-helmet"": ""^3.1.13"", ""gatsby-plugin-theme-ui"": ""^0.2.43"", - ""gatsby-plugin-twitter"": ""^2.1.11"", + ""gatsby-plugin-twitter"": ""^2.1.12"", ""gatsby-theme-blog-core"": ""^1.0.2"", ""mdx-utils"": ""0.2.0"", ""react-helmet"": ""^5.2.1"", diff --git a/themes/gatsby-theme-notes/package.json b/themes/gatsby-theme-notes/package.json index 0ed6f1db60eeb..a9d0fa1fb117f 100644 --- a/themes/gatsby-theme-notes/package.json +++ b/themes/gatsby-theme-notes/package.json @@ -33,15 +33,15 @@ ""@emotion/core"": ""^10.0.21"", ""@mdx-js/mdx"": ""^1.5.1"", ""@mdx-js/react"": ""^1.5.1"", - ""gatsby-core-utils"": ""^1.0.14"", + ""gatsby-core-utils"": ""^1.0.15"", ""gatsby-plugin-compile-es6-packages"": ""^2.1.0"", - ""gatsby-plugin-emotion"": ""^4.1.11"", + ""gatsby-plugin-emotion"": ""^4.1.12"", ""gatsby-plugin-mdx"": ""^1.0.52"", ""gatsby-plugin-meta-redirect"": ""^1.1.1"", ""gatsby-plugin-og-image"": ""0.0.1"", ""gatsby-plugin-redirects"": ""^1.0.0"", ""gatsby-plugin-theme-ui"": ""^0.2.43"", - ""gatsby-source-filesystem"": ""^2.1.32"", + ""gatsby-source-filesystem"": ""^2.1.33"", ""is-present"": ""^1.0.0"", ""react-feather"": ""^1.1.6"", ""theme-ui"": ""^0.2.44"" diff --git a/www/package.json b/www/package.json index 5895ed44838c4..32098abf7a6f4 100644 --- a/www/package.json +++ b/www/package.json @@ -22,48 +22,48 @@ ""fuse.js"": ""^3.4.5"", ""gatsby"": ""^2.16.0"", ""gatsby-design-tokens"": ""~1.0.9"", - ""gatsby-image"": ""^2.2.28"", - ""gatsby-plugin-canonical-urls"": ""^2.1.12"", - ""gatsby-plugin-catch-links"": ""^2.1.14"", - ""gatsby-plugin-emotion"": ""^4.1.11"", - ""gatsby-plugin-feed"": ""^2.3.17"", - ""gatsby-plugin-google-analytics"": ""^2.1.22"", - ""gatsby-plugin-google-tagmanager"": ""^2.1.14"", - ""gatsby-plugin-guess-js"": ""^1.1.20"", - ""gatsby-plugin-layout"": ""^1.1.12"", + ""gatsby-image"": ""^2.2.29"", + ""gatsby-plugin-canonical-urls"": ""^2.1.13"", + ""gatsby-plugin-catch-links"": ""^2.1.15"", + ""gatsby-plugin-emotion"": ""^4.1.12"", + ""gatsby-plugin-feed"": ""^2.3.18"", + ""gatsby-plugin-google-analytics"": ""^2.1.23"", + ""gatsby-plugin-google-tagmanager"": ""^2.1.15"", + ""gatsby-plugin-guess-js"": ""^1.1.21"", + ""gatsby-plugin-layout"": ""^1.1.13"", ""gatsby-plugin-mailchimp"": ""^2.2.3"", - ""gatsby-plugin-manifest"": ""^2.2.22"", + ""gatsby-plugin-manifest"": ""^2.2.23"", ""gatsby-plugin-mdx"": ""^1.0.52"", - ""gatsby-plugin-netlify"": ""^2.1.20"", + ""gatsby-plugin-netlify"": ""^2.1.21"", ""gatsby-plugin-netlify-cache"": ""^0.1.0"", - ""gatsby-plugin-nprogress"": ""^2.1.11"", - ""gatsby-plugin-offline"": ""^3.0.15"", - ""gatsby-plugin-react-helmet"": ""^3.1.12"", + ""gatsby-plugin-nprogress"": ""^2.1.12"", + ""gatsby-plugin-offline"": ""^3.0.16"", + ""gatsby-plugin-react-helmet"": ""^3.1.13"", ""gatsby-plugin-sentry"": ""^1.0.1"", ""gatsby-plugin-theme-ui"": ""^0.2.43"", - ""gatsby-plugin-sharp"": ""^2.2.30"", - ""gatsby-plugin-sitemap"": ""^2.2.18"", - ""gatsby-plugin-twitter"": ""^2.1.11"", - ""gatsby-plugin-typography"": ""^2.3.13"", - ""gatsby-remark-autolink-headers"": ""^2.1.15"", + ""gatsby-plugin-sharp"": ""^2.2.31"", + ""gatsby-plugin-sitemap"": ""^2.2.19"", + ""gatsby-plugin-twitter"": ""^2.1.12"", + ""gatsby-plugin-typography"": ""^2.3.14"", + ""gatsby-remark-autolink-headers"": ""^2.1.16"", ""gatsby-remark-code-titles"": ""^1.1.0"", - ""gatsby-remark-copy-linked-files"": ""^2.1.27"", + ""gatsby-remark-copy-linked-files"": ""^2.1.28"", ""gatsby-remark-embed-video"": ""^1.7.1"", - ""gatsby-remark-graphviz"": ""^1.1.14"", - ""gatsby-remark-images"": ""^3.1.27"", + ""gatsby-remark-graphviz"": ""^1.1.15"", + ""gatsby-remark-images"": ""^3.1.28"", ""gatsby-remark-normalize-paths"": ""^1.0.0"", - ""gatsby-remark-prismjs"": ""^3.3.19"", - ""gatsby-remark-responsive-iframe"": ""^2.2.24"", - ""gatsby-remark-smartypants"": ""^2.1.13"", + ""gatsby-remark-prismjs"": ""^3.3.20"", + ""gatsby-remark-responsive-iframe"": ""^2.2.25"", + ""gatsby-remark-smartypants"": ""^2.1.14"", ""gatsby-source-airtable"": ""^2.0.9"", - ""gatsby-source-filesystem"": ""^2.1.32"", - ""gatsby-source-npm-package-search"": ""^2.1.15"", - ""gatsby-transformer-csv"": ""^2.1.13"", - ""gatsby-transformer-documentationjs"": ""^4.1.15"", - ""gatsby-transformer-remark"": ""^2.6.29"", - ""gatsby-transformer-screenshot"": ""^2.1.34"", - ""gatsby-transformer-sharp"": ""^2.2.22"", - ""gatsby-transformer-yaml"": ""^2.2.14"", + ""gatsby-source-filesystem"": ""^2.1.33"", + ""gatsby-source-npm-package-search"": ""^2.1.16"", + ""gatsby-transformer-csv"": ""^2.1.14"", + ""gatsby-transformer-documentationjs"": ""^4.1.16"", + ""gatsby-transformer-remark"": ""^2.6.30"", + ""gatsby-transformer-screenshot"": ""^2.1.35"", + ""gatsby-transformer-sharp"": ""^2.2.23"", + ""gatsby-transformer-yaml"": ""^2.2.15"", ""get-package-json-from-github"": ""^1.2.1"", ""git-rev-sync"": ""^1.12.0"", ""graphql-request"": ""1.8.2"", @@ -124,7 +124,7 @@ ""devDependencies"": { ""@testing-library/react"": ""^8.0.9"", ""babel-jest"": ""^24.9.0"", - ""babel-preset-gatsby"": ""^0.2.19"", + ""babel-preset-gatsby"": ""^0.2.20"", ""cross-env"": ""^5.2.1"", ""front-matter"": ""^2.3.0"", ""github-api"": ""^3.3.0""," 762774500b841803ebd574b1c2c68c7c9a994cf0,2020-04-29 07:35:05,Damien Senger,chore(gatsby): migrate status reducer to TypeScript (#23474),False,migrate status reducer to TypeScript (#23474),chore,"diff --git a/packages/gatsby/src/redux/__tests__/__snapshots__/index.js.snap b/packages/gatsby/src/redux/__tests__/__snapshots__/index.js.snap index 7d60959ed352f..c12a3d0399d3c 100644 --- a/packages/gatsby/src/redux/__tests__/__snapshots__/index.js.snap +++ b/packages/gatsby/src/redux/__tests__/__snapshots__/index.js.snap @@ -24,6 +24,7 @@ Object { ""pageDataStats"": Map {}, ""staticQueryComponents"": Map {}, ""status"": Object { + ""PLUGINS_HASH"": """", ""plugins"": Object {}, }, ""webpackCompilationHash"": """", @@ -86,6 +87,7 @@ Object { ""pageDataStats"": Map {}, ""staticQueryComponents"": Map {}, ""status"": Object { + ""PLUGINS_HASH"": """", ""plugins"": Object {}, }, ""webpackCompilationHash"": """", diff --git a/packages/gatsby/src/redux/__tests__/__snapshots__/status.js.snap b/packages/gatsby/src/redux/__tests__/__snapshots__/status.js.snap index c3f19b65583c7..93156b022ba21 100644 --- a/packages/gatsby/src/redux/__tests__/__snapshots__/status.js.snap +++ b/packages/gatsby/src/redux/__tests__/__snapshots__/status.js.snap @@ -12,4 +12,4 @@ Object { exports[`Status actions/reducer throws an error if status isn't an object 1`] = `""You must pass an object into setPluginStatus. What was passed in was \\""test job\\""""`; -exports[`Status actions/reducer throws an error if the plugin name isn't set 1`] = `""Cannot read property 'name' of undefined""`; +exports[`Status actions/reducer throws an error if the plugin name isn't set 1`] = `""You can't set plugin status without a plugin""`; diff --git a/packages/gatsby/src/redux/__tests__/status.js b/packages/gatsby/src/redux/__tests__/status.js index 6d2f8d02a5ade..67fef98915510 100644 --- a/packages/gatsby/src/redux/__tests__/status.js +++ b/packages/gatsby/src/redux/__tests__/status.js @@ -1,5 +1,6 @@ +import { statusReducer } from ""../reducers/status"" + const { actions } = require(`../actions`) -const statusReducer = require(`../reducers/status`) Date.now = jest.fn(() => 1482363367071) diff --git a/packages/gatsby/src/redux/reducers/index.js b/packages/gatsby/src/redux/reducers/index.js index 2f45dafbbea9f..612df7a25eebb 100644 --- a/packages/gatsby/src/redux/reducers/index.js +++ b/packages/gatsby/src/redux/reducers/index.js @@ -2,6 +2,7 @@ const reduxNodes = require(`./nodes`) const lokiNodes = require(`../../db/loki/nodes`).reducer import { redirectsReducer } from ""./redirects"" import { staticQueryComponentsReducer } from ""./static-query-components"" +import { statusReducer } from ""./status"" import { webpackCompilationHashReducer } from ""./webpack-compilation-hash"" import { reducer as logReducer } from ""gatsby-cli/lib/reporter/redux/reducer"" @@ -55,7 +56,7 @@ module.exports = { config: require(`./config`), pages: require(`./pages`), schema: require(`./schema`), - status: require(`./status`), + status: statusReducer, componentDataDependencies: require(`./component-data-dependencies`), components: require(`./components`), staticQueryComponents: staticQueryComponentsReducer, diff --git a/packages/gatsby/src/redux/reducers/status.js b/packages/gatsby/src/redux/reducers/status.ts similarity index 68% rename from packages/gatsby/src/redux/reducers/status.js rename to packages/gatsby/src/redux/reducers/status.ts index 9f9990509afba..7913b60d40ea3 100644 --- a/packages/gatsby/src/redux/reducers/status.js +++ b/packages/gatsby/src/redux/reducers/status.ts @@ -1,16 +1,25 @@ -const _ = require(`lodash`) +import _ from ""lodash"" +import { ActionsUnion, IGatsbyState } from ""../types"" -module.exports = (state = { plugins: {} }, action) => { +const defaultState: IGatsbyState[""status""] = { + PLUGINS_HASH: ``, + plugins: {}, +} + +export const statusReducer = ( + state: IGatsbyState[""status""] = defaultState, + action: ActionsUnion +): IGatsbyState[""status""] => { switch (action.type) { case `DELETE_CACHE`: - return { plugins: {} } + return defaultState case `UPDATE_PLUGINS_HASH`: return { ...state, PLUGINS_HASH: action.payload, } case `SET_PLUGIN_STATUS`: - if (!action.plugin && !action.plugin.name) { + if (!action.plugin || !action.plugin?.name) { throw new Error(`You can't set plugin status without a plugin`) } if (!_.isObject(action.payload)) { diff --git a/packages/gatsby/src/redux/types.ts b/packages/gatsby/src/redux/types.ts index 44138242e1d7a..d6cce1796d385 100644 --- a/packages/gatsby/src/redux/types.ts +++ b/packages/gatsby/src/redux/types.ts @@ -130,7 +130,7 @@ export interface IGatsbyState { pages: Map schema: GraphQLSchema status: { - plugins: {} + plugins: Record PLUGINS_HASH: Identifier } componentDataDependencies: { @@ -208,23 +208,25 @@ export interface ICachedReduxState { } export type ActionsUnion = + | IAddThirdPartySchema + | ICreateFieldExtension | ICreatePageDependencyAction + | ICreateTypes | IDeleteCacheAction | IDeleteComponentDependenciesAction - | IReplaceComponentQueryAction - | IReplaceStaticQueryAction + | IPageQueryRunAction + | IPrintTypeDefinitions | IQueryExtractedAction - | IQueryExtractionGraphQLErrorAction | IQueryExtractedBabelSuccessAction | IQueryExtractionBabelErrorAction - | ISetProgramStatusAction - | IPageQueryRunAction - | IAddThirdPartySchema - | ICreateTypes - | ICreateFieldExtension - | IPrintTypeDefinitions + | IQueryExtractionGraphQLErrorAction | IRemoveStaticQuery + | IReplaceComponentQueryAction + | IReplaceStaticQueryAction + | ISetPluginStatusAction + | ISetProgramStatusAction | ISetWebpackCompilationHashAction + | IUpdatePluginsHashAction export interface ICreatePageDependencyAction { type: `CREATE_COMPONENT_DEPENDENCY` @@ -383,3 +385,17 @@ export interface ISetWebpackCompilationHashAction { type: `SET_WEBPACK_COMPILATION_HASH` payload: IGatsbyState[""webpackCompilationHash""] } + +export interface IUpdatePluginsHashAction { + type: `UPDATE_PLUGINS_HASH` + payload: Identifier +} + +export interface ISetPluginStatusAction { + type: `SET_PLUGIN_STATUS` + plugin: IGatsbyPlugin + payload: { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + [key: string]: any + } +}" 54ea494fd6d155c8afcb4315a9c2dfb0fb83428b,2022-05-30 21:57:46,Michal Piechowiak,fix(function): prioritize raw body parser (#35780),False,prioritize raw body parser (#35780),fix,"diff --git a/integration-tests/functions/test-helpers.js b/integration-tests/functions/test-helpers.js index 3c3d8f4609af9..eabf90c07398e 100644 --- a/integration-tests/functions/test-helpers.js +++ b/integration-tests/functions/test-helpers.js @@ -637,7 +637,7 @@ export function runTests(env, host) { }) }) - describe(`custom type`, () => { + describe(`custom type (using 'custom/type' payload)`, () => { const body = JSON.stringify({ content: `test-string`, }) @@ -682,6 +682,55 @@ export function runTests(env, host) { `) }) }) + + describe(`'application/json' payload`, () => { + const body = JSON.stringify({ + content: `test-string`, + }) + it(`on default config`, async () => { + const result = await fetch(`${host}/api/config/defaults`, { + method: `POST`, + body, + headers: { + ""content-type"": ""application/json"", + }, + }) + + expect(result.status).toBe(200) + const responseBody = await result.json() + + // default config will use default config for ""application/json"" type + expect(responseBody).toMatchInlineSnapshot(` + Object { + ""body"": ""{ content: 'test-string' }"", + } + `) + }) + + it(`on { bodyParser: { raw: { type: ""*/*"" }}}`, async () => { + const result = await fetch( + `${host}/api/config/body-parser-raw-type`, + { + method: `POST`, + body, + headers: { + ""content-type"": ""application/json"", + }, + } + ) + + expect(result.status).toBe(200) + const responseBody = await result.json() + + // despite application/json payload, we get + // expected Buffer + expect(responseBody).toMatchInlineSnapshot(` + Object { + ""body"": """", + } + `) + }) + }) }) describe(`urlencoded`, () => { diff --git a/packages/gatsby/src/internal-plugins/functions/middleware.ts b/packages/gatsby/src/internal-plugins/functions/middleware.ts index e28350fea9a21..23b6c6709aefe 100644 --- a/packages/gatsby/src/internal-plugins/functions/middleware.ts +++ b/packages/gatsby/src/internal-plugins/functions/middleware.ts @@ -223,10 +223,10 @@ export function functionMiddlewares( setCookies, setContext, multer().any(), + bodyParserMiddlewareWithConfig(`raw`), bodyParserMiddlewareWithConfig(`text`), bodyParserMiddlewareWithConfig(`urlencoded`), bodyParserMiddlewareWithConfig(`json`), - bodyParserMiddlewareWithConfig(`raw`), executeFunction, ] }" 234e73496cc048bf1dd647bc0f0dbcc0a62512ce,2019-07-29 20:29:02,renovate[bot],fix: update dependency theme-ui to ^0.2.21 (#16127),False,update dependency theme-ui to ^0.2.21 (#16127),fix,"diff --git a/themes/gatsby-theme-blog/package.json b/themes/gatsby-theme-blog/package.json index e29fa9e057ed2..0eca995394d09 100644 --- a/themes/gatsby-theme-blog/package.json +++ b/themes/gatsby-theme-blog/package.json @@ -42,7 +42,7 @@ ""react-helmet"": ""^5.2.1"", ""react-switch"": ""^5.0.1"", ""remark-slug"": ""^5.1.2"", - ""theme-ui"": ""^0.2.18"", + ""theme-ui"": ""^0.2.21"", ""typeface-merriweather"": ""0.0.72"", ""typeface-montserrat"": ""0.0.75"", ""typography-theme-wordpress-2016"": ""^0.16.19"" diff --git a/themes/gatsby-theme-notes/package.json b/themes/gatsby-theme-notes/package.json index 1e6c472081400..fe112a47ddf73 100644 --- a/themes/gatsby-theme-notes/package.json +++ b/themes/gatsby-theme-notes/package.json @@ -44,6 +44,6 @@ ""gatsby-source-filesystem"": ""^2.1.6"", ""is-present"": ""^1.0.0"", ""react-feather"": ""^1.1.6"", - ""theme-ui"": ""^0.2.18"" + ""theme-ui"": ""^0.2.21"" } }" d2a4690ba6a608188791d986de9b74674868dea5,2021-04-06 01:48:54,Kyle Mathews,fix(docs): clarify performance section of gatsby Link (#30691),False,clarify performance section of gatsby Link (#30691),fix,"diff --git a/docs/docs/reference/built-in-components/gatsby-link.md b/docs/docs/reference/built-in-components/gatsby-link.md index 8bf86bc68635f..d75e0ea8653a0 100644 --- a/docs/docs/reference/built-in-components/gatsby-link.md +++ b/docs/docs/reference/built-in-components/gatsby-link.md @@ -2,12 +2,18 @@ title: Gatsby Link API --- -For internal navigation, Gatsby includes a built-in `` component as well as a `navigate` function which is used for programmatic navigation. - -Gatsby's `` component enables linking to internal pages as well as a powerful performance feature called preloading. Preloading is used to prefetch resources so that the resources are fetched by the time the user navigates with this component. We use an `IntersectionObserver` to fetch a low-priority request when the `Link` is in the viewport and then use an `onMouseOver` event to trigger a high-priority request when it is likely that a user will navigate to the requested resource. +For internal navigation, Gatsby includes a built-in `` component for creating links between internal pages as well as a `navigate` function for programmatic navigation. The component is a wrapper around [@reach/router's Link component](https://reach.tech/router/api/Link) that adds useful enhancements specific to Gatsby. All props are passed through to @reach/router's `Link` component. +## `` drives Gatsby's fast page navigation + +The `` component drives a powerful performance feature called preloading. Preloading is used to prefetch page resources so that the resources are available by the time the user navigates to the page. We use the browser's [`Intersection Observer API`](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) to observe when a `` component enters the user viewport and then start a low-priority request for the linked page's resources. Then when a user moves their mouse over a link and the `onMouseOver` event is triggered, we upgrade the fetches to high-priority. + +This two stage preloading helps ensure the page is ready to be rendered as soon as the user clicks to navigate. + +Intelligent preloading like this eliminates the latency users experience when clicking on links in sites built in most other frameworks. + ## How to use Gatsby Link Blog ++Blog +``` + +A full example: ```jsx import React from ""react""" aeaa1418770a5b6f5041aed94f57a47243725851,2019-08-21 18:24:59,renovate[bot],fix: update dependency eslint-plugin-flowtype to ^2.50.3 (#16866),False,update dependency eslint-plugin-flowtype to ^2.50.3 (#16866),fix,"diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 6a36c20ddea73..ae5ae96e11ee3 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -54,7 +54,7 @@ ""eslint"": ""^5.16.0"", ""eslint-config-react-app"": ""^3.0.0"", ""eslint-loader"": ""^2.2.1"", - ""eslint-plugin-flowtype"": ""^2.46.1"", + ""eslint-plugin-flowtype"": ""^2.50.3"", ""eslint-plugin-graphql"": ""^3.0.3"", ""eslint-plugin-import"": ""^2.18.2"", ""eslint-plugin-jsx-a11y"": ""^6.0.3""," 8a718e384017dd03ee89b0028b14f1657c265c76,2023-01-18 12:28:52,GatsbyJS Bot,chore(changelogs): update changelogs (#37482),False,update changelogs (#37482),chore,"diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index ca05145e8c1d1..3b26d71486e9c 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.4.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.4.2/packages/gatsby) (2023-01-17) + +#### Bug Fixes + +- nodeModel.findAll supports v5 sort argument structure [#37477](https://github.com/gatsbyjs/gatsby/issues/37477) [#37479](https://github.com/gatsbyjs/gatsby/issues/37479) ([00ed53a](https://github.com/gatsbyjs/gatsby/commit/00ed53a7c80c0670aec787a88c81335947ea7e9c)) + ### [5.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.4.1/packages/gatsby) (2023-01-13) #### Bug Fixes" c2d4512688fbeb76b39cfac4ea0c562f37b03875,2019-06-08 21:29:32,Anubhav Srivastava,chore(starters): add gatsby-starter-directive (#14628),False,add gatsby-starter-directive (#14628),chore,"diff --git a/docs/starters.yml b/docs/starters.yml index 1dd02d61c3c31..d1a1aaae80e23 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -2920,3 +2920,18 @@ - Styling with SCSS - Offline support - Web App Manifest +- url: https://anubhavsrivastava.github.io/gatsby-starter-directive + repo: https://github.com/anubhavsrivastava/gatsby-starter-directive + description: Single page starter based on the Directive site template by HTML5 up, with landing and Elements(Component) page + tags: + - HTML5UP + - Onepage + - Styling:SCSS + - Portfolio + - PWA + features: + - Designed by HTML5 UP + - Fully Responsive + - Styling with SCSS + - Offline support + - Web App Manifest" 1fb8d2f340c090e229296e73a0c5e8cd9d206acd,2020-03-27 18:39:24,strangehill,fix(gatsby-starter-blog): Remove superfluous text-decoration:none (#22471),False,Remove superfluous text-decoration:none (#22471),fix,"diff --git a/starters/blog/src/components/layout.js b/starters/blog/src/components/layout.js index faa6fc3119272..978c6602d2999 100644 --- a/starters/blog/src/components/layout.js +++ b/starters/blog/src/components/layout.js @@ -19,7 +19,6 @@ const Layout = ({ location, title, children }) => { { { it(`handles Booleans`, () => { diff --git a/packages/gatsby-telemetry/src/event-storage.js b/packages/gatsby-telemetry/src/event-storage.js index acdb8f59ba664..0b846defae95d 100644 --- a/packages/gatsby-telemetry/src/event-storage.js +++ b/packages/gatsby-telemetry/src/event-storage.js @@ -5,7 +5,7 @@ const fetch = require(`node-fetch`) const Configstore = require(`configstore`) const { ensureDirSync } = require(`fs-extra`) -const isTruthy = require(`./is-truthy`) +import { isTruthy } from ""./is-truthy"" /* The events data collection is a spooled process that * buffers events to a local fs based buffer diff --git a/packages/gatsby-telemetry/src/is-truthy.js b/packages/gatsby-telemetry/src/is-truthy.ts similarity index 91% rename from packages/gatsby-telemetry/src/is-truthy.js rename to packages/gatsby-telemetry/src/is-truthy.ts index c76eef39cd56b..18eb9c815fdfa 100644 --- a/packages/gatsby-telemetry/src/is-truthy.js +++ b/packages/gatsby-telemetry/src/is-truthy.ts @@ -1,6 +1,6 @@ // Returns true for `true`, true, positive numbers // Returns false for `false`, false, 0, negative integers and anything else -const isTruthy = value => { +export function isTruthy(value: any): boolean { // Return if Boolean if (typeof value === `boolean`) return value @@ -19,5 +19,3 @@ const isTruthy = value => { // Default to false return false } - -module.exports = isTruthy" c341ec61fd5315f828f8dcb786cfd248f02915ec,2020-05-19 09:41:38,Nat Alison,docs: Add retext (#23692),False,Add retext (#23692),docs,"diff --git a/.remarkrc.js b/.remarkrc.js index 8683653841b13..c27a379a4d9dd 100644 --- a/.remarkrc.js +++ b/.remarkrc.js @@ -1,6 +1,17 @@ +const unified = require(""unified"") + module.exports = { plugins: [ [""remark-frontmatter"", ""yaml""], + [ + ""remark-retext"", + unified() + .use(require(""retext-english"")) + .use(require(""retext-diacritics"")) + .use(require(""retext-indefinite-article"")) + .use(require(""retext-redundant-acronyms"")) + .use(require(""retext-sentence-spacing"")), + ], ""remark-preset-lint-recommended"", ""remark-preset-lint-markdown-style-guide"", diff --git a/docs/blog/2017-10-20-from-wordpress-to-developing-in-react-starting-to-see-it/index.md b/docs/blog/2017-10-20-from-wordpress-to-developing-in-react-starting-to-see-it/index.md index 88a1d062f63a3..efc2633d49a6d 100644 --- a/docs/blog/2017-10-20-from-wordpress-to-developing-in-react-starting-to-see-it/index.md +++ b/docs/blog/2017-10-20-from-wordpress-to-developing-in-react-starting-to-see-it/index.md @@ -5,7 +5,7 @@ author: ""Benjamin Read"" tags: [""react"", ""getting-started"", ""wordpress""] --- -As a frontend designer I've always prided myself on being a HTML and CSS +As a frontend designer I've always prided myself on being an HTML and CSS specialist. My use of JavaScript has been limited to animations and DOM manipulation. However, at [Indigo Tree](https://indigotree.co.uk) diff --git a/docs/blog/2017-11-08-migrate-from-jekyll-to-gatsby/index.md b/docs/blog/2017-11-08-migrate-from-jekyll-to-gatsby/index.md index 4582f77e2b02c..f2574d4214f9c 100644 --- a/docs/blog/2017-11-08-migrate-from-jekyll-to-gatsby/index.md +++ b/docs/blog/2017-11-08-migrate-from-jekyll-to-gatsby/index.md @@ -15,7 +15,7 @@ I’ve built apps with it (Rails / Sinatra / Jekyll / etc). I used to like Jekyll because I could write my posts in Markdown which is super easy to write and edit.. When I started my blog, I took a theme called -[Lanyon](https://github.com/poole/lanyon) and tweaked it a bit. That was a +[Lanyon](https://github.com/poole/lanyon) and tweaked it a bit. That was enough for me. But recently I find that I only install Ruby and Jekyll to manage my blog (I diff --git a/docs/blog/2018-10-10-unbundling-of-the-cms/index.md b/docs/blog/2018-10-10-unbundling-of-the-cms/index.md index ebc4f4828f15e..82a44f6f17ddd 100644 --- a/docs/blog/2018-10-10-unbundling-of-the-cms/index.md +++ b/docs/blog/2018-10-10-unbundling-of-the-cms/index.md @@ -67,4 +67,4 @@ The next post, [The Rise of Modern Web Development](/blog/2018-10-11-rise-of-mod After that, [Why Mobile Performance is Crucial](/blog/2018-10-16-why-mobile-performance-is-crucial) discusses the rise of e-commerce on smartphones, why the average site haven't been getting any faster on mobile, and existing technology that can make sites fast _by default_. -Finally, in our conclusion, Creating Compelling Experiences, we’ll discuss a step-by-step approach for choosing a content architecture, modern development environment, a performance strategy -- and most importantly, choosing an ""content mesh"" that makes all the other choices easy. +Finally, in our conclusion, Creating Compelling Experiences, we’ll discuss a step-by-step approach for choosing a content architecture, modern development environment, a performance strategy -- and most importantly, choosing a ""content mesh"" that makes all the other choices easy. diff --git a/docs/blog/2018-10-26-export-a-drupal-site-to-gatsby/index.md b/docs/blog/2018-10-26-export-a-drupal-site-to-gatsby/index.md index ac665474282d3..84b2130152c57 100644 --- a/docs/blog/2018-10-26-export-a-drupal-site-to-gatsby/index.md +++ b/docs/blog/2018-10-26-export-a-drupal-site-to-gatsby/index.md @@ -7,7 +7,7 @@ tags: [""drupal"", ""getting-started""] This blogpost explains how I learned to reduce the cost of maintaining a simple brochure or blog site. When using Drupal, you need at least a shared hosting platform (there is no Wordpress.com for Drupal sites). So, migrating to a static site generator, like Jekyll or Gatsby, seemed like a good idea. Gatsby is also a great opportunity to learn React and then get hosting for free using something like GitHub Pages. This post is going to describe how to migrate a simple blog--that has featured images on the posts, comments and tags--from Drupal to Gatsby. -To facilitate exporting the site, the first thing I did was export the database from the mysql database server to an sqlite file that I could use locally. To do this I used the [mysql2sqlite](https://github.com/dumblob/mysql2sqlite) project, which, as described on the project page, can be done with two commands like: +To facilitate exporting the site, the first thing I did was export the database from the mysql database server to a sqlite file that I could use locally. To do this I used the [mysql2sqlite](https://github.com/dumblob/mysql2sqlite) project, which, as described on the project page, can be done with two commands like: ```shell mysqldump --skip-extended-insert --compact DB_name > dump_mysql.sql @@ -25,7 +25,7 @@ npm i # to install regular gastby requirements npm i --save-dev better-sqlite3 # to add an sqlite javascript client ``` -The useful commands on an sqlite3 command line to explore are `.tables` to see all tables :) and `.schema table_name` to see information about a specific table. Oh! and `.help` to know more. +The useful commands on a sqlite3 command line to explore are `.tables` to see all tables :) and `.schema table_name` to see information about a specific table. Oh! and `.help` to know more. Next, you will be creating a new file on your project at `src/scripts/import.js`. Initially, what you want is to iterate through all your posts and export basic data like title, created date, body and status (published or draft). All of that data is in two tables, the _node_ table and the _field_data_body_. Initially, your script will look like this: diff --git a/docs/blog/2018-12-17-ibm-case-study/index.md b/docs/blog/2018-12-17-ibm-case-study/index.md index 009654cec6697..ce0cf8ef2d358 100644 --- a/docs/blog/2018-12-17-ibm-case-study/index.md +++ b/docs/blog/2018-12-17-ibm-case-study/index.md @@ -45,7 +45,7 @@ With non-technical content writers and designers needing the ability to add cont ## A New Era -The new Carbon Design System website launched October 3, 2018, and is referenced by designers and developers as an open source project as well as internally at IBM. With a seamless design feel, most users didn’t “see” any changes, but they sure felt them with the lightning fast page load times. Alison pointed out their new Lighthouse performance score went from 7 to 96 (that’s a 89 point jump!) with PWA, Accessibility, Best Practices, and SEO scores in the high 90s - 100. +The new Carbon Design System website launched October 3, 2018, and is referenced by designers and developers as an open source project as well as internally at IBM. With a seamless design feel, most users didn’t “see” any changes, but they sure felt them with the lightning fast page load times. Alison pointed out their new Lighthouse performance score went from 7 to 96 (that’s an 89 point jump!) with PWA, Accessibility, Best Practices, and SEO scores in the high 90s - 100.
diff --git a/docs/blog/2018-2-27-why-i-upgraded-my-website-to-gatsbyjs-from-jekyll/index.md b/docs/blog/2018-2-27-why-i-upgraded-my-website-to-gatsbyjs-from-jekyll/index.md index c3ab5982b9ff1..3890977bce02d 100644 --- a/docs/blog/2018-2-27-why-i-upgraded-my-website-to-gatsbyjs-from-jekyll/index.md +++ b/docs/blog/2018-2-27-why-i-upgraded-my-website-to-gatsbyjs-from-jekyll/index.md @@ -86,7 +86,7 @@ export const pageQuery = graphql` When the `` component needs to be rendered into a page, the accompanying exported `pageQuery`, a GraphQL query is made, and the results are passed in as props into the component. -The real magic happens when the website is compiled into a production bundle. Running `npm run build` will tell Gatsby to perform all the GraphQL queries defined and render all the React components into a HTML document, using a technique known as server-side rendering. This means that everything “React” is serialized and compiled to static HTML, ready to be viewed without JavaScript. Visitors to the site will then be able to quickly load and interact with the static version of the page. +The real magic happens when the website is compiled into a production bundle. Running `npm run build` will tell Gatsby to perform all the GraphQL queries defined and render all the React components into an HTML document, using a technique known as server-side rendering. This means that everything “React” is serialized and compiled to static HTML, ready to be viewed without JavaScript. Visitors to the site will then be able to quickly load and interact with the static version of the page. Not only that, within the HTML document, there are instructions to load the JavaScript bundle of your application asynchronously. When it has been loaded, the content displayed in the browser will be dynamically replaced by the React application, gaining interactivity. This also happens with the other pages of your site — Gatsby will ensure that they are asynchronously loaded so that when you click on a link, the data is already cached on the browser for React to swap out the DOM elements that need to be changed. Everything is done to give the illusion of speed to the viewer while asynchronously loading everything in the background. diff --git a/docs/blog/2019-01-01-publish-multiple-gatsby-sites/index.md b/docs/blog/2019-01-01-publish-multiple-gatsby-sites/index.md index 957a24d8c49ef..3235f1c7811aa 100644 --- a/docs/blog/2019-01-01-publish-multiple-gatsby-sites/index.md +++ b/docs/blog/2019-01-01-publish-multiple-gatsby-sites/index.md @@ -16,7 +16,7 @@ This tutorial will take about two hours to complete. If you're unfamiliar with L If you work alone or in a small team, you’re likely to have started working on small programs that slowly grow complex and convoluted. Shit happens and you’ll soon find that your perfectly balanced lasagna evolves into a heaped bowlful of spaghetti. -The same goes for those who have worked as part of a large company/team. Branding guidelines come in the form of css style-guides or reusable components. Separating the discrete packages from what’s shared becomes a hassle if everything’s stored together. You may even have to deal with several similar projects thrown about in different repos, which can be an headache to keep track of. These are some of the problems monorepos solve. +The same goes for those who have worked as part of a large company/team. Branding guidelines come in the form of css style-guides or reusable components. Separating the discrete packages from what’s shared becomes a hassle if everything’s stored together. You may even have to deal with several similar projects thrown about in different repos, which can be a headache to keep track of. These are some of the problems monorepos solve. ![Monorepo Diagram](./images/monorepo-diagram.jpeg) @@ -442,7 +442,7 @@ There are two more sections we need to add to our `.travis.yml` file We won’t worry about the latter for now, but let’s deal with running scripts for different repos. Because we’re not going to be deploying our `shared-ui` we can skip it from our CI pipeline. We’ll run `yarn test` and `yarn build` for both the blog and the shop. -We’ll do this by adding a `matrix` step right after the `install` step to the CI pipeline. This `matrix` step will let us specify which packages we want to run the CI pipeline on. We’ll name each matrix and set a environment variables for the package location. We’ll then change the `script` step so Travis moves into the correct directory and runs the `script` step. Delete everything after the `install` step and add the following: +We’ll do this by adding a `matrix` step right after the `install` step to the CI pipeline. This `matrix` step will let us specify which packages we want to run the CI pipeline on. We’ll name each matrix and set an environment variables for the package location. We’ll then change the `script` step so Travis moves into the correct directory and runs the `script` step. Delete everything after the `install` step and add the following: ```yaml:title=.travis.yml matrix: diff --git a/docs/blog/2019-02-14-behind-the-scenes-q-and-a/index.md b/docs/blog/2019-02-14-behind-the-scenes-q-and-a/index.md index 959763fac289e..2c354cd8a59be 100644 --- a/docs/blog/2019-02-14-behind-the-scenes-q-and-a/index.md +++ b/docs/blog/2019-02-14-behind-the-scenes-q-and-a/index.md @@ -33,7 +33,7 @@ To watch the full recorded webinar, [register here](https://www.gatsbyjs.com/beh **Answer:** Check out [Environment Variables](/docs/environment-variables/). **Question:** Is it possible to have the gatsby-\*.js files be rewritten in TypeScript? -**Answer:** gatsby-browser.js and gatsby-ssr.js work just fine if you add gatsby-plugin-typescript. We don't have a out-of-the-box solution for gatsby-node.js but you could require the TypeScript interpreter and then require another TypeScript file and re-export its code from gatsby-node.js. +**Answer:** gatsby-browser.js and gatsby-ssr.js work just fine if you add gatsby-plugin-typescript. We don't have an out-of-the-box solution for gatsby-node.js but you could require the TypeScript interpreter and then require another TypeScript file and re-export its code from gatsby-node.js. **Question:** Gatsby transformers support Markdown and asciidoc. Possible support for Sphinx reStructuredText? **Answer:** Certainly! Gatsby is super pluggable, so whatever content you want to bring to Gatsby, just write a plugin! Check out [Creating a Source Plugin](/docs/creating-a-source-plugin/). @@ -127,7 +127,7 @@ To watch the full recorded webinar, [register here](https://www.gatsbyjs.com/beh **Answer:** Yes. Builds are fast and automatic though so doesn't take any extra work or mental overhead. **Question:** How can I use gatsby-image for images in the content body like a WordPress post? -**Answer:** That's a bit tricky as the content body is a HTML string. There's issues talking about how to make this happen so jump into the discussion and help out. +**Answer:** That's a bit tricky as the content body is an HTML string. There's issues talking about how to make this happen so jump into the discussion and help out. **Question:** Is there a 3rd party CMS that you recommend that works particular well with Gatsby? **Answer:** Lots of CMS-s! Here's a list: [Headless CMS](/docs/headless-cms/) @@ -160,7 +160,7 @@ To watch the full recorded webinar, [register here](https://www.gatsbyjs.com/beh **Question:** Would it makes sense to still use Gatsby for a more ""dynamic"" type of app? **Answer:** Yes! You can learn more about what types of dynamic apps you can build with Gatsby here: [Dynamic Apps Webinar](https://www.gatsbyjs.com/build-web-apps-webinar). -**Question:** What is the recommended approach for sites that have integrations like a oauth authentication or web mapping that need code to be run only in the browser (not SSR)? I have read about checking for module or browser and using babel dynamic import. Is there a way to have a separate bundle lazy loaded only when loaded in the browser? +**Question:** What is the recommended approach for sites that have integrations like an oauth authentication or web mapping that need code to be run only in the browser (not SSR)? I have read about checking for module or browser and using babel dynamic import. Is there a way to have a separate bundle lazy loaded only when loaded in the browser? **Answer:** Check out [Building a site with authentication](/docs/building-a-site-with-authentication/). **Question:** Dustin mentioned a recording on building dynamic apps with Gatsby. Is that available? @@ -179,7 +179,7 @@ To watch the full recorded webinar, [register here](https://www.gatsbyjs.com/beh ### Scaling Gatsby (Gatsby for Large Apps) -**Question:** I'm working for a e-commerce company. We have millions of products in our shop. The product detail site is somewhat the same but for the data. Is there a way to generate all those pages for each of those products in a feasible time? +**Question:** I'm working for an e-commerce company. We have millions of products in our shop. The product detail site is somewhat the same but for the data. Is there a way to generate all those pages for each of those products in a feasible time? **Answer:** Gatsby generally maxes out at 50k pages or so (right now) but you could break up the page, check out [Building a large, internationalized e-commerce website with Gatsby at Daniel Wellington ](/blog/2019-01-28-building-a-large-ecommerce-website-with-gatsby-at-daniel-wellington/) diff --git a/docs/blog/2019-03-11-dot-org-prototypes/index.md b/docs/blog/2019-03-11-dot-org-prototypes/index.md index c6014791255dc..c9163b934d409 100644 --- a/docs/blog/2019-03-11-dot-org-prototypes/index.md +++ b/docs/blog/2019-03-11-dot-org-prototypes/index.md @@ -96,7 +96,7 @@ The homepage should be ordered by explaining the following: We left the prototype workshop with a few concerns that could be validated through testing: -- Logos of companies could turn off developers because some consider logos to be cliche and therefore meaningless. Alternatively, the logos could provide social proof that world-class engineers use Gatsby. One possibility is to combine the logos with case studies so they aren’t in the classic “logos floating on white space” design that most startups use. +- Logos of companies could turn off developers because some consider logos to be cliché and therefore meaningless. Alternatively, the logos could provide social proof that world-class engineers use Gatsby. One possibility is to combine the logos with case studies so they aren’t in the classic “logos floating on white space” design that most startups use. - We debated how to help developers know that Gatsby also has some upcoming commercial offerings. What do we call the commercial offerings so they make sense to first time visitors? ### Settled concerns: diff --git a/docs/blog/2019-04-06-security-for-modern-web-frameworks/index.md b/docs/blog/2019-04-06-security-for-modern-web-frameworks/index.md index 804b708018bb4..6c6826d287808 100644 --- a/docs/blog/2019-04-06-security-for-modern-web-frameworks/index.md +++ b/docs/blog/2019-04-06-security-for-modern-web-frameworks/index.md @@ -134,7 +134,7 @@ Remember, keep it **secret**, keep it **safe** 🧙🏼‍! Do not store API key Now go make awesome Gatsby sites that are completely secure! For more information on web security checkout these resources: -- **General web-app security**: The [OWASP Top Ten](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project) is a list of top website security vulnerabilities. The [Open Web Application Security Project](https://www.owasp.org/index.php/Main_Page) is a excellent resource for security. +- **General web-app security**: The [OWASP Top Ten](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project) is a list of top website security vulnerabilities. The [Open Web Application Security Project](https://www.owasp.org/index.php/Main_Page) is an excellent resource for security. - **Shared Security**: The article ""[Security for Static Websites](https://blog.sqreen.com/static-websites-security/)"" covers shared security issues well and includes complete solutions. diff --git a/docs/blog/2019-05-03-how-gatsby-helped-jump-start-my-engineering-career/index.md b/docs/blog/2019-05-03-how-gatsby-helped-jump-start-my-engineering-career/index.md index b9f62609c8572..9036c66186682 100644 --- a/docs/blog/2019-05-03-how-gatsby-helped-jump-start-my-engineering-career/index.md +++ b/docs/blog/2019-05-03-how-gatsby-helped-jump-start-my-engineering-career/index.md @@ -61,7 +61,7 @@ And GraphQL is great -- if you know what resolvers do, it supercharges your fron The other company -- they didn't know what React was back then -- now today they're putting out 20-30 positions for React developers. I get contacted on LinkedIn multiple times a day for companies in Dallas looking for React engineers. -If you need to survive, learn React, put it on your resume, and you'll probably get an interview. React is the most looked-for skill in web development right now. +If you need to survive, learn React, put it on your résumé, and you'll probably get an interview. React is the most looked-for skill in web development right now. **Sam**: And if you’re looking to learn React, why Gatsby? @@ -77,7 +77,7 @@ There were a few things I had to learn -- Git etiquette, not committing to other But there's stuff you just can't learn until you work professionally -- how to be an effective team member, how to weight tickets. -A lot of times, when we're learning to code, we get caught up in ""is my resume perfect?"" but when I was interviewing people, we were looking for, can we find people who want to learn? Do you like playing around with cutting edge tech? +A lot of times, when we're learning to code, we get caught up in ""is my résumé perfect?"" but when I was interviewing people, we were looking for, can we find people who want to learn? Do you like playing around with cutting edge tech? And that's why Gatsby's great. diff --git a/docs/blog/2019-06-17-day-in-the-life-of-a-core-maintainer/index.md b/docs/blog/2019-06-17-day-in-the-life-of-a-core-maintainer/index.md index f893a54e59647..07c56816b4d51 100644 --- a/docs/blog/2019-06-17-day-in-the-life-of-a-core-maintainer/index.md +++ b/docs/blog/2019-06-17-day-in-the-life-of-a-core-maintainer/index.md @@ -116,7 +116,7 @@ _Play, experiment, learn, and apply._ ## Step Away -There is nary a programmer who doesn't have a story about working on a problem all day, hitting obstacle after obstacle and growing increasingly frustrated for lack of a solution. They step away for the day, revisit it the next morning, and et voila--the problem is clear and obvious and is solved in minutes. Always feel empowered to reserve the right to take some time to yourself and collect your thoughts, to do things like: +There is nary a programmer who doesn't have a story about working on a problem all day, hitting obstacle after obstacle and growing increasingly frustrated for lack of a solution. They step away for the day, revisit it the next morning, and et voilà--the problem is clear and obvious and is solved in minutes. Always feel empowered to reserve the right to take some time to yourself and collect your thoughts, to do things like: - Go for a walk or a run - Head to a coffee shop and get a change of scenery diff --git a/docs/blog/2019-07-09-digital-display-drupal-gatsby/index.md b/docs/blog/2019-07-09-digital-display-drupal-gatsby/index.md index 1440d92d4f781..ff1e6d2e199c9 100644 --- a/docs/blog/2019-07-09-digital-display-drupal-gatsby/index.md +++ b/docs/blog/2019-07-09-digital-display-drupal-gatsby/index.md @@ -32,7 +32,7 @@ A decoupled approach, where frontend templating is separate from the content man On the back end, a [Drupal 8](https://www.drupal.org/8) foundation manages content. On the frontend, Gatsby presents content. With this approach, the Sandy Springs team can “create once, publish everywhere,” with a more efficient process for sharing information with the local community. -![Drupal-powered large scale digital signage in a cafe](./images/CitySprings2.jpg ""City Spring's large scale digital signage"") +![Drupal-powered large scale digital signage in a café](./images/CitySprings2.jpg ""City Spring's large scale digital signage"") ## The Decoupled Dream Team diff --git a/docs/blog/2019-07-11-user-testing-accessible-client-routing/index.md b/docs/blog/2019-07-11-user-testing-accessible-client-routing/index.md index 98b8f5777b168..00f24faa23ae3 100644 --- a/docs/blog/2019-07-11-user-testing-accessible-client-routing/index.md +++ b/docs/blog/2019-07-11-user-testing-accessible-client-routing/index.md @@ -106,7 +106,7 @@ A big motivation to test with screen reader users was to confirm whether the rec **Focusing on a wrapper element for new content worked okay** with our test subjects: they were informed of the new content and moved into the right place. It was **very subtle compared to focusing on a heading**, and better than resetting the page to the top (think Gmail - it would be a pain to have to start over every time you click on a link). In general, we found that **resetting focus to the top of the app would be very overwhelming**, especially in large applications. -**Focusing on a heading was found to be the best experience**, as it would save time and make it clear what happened. In NVDA, there was some duplicate reading of content and `
` was doing some extra announcements–seemed like an screen reader quirk more than a problem with the prototype. +**Focusing on a heading was found to be the best experience**, as it would save time and make it clear what happened. In NVDA, there was some duplicate reading of content and `
` was doing some extra announcements–seemed like a screen reader quirk more than a problem with the prototype. **A back button would help** to use browser history (this was a limitation of the prototypes). diff --git a/docs/contributing/docs-and-blog-components.md b/docs/contributing/docs-and-blog-components.md index 6599ef0225a33..9bac9b26a954e 100644 --- a/docs/contributing/docs-and-blog-components.md +++ b/docs/contributing/docs-and-blog-components.md @@ -17,7 +17,7 @@ A variety of components have been written to help with formatting code and conte ### Guide List -The `` is a component that renders an h2 heading and a list of links to child docs nested below the current doc in the site's information architecture. It is often used on overview pages like the [Headless CMS](/docs/headless-cms/) guide where many other pages are nested below it to show what a docs section contains. +The `` is a component that renders an `h2` heading and a list of links to child docs nested below the current doc in the site's information architecture. It is often used on overview pages like the [Headless CMS](/docs/headless-cms/) guide where many other pages are nested below it to show what a docs section contains. #### Usage diff --git a/docs/contributing/how-to-write-a-recipe.md b/docs/contributing/how-to-write-a-recipe.md index 96ef7d97d5204..4c8f124c6eb1e 100644 --- a/docs/contributing/how-to-write-a-recipe.md +++ b/docs/contributing/how-to-write-a-recipe.md @@ -22,7 +22,7 @@ If you're finding a recipe is becoming too long to fit on the Docs Recipes page ## Recipe categories -Grouping recipes by topic will allow users to navigate and learn by subject matter. As recipes following the new format are introduced, you might find a section needs an h2 heading added for the group. The older-style recipes should be gradually replaced with actionable recipes following the template below. +Grouping recipes by topic will allow users to navigate and learn by subject matter. As recipes following the new format are introduced, you might find a section needs an `h2` heading added for the group. The older-style recipes should be gradually replaced with actionable recipes following the template below. Recipes should fall into these categories to start (suggest your idea in a GitHub issue!): diff --git a/docs/docs/building-with-components.md b/docs/docs/building-with-components.md index 98f687890c9af..aee3fcd185a60 100644 --- a/docs/docs/building-with-components.md +++ b/docs/docs/building-with-components.md @@ -33,9 +33,9 @@ A basic directory structure of a project might look like this: ├── gatsby-config.js ├── package.json └── src -    ├── html.jsx +    ├── html.js    ├── pages -    │   ├── index.jsx +    │   ├── index.js    │   └── posts    │      ├── 01-01-2017    │      │   └── index.md @@ -44,20 +44,20 @@ A basic directory structure of a project might look like this:    │      └── 01-03-2017    │         └── index.md    ├── templates -    └── post.jsx +    └── post.js ``` ### Page components Components under `src/pages` become pages automatically with paths based on -their file name. For example `src/pages/index.jsx` is mapped to `yoursite.com` -and `src/pages/about.jsx` becomes `yoursite.com/about/`. Every `.js` or `.jsx` +their file name. For example `src/pages/index.js` is mapped to `yoursite.com` +and `src/pages/about.js` becomes `yoursite.com/about/`. Every `.js` or `.jsx` file in the pages directory must resolve to either a string or react component, otherwise your build will fail. Example: -```jsx:title=src/pages/about.jsx +```jsx:title=src/pages/about.js import React from ""react"" function AboutPage(props) { @@ -76,7 +76,7 @@ export default AboutPage You can programmatically create pages using ""page template components"". All pages are React components but very often these components are just wrappers around data from files or other sources. -`src/templates/post.jsx` is an example of a page component. It queries GraphQL +`src/templates/post.js` is an example of a page component. It queries GraphQL for markdown data and then renders the page using this data. See [part seven](/tutorial/part-seven/) of the tutorial for a detailed @@ -84,7 +84,7 @@ introduction to programmatically creating pages. Example: -```jsx:title=src/templates/post.jsx +```jsx:title=src/templates/post.js import React from ""react"" import { graphql } from ""gatsby"" @@ -114,19 +114,19 @@ export const pageQuery = graphql` ### HTML component -`src/html.jsx` is responsible for everything other than where Gatsby lives in +`src/html.js` is responsible for everything other than where Gatsby lives in the ``. In this file, you can modify the `` metadata and general structure of the document and add external links. -Typically you should omit this from your site as the default html.js file will +Typically you should omit this from your site as the default `html.js` file will suffice. If you need more control over server rendering, then it's valuable to -have an html.js. +have an `html.js`. Example: -```jsx:title=src/html.jsx +```jsx:title=src/html.js import React from ""react"" import favicon from ""./favicon.png"" diff --git a/docs/docs/sourcing-from-sanity.md b/docs/docs/sourcing-from-sanity.md index 26654ed3ac74a..366eeff055ba2 100644 --- a/docs/docs/sourcing-from-sanity.md +++ b/docs/docs/sourcing-from-sanity.md @@ -12,7 +12,7 @@ You can use Sanity as a headless CMS that lets your authors work in a user frien Begin with setting up a Gatsby project. If you want to start from scratch, the [Quick Start guide](/docs/quick-start) is a good place to begin. Come back to this guide when you're set up. -You can also check out [the company website example](https://github.com/sanity-io/example-company-website-gatsby-sanity-combo) we have set up. It contains both a configured Sanity Studio and a Gatsby frontend, which you can get up and running within minutes. It can be an useful reference for how to build a website using structured content. Follow the instructions in its README.md to get up and running. +You can also check out [the company website example](https://github.com/sanity-io/example-company-website-gatsby-sanity-combo) we have set up. It contains both a configured Sanity Studio and a Gatsby frontend, which you can get up and running within minutes. It can be a useful reference for how to build a website using structured content. Follow the instructions in its README.md to get up and running. This guide will cover how configure and use the [`gatsby-source-sanity`](https://www.npmjs.com/package/gatsby-source-sanity) plugin. diff --git a/package.json b/package.json index 91962117d83d1..9958fa5a4736b 100644 --- a/package.json +++ b/package.json @@ -72,10 +72,18 @@ ""remark-lint-no-reference-like-url"": ""^2.0.0"", ""remark-preset-lint-markdown-style-guide"": ""^3.0.0"", ""remark-preset-lint-recommended"": ""^4.0.0"", + ""remark-retext"": ""^4.0.0"", + ""retext"": ""^7.0.1"", + ""retext-diacritics"": ""^3.0.0"", + ""retext-english"": ""^3.0.4"", + ""retext-indefinite-article"": ""^2.0.1"", + ""retext-redundant-acronyms"": ""^3.0.0"", + ""retext-sentence-spacing"": ""^4.0.0"", ""rimraf"": ""^3.0.2"", ""svgo"": ""1.3.2"", ""ts-jest"": ""^22"", ""typescript"": ""^3.9.2"", + ""unified"": ""^9.0.0"", ""yargs"": ""^10.1.2"" }, ""engines"": { diff --git a/yarn.lock b/yarn.lock index 26ee92d9efef5..0a4f9699093f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11173,7 +11173,7 @@ form-data@~2.3.1, form-data@~2.3.2: combined-stream ""^1.0.6"" mime-types ""^2.1.12"" -format@^0.2.0: +format@^0.2.0, format@^0.2.2: version ""0.2.2"" resolved ""https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"" integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs= @@ -16352,6 +16352,11 @@ marked@0.8.2: resolved ""https://registry.yarnpkg.com/marked/-/marked-0.8.2.tgz#4faad28d26ede351a7a1aaa5fec67915c869e355"" integrity sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw== +match-casing@^1.0.0: + version ""1.0.3"" + resolved ""https://registry.yarnpkg.com/match-casing/-/match-casing-1.0.3.tgz#cda6c33e377dbe49daff286e0d500d90766b16a4"" + integrity sha512-oMyC3vUVCFbGu+M2Zxl212LPJThcaw7QxB5lFuJPQCgV/dsGBP0yZeCoLmX6CiBkoBcVbAKDJZrBpJVu0XcLMw== + matcher@^1.0.0: version ""1.1.1"" resolved ""https://registry.yarnpkg.com/matcher/-/matcher-1.1.1.tgz#51d8301e138f840982b338b116bb0c09af62c1c2"" @@ -16514,6 +16519,16 @@ mdast-util-to-nlcst@^3.2.0: unist-util-position ""^3.0.0"" vfile-location ""^2.0.0"" +mdast-util-to-nlcst@^4.0.0: + version ""4.0.0"" + resolved ""https://registry.yarnpkg.com/mdast-util-to-nlcst/-/mdast-util-to-nlcst-4.0.0.tgz#a5ea370e2d26e1e18b7ed59bfeb6872c6a8e514e"" + integrity sha512-CPDf82bVAVImJTZgZ9S1yxGczDyoYi1R+edzz8EVFUPvT3RN0RZnnSnMikawLf6ukAKj6pyhsG0exSO7UEA3DA== + dependencies: + nlcst-to-string ""^2.0.0"" + repeat-string ""^1.5.2"" + unist-util-position ""^3.0.0"" + vfile-location ""^3.0.0"" + mdast-util-to-string@^1.0.0, mdast-util-to-string@^1.0.2, mdast-util-to-string@^1.0.5: version ""1.0.6"" resolved ""https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-1.0.6.tgz#7d85421021343b33de1552fc71cb8e5b4ae7536d"" @@ -17195,6 +17210,29 @@ nice-try@^1.0.4: version ""1.0.5"" resolved ""https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"" +nlcst-is-literal@^1.0.0: + version ""1.2.1"" + resolved ""https://registry.yarnpkg.com/nlcst-is-literal/-/nlcst-is-literal-1.2.1.tgz#878b68a43b5fd77b85e45b1b1737ae11a25f1be3"" + integrity sha512-abNv1XY7TUoyLn5kSSorMIYHfRvVfXbgftNFNvEMiQQkyKteLdjrGuDqEMMyK70sMbn7uPA6oUbRvykM6pg+pg== + dependencies: + nlcst-to-string ""^2.0.0"" + +nlcst-normalize@^2.0.0: + version ""2.1.4"" + resolved ""https://registry.yarnpkg.com/nlcst-normalize/-/nlcst-normalize-2.1.4.tgz#2c854f84808b4f9d9f42cfa2a5978f300ca85f59"" + integrity sha512-dWJ3XUoAoWoau24xOM59Y1FPozv7DyYWy+rdUaXj9Ow0hBCVuwqDQbXzTF7H+HskyTVpTkRPXYPu4YsMEScmRw== + dependencies: + nlcst-to-string ""^2.0.0"" + +nlcst-search@^2.0.0: + version ""2.0.0"" + resolved ""https://registry.yarnpkg.com/nlcst-search/-/nlcst-search-2.0.0.tgz#d5f3b8509b0ecfb1d39760122c2acd84f71bd94d"" + integrity sha512-+3xdctMFTcG+76vKAa0wObNg1EYq7IIQlZcL+HxSFXkHO1DgSPRjsPJrmelVIvMg7rk+wmBcdPEoScv/CTT1Zw== + dependencies: + nlcst-is-literal ""^1.0.0"" + nlcst-normalize ""^2.0.0"" + unist-util-visit ""^2.0.0"" + nlcst-to-string@^2.0.0: version ""2.0.2"" resolved ""https://registry.yarnpkg.com/nlcst-to-string/-/nlcst-to-string-2.0.2.tgz#7125af4d4d369850c697192a658f01f36af9937b"" @@ -17625,6 +17663,11 @@ number-is-nan@^1.0.0: version ""1.0.1"" resolved ""https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"" +number-to-words@^1.2.3: + version ""1.2.4"" + resolved ""https://registry.yarnpkg.com/number-to-words/-/number-to-words-1.2.4.tgz#e0f124de9628f8d86c4eeb89bac6c07699264501"" + integrity sha512-/fYevVkXRcyBiZDg6yzZbm0RuaD6i0qRfn8yr+6D0KgBMOndFPxuW10qCHpzs50nN8qKuv78k8MuotZhcVX6Pw== + nwsapi@^2.0.7, nwsapi@^2.0.9, nwsapi@^2.1.4: version ""2.1.4"" resolved ""https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.1.4.tgz#e006a878db23636f8e8a67d33ca0e4edf61a842f"" @@ -19653,6 +19696,11 @@ quick-lru@^1.0.0: version ""1.1.0"" resolved ""https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"" +quotation@^1.0.0, quotation@^1.0.1: + version ""1.1.3"" + resolved ""https://registry.yarnpkg.com/quotation/-/quotation-1.1.3.tgz#2a4d11f70105ad398b577883f310469367f53351"" + integrity sha512-45gUgmX/RtQOQV1kwM06boP49OYXcKCPrYwdmAvs5YqkpiobhNKKwo524JM6Ma0ko3oN9tXNcWs9+ABq3Ry7YA== + quote-stream@^1.0.1, quote-stream@~1.0.2: version ""1.0.2"" resolved ""https://registry.yarnpkg.com/quote-stream/-/quote-stream-1.0.2.tgz#84963f8c9c26b942e153feeb53aae74652b7e0b2"" @@ -21115,6 +21163,13 @@ remark-retext@^3.1.3: dependencies: mdast-util-to-nlcst ""^3.2.0"" +remark-retext@^4.0.0: + version ""4.0.0"" + resolved ""https://registry.yarnpkg.com/remark-retext/-/remark-retext-4.0.0.tgz#255ed98ac3e0a68da5c6ba4f172299b8d062bb28"" + integrity sha512-cYCchalpf25bTtfXF24ribYvqytPKq0TiEhqQDBHvVEEsApebwruPWP1cTcvTFBidmpXyqzycm+y8ng7Kmvc8Q== + dependencies: + mdast-util-to-nlcst ""^4.0.0"" + remark-slug@^5.0.0: version ""5.1.0"" resolved ""https://registry.yarnpkg.com/remark-slug/-/remark-slug-5.1.0.tgz#e55cd92d53395665e26b2994441394127d860abf"" @@ -21583,6 +21638,17 @@ ret@~0.1.10: version ""0.1.15"" resolved ""https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"" +retext-diacritics@^3.0.0: + version ""3.0.0"" + resolved ""https://registry.yarnpkg.com/retext-diacritics/-/retext-diacritics-3.0.0.tgz#d98046f55d5864f53e7f1b59dcafe3352ecac71b"" + integrity sha512-QayeY2hpQ1UEsPlderfl6k90sA+mSxnlOMqiA3N5teDPyKo3REwkm+o/fClCxjLSm6NJgqNthOZjjSBUgQvSSw== + dependencies: + match-casing ""^1.0.0"" + nlcst-search ""^2.0.0"" + nlcst-to-string ""^2.0.0"" + quotation ""^1.0.1"" + unist-util-position ""^3.0.0"" + retext-english@^3.0.4: version ""3.0.4"" resolved ""https://registry.yarnpkg.com/retext-english/-/retext-english-3.0.4.tgz#f978828d51fbcee842bc3807a45b7f709822ea8d"" @@ -21591,6 +21657,17 @@ retext-english@^3.0.4: parse-english ""^4.0.0"" unherit ""^1.0.4"" +retext-indefinite-article@^2.0.1: + version ""2.0.1"" + resolved ""https://registry.yarnpkg.com/retext-indefinite-article/-/retext-indefinite-article-2.0.1.tgz#8a51a2fa05fcefa63783026de4a51365db2c0dfd"" + integrity sha512-rOaVwz24DHR8v7/RtX8b0ZvSXjw4071YxoLrFWAk54Lx/yB5EKLxVFjQtbeE5IroX+2w+3Uizk68731ra0cNCw== + dependencies: + format ""^0.2.2"" + nlcst-to-string ""^2.0.0"" + number-to-words ""^1.2.3"" + unist-util-is ""^4.0.0"" + unist-util-visit ""^2.0.0"" + retext-latin@^2.0.0: version ""2.0.0"" resolved ""https://registry.yarnpkg.com/retext-latin/-/retext-latin-2.0.0.tgz#b11bd6cae9113fa6293022a4527cd707221ac4b6"" @@ -21598,6 +21675,28 @@ retext-latin@^2.0.0: parse-latin ""^4.0.0"" unherit ""^1.0.4"" +retext-redundant-acronyms@^3.0.0: + version ""3.0.0"" + resolved ""https://registry.yarnpkg.com/retext-redundant-acronyms/-/retext-redundant-acronyms-3.0.0.tgz#778271064fb55ce6aac06ffe77ac2f12f3682efe"" + integrity sha512-pu5um9ObH+j/AguHPVm+u23DK43zey2Jim0dmzccczvilbIRiYh7ZQMSOIuLNpE+7jNP0quX3oe/ommrLlwECQ== + dependencies: + nlcst-normalize ""^2.0.0"" + nlcst-search ""^2.0.0"" + nlcst-to-string ""^2.0.0"" + pluralize ""^8.0.0"" + quotation ""^1.0.0"" + unist-util-find-after ""^3.0.0"" + unist-util-position ""^3.0.0"" + +retext-sentence-spacing@^4.0.0: + version ""4.0.0"" + resolved ""https://registry.yarnpkg.com/retext-sentence-spacing/-/retext-sentence-spacing-4.0.0.tgz#d2c9d1923015aacf0ec92031f7167c19f9d7492a"" + integrity sha512-CKdHlVBbZDkdjxZ1IctBQ1u4/sHQraGoTuI8qvB2C4jSaM0MEY0hxpMdVjnznWAWm4VOqwSXZDkR71Pv6Yw0TA== + dependencies: + nlcst-to-string ""^2.0.0"" + unist-util-is ""^4.0.0"" + unist-util-visit ""^2.0.0"" + retext-smartypants@^3.0.3: version ""3.0.3"" resolved ""https://registry.yarnpkg.com/retext-smartypants/-/retext-smartypants-3.0.3.tgz#9c982dcc210ae3bb36f4bc46aae802798fce43f9"" @@ -21620,6 +21719,15 @@ retext@^5.0.0: retext-stringify ""^2.0.0"" unified ""^6.0.0"" +retext@^7.0.1: + version ""7.0.1"" + resolved ""https://registry.yarnpkg.com/retext/-/retext-7.0.1.tgz#04b7965ab78fe6e5e3a489304545b460d41bf5aa"" + integrity sha512-N0IaEDkvUjqyfn3/gwxVfI51IxfGzOiVXqPLWnKeCDbiQdxSg0zebzHPxXWnL7TeplAJ+RE4uqrXyYN//s9HjQ== + dependencies: + retext-latin ""^2.0.0"" + retext-stringify ""^2.0.0"" + unified ""^8.0.0"" + retry@^0.10.0: version ""0.10.1"" resolved ""https://registry.yarnpkg.com/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4"" @@ -24483,7 +24591,7 @@ unified@^7.0.0: vfile ""^3.0.0"" x-is-string ""^0.1.0"" -unified@^8.4.2: +unified@^8.0.0, unified@^8.4.2: version ""8.4.2"" resolved ""https://registry.yarnpkg.com/unified/-/unified-8.4.2.tgz#13ad58b4a437faa2751a4a4c6a16f680c500fff1"" integrity sha512-JCrmN13jI4+h9UAyKEoGcDZV+i1E7BLFuG7OsaDvTXI5P0qhHX+vZO/kOhz9jn8HGENDKbwSeB0nVOg4gVStGA== @@ -24555,6 +24663,13 @@ unist-builder@^1.0.1, unist-builder@^1.0.2: dependencies: object-assign ""^4.1.0"" +unist-util-find-after@^3.0.0: + version ""3.0.0"" + resolved ""https://registry.yarnpkg.com/unist-util-find-after/-/unist-util-find-after-3.0.0.tgz#5c65fcebf64d4f8f496db46fa8fd0fbf354b43e6"" + integrity sha512-ojlBqfsBftYXExNu3+hHLfJQ/X1jYY/9vdm4yZWjIbf0VuWF6CRufci1ZyoD/wV2TYMKxXUoNuoqwy+CkgzAiQ== + dependencies: + unist-util-is ""^4.0.0"" + unist-util-find@^1.0.1: version ""1.0.1"" resolved ""https://registry.yarnpkg.com/unist-util-find/-/unist-util-find-1.0.1.tgz#1062bbb6928c7a97c6adc89b53745d4c46c222a2""" 201d3f1d6850a93eb1e1514f94427377a0b72c13,2020-03-24 01:07:59,Yuki Takemoto,chore(gatsby): Convert schema-hot-reloader to typescript (#22497),False,Convert schema-hot-reloader to typescript (#22497),chore,"diff --git a/packages/gatsby/src/bootstrap/schema-hot-reloader.js b/packages/gatsby/src/bootstrap/schema-hot-reloader.ts similarity index 55% rename from packages/gatsby/src/bootstrap/schema-hot-reloader.js rename to packages/gatsby/src/bootstrap/schema-hot-reloader.ts index 6cd04d8324706..808b0ab70b89c 100644 --- a/packages/gatsby/src/bootstrap/schema-hot-reloader.js +++ b/packages/gatsby/src/bootstrap/schema-hot-reloader.ts @@ -1,27 +1,38 @@ -const { debounce, cloneDeep } = require(`lodash`) -const { emitter, store } = require(`../redux`) -const { rebuild } = require(`../schema`) -const { haveEqualFields } = require(`../schema/infer/inference-metadata`) -const { updateStateAndRunQueries } = require(`../query/query-watcher`) -const report = require(`gatsby-cli/lib/reporter`) - -const inferredTypesChanged = (typeMap, prevTypeMap) => +import { debounce, cloneDeep } from ""lodash"" +import { emitter, store } from ""../redux"" +import { rebuild } from ""../schema"" +import { haveEqualFields } from ""../schema/infer/inference-metadata"" +import { updateStateAndRunQueries } from ""../query/query-watcher"" +import report from ""gatsby-cli/lib/reporter"" +import { IGatsbyState } from ""../redux/types"" + +type TypeMap = IGatsbyState[""inferenceMetadata""][""typeMap""] +type SchemaCustomization = IGatsbyState[""schemaCustomization""] +type InferenceMetadata = IGatsbyState[""inferenceMetadata""] + +const inferredTypesChanged = ( + typeMap: TypeMap, + prevTypeMap: TypeMap +): boolean => Object.keys(typeMap).some( type => typeMap[type].dirty && !haveEqualFields(typeMap[type], prevTypeMap[type]) ) -const schemaChanged = (schemaCustomization, lastSchemaCustomization) => +const schemaChanged = ( + schemaCustomization: SchemaCustomization, + lastSchemaCustomization: SchemaCustomization +): boolean => [`fieldExtensions`, `printConfig`, `thirdPartySchemas`, `types`].some( key => schemaCustomization[key] !== lastSchemaCustomization[key] ) -let lastMetadata -let lastSchemaCustomization +let lastMetadata: InferenceMetadata +let lastSchemaCustomization: SchemaCustomization // API_RUNNING_QUEUE_EMPTY could be emitted multiple types // in a short period of time, so debounce seems reasonable -const maybeRebuildSchema = debounce(async () => { +const maybeRebuildSchema = debounce(async (): Promise => { const { inferenceMetadata, schemaCustomization } = store.getState() if ( @@ -40,7 +51,7 @@ const maybeRebuildSchema = debounce(async () => { activity.end() }, 1000) -module.exports = () => { +export const bootstrapSchemaHotReloader = (): void => { const { inferenceMetadata, schemaCustomization } = store.getState() lastMetadata = cloneDeep(inferenceMetadata) lastSchemaCustomization = schemaCustomization diff --git a/packages/gatsby/src/commands/develop.ts b/packages/gatsby/src/commands/develop.ts index 9e89fe1afcc12..819cad1ce18d6 100644 --- a/packages/gatsby/src/commands/develop.ts +++ b/packages/gatsby/src/commands/develop.ts @@ -31,7 +31,7 @@ import * as WorkerPool from ""../utils/worker/pool"" import http from ""http"" import https from ""https"" -import bootstrapSchemaHotReloader from ""../bootstrap/schema-hot-reloader"" +import { bootstrapSchemaHotReloader } from ""../bootstrap/schema-hot-reloader"" import bootstrapPageHotReloader from ""../bootstrap/page-hot-reloader"" import { developStatic } from ""./develop-static"" import withResolverContext from ""../schema/context""" 640ce3654ed3f8f5bd232248beca8eb6e48ce3b3,2021-05-28 14:40:32,Lennart,chore: Properly typecheck `gatsby` (#31519),False,Properly typecheck `gatsby` (#31519),chore,"diff --git a/packages/gatsby/src/bootstrap/schema-hot-reloader.ts b/packages/gatsby/src/bootstrap/schema-hot-reloader.ts index 2cdd1efcaeab1..3fc37dc809309 100644 --- a/packages/gatsby/src/bootstrap/schema-hot-reloader.ts +++ b/packages/gatsby/src/bootstrap/schema-hot-reloader.ts @@ -32,7 +32,7 @@ const maybeRebuildSchema = debounce(async (): Promise => { const activity = report.activityTimer(`rebuild schema`) activity.start() await rebuild({ parentSpan: activity }) - await updateStateAndRunQueries(false, { parentSpan: activity }) + await updateStateAndRunQueries(false, { parentSpan: activity.span }) activity.end() }, 1000) diff --git a/packages/gatsby/src/cache/cache-fs.ts b/packages/gatsby/src/cache/cache-fs.ts index b45b93edfc951..e7ea2ab869bf1 100644 --- a/packages/gatsby/src/cache/cache-fs.ts +++ b/packages/gatsby/src/cache/cache-fs.ts @@ -54,7 +54,7 @@ exports.create = function (args): typeof DiskStore { return new DiskStore(args && args.options ? args.options : args) } -function DiskStore(options): void { +function DiskStore(this: any, options): void { options = options || {} this.options = { @@ -91,7 +91,12 @@ function DiskStore(options): void { * @param {function} [cb] * @returns {Promise} */ -DiskStore.prototype.set = wrapCallback(async function (key, val, options) { +DiskStore.prototype.set = wrapCallback(async function ( + this: any, + key, + val, + options +) { key = key + `` const filePath = this._getFilePathByKey(key) @@ -128,7 +133,7 @@ DiskStore.prototype.set = wrapCallback(async function (key, val, options) { * @param {function} [cb] * @returns {Promise} */ -DiskStore.prototype.get = wrapCallback(async function (key) { +DiskStore.prototype.get = wrapCallback(async function (this: any, key) { key = key + `` const filePath = this._getFilePathByKey(key) @@ -172,7 +177,7 @@ DiskStore.prototype.get = wrapCallback(async function (key) { /** * delete entry from cache */ -DiskStore.prototype.del = wrapCallback(async function (key) { +DiskStore.prototype.del = wrapCallback(async function (this: any, key) { const filePath = this._getFilePathByKey(key) try { if (this.options.subdirs) { @@ -196,7 +201,9 @@ DiskStore.prototype.del = wrapCallback(async function (key) { /** * cleanup cache on disk -> delete all files from the cache */ -DiskStore.prototype.reset = wrapCallback(async function (): Promise { +DiskStore.prototype.reset = wrapCallback(async function ( + this: any +): Promise { const readdir = promisify(fs.readdir) const stat = promisify(fs.stat) const unlink = promisify(fs.unlink) @@ -265,10 +272,10 @@ function innerLock(resolve, reject, filePath): void { * unlocks a file path * @type {Function} * @param {string} filePath - * @returns {Promise} + * @returns {void} * @private */ -DiskStore.prototype._unlock = function _unlock(filePath): Promise { +DiskStore.prototype._unlock = function _unlock(filePath): void { globalGatsbyCacheLock.delete(filePath) } diff --git a/packages/gatsby/src/cache/json-file-store.ts b/packages/gatsby/src/cache/json-file-store.ts index dbbf026f12b10..4c6d8e8b67112 100644 --- a/packages/gatsby/src/cache/json-file-store.ts +++ b/packages/gatsby/src/cache/json-file-store.ts @@ -27,9 +27,14 @@ const promisify = require(`util`).promisify const fs = require(`fs`) const zlib = require(`zlib`) +interface IExternalBuffer { + index: number + buffer: Buffer +} + exports.write = async function (path, data, options): Promise { - const externalBuffers = [] - let dataString = JSON.stringify(data, function replacerFunction(k, value) { + const externalBuffers: Array = [] + let dataString = JSON.stringify(data, function replacerFunction(_k, value) { // Buffers searilize to {data: [...], type: ""Buffer""} if ( value && @@ -103,10 +108,10 @@ exports.read = async function (path, options): Promise { ) } - const externalBuffers = [] + const externalBuffers: Array = [] let data try { - data = JSON.parse(dataString, function bufferReceiver(k, value) { + data = JSON.parse(dataString, function bufferReceiver(_k, value) { if (value && value.type === `Buffer` && value.data) { return Buffer.from(value.data) } else if ( diff --git a/packages/gatsby/src/cache/wrap-callback.ts b/packages/gatsby/src/cache/wrap-callback.ts index d3c892420728b..489e4956a87a2 100644 --- a/packages/gatsby/src/cache/wrap-callback.ts +++ b/packages/gatsby/src/cache/wrap-callback.ts @@ -37,8 +37,8 @@ module.exports = function wrapCallback( cb = args.pop() } - // eslint-disable-next-line @babel/no-invalid-this - const promise = fn.apply(this, args) + // @ts-ignore - unsure if fixing this introduces problems + const promise = fn.apply(this, args) // eslint-disable-line @babel/no-invalid-this if (typeof cb === `function`) { promise.then( diff --git a/packages/gatsby/src/commands/build.ts b/packages/gatsby/src/commands/build.ts index d36bec437d4e0..a8a19e5093af6 100644 --- a/packages/gatsby/src/commands/build.ts +++ b/packages/gatsby/src/commands/build.ts @@ -73,7 +73,9 @@ module.exports = async function build(program: IBuildArgs): Promise { telemetry.trackCli(`BUILD_START`) signalExit(exitCode => { - telemetry.trackCli(`BUILD_END`, { exitCode }) + telemetry.trackCli(`BUILD_END`, { + exitCode: exitCode as number | undefined, + }) }) const buildSpan = buildActivity.span @@ -196,7 +198,7 @@ module.exports = async function build(program: IBuildArgs): Promise { { parentSpan: buildSpan } ) buildSSRBundleActivityProgress.start() - let pageRenderer: string + let pageRenderer = `` let waitForCompilerCloseBuildHtml try { const result = await buildRenderer(program, Stage.BuildHTML, buildSpan) diff --git a/packages/gatsby/src/commands/develop.ts b/packages/gatsby/src/commands/develop.ts index 3cfdb7b630dbf..46a2ec8b30834 100644 --- a/packages/gatsby/src/commands/develop.ts +++ b/packages/gatsby/src/commands/develop.ts @@ -21,7 +21,7 @@ import { } from ""gatsby-core-utils"" import reporter from ""gatsby-cli/lib/reporter"" import { getSslCert } from ""../utils/get-ssl-cert"" -import { startDevelopProxy } from ""../utils/develop-proxy"" +import { IProxyControls, startDevelopProxy } from ""../utils/develop-proxy"" import { IProgram, IDebugInfo } from ""./types"" // Adapted from https://stackoverflow.com/a/16060619 @@ -295,7 +295,7 @@ module.exports = async (program: IProgram): Promise => { null ) - let unlocks: Array = [] + let unlocks: Array = [] if (!isCI()) { const statusUnlock = await createServiceLock( program.directory, @@ -416,7 +416,7 @@ module.exports = async (program: IProgram): Promise => { ) const files = [rootFile(`gatsby-config.js`), rootFile(`gatsby-node.js`)] - let watcher: chokidar.FSWatcher = null + let watcher: chokidar.FSWatcher if (!isCI()) { watcher = chokidar.watch(files).on(`change`, filePath => { @@ -498,6 +498,16 @@ module.exports = async (program: IProgram): Promise => { ) }) } + +interface IShutdownServicesOptions { + statusServer: https.Server | http.Server + developProcess: ControllableScript + proxy: IProxyControls + unlocks: Array + watcher: chokidar.FSWatcher + telemetryServerProcess: ControllableScript +} + function shutdownServices( { statusServer, @@ -506,7 +516,7 @@ function shutdownServices( unlocks, watcher, telemetryServerProcess, - }, + }: IShutdownServicesOptions, signal: NodeJS.Signals ): Promise { const services = [ @@ -518,7 +528,9 @@ function shutdownServices( ] unlocks.forEach(unlock => { - services.push(unlock()) + if (unlock) { + services.push(unlock()) + } }) return Promise.all(services) diff --git a/packages/gatsby/src/commands/serve.ts b/packages/gatsby/src/commands/serve.ts index e4a5b3cb530c0..5151acf9e5c20 100644 --- a/packages/gatsby/src/commands/serve.ts +++ b/packages/gatsby/src/commands/serve.ts @@ -10,7 +10,6 @@ import report from ""gatsby-cli/lib/reporter"" import multer from ""multer"" import pathToRegexp from ""path-to-regexp"" import cookie from ""cookie"" - import telemetry from ""gatsby-telemetry"" import { detectPortInUseAndPrompt } from ""../utils/detect-port-in-use-and-prompt"" @@ -18,12 +17,21 @@ import { getConfigFile } from ""../bootstrap/get-config-file"" import { preferDefault } from ""../bootstrap/prefer-default"" import { IProgram } from ""./types"" import { IPreparedUrls, prepareUrls } from ""../utils/prepare-urls"" +import { IGatsbyFunction } from ""../redux/types"" interface IMatchPath { path: string matchPath: string } +interface IPathToRegexpKey { + name: string | number + prefix: string + suffix: string + pattern: string + modifier: string +} + interface IServeProgram extends IProgram { prefixPaths: boolean } @@ -120,10 +128,10 @@ module.exports = async (program: IServeProgram): Promise => { `functions` ) - let functions + let functions: Array = [] try { functions = JSON.parse( - fs.readFileSync(path.join(compiledFunctionsDir, `manifest.json`)) + fs.readFileSync(path.join(compiledFunctionsDir, `manifest.json`), `utf-8`) ) } catch (e) { // ignore @@ -134,7 +142,7 @@ module.exports = async (program: IServeProgram): Promise => { `/api/*`, multer().any(), express.urlencoded({ extended: true }), - (req, res, next) => { + (req, _, next) => { const cookies = req.headers.cookie if (!cookies) { @@ -161,12 +169,13 @@ module.exports = async (program: IServeProgram): Promise => { // We loop until we find the first match. functions.some(f => { let exp - const keys = [] + const keys: Array = [] if (f.matchPath) { exp = pathToRegexp(f.matchPath, keys) } if (exp && exp.exec(pathFragment) !== null) { functionObj = f + // @ts-ignore - TS bug? https://stackoverflow.com/questions/50234481/typescript-2-8-3-type-must-have-a-symbol-iterator-method-that-returns-an-iterato const matches = [...pathFragment.match(exp)].slice(1) const newParams = {} matches.forEach( diff --git a/packages/gatsby/src/internal-plugins/functions/gatsby-node.ts b/packages/gatsby/src/internal-plugins/functions/gatsby-node.ts index 104f14f5d0c6d..9a3b84a3ccb8c 100644 --- a/packages/gatsby/src/internal-plugins/functions/gatsby-node.ts +++ b/packages/gatsby/src/internal-plugins/functions/gatsby-node.ts @@ -5,35 +5,21 @@ import webpack from ""webpack"" import _ from ""lodash"" import multer from ""multer"" import * as express from ""express"" -import { urlResolve, getMatchPath } from ""gatsby-core-utils"" -import { ParentSpanPluginArgs, CreateDevServerArgs } from ""gatsby"" -import { internalActions } from ""../../redux/actions"" -import { reportWebpackWarnings } from ""../../utils/webpack-error-utils"" +import { getMatchPath, urlResolve } from ""gatsby-core-utils"" +import { CreateDevServerArgs, ParentSpanPluginArgs } from ""gatsby"" import formatWebpackMessages from ""react-dev-utils/formatWebpackMessages"" import dotenv from ""dotenv"" import chokidar from ""chokidar"" +// We use an ancient version of path-to-regexp as it has breaking changes to express v4 +// see: https://github.com/pillarjs/path-to-regexp/tree/77df63869075cfa5feda1988642080162c584427#compatibility-with-express--4x import pathToRegexp from ""path-to-regexp"" import cookie from ""cookie"" +import { reportWebpackWarnings } from ""../../utils/webpack-error-utils"" +import { internalActions } from ""../../redux/actions"" +import { IGatsbyFunction } from ""../../redux/types"" const isProductionEnv = process.env.gatsby_executing_command !== `develop` -interface IFunctionData { - /** The route in the browser to access the function **/ - functionRoute: string - /** The absolute path to the original function **/ - originalAbsoluteFilePath: string - /** The relative path to the original function **/ - originalRelativeFilePath: string - /** The relative path to the compiled function (always ends with .js) **/ - relativeCompiledFilePath: string - /** The absolute path to the compiled function (doesn't transfer across machines) **/ - absoluteCompiledFilePath: string - /** The matchPath regex created by path-to-regexp. Only created if the function is dynamic. **/ - matchPath: string - /** The plugin that owns this function route **/ - pluginName: string -} - interface IGlobPattern { /** The plugin that owns this namespace **/ pluginName: string @@ -43,15 +29,23 @@ interface IGlobPattern { globPattern: string } +interface IPathToRegexpKey { + name: string | number + prefix: string + suffix: string + pattern: string + modifier: string +} + // During development, we lazily compile functions only when they're requested. // Here we keep track of which functions have been requested so are ""active"" -const activeDevelopmentFunctions = new Set() +const activeDevelopmentFunctions = new Set() let activeEntries = {} async function ensureFunctionIsCompiled( - functionObj: IFunctionData, + functionObj: IGatsbyFunction, compiledFunctionsDir: string -): any { +): Promise { // stat the compiled function. If it's there, then return. let compiledFileExists = false try { @@ -125,7 +119,10 @@ const createGlobArray = (siteDirectoryPath, plugins): Array => { return _.union(globs) } -async function globAsync(pattern, options): Promise> { +async function globAsync( + pattern: string, + options: glob.IOptions = {} +): Promise> { return await new Promise((resolve, reject) => { glob(pattern, options, (err, files) => { if (err) { @@ -139,7 +136,6 @@ async function globAsync(pattern, options): Promise> { const createWebpackConfig = async ({ siteDirectoryPath, - functionsDirectory, store, reporter, }): Promise => { @@ -157,43 +153,43 @@ const createWebpackConfig = async ({ // Glob and return object with relative/absolute paths + which plugin // they belong to. const allFunctions = await Promise.all( - globs.map(async glob => { - const knownFunctions: Array = [] - const files = await globAsync(glob.globPattern) - files.map(file => { - const originalAbsoluteFilePath = file - const originalRelativeFilePath = path.relative(glob.rootPath, file) - - const { dir, name } = path.parse(originalRelativeFilePath) - // Ignore the original extension as all compiled functions now end with js. - const compiledFunctionName = path.join(dir, name + `.js`) - const compiledPath = path.join( - compiledFunctionsDir, - compiledFunctionName - ) - const finalName = urlResolve(dir, name === `index` ? `` : name) - - knownFunctions.push({ - functionRoute: finalName, - pluginName: glob.pluginName, - originalAbsoluteFilePath, - originalRelativeFilePath, - relativeCompiledFilePath: compiledFunctionName, - absoluteCompiledFilePath: compiledPath, - matchPath: getMatchPath(finalName), + globs.map( + async (glob): Promise> => { + const knownFunctions: Array = [] + const files = await globAsync(glob.globPattern) + files.map(file => { + const originalAbsoluteFilePath = file + const originalRelativeFilePath = path.relative(glob.rootPath, file) + + const { dir, name } = path.parse(originalRelativeFilePath) + // Ignore the original extension as all compiled functions now end with js. + const compiledFunctionName = path.join(dir, name + `.js`) + const compiledPath = path.join( + compiledFunctionsDir, + compiledFunctionName + ) + const finalName = urlResolve(dir, name === `index` ? `` : name) + + knownFunctions.push({ + functionRoute: finalName, + pluginName: glob.pluginName, + originalAbsoluteFilePath, + originalRelativeFilePath, + relativeCompiledFilePath: compiledFunctionName, + absoluteCompiledFilePath: compiledPath, + matchPath: getMatchPath(finalName), + }) }) - }) - return knownFunctions - }) + return knownFunctions + } + ) ) // Combine functions by the route name so that functions in the default // functions directory can override the plugin's implementations. - const knownFunctions = _.unionBy( - ...allFunctions, - func => func.functionRoute - ) as Array + // @ts-ignore - Seems like a TS bug: https://github.com/microsoft/TypeScript/issues/28010#issuecomment-713484584 + const knownFunctions = _.unionBy(...allFunctions, func => func.functionRoute) store.dispatch(internalActions.setFunctions(knownFunctions)) @@ -207,7 +203,7 @@ const createWebpackConfig = async ({ // Logic is shared with webpack.config.js // node env should be DEVELOPMENT | PRODUCTION as these are commonly used in node land - const nodeEnv = process.env.NODE_ENV || `${defaultNodeEnv}` + const nodeEnv = process.env.NODE_ENV || `development` // config env is dependent on the env that it's run, this can be anything from staging-production // this allows you to set use different .env environments or conditions in gatsby files const configEnv = process.env.GATSBY_ACTIVE_ENV || nodeEnv @@ -217,7 +213,7 @@ const createWebpackConfig = async ({ parsed = dotenv.parse(fs.readFileSync(envFile, { encoding: `utf8` })) } catch (err) { if (err.code !== `ENOENT`) { - report.error( + reporter.error( `There was a problem processing the .env file (${envFile})`, err ) @@ -227,12 +223,12 @@ const createWebpackConfig = async ({ const envObject = Object.keys(parsed).reduce((acc, key) => { acc[key] = JSON.stringify(parsed[key]) return acc - }, {}) + }, {} as Record) const varsFromProcessEnv = Object.keys(process.env).reduce((acc, key) => { acc[key] = JSON.stringify(process.env[key]) return acc - }, {}) + }, {} as Record) // Don't allow overwriting of NODE_ENV, PUBLIC_DIR as to not break gatsby things envObject.NODE_ENV = JSON.stringify(nodeEnv) @@ -271,7 +267,7 @@ const createWebpackConfig = async ({ ? `functions-production` : `functions-development` - const config = { + return { entry: entries, output: { path: compiledFunctionsDir, @@ -320,8 +316,6 @@ const createWebpackConfig = async ({ }, plugins: [new webpack.DefinePlugin(processEnvVars)], } - - return config } let isFirstBuild = true @@ -336,13 +330,6 @@ export async function onPreBootstrap({ program: { directory: siteDirectoryPath }, } = store.getState() - const functionsDirectoryPath = path.join(siteDirectoryPath, `src/api`) - - const functionsDirectory = path.resolve( - siteDirectoryPath, - functionsDirectoryPath as string - ) - reporter.verbose(`Attaching functions to development server`) const compiledFunctionsDir = path.join( siteDirectoryPath, @@ -357,10 +344,9 @@ export async function onPreBootstrap({ // We do this ungainly thing as we need to make accessible // the resolve/reject functions to our shared callback function // eslint-disable-next-line - await new Promise(async (resolve, reject) => { + await new Promise(async (resolve, reject) => { const config = await createWebpackConfig({ siteDirectoryPath, - functionsDirectory, store, reporter, }) @@ -379,11 +365,11 @@ export async function onPreBootstrap({ if (isProductionEnv) { if (errors.length > 0) return reject(stats.compilation.errors) } else { - const formated = formatWebpackMessages({ + const formatted = formatWebpackMessages({ errors: rawMessages.errors.map(e => e.message), warnings: [], }) - reporter.error(formated.errors) + reporter.error(formatted.errors) } // Log success in dev @@ -437,7 +423,6 @@ export async function onPreBootstrap({ compiler.close(async () => { const config = await createWebpackConfig({ siteDirectoryPath, - functionsDirectory, store, reporter, }) @@ -474,7 +459,7 @@ export async function onCreateDevServer({ `/api/*`, multer().any(), express.urlencoded({ extended: true }), - (req, res, next) => { + (req, _, next) => { const cookies = req.headers.cookie if (!cookies) { @@ -493,7 +478,7 @@ export async function onCreateDevServer({ const { functions, - }: { functions: Array } = store.getState() + }: { functions: Array } = store.getState() // Check first for exact matches. let functionObj = functions.find( @@ -505,7 +490,7 @@ export async function onCreateDevServer({ // We loop until we find the first match. functions.some(f => { let exp - const keys = [] + const keys: Array = [] if (f.matchPath) { exp = pathToRegexp(f.matchPath, keys) } diff --git a/packages/gatsby/src/redux/reducers/functions.ts b/packages/gatsby/src/redux/reducers/functions.ts index 0f0117903a690..93c396bce09ee 100644 --- a/packages/gatsby/src/redux/reducers/functions.ts +++ b/packages/gatsby/src/redux/reducers/functions.ts @@ -1,7 +1,7 @@ import { IGatsbyState, ISetSiteFunctions } from ""../types"" export const functionsReducer = ( - state: IGatsbyState[""functions""] = new Map(), + state: IGatsbyState[""functions""] = [], action: ISetSiteFunctions ): IGatsbyState[""functions""] => { switch (action.type) { diff --git a/packages/gatsby/src/redux/types.ts b/packages/gatsby/src/redux/types.ts index ce4c28846f295..6ba336fc23989 100644 --- a/packages/gatsby/src/redux/types.ts +++ b/packages/gatsby/src/redux/types.ts @@ -40,7 +40,20 @@ export interface IGatsbyPage { } export interface IGatsbyFunction { - path: string + /** The route in the browser to access the function **/ + functionRoute: string + /** The absolute path to the original function **/ + originalAbsoluteFilePath: string + /** The relative path to the original function **/ + originalRelativeFilePath: string + /** The relative path to the compiled function (always ends with .js) **/ + relativeCompiledFilePath: string + /** The absolute path to the compiled function (doesn't transfer across machines) **/ + absoluteCompiledFilePath: string + /** The matchPath regex created by path-to-regexp. Only created if the function is dynamic. **/ + matchPath: string | undefined + /** The plugin that owns this function route **/ + pluginName: string } export interface IGatsbyConfig { @@ -228,7 +241,7 @@ export interface IGatsbyState { pluginFilepath: SystemPath }> config: IGatsbyConfig - functions: Map + functions: Array pages: Map schema: GraphQLSchema definitions: Map diff --git a/packages/gatsby/src/schema/types/pagination.ts b/packages/gatsby/src/schema/types/pagination.ts index 3c4cca5ec2fd8..9d30d4ff17b30 100644 --- a/packages/gatsby/src/schema/types/pagination.ts +++ b/packages/gatsby/src/schema/types/pagination.ts @@ -3,7 +3,7 @@ import { ObjectTypeComposer, InputTypeComposer, InterfaceTypeComposer, - ComposeFieldConfigMap, + ObjectTypeComposerFieldConfigMapDefinition, } from ""graphql-compose"" import { getFieldsEnum } from ""./sort"" import { addDerivedType } from ""./derived-types"" @@ -52,7 +52,7 @@ const createPagination = ({ }: { schemaComposer: SchemaComposer typeComposer: ObjectTypeComposer | InterfaceTypeComposer - fields: ComposeFieldConfigMap + fields: ObjectTypeComposerFieldConfigMapDefinition typeName: string }): ObjectTypeComposer => { const paginationTypeComposer: ObjectTypeComposer = schemaComposer.getOrCreateOTC( diff --git a/packages/gatsby/src/utils/cache.ts b/packages/gatsby/src/utils/cache.ts index 207d32b8f2c97..2fc59f13f7e8b 100644 --- a/packages/gatsby/src/utils/cache.ts +++ b/packages/gatsby/src/utils/cache.ts @@ -5,7 +5,7 @@ import manager, { MultiCache, } from ""cache-manager"" import fs from ""fs-extra"" -import fsStore from ""../cache/cache-fs"" +import * as fsStore from ""../cache/cache-fs"" import path from ""path"" const MAX_CACHE_SIZE = 250 @@ -22,6 +22,7 @@ export default class GatsbyCache { public directory: string public cache?: MultiCache + // @ts-ignore - set & get types are missing from fsStore? constructor({ name = `db`, store = fsStore }: ICacheProperties = {}) { this.name = name this.store = store diff --git a/packages/gatsby/src/utils/develop-proxy.ts b/packages/gatsby/src/utils/develop-proxy.ts index 9f46bf8fe78c4..9a1c4e986bceb 100644 --- a/packages/gatsby/src/utils/develop-proxy.ts +++ b/packages/gatsby/src/utils/develop-proxy.ts @@ -8,10 +8,10 @@ import st from ""st"" import restartingScreen from ""./restarting-screen"" import { IProgram } from ""../commands/types"" -interface IProxyControls { +export interface IProxyControls { serveRestartingScreen: () => void serveSite: () => void - server: any + server: https.Server | http.Server } const noop = (): void => {} diff --git a/packages/gatsby/src/utils/eslint-rules/limited-exports-page-templates.ts b/packages/gatsby/src/utils/eslint-rules/limited-exports-page-templates.ts index 9284bb7645e07..6bfd10af28346 100644 --- a/packages/gatsby/src/utils/eslint-rules/limited-exports-page-templates.ts +++ b/packages/gatsby/src/utils/eslint-rules/limited-exports-page-templates.ts @@ -10,6 +10,7 @@ import { TemplateLiteral, VariableDeclarator, ObjectPattern, + AssignmentProperty, } from ""estree"" import { store } from ""../../redux"" import { isPageTemplate } from ""../eslint-rules-helpers"" @@ -127,11 +128,14 @@ const limitedExports: Rule.RuleModule = { // Search for ""graphql"" in a const { graphql, Link } = require('gatsby') const graphqlTagSpecifier = ((requiredFromGatsby as VariableDeclarator) .id as ObjectPattern)?.properties.find( - el => (el.key as Identifier).name === DEFAULT_GRAPHQL_TAG_NAME + el => + ((el as AssignmentProperty).key as Identifier).name === + DEFAULT_GRAPHQL_TAG_NAME ) if (graphqlTagSpecifier) { - graphqlTagName = (graphqlTagSpecifier.value as Identifier).name + graphqlTagName = ((graphqlTagSpecifier as AssignmentProperty) + .value as Identifier).name } } diff --git a/packages/gatsby/src/utils/gatsby-webpack-stats-extractor.ts b/packages/gatsby/src/utils/gatsby-webpack-stats-extractor.ts index 038d2566a2db4..0c950066a16db 100644 --- a/packages/gatsby/src/utils/gatsby-webpack-stats-extractor.ts +++ b/packages/gatsby/src/utils/gatsby-webpack-stats-extractor.ts @@ -23,7 +23,7 @@ export class GatsbyWebpackStatsExtractor { .filter( f => f.slice(-4) !== `.map` && - f.slice(0, chunkGroup.name.length) === chunkGroup.name + f.slice(0, chunkGroup.name?.length) === chunkGroup.name ) .map(filename => `/${filename}`) @@ -37,7 +37,7 @@ export class GatsbyWebpackStatsExtractor { childAssets[chunkGroup.name] = {} } - const childFiles = [] + const childFiles: Array = [] for (const childChunkGroup of childChunkGroups) { for (const chunk of childChunkGroup.chunks) { childFiles.push(...chunk.files) diff --git a/packages/gatsby/src/utils/telemetry-server.ts b/packages/gatsby/src/utils/telemetry-server.ts index f5aab4baa2d11..65bdda74dcead 100644 --- a/packages/gatsby/src/utils/telemetry-server.ts +++ b/packages/gatsby/src/utils/telemetry-server.ts @@ -29,7 +29,7 @@ const app = express() app.use(cors()) // Overview over all possible routes at / -app.get(`/`, (req, res) => { +app.get(`/`, (_, res) => { res.set(`Content-Type`, `text/html`) res.send( `
    diff --git a/packages/gatsby/src/utils/webpack-plugins.ts b/packages/gatsby/src/utils/webpack-plugins.ts index add1ea7725ad0..c62f06530ac4b 100644 --- a/packages/gatsby/src/utils/webpack-plugins.ts +++ b/packages/gatsby/src/utils/webpack-plugins.ts @@ -1,10 +1,12 @@ -import webpack, { Plugin } from ""webpack"" +import webpack, { WebpackPluginInstance } from ""webpack"" const plugin = ( name: string, optimize?: boolean, deprecationReason?: string -): ((...args: any) => Plugin) => (...args: any): Plugin => { +): ((...args: any) => WebpackPluginInstance) => ( + ...args: any +): WebpackPluginInstance => { if (deprecationReason) { // TODO add proper deprecation function to reporter console.warn(`[deprecated]: ${deprecationReason}`) diff --git a/packages/gatsby/src/utils/webpack-utils.ts b/packages/gatsby/src/utils/webpack-utils.ts index 921b7c93dcd0c..e11bca243b6fd 100644 --- a/packages/gatsby/src/utils/webpack-utils.ts +++ b/packages/gatsby/src/utils/webpack-utils.ts @@ -1,6 +1,7 @@ import * as path from ""path"" -import { Loader, RuleSetRule, Plugin } from ""webpack"" +import { RuleSetRule, WebpackPluginInstance } from ""webpack"" import { GraphQLSchema } from ""graphql"" +import { Plugin as PostCSSPlugin } from ""postcss"" import autoprefixer from ""autoprefixer"" import flexbugs from ""postcss-flexbugs-fixes"" import TerserPlugin from ""terser-webpack-plugin"" @@ -21,6 +22,7 @@ import { builtinPlugins } from ""./webpack-plugins"" import { IProgram, Stage } from ""../commands/types"" import { eslintConfig, eslintRequiredConfig } from ""./eslint-config"" +type Loader = string | { loader: string; options?: { [name: string]: any } } type LoaderResolver> = (options?: T) => Loader type LoaderOptions = Record @@ -33,7 +35,7 @@ type ContextualRuleFactory> = RuleFactory & { external?: RuleFactory } -type PluginFactory = (...args: any) => Plugin +type PluginFactory = (...args: any) => WebpackPluginInstance type BuiltinPlugins = typeof builtinPlugins @@ -86,9 +88,7 @@ interface ILoaderUtils { postcss: LoaderResolver<{ browsers?: Array overrideBrowserslist?: Array - plugins?: - | Array> - | ((loader: Loader) => Array>) + plugins?: Array | ((loader: Loader) => Array) }> file: LoaderResolver @@ -100,8 +100,8 @@ interface ILoaderUtils { dependencies: LoaderResolver miniCssExtract: LoaderResolver - imports: LoaderResolver - exports: LoaderResolver + imports?: LoaderResolver + exports?: LoaderResolver } interface IModuleThatUseGatsby { @@ -310,7 +310,7 @@ export const createWebpackUtils = ( // eslint-disable-next-line @typescript-eslint/explicit-function-return-type postcssOptions: (loaderContext: any) => { // eslint-disable-next-line @typescript-eslint/no-explicit-any - let postCSSPlugins: Array> = [] + let postCSSPlugins: Array = [] if (plugins) { postCSSPlugins = typeof plugins === `function` ? plugins(loaderContext) : plugins @@ -319,9 +319,9 @@ export const createWebpackUtils = ( const autoprefixerPlugin = autoprefixer({ overrideBrowserslist, flexbox: `no-2009`, - ...((postCSSPlugins.find( + ...(((postCSSPlugins.find( plugin => plugin.postcssPlugin === `autoprefixer` - ) as autoprefixer.Autoprefixer)?.options ?? {}), + ) as unknown) as autoprefixer.ExportedAPI)?.options ?? {}), }) postCSSPlugins.unshift(autoprefixerPlugin) @@ -587,7 +587,7 @@ export const createWebpackUtils = ( !isSSR && loaders.miniCssExtract(restOptions), loaders.css({ ...restOptions, importLoaders: 1 }), loaders.postcss({ browsers }), - ].filter(Boolean) + ].filter(Boolean) as RuleSetRule[""use""] return { use, @@ -641,7 +641,9 @@ export const createWebpackUtils = ( plugins.minifyJs = ({ terserOptions, ...options - }: { terserOptions?: TerserPlugin.TerserPluginOptions } = {}): Plugin => + }: { + terserOptions?: TerserPlugin.TerserPluginOptions + } = {}): WebpackPluginInstance => new TerserPlugin({ exclude: /\.min\.js/, terserOptions: { @@ -735,7 +737,7 @@ export const createWebpackUtils = ( ...options, }) - plugins.fastRefresh = ({ modulesThatUseGatsby }): Plugin => { + plugins.fastRefresh = ({ modulesThatUseGatsby }): WebpackPluginInstance => { const regExpToHack = /node_modules/ regExpToHack.test = (modulePath: string): boolean => { // when it's not coming from node_modules we treat it as a source file. @@ -762,12 +764,13 @@ export const createWebpackUtils = ( }) } - plugins.extractText = (options: any): Plugin => + plugins.extractText = (options: any): WebpackPluginInstance => new MiniCssExtractPlugin({ ...options, }) - plugins.moment = (): Plugin => plugins.ignore(/^\.\/locale$/, /moment$/) + plugins.moment = (): WebpackPluginInstance => + plugins.ignore(/^\.\/locale$/, /moment$/) plugins.extractStats = (): GatsbyWebpackStatsExtractor => new GatsbyWebpackStatsExtractor() @@ -778,7 +781,7 @@ export const createWebpackUtils = ( plugins.virtualModules = (): GatsbyWebpackVirtualModules => new GatsbyWebpackVirtualModules() - plugins.eslint = (schema: GraphQLSchema): Plugin => { + plugins.eslint = (schema: GraphQLSchema): WebpackPluginInstance => { const options = { extensions: [`js`, `jsx`], exclude: [ @@ -792,7 +795,7 @@ export const createWebpackUtils = ( return new ESLintPlugin(options) } - plugins.eslintRequired = (): Plugin => { + plugins.eslintRequired = (): WebpackPluginInstance => { const options = { extensions: [`js`, `jsx`], exclude: [ diff --git a/packages/gatsby/src/utils/webpack/force-css-hmr-for-edge-cases.ts b/packages/gatsby/src/utils/webpack/force-css-hmr-for-edge-cases.ts index 7f6b3257080c3..97ff440442499 100644 --- a/packages/gatsby/src/utils/webpack/force-css-hmr-for-edge-cases.ts +++ b/packages/gatsby/src/utils/webpack/force-css-hmr-for-edge-cases.ts @@ -14,8 +14,8 @@ import { Compiler, Module } from ""webpack"" */ export class ForceCssHMRForEdgeCases { private name: string - private originalBlankCssHash: string - private blankCssKey: string + private originalBlankCssHash: string | undefined + private blankCssKey: string | undefined private hackCounter = 0 private previouslySeenCss: Set = new Set() @@ -63,6 +63,7 @@ export class ForceCssHMRForEdgeCases { if ( !this.originalBlankCssHash && + // @ts-ignore - exists on NormalModule but not Module module.rawRequest === `./blank.css` ) { this.blankCssKey = key @@ -70,6 +71,7 @@ export class ForceCssHMRForEdgeCases { records.chunkModuleHashes[this.blankCssKey] } + // @ts-ignore - exists on NormalModule but not Module const isUsingMiniCssExtract = module.loaders?.find(loader => loader?.loader?.includes(`mini-css-extract-plugin`) ) diff --git a/packages/gatsby/src/utils/worker/render-html.ts b/packages/gatsby/src/utils/worker/render-html.ts index 6ceb59f0af362..fb9962c5b439c 100644 --- a/packages/gatsby/src/utils/worker/render-html.ts +++ b/packages/gatsby/src/utils/worker/render-html.ts @@ -8,10 +8,6 @@ import { IRenderHtmlResult } from ""../../commands/build-html"" // we want to force posix-style joins, so Windows doesn't produce backslashes for urls const { join } = path.posix -declare global { - let unsafeBuiltinUsage: Array | undefined -} - /** * Used to track if renderHTMLProd / renderHTMLDev are called within same ""session"" (from same renderHTMLQueue call). * As long as sessionId remains the same we can rely on memoized/cached resources for templates, css file content for inlining and static query results. @@ -45,7 +41,7 @@ function clearCaches(): void { const getStaticQueryPath = (hash: string): string => join(`page-data`, `sq`, `d`, `${hash}.json`) -const getStaticQueryResult = async (hash: string): any => { +const getStaticQueryResult = async (hash: string): Promise => { const staticQueryPath = getStaticQueryPath(hash) const absoluteStaticQueryPath = join(process.cwd(), `public`, staticQueryPath) const staticQueryRaw = await fs.readFile(absoluteStaticQueryPath) @@ -64,7 +60,7 @@ async function readPageData( return JSON.parse(rawPageData) } -async function readWebpackStats(publicDir: string): any { +async function readWebpackStats(publicDir: string): Promise { const filePath = join(publicDir, `webpack.stats.json`) const rawPageData = await fs.readFile(filePath, `utf-8`) diff --git a/packages/gatsby/src/utils/worker/worker.d.ts b/packages/gatsby/src/utils/worker/worker.d.ts new file mode 100644 index 0000000000000..3601f3cfec52f --- /dev/null +++ b/packages/gatsby/src/utils/worker/worker.d.ts @@ -0,0 +1,5 @@ +declare module NodeJS { + interface Global { + unsafeBuiltinUsage: Array | undefined + } +} diff --git a/packages/gatsby/tsconfig.json b/packages/gatsby/tsconfig.json index 3ad9a20cee4b1..a6faaa7652b8d 100644 --- a/packages/gatsby/tsconfig.json +++ b/packages/gatsby/tsconfig.json @@ -1,5 +1,6 @@ { ""extends"": ""../../tsconfig.json"", - // This is for typegen purposes only. For now index.d.ts is manually-created, but gatsby/internal is auto-generated - ""include"": [""./src/internal.ts""] + // For now index.d.ts is manually-created, but gatsby/internal is auto-generated + ""include"": [""src/**/*.ts""], + ""exclude"": [""**/__tests__/**/*""] }" ec6a8be62d593039e4468323422fac7d5ade4233,2019-07-03 07:45:43,renovate[bot],fix(starters): update dependency gatsby-theme-blog to ^0.0.11 (#15340),False,update dependency gatsby-theme-blog to ^0.0.11 (#15340),fix,"diff --git a/themes/gatsby-starter-blog-theme/package-lock.json b/themes/gatsby-starter-blog-theme/package-lock.json index a4e660260d813..52a8440676fb2 100644 --- a/themes/gatsby-starter-blog-theme/package-lock.json +++ b/themes/gatsby-starter-blog-theme/package-lock.json @@ -7385,6 +7385,11 @@ } } }, + ""gatsby-plugin-theme-ui"": { + ""version"": ""0.2.3"", + ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.2.3.tgz"", + ""integrity"": ""sha512-/hPoVvjOQL7awORZtCcEmcjhfDYRdcJA6T4T5vCnQrHqd/tjZC8lSbR7i7tq0qlmXTDFj7aleoWDTiT/xHzwiA=="" + }, ""gatsby-plugin-twitter"": { ""version"": ""2.1.0"", ""resolved"": ""https://registry.npmjs.org/gatsby-plugin-twitter/-/gatsby-plugin-twitter-2.1.0.tgz"", @@ -7729,9 +7734,9 @@ } }, ""gatsby-theme-blog"": { - ""version"": ""0.0.10"", - ""resolved"": ""https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-0.0.10.tgz"", - ""integrity"": ""sha512-RqGyifxZHWQyZKvHTR4p7nNYGI6hy1GrkJ8LorisCYaBeYBFI3xrxt5F+31VB8twU2k+/8VLUYo7ulF1n5AMkw=="", + ""version"": ""0.0.11"", + ""resolved"": ""https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-0.0.11.tgz"", + ""integrity"": ""sha512-K0JBsaf+mEo+P3wXxkC1J428HDtOJzBoRz+xW6gdXNYr0ZC3pn0hZ9CL+eF+VWpRraeYBxHXPrnvX8sDR5pnRQ=="", ""requires"": { ""@emotion/core"": ""^10.0.10"", ""@mdx-js/mdx"": ""^1.0.15"", @@ -7743,6 +7748,7 @@ ""gatsby-plugin-mdx"": ""^1.0.5"", ""gatsby-plugin-react-helmet"": ""^3.0.7"", ""gatsby-plugin-sharp"": ""^2.0.36"", + ""gatsby-plugin-theme-ui"": ""^0.2.1"", ""gatsby-plugin-twitter"": ""^2.0.11"", ""gatsby-remark-code-titles"": ""^1.1.0-rc.0"", ""gatsby-remark-copy-linked-files"": ""^2.0.9"", @@ -7752,7 +7758,6 @@ ""gatsby-remark-responsive-iframe"": ""^2.1.1"", ""gatsby-remark-smartypants"": ""^2.0.8"", ""gatsby-source-filesystem"": ""^2.0.23"", - ""gatsby-theme-ui"": ""^0.2.0"", ""gatsby-transformer-sharp"": ""^2.1.15"", ""lodash.merge"": ""^4.6.1"", ""prismjs"": ""^1.15.0"", @@ -7765,11 +7770,6 @@ ""typography-theme-wordpress-2016"": ""^0.16.18"" } }, - ""gatsby-theme-ui"": { - ""version"": ""0.2.0"", - ""resolved"": ""https://registry.npmjs.org/gatsby-theme-ui/-/gatsby-theme-ui-0.2.0.tgz"", - ""integrity"": ""sha512-TS5ykhCpcb7/IRJbjDBw0uRytpsh/inJvbpiyrm8IrOGdtdev+3G1qpwJgZ/Qs7mkMYAyFxZ7IwJWIPOqfWqRg=="" - }, ""gatsby-transformer-sharp"": { ""version"": ""2.2.1"", ""resolved"": ""https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.1.tgz"", diff --git a/themes/gatsby-starter-blog-theme/package.json b/themes/gatsby-starter-blog-theme/package.json index 635ddb8d01fe7..ccb406099533f 100644 --- a/themes/gatsby-starter-blog-theme/package.json +++ b/themes/gatsby-starter-blog-theme/package.json @@ -9,7 +9,7 @@ }, ""dependencies"": { ""gatsby"": ""^2.13.1"", - ""gatsby-theme-blog"": ""^0.0.10"", + ""gatsby-theme-blog"": ""^0.0.11"", ""react"": ""^16.8.6"", ""react-dom"": ""^16.8.6"" } diff --git a/themes/gatsby-starter-theme/package-lock.json b/themes/gatsby-starter-theme/package-lock.json index df645c66b7080..d27d479120de4 100644 --- a/themes/gatsby-starter-theme/package-lock.json +++ b/themes/gatsby-starter-theme/package-lock.json @@ -7791,9 +7791,9 @@ } }, ""gatsby-theme-blog"": { - ""version"": ""0.0.10"", - ""resolved"": ""https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-0.0.10.tgz"", - ""integrity"": ""sha512-RqGyifxZHWQyZKvHTR4p7nNYGI6hy1GrkJ8LorisCYaBeYBFI3xrxt5F+31VB8twU2k+/8VLUYo7ulF1n5AMkw=="", + ""version"": ""0.0.11"", + ""resolved"": ""https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-0.0.11.tgz"", + ""integrity"": ""sha512-K0JBsaf+mEo+P3wXxkC1J428HDtOJzBoRz+xW6gdXNYr0ZC3pn0hZ9CL+eF+VWpRraeYBxHXPrnvX8sDR5pnRQ=="", ""requires"": { ""@emotion/core"": ""^10.0.10"", ""@mdx-js/mdx"": ""^1.0.15"", @@ -7805,6 +7805,7 @@ ""gatsby-plugin-mdx"": ""^1.0.5"", ""gatsby-plugin-react-helmet"": ""^3.0.7"", ""gatsby-plugin-sharp"": ""^2.0.36"", + ""gatsby-plugin-theme-ui"": ""^0.2.1"", ""gatsby-plugin-twitter"": ""^2.0.11"", ""gatsby-remark-code-titles"": ""^1.1.0-rc.0"", ""gatsby-remark-copy-linked-files"": ""^2.0.9"", @@ -7814,7 +7815,6 @@ ""gatsby-remark-responsive-iframe"": ""^2.1.1"", ""gatsby-remark-smartypants"": ""^2.0.8"", ""gatsby-source-filesystem"": ""^2.0.23"", - ""gatsby-theme-ui"": ""^0.2.0"", ""gatsby-transformer-sharp"": ""^2.1.15"", ""lodash.merge"": ""^4.6.1"", ""prismjs"": ""^1.15.0"", @@ -7848,11 +7848,6 @@ ""theme-ui"": ""^0.2.0"" } }, - ""gatsby-theme-ui"": { - ""version"": ""0.2.0"", - ""resolved"": ""https://registry.npmjs.org/gatsby-theme-ui/-/gatsby-theme-ui-0.2.0.tgz"", - ""integrity"": ""sha512-TS5ykhCpcb7/IRJbjDBw0uRytpsh/inJvbpiyrm8IrOGdtdev+3G1qpwJgZ/Qs7mkMYAyFxZ7IwJWIPOqfWqRg=="" - }, ""gatsby-transformer-sharp"": { ""version"": ""2.2.1"", ""resolved"": ""https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.1.tgz"", diff --git a/themes/gatsby-starter-theme/package.json b/themes/gatsby-starter-theme/package.json index 407ae6f7eac7f..b92a50109d4b8 100644 --- a/themes/gatsby-starter-theme/package.json +++ b/themes/gatsby-starter-theme/package.json @@ -9,7 +9,7 @@ }, ""dependencies"": { ""gatsby"": ""^2.13.1"", - ""gatsby-theme-blog"": ""^0.0.10"", + ""gatsby-theme-blog"": ""^0.0.11"", ""gatsby-theme-notes"": ""^0.0.3"", ""react"": ""^16.8.6"", ""react-dom"": ""^16.8.6""" 4a54c4f92bc5867465cc128ce3fe6e79bf713257,2019-01-30 05:15:32,Nikhil Swaminathan,chore(www): replace s3/cloudfront with amplify on home page (#11395),False,replace s3/cloudfront with amplify on home page (#11395),chore,"diff --git a/www/src/data/diagram/static-hosts.yml b/www/src/data/diagram/static-hosts.yml index b3577c9127718..706a622da9494 100644 --- a/www/src/data/diagram/static-hosts.yml +++ b/www/src/data/diagram/static-hosts.yml @@ -1,5 +1,5 @@ -- title: Amazon S3 - url: /docs/deploying-to-s3-cloudfront +- title: AWS Amplify + url: /docs/deploying-to-aws-amplify - title: Netlify url: /docs/hosting-on-netlify - title: GitHub Pages" 91a5876f13091dd4c5e690362d03f93885c3bcd7,2020-10-07 16:02:24,Ward Peeters,fix(gatsby-plugin-preact): add babel-plugin properly (#27165),False,add babel-plugin properly (#27165),fix,"diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index 3cc510f28ca70..dfde624dcc778 100644 --- a/packages/gatsby-plugin-preact/package.json +++ b/packages/gatsby-plugin-preact/package.json @@ -7,7 +7,8 @@ ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" }, ""dependencies"": { - ""@prefresh/webpack"": ""^1.1.0"" + ""@prefresh/babel-plugin"": ""^0.2.0"", + ""@prefresh/webpack"": ""^1.0.2"" }, ""devDependencies"": { ""@babel/cli"": ""^7.11.6"", diff --git a/packages/gatsby-plugin-preact/src/__tests__/gatsby-node.js b/packages/gatsby-plugin-preact/src/__tests__/gatsby-node.js index 8d8970c6dcb78..a9c357d58cec2 100644 --- a/packages/gatsby-plugin-preact/src/__tests__/gatsby-node.js +++ b/packages/gatsby-plugin-preact/src/__tests__/gatsby-node.js @@ -1,4 +1,4 @@ -const { onCreateWebpackConfig } = require(`../gatsby-node`) +const { onCreateWebpackConfig, onCreateBabelConfig } = require(`../gatsby-node`) const PreactRefreshPlugin = require(`@prefresh/webpack`) const ReactRefreshWebpackPlugin = require(`@pmmmwh/react-refresh-webpack-plugin`) @@ -15,9 +15,12 @@ describe(`gatsby-plugin-preact`, () => { replaceWebpackConfig: jest.fn(), } + onCreateBabelConfig({ stage: `develop`, actions }) + onCreateBabelConfig({ stage: `develop-html`, actions }) onCreateWebpackConfig({ stage: `develop`, actions, getConfig }) + onCreateWebpackConfig({ stage: `develop-html`, actions, getConfig }) - expect(actions.setWebpackConfig).toHaveBeenCalledTimes(1) + expect(actions.setWebpackConfig).toHaveBeenCalledTimes(2) expect(actions.setWebpackConfig).toHaveBeenCalledWith({ plugins: [new PreactRefreshPlugin()], resolve: { @@ -32,6 +35,7 @@ describe(`gatsby-plugin-preact`, () => { expect(actions.setBabelPlugin).toHaveBeenCalledTimes(1) expect(actions.setBabelPlugin).toHaveBeenCalledWith({ name: `@prefresh/babel-plugin`, + stage: `develop`, }) expect(actions.replaceWebpackConfig).toMatchInlineSnapshot(` [MockFunction] { @@ -86,9 +90,12 @@ describe(`gatsby-plugin-preact`, () => { replaceWebpackConfig: jest.fn(), } + onCreateBabelConfig({ stage: `build-javascript`, actions }) + onCreateBabelConfig({ stage: `build-html`, actions }) onCreateWebpackConfig({ stage: `build-javascript`, actions, getConfig }) + onCreateWebpackConfig({ stage: `build-html`, actions, getConfig }) - expect(actions.setWebpackConfig).toHaveBeenCalledTimes(1) + expect(actions.setWebpackConfig).toHaveBeenCalledTimes(2) expect(actions.setWebpackConfig).toHaveBeenCalledWith({ plugins: [], resolve: { diff --git a/packages/gatsby-plugin-preact/src/gatsby-node.js b/packages/gatsby-plugin-preact/src/gatsby-node.js index b80bd0035b2ca..5e25c8e97c70d 100644 --- a/packages/gatsby-plugin-preact/src/gatsby-node.js +++ b/packages/gatsby-plugin-preact/src/gatsby-node.js @@ -5,6 +5,17 @@ exports.onPreInit = () => { process.env.GATSBY_HOT_LOADER = `fast-refresh` } +exports.onCreateBabelConfig = ({ actions, stage }) => { + if (stage === `develop`) { + // enable react-refresh babel plugin to enable hooks + // @see https://github.com/JoviDeCroock/prefresh/tree/master/packages/webpack#using-hooks + actions.setBabelPlugin({ + name: `@prefresh/babel-plugin`, + stage, + }) + } +} + exports.onCreateWebpackConfig = ({ stage, actions, getConfig }) => { const webpackPlugins = [] if (stage === `develop`) { @@ -16,12 +27,6 @@ exports.onCreateWebpackConfig = ({ stage, actions, getConfig }) => { plugin => plugin.constructor.name !== `ReactRefreshPlugin` ) actions.replaceWebpackConfig(webpackConfig) - - // enable react-refresh babel plugin to enable hooks - // @see https://github.com/JoviDeCroock/prefresh/tree/master/packages/webpack#using-hooks - actions.setBabelPlugin({ - name: `@prefresh/babel-plugin`, - }) } // add preact to the framework bundle diff --git a/yarn.lock b/yarn.lock index 5a2333a1a75ac..976a30859f001 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2956,6 +2956,11 @@ schema-utils ""^2.6.5"" source-map ""^0.7.3"" +""@prefresh/babel-plugin@^0.2.0"": + version ""0.2.0"" + resolved ""https://registry.yarnpkg.com/@prefresh/babel-plugin/-/babel-plugin-0.2.0.tgz#b6223b1b14cc1b6c18c2bc3f7c613e2230ebca47"" + integrity sha512-Qd6SpS1IKBsW8dDF7hA58TrWSahOirXRvhlYepXXqLzpQJKUpDSVfzVfZJpKuxSlgK8opYvR4Zr07c9oN5+uzg== + ""@prefresh/core@^0.8.1"": version ""0.8.1"" resolved ""https://registry.yarnpkg.com/@prefresh/core/-/core-0.8.1.tgz#d4f15d9e3ee9c16bf420405e2b422774e807a594"" @@ -2966,7 +2971,7 @@ resolved ""https://registry.yarnpkg.com/@prefresh/utils/-/utils-0.3.1.tgz#f9e1a5e1fa4bc02989980733950e60520f0f9869"" integrity sha512-9kLzPWN4teeiKuc+Rle3SF/hyx5lzo35X4rHr+kQXnJT+BaEb1ymDWIHGkv85xjnw8+l6I1r1H7JB4BHOMJfmg== -""@prefresh/webpack@^1.1.0"": +""@prefresh/webpack@^1.0.2"": version ""1.1.0"" resolved ""https://registry.yarnpkg.com/@prefresh/webpack/-/webpack-1.1.0.tgz#a36fd072ef1d5cd88ced8df89d7ae62bdbddf71b"" integrity sha512-a3JG2maH3bacDobb4WywVTuqvAyBxJ7dRNSG2Ywv1AytAdgpgNZKJpR4xUTzPTwPGpRkfNOOf4mODqoOZ7W0Sw==" 337d43a31e99a29c84a8af55c21376a8763f1fea,2019-04-09 10:26:03,Dustin Schau,test(www): add unit test base for www code base (#13223),False,add unit test base for www code base (#13223),test,"diff --git a/.circleci/config.yml b/.circleci/config.yml index 48c098aba064c..beb4b0e2146ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -134,6 +134,17 @@ jobs: executor: node <<: *test_template + unit_tests_www: + executor: node + steps: + - checkout + - run: + command: yarn + working_directory: ~/project/www + - run: + command: yarn test + working_directory: ~/project/www + integration_tests_long_term_caching: executor: node steps: @@ -215,6 +226,9 @@ workflows: <<: *ignore_docs requires: - bootstrap + - unit_tests_www: + requires: + - bootstrap - integration_tests_long_term_caching: <<: *e2e-test-workflow - integration_tests_gatsby_pipeline: diff --git a/www/__mocks__/file-mock.js b/www/__mocks__/file-mock.js new file mode 100644 index 0000000000000..3f5291f7d17f6 --- /dev/null +++ b/www/__mocks__/file-mock.js @@ -0,0 +1 @@ +module.exports = `test-file-stub` diff --git a/www/__mocks__/gatsby.js b/www/__mocks__/gatsby.js new file mode 100644 index 0000000000000..6e5427179a5a4 --- /dev/null +++ b/www/__mocks__/gatsby.js @@ -0,0 +1,20 @@ +const React = require(`react`) +const gatsby = jest.requireActual(`gatsby`) + +module.exports = { + ...gatsby, + graphql: jest.fn(), + Link: jest.fn().mockImplementation(({ children, to, onClick, id }) => + React.createElement( + `a`, + { + href: to, + onClick, + id, + }, + children + ) + ), + StaticQuery: jest.fn(), + useStaticQuery: jest.fn(), +} diff --git a/www/jest-preprocess.js b/www/jest-preprocess.js new file mode 100644 index 0000000000000..6240240d7d9e9 --- /dev/null +++ b/www/jest-preprocess.js @@ -0,0 +1,5 @@ +const babelOptions = { + presets: [`babel-preset-gatsby`], +} + +module.exports = require(`babel-jest`).createTransformer(babelOptions) diff --git a/www/jest.config.js b/www/jest.config.js new file mode 100644 index 0000000000000..96701d81734c8 --- /dev/null +++ b/www/jest.config.js @@ -0,0 +1,20 @@ +module.exports = { + transform: { + ""^.+\\.jsx?$"": `/jest-preprocess.js`, + }, + moduleNameMapper: { + "".+\\.(css|styl|less|sass|scss)$"": `identity-obj-proxy`, + "".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$"": `/__mocks__/file-mock.js`, + }, + testPathIgnorePatterns: [`node_modules`, `.cache`], + transformIgnorePatterns: [`node_modules/(?!(gatsby)/)`], + globals: { + __PATH_PREFIX__: ``, + }, + testURL: `http://localhost`, + setupFiles: [`/loadershim.js`], + setupFilesAfterEnv: [ + `react-testing-library/cleanup-after-each`, + `jest-dom/extend-expect`, + ], +} diff --git a/www/loadershim.js b/www/loadershim.js new file mode 100644 index 0000000000000..37084c74aa532 --- /dev/null +++ b/www/loadershim.js @@ -0,0 +1,3 @@ +global.___loader = { + enqueue: jest.fn(), +} diff --git a/www/package.json b/www/package.json index 9c3c52a4bddca..890704dad835e 100644 --- a/www/package.json +++ b/www/package.json @@ -95,15 +95,21 @@ ""develop"": ""GATSBY_GRAPHQL_IDE=playground gatsby develop"", ""start"": ""npm run develop"", ""serve"": ""gatsby serve"", - ""test"": ""echo \""Error: no test specified\"" && exit 1"", + ""test"": ""jest"", ""scrapeStarters"": ""cd src/data/StarterShowcase && node scraper.js"", ""stylelint"": ""stylelint './src/**/*.js'"", ""forestry:preview"": ""gatsby develop -p 8080 -H 0.0.0.0"" }, ""devDependencies"": { + ""babel-jest"": ""^24.3.1"", + ""babel-preset-gatsby"": ""^0.1.8"", ""front-matter"": ""^2.3.0"", ""get-package-json-from-github"": ""^1.2.1"", ""github-api"": ""^3.0.0"", + ""identity-obj-proxy"": ""^3.0.0"", + ""jest"": ""^24.3.1"", + ""jest-dom"": ""^3.1.3"", + ""react-testing-library"": ""^6.0.0"", ""stylelint"": ""^9.6.0"", ""stylelint-config-standard"": ""^18.2.0"", ""stylelint-config-styled-components"": ""^0.1.1"", diff --git a/www/src/components/__tests__/banner.js b/www/src/components/__tests__/banner.js new file mode 100644 index 0000000000000..2f69549f51524 --- /dev/null +++ b/www/src/components/__tests__/banner.js @@ -0,0 +1,12 @@ +import React from ""react"" +import { render } from ""react-testing-library"" + +import Banner from ""../banner"" + +test(`it renders an external link`, () => { + const { getByText } = render() + + const link = getByText(`Register now`) + + expect(link.getAttribute(`href`)).toContain(`https://`) +}) diff --git a/www/src/components/__tests__/button.js b/www/src/components/__tests__/button.js new file mode 100644 index 0000000000000..25b5743a787df --- /dev/null +++ b/www/src/components/__tests__/button.js @@ -0,0 +1,117 @@ +import React from ""react"" +import { fireEvent, render } from ""react-testing-library"" + +import Button from ""../button"" + +describe(`selective tag rendering`, () => { + it(`defaults to rendering a Gatsby Link`, () => { + const { container, getByText } = render( + + ) + + expect(container.nodeName).toBe(`DIV`) + expect(getByText(`Hello`).nodeName).toBe(`A`) + }) + + it(`renders a button if tag=button`, () => { + const { getByText } = render( + + ) + + expect(getByText(`Hello`).nodeName).toBe(`BUTTON`) + }) + + it(`renders an anchor if tag=a`, () => { + const { getByText } = render( + + ) + + expect(getByText(`Hello`).nodeName).toBe(`A`) + }) +}) + +describe(`tracking`, () => { + let ga + beforeEach(() => { + ga = window.ga = jest.fn() + }) + + it(`does not send tracking event, by default`, () => { + const { getByText } = render() + fireEvent.click(getByText(`Hello`)) + + expect(ga).not.toHaveBeenCalled() + }) + + it(`does not send tracking event if ga is undefined`, () => { + delete window.ga + + const { getByText } = render( + + ) + fireEvent.click(getByText(`Hello`)) + + expect(ga).not.toHaveBeenCalled() + }) + + it(`sends tracking event if tracking=true`, () => { + const to = `/tracking/somewhere` + const { getByText } = render( + + ) + + fireEvent.click(getByText(`Hello`)) + + expect(ga).toHaveBeenCalledWith( + `send`, + `event`, + expect.objectContaining({ + eventCategory: `Outbound Link`, + eventAction: `click`, + eventLabel: expect.stringContaining(to), + }) + ) + }) +}) + +describe(`props forwarding`, () => { + it(`invokes custom onClick handler`, () => { + const onClick = jest.fn() + + const { getByText } = render( + + ) + fireEvent.click(getByText(`Hello`)) + + expect(onClick).toHaveBeenCalledWith(expect.any(Object)) + }) + + it(`renders children`, () => { + const children = Hello World + const { getByText } = render() + + expect(getByText(`Hello World`)).toBeDefined() + }) + + it(`renders icon, if defined`, () => { + const icon = Icon + + const { getByText } = render( + + ) + + expect(getByText(`Icon`)).toBeDefined() + }) +}) diff --git a/www/src/components/site-metadata.js b/www/src/components/site-metadata.js index bcd1e921e48cb..d1f52b2fbcc07 100644 --- a/www/src/components/site-metadata.js +++ b/www/src/components/site-metadata.js @@ -1,49 +1,50 @@ import React from ""react"" import { Helmet } from ""react-helmet"" -import { graphql, StaticQuery } from ""gatsby"" +import { graphql, useStaticQuery } from ""gatsby"" import gatsbyIcon from ""../assets/gatsby-icon.png"" -const SiteMetadata = ({ pathname }) => ( - { + const { + data: { site: { siteMetadata: { siteUrl, title, twitter }, }, - }) => ( - - - - - + }, + } = useStaticQuery(graphql` + query SiteMetadata { + site { + siteMetadata { + siteUrl + title + twitter + } + } + } + `) + + return ( + + + + + - - - - - - - + + + + + + + - - - - )} - /> -) + + + + ) +} export default SiteMetadata diff --git a/www/src/pages/contributing/__tests__/stub-list.js b/www/src/pages/contributing/__tests__/stub-list.js new file mode 100644 index 0000000000000..8ecf429601a9d --- /dev/null +++ b/www/src/pages/contributing/__tests__/stub-list.js @@ -0,0 +1,93 @@ +jest.mock(`../../../utils/sidebar/item-list`, () => { + return { + itemListContributing: { + title: `Contributing`, + items: [ + { + title: `Why Contribute to Gatsby?`, + link: `/contributing/why-contribute-to-gatsby/`, + }, + { + title: `Gatsby's Governance Model*`, + link: `/contributing/gatsby-governance-model/`, + }, + ], + }, + itemListDocs: { + title: `Documentation`, + items: [ + { + title: `Introduction`, + link: `/docs/`, + }, + ], + }, + } +}) +jest.mock(`react-modal`, () => { + const modal = jest.fn().mockImplementation(({ children }) => children) + modal.setAppElement = jest.fn() + return modal +}) +import React from ""react"" +import { useStaticQuery } from ""gatsby"" +import { render } from ""react-testing-library"" + +import StubList from ""../stub-list"" + +let location +beforeEach(() => { + useStaticQuery.mockReturnValueOnce({ + data: { + site: { + siteMetadata: { + title: `GatsbyJS`, + }, + }, + }, + }) + location = { + pathname: `/contributing/stub-list`, + } +}) + +describe(`StubList`, () => { + it(`shows a title`, () => { + const { getByText } = render() + const element = getByText(`Stub List`) + + expect(element).toBeVisible() + }) + + it(`shows a call to action to edit stubs`, () => { + const { getByText } = render() + + expect(getByText(`How to Write a Stub`)).toBeVisible() + }) + + describe(`stubs`, () => { + let stubs + beforeEach(() => { + const { getByTestId } = render() + stubs = getByTestId(`list-of-stubs`).querySelectorAll(`li`) + }) + + it(`renders stubs`, () => { + expect(stubs.length).toBeGreaterThan(0) + }) + + it(`renders links to stubs`, () => { + Array.from(stubs).forEach(stub => { + const anchor = stub.firstChild + expect(anchor.nodeName).toBe(`A`) + expect(anchor.getAttribute(`href`)).toMatch(/^\//) + }) + }) + + it(`removes the asterisks`, () => { + Array.from(stubs).forEach(stub => { + expect(stub.textContent).not.toContain(`*`) + }) + }) + }) +}) diff --git a/www/src/pages/contributing/stub-list.js b/www/src/pages/contributing/stub-list.js index 439ee33fbf40c..e19b5db7d8936 100644 --- a/www/src/pages/contributing/stub-list.js +++ b/www/src/pages/contributing/stub-list.js @@ -47,7 +47,7 @@ class StubListRoute extends React.Component { {` `} to learn more.

    -
      +
        {stubs.map(stub => (
      • {stub.title.slice(0, -1)} diff --git a/yarn.lock b/yarn.lock index 7a91ad3569a94..f9d1d1596dfc6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4900,6 +4900,13 @@ bindings@^1.3.1: dependencies: file-uri-to-path ""1.0.0"" +bindings@^1.5.0: + version ""1.5.0"" + resolved ""https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"" + integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== + dependencies: + file-uri-to-path ""1.0.0"" + bl@^1.0.0: version ""1.2.2"" resolved ""https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"" @@ -14700,6 +14707,11 @@ nan@^2.10.0, nan@^2.12.1: resolved ""https://registry.yarnpkg.com/nan/-/nan-2.12.1.tgz#7b1aa193e9aa86057e3c7bbd0ac448e770925552"" integrity sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw== +nan@^2.13.1: + version ""2.13.2"" + resolved ""https://registry.yarnpkg.com/nan/-/nan-2.13.2.tgz#f51dc7ae66ba7d5d55e1e6d4d8092e802c9aefe7"" + integrity sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw== + nan@^2.9.2: version ""2.11.0"" resolved ""https://registry.yarnpkg.com/nan/-/nan-2.11.0.tgz#574e360e4d954ab16966ec102c0c049fd961a099"" @@ -14797,6 +14809,13 @@ node-abi@^2.2.0: dependencies: semver ""^5.4.1"" +node-abi@^2.7.0: + version ""2.7.1"" + resolved ""https://registry.yarnpkg.com/node-abi/-/node-abi-2.7.1.tgz#a8997ae91176a5fbaa455b194976e32683cda643"" + integrity sha512-OV8Bq1OrPh6z+Y4dqwo05HqrRL9YNF7QVMRfq1/pguwKLG+q9UB/Lk0x5qXjO23JjJg+/jqCHSTaG1P3tfKfuw== + dependencies: + semver ""^5.4.1"" + node-dir@0.1.8: version ""0.1.8"" resolved ""https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.8.tgz#55fb8deb699070707fb67f91a460f0448294c77d"" @@ -16714,6 +16733,28 @@ prebuild-install@^5.2.2: tunnel-agent ""^0.6.0"" which-pm-runs ""^1.0.0"" +prebuild-install@^5.2.5: + version ""5.2.5"" + resolved ""https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-5.2.5.tgz#c7485911fe98950b7f7cd15bb9daee11b875cc44"" + integrity sha512-6uZgMVg7yDfqlP5CPurVhtq3hUKBFNufiar4J5hZrlHTo59DDBEtyxw01xCdFss9j0Zb9+qzFVf/s4niayba3w== + dependencies: + detect-libc ""^1.0.3"" + expand-template ""^2.0.3"" + github-from-package ""0.0.0"" + minimist ""^1.2.0"" + mkdirp ""^0.5.1"" + napi-build-utils ""^1.0.1"" + node-abi ""^2.7.0"" + noop-logger ""^0.1.1"" + npmlog ""^4.0.1"" + os-homedir ""^1.0.1"" + pump ""^2.0.1"" + rc ""^1.2.7"" + simple-get ""^2.7.0"" + tar-fs ""^1.13.0"" + tunnel-agent ""^0.6.0"" + which-pm-runs ""^1.0.0"" + prelude-ls@~1.1.2: version ""1.1.2"" resolved ""https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"" @@ -18718,6 +18759,23 @@ sharp@^0.21.3: tar ""^4.4.8"" tunnel-agent ""^0.6.0"" +sharp@^0.22.0: + version ""0.22.0"" + resolved ""https://registry.yarnpkg.com/sharp/-/sharp-0.22.0.tgz#cf4cfcb019941fd06ac24555d9f5bc84536d29be"" + integrity sha512-yInpiWYvVbE0hJylso2Q2A7QaYFBxGdSlVVHGeUf1F9JsQNAUpmaqdnX54TImgKbSCy9mQpEAoGm1pcKCZhCsQ== + dependencies: + bindings ""^1.5.0"" + color ""^3.1.0"" + detect-libc ""^1.0.3"" + fs-copy-file-sync ""^1.1.1"" + nan ""^2.13.1"" + npmlog ""^4.1.2"" + prebuild-install ""^5.2.5"" + semver ""^5.6.0"" + simple-get ""^3.0.3"" + tar ""^4.4.8"" + tunnel-agent ""^0.6.0"" + shebang-command@^1.2.0: version ""1.2.0"" resolved ""https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"" @@ -18735,11 +18793,6 @@ shell-escape@^0.2.0: resolved ""https://registry.yarnpkg.com/shell-escape/-/shell-escape-0.2.0.tgz#68fd025eb0490b4f567a027f0bf22480b5f84133"" integrity sha1-aP0CXrBJC09WegJ/C/IkgLX4QTM= -shell-escape@^0.2.0: - version ""0.2.0"" - resolved ""https://registry.yarnpkg.com/shell-escape/-/shell-escape-0.2.0.tgz#68fd025eb0490b4f567a027f0bf22480b5f84133"" - integrity sha1-aP0CXrBJC09WegJ/C/IkgLX4QTM= - shell-quote@1.6.1, shell-quote@^1.6.1: version ""1.6.1"" resolved ""https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767""" a8a4c69c97d9d7f59a7bfb50e7d1fbd463d2e012,2018-08-29 23:57:06,Kyle Mathews,chore(release): Publish,False,Publish,chore,"diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 019fa12c62686..629fba7e35243 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.2-rc.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.0.2-rc.0...babel-plugin-remove-graphql-queries@2.0.2-rc.1) (2018-08-29) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + ## [2.0.2-rc.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.0.2-beta.8...babel-plugin-remove-graphql-queries@2.0.2-rc.0) (2018-08-21) diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index cfc64b41674d6..7e5d5af214b63 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -1,6 +1,6 @@ { ""name"": ""babel-plugin-remove-graphql-queries"", - ""version"": ""2.0.2-rc.0"", + ""version"": ""2.0.2-rc.1"", ""author"": ""Jason Quense "", ""devDependencies"": { ""@babel/cli"": ""^7.0.0"", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index dbeb9efb35037..46280c83b3386 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.0.0-rc.0...gatsby-cli@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-cli + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.0.0-beta.14...gatsby-cli@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 53571ef5f524c..a221bb96a75a6 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-cli"", ""description"": ""Gatsby command-line interface for creating new sites and running Gatsby commands"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bin"": { ""gatsby"": ""lib/index.js"" diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index 752c6093fe8c1..2fae71d2562f7 100644 --- a/packages/gatsby-codemods/CHANGELOG.md +++ b/packages/gatsby-codemods/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.0.0-rc.0...gatsby-codemods@1.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-codemods + # [1.0.0-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.0.0-beta.4...gatsby-codemods@1.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index 66ce37e106ce1..4d1e84d41df93 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { ""name"": ""gatsby-codemods"", - ""version"": ""1.0.0-rc.0"", + ""version"": ""1.0.0-rc.1"", ""description"": ""Stub description for gatsby-codemods"", ""main"": ""index.js"", ""scripts"": { diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index 745967efc00b2..fe4976cdb68be 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli/compare/gatsby-dev-cli@2.0.0-rc.0...gatsby-dev-cli@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-dev-cli + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli/compare/gatsby-dev-cli@2.0.0-beta.5...gatsby-dev-cli@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 7f88bfbee5133..83d5b3e3492ca 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-dev-cli"", ""description"": ""CLI helpers for contributors working on Gatsby"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bin"": { ""gatsby-dev"": ""./dist/index.js"" diff --git a/packages/gatsby-image/CHANGELOG.md b/packages/gatsby-image/CHANGELOG.md index a89202c2602a4..cc3f73e08daec 100644 --- a/packages/gatsby-image/CHANGELOG.md +++ b/packages/gatsby-image/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image/compare/gatsby-image@2.0.0-rc.0...gatsby-image@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-image + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image/compare/gatsby-image@2.0.0-beta.9...gatsby-image@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index 7ca0b9d90c522..2957d8f4c68fb 100644 --- a/packages/gatsby-image/package.json +++ b/packages/gatsby-image/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-image"", ""description"": ""Lazy-loading React image component with optional support for the blur-up effect."", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index f13267a188520..0fa6b6a7b798a 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/gatsby-link@2.0.0-rc.1...gatsby-link@2.0.0-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby-link + # [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/gatsby-link@2.0.0-rc.0...gatsby-link@2.0.0-rc.1) (2018-08-29) diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index ac0af5eead5d4..7f111d134cd05 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-link"", ""description"": ""An enhanced Link component for Gatsby sites with support for resource prefetching"", - ""version"": ""2.0.0-rc.1"", + ""version"": ""2.0.0-rc.2"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index bb9fbc65a0e06..3bd848cdcb3d1 100644 --- a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md +++ b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls/compare/gatsby-plugin-canonical-urls@2.0.0-rc.0...gatsby-plugin-canonical-urls@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls/compare/gatsby-plugin-canonical-urls@2.0.0-beta.3...gatsby-plugin-canonical-urls@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-canonical-urls/package.json b/packages/gatsby-plugin-canonical-urls/package.json index c2e07faa128a4..f2140accaf68b 100644 --- a/packages/gatsby-plugin-canonical-urls/package.json +++ b/packages/gatsby-plugin-canonical-urls/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-canonical-urls"", ""description"": ""Stub description for gatsby-plugin-canonical-urls"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md index abe60bc3c3421..734859dc21e9b 100644 --- a/packages/gatsby-plugin-catch-links/CHANGELOG.md +++ b/packages/gatsby-plugin-catch-links/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.2-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links/compare/gatsby-plugin-catch-links@2.0.2-rc.0...gatsby-plugin-catch-links@2.0.2-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-catch-links + ## [2.0.2-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links/compare/gatsby-plugin-catch-links@2.0.2-beta.11...gatsby-plugin-catch-links@2.0.2-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index 0ac47362e4ea2..b1cea329fa731 100644 --- a/packages/gatsby-plugin-catch-links/package.json +++ b/packages/gatsby-plugin-catch-links/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-catch-links"", ""description"": ""Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page."", - ""version"": ""2.0.2-rc.0"", + ""version"": ""2.0.2-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-coffeescript/CHANGELOG.md b/packages/gatsby-plugin-coffeescript/CHANGELOG.md index 560731a26e8ff..35b5119918d81 100644 --- a/packages/gatsby-plugin-coffeescript/CHANGELOG.md +++ b/packages/gatsby-plugin-coffeescript/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript/compare/gatsby-plugin-coffeescript@2.0.0-rc.0...gatsby-plugin-coffeescript@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript/compare/gatsby-plugin-coffeescript@2.0.0-beta.3...gatsby-plugin-coffeescript@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-coffeescript/package.json b/packages/gatsby-plugin-coffeescript/package.json index 151073f8d79cb..8e263c498c4e2 100644 --- a/packages/gatsby-plugin-coffeescript/package.json +++ b/packages/gatsby-plugin-coffeescript/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-coffeescript"", ""description"": ""Adds CoffeeScript support for Gatsby"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md index fa231504606f4..7697b7faf0489 100644 --- a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md +++ b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths/compare/gatsby-plugin-create-client-paths@2.0.0-rc.0...gatsby-plugin-create-client-paths@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-create-client-paths + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths/compare/gatsby-plugin-create-client-paths@2.0.0-beta.4...gatsby-plugin-create-client-paths@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/packages/gatsby-plugin-create-client-paths/package.json index b03505053fa4c..c1a2f2be6086a 100644 --- a/packages/gatsby-plugin-create-client-paths/package.json +++ b/packages/gatsby-plugin-create-client-paths/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-create-client-paths"", ""description"": ""Gatsby-plugin for creating paths that exist only on the client"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""scott.eckenthal@gmail.com"", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-emotion/CHANGELOG.md b/packages/gatsby-plugin-emotion/CHANGELOG.md index 9d5f9cff28c98..d331b786a9bd2 100644 --- a/packages/gatsby-plugin-emotion/CHANGELOG.md +++ b/packages/gatsby-plugin-emotion/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion/compare/gatsby-plugin-emotion@2.0.0-rc.0...gatsby-plugin-emotion@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-emotion + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion/compare/gatsby-plugin-emotion@2.0.0-beta.4...gatsby-plugin-emotion@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-emotion/package.json b/packages/gatsby-plugin-emotion/package.json index 99637408ae81b..14485a22db303 100644 --- a/packages/gatsby-plugin-emotion/package.json +++ b/packages/gatsby-plugin-emotion/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-emotion"", ""description"": ""Gatsby plugin to add support for Emotion"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Tegan Churchill "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md index 4036764fae342..e297bd28e5515 100644 --- a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.0.0-rc.0...gatsby-plugin-facebook-analytics@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.0.0-beta.3...gatsby-plugin-facebook-analytics@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-facebook-analytics/package.json b/packages/gatsby-plugin-facebook-analytics/package.json index c9e4f6851c36d..d2e63f35b55af 100644 --- a/packages/gatsby-plugin-facebook-analytics/package.json +++ b/packages/gatsby-plugin-facebook-analytics/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-facebook-analytics"", ""description"": ""Gatsby plugin to add facebook analytics onto a site"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Yeison Daza "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index 0c704db9ef068..14e8d53b34d93 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/compare/gatsby-plugin-feed@2.0.0-rc.1...gatsby-plugin-feed@2.0.0-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-feed + # [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/compare/gatsby-plugin-feed@2.0.0-rc.0...gatsby-plugin-feed@2.0.0-rc.1) (2018-08-29) diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 18f88fe0f8865..b9d0221bf4465 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-feed"", ""description"": ""Creates an RSS feed for your Gatsby site."", - ""version"": ""2.0.0-rc.1"", + ""version"": ""2.0.0-rc.2"", ""author"": ""Nicholas Young "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-flow/CHANGELOG.md b/packages/gatsby-plugin-flow/CHANGELOG.md index cffe0295ed0dd..ea4cd36b033d3 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [1.0.1-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.0.1-rc.0...gatsby-plugin-flow@1.0.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-flow + ## [1.0.1-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.0.1-beta.0...gatsby-plugin-flow@1.0.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index 0ebd643d4f865..fe940e639fe8f 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { ""name"": ""gatsby-plugin-flow"", - ""version"": ""1.0.1-rc.0"", + ""version"": ""1.0.1-rc.1"", ""description"": ""Stub description for gatsby-plugin-flow"", ""main"": ""index.js"", ""scripts"": { diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index 0e3f457f9386a..6137a0bf61653 100644 --- a/packages/gatsby-plugin-fullstory/CHANGELOG.md +++ b/packages/gatsby-plugin-fullstory/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.0.0-rc.0...gatsby-plugin-fullstory@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-fullstory + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.0.0-beta.3...gatsby-plugin-fullstory@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-fullstory/package.json b/packages/gatsby-plugin-fullstory/package.json index e04120d410e32..7e089effb0679 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -1,6 +1,6 @@ { ""name"": ""gatsby-plugin-fullstory"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""description"": ""Plugin to add the tracking code for Fullstory.com"", ""main"": ""index.js"", ""scripts"": { diff --git a/packages/gatsby-plugin-glamor/CHANGELOG.md b/packages/gatsby-plugin-glamor/CHANGELOG.md index 060e5a708b78c..64466a38ad787 100644 --- a/packages/gatsby-plugin-glamor/CHANGELOG.md +++ b/packages/gatsby-plugin-glamor/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor/compare/gatsby-plugin-glamor@2.0.0-rc.0...gatsby-plugin-glamor@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-glamor + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor/compare/gatsby-plugin-glamor@2.0.0-beta.3...gatsby-plugin-glamor@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-glamor/package.json b/packages/gatsby-plugin-glamor/package.json index f170e23ce052f..996a8e9a59ad9 100644 --- a/packages/gatsby-plugin-glamor/package.json +++ b/packages/gatsby-plugin-glamor/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-glamor"", ""description"": ""Gatsby plugin to add support for Glamor"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index 95f03c87cfd6e..00ead3a652ca5 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics/compare/gatsby-plugin-google-analytics@2.0.0-rc.0...gatsby-plugin-google-analytics@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics/compare/gatsby-plugin-google-analytics@2.0.0-beta.5...gatsby-plugin-google-analytics@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index 4a48a385c66be..4df0718f7f7a2 100644 --- a/packages/gatsby-plugin-google-analytics/package.json +++ b/packages/gatsby-plugin-google-analytics/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-google-analytics"", ""description"": ""Gatsby plugin to add google analytics onto a site"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index c85da101fc791..74da151fb4b4e 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager/compare/gatsby-plugin-google-tagmanager@2.0.0-rc.0...gatsby-plugin-google-tagmanager@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager/compare/gatsby-plugin-google-tagmanager@2.0.0-beta.3...gatsby-plugin-google-tagmanager@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index 87a2b10ac3595..dcf4ec0be97f0 100644 --- a/packages/gatsby-plugin-google-tagmanager/package.json +++ b/packages/gatsby-plugin-google-tagmanager/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-google-tagmanager"", ""description"": ""Gatsby plugin to add google tagmanager onto a site"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Thijs Koerselman "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-guess-js/CHANGELOG.md b/packages/gatsby-plugin-guess-js/CHANGELOG.md index 880d5408385d7..1cd9c24659d0a 100644 --- a/packages/gatsby-plugin-guess-js/CHANGELOG.md +++ b/packages/gatsby-plugin-guess-js/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.0.0-rc.0...gatsby-plugin-guess-js@1.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-guess-js + # [1.0.0-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.0.0-beta.4...gatsby-plugin-guess-js@1.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-guess-js/package.json b/packages/gatsby-plugin-guess-js/package.json index b8fe00e387e77..e6649886f3d8c 100644 --- a/packages/gatsby-plugin-guess-js/package.json +++ b/packages/gatsby-plugin-guess-js/package.json @@ -1,6 +1,6 @@ { ""name"": ""gatsby-plugin-guess-js"", - ""version"": ""1.0.0-rc.0"", + ""version"": ""1.0.0-rc.1"", ""description"": ""Gatsby plugin providing drop-in integration with Guess.js to enabling using machine learning and analytics data to power prefetching"", ""main"": ""index.js"", ""scripts"": { diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index 7664c293f3a92..8513b6ea79995 100644 --- a/packages/gatsby-plugin-jss/CHANGELOG.md +++ b/packages/gatsby-plugin-jss/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.2-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss/compare/gatsby-plugin-jss@2.0.2-rc.0...gatsby-plugin-jss@2.0.2-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-jss + ## [2.0.2-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss/compare/gatsby-plugin-jss@2.0.2-beta.4...gatsby-plugin-jss@2.0.2-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-jss/package.json b/packages/gatsby-plugin-jss/package.json index cfd58fe94fa54..20f6a3bd2e116 100644 --- a/packages/gatsby-plugin-jss/package.json +++ b/packages/gatsby-plugin-jss/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-jss"", ""description"": ""Gatsby plugin that adds SSR support for JSS"", - ""version"": ""2.0.2-rc.0"", + ""version"": ""2.0.2-rc.1"", ""author"": ""Vladimir Guguiev "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-layout/CHANGELOG.md b/packages/gatsby-plugin-layout/CHANGELOG.md index 09a569bad025f..0db53f35c7a95 100644 --- a/packages/gatsby-plugin-layout/CHANGELOG.md +++ b/packages/gatsby-plugin-layout/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.0.0-rc.0...gatsby-plugin-layout@1.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-layout + # [1.0.0-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.0.0-beta.3...gatsby-plugin-layout@1.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-layout/package.json b/packages/gatsby-plugin-layout/package.json index 193d77157d11c..942757659dcfe 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -1,6 +1,6 @@ { ""name"": ""gatsby-plugin-layout"", - ""version"": ""1.0.0-rc.0"", + ""version"": ""1.0.0-rc.1"", ""description"": ""Stub description for gatsby-plugin-layout"", ""main"": ""index.js"", ""scripts"": { diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index 012abfff7333d..8ed61bd42ac4c 100644 --- a/packages/gatsby-plugin-less/CHANGELOG.md +++ b/packages/gatsby-plugin-less/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less/compare/gatsby-plugin-less@2.0.0-rc.0...gatsby-plugin-less@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-less + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less/compare/gatsby-plugin-less@2.0.0-beta.5...gatsby-plugin-less@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index fc5cf94765383..4681ecf0fe256 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-less"", ""description"": ""Gatsby plugin to add support for using Less"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""monastic.panic@gmail.com"", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md index eaea863022bb3..49f90b74bf973 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [3.0.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-lodash/compare/gatsby-plugin-lodash@3.0.1-rc.0...gatsby-plugin-lodash@3.0.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-lodash + ## [3.0.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-lodash/compare/gatsby-plugin-lodash@3.0.1-beta.3...gatsby-plugin-lodash@3.0.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-lodash/package.json b/packages/gatsby-plugin-lodash/package.json index 1e02cec629d29..e569525b7de65 100644 --- a/packages/gatsby-plugin-lodash/package.json +++ b/packages/gatsby-plugin-lodash/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-lodash"", ""description"": ""Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build"", - ""version"": ""3.0.1-rc.0"", + ""version"": ""3.0.1-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index cd6b1e2f067cb..244465cc4eb5c 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.2-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/gatsby-plugin-manifest@2.0.2-rc.0...gatsby-plugin-manifest@2.0.2-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-manifest + ## [2.0.2-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/gatsby-plugin-manifest@2.0.2-beta.7...gatsby-plugin-manifest@2.0.2-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 729a47e56941f..492d293e8b2cc 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-manifest"", ""description"": ""Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps"", - ""version"": ""2.0.2-rc.0"", + ""version"": ""2.0.2-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index 111eb8bdfa642..e6c34148b9991 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify-cms/compare/gatsby-plugin-netlify-cms@3.0.0-rc.0...gatsby-plugin-netlify-cms@3.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + # [3.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify-cms/compare/gatsby-plugin-netlify-cms@3.0.0-beta.4...gatsby-plugin-netlify-cms@3.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 286ec0b2187d5..c4e9b6c103f4c 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-netlify-cms"", ""description"": ""A Gatsby plugin which generates the Netlify CMS single page app"", - ""version"": ""3.0.0-rc.0"", + ""version"": ""3.0.0-rc.1"", ""author"": ""Shawn Erquhart "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-netlify/CHANGELOG.md b/packages/gatsby-plugin-netlify/CHANGELOG.md index 619019c42aa79..66d45687a92e1 100644 --- a/packages/gatsby-plugin-netlify/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/compare/gatsby-plugin-netlify@2.0.0-rc.0...gatsby-plugin-netlify@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-netlify + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/compare/gatsby-plugin-netlify@2.0.0-beta.6...gatsby-plugin-netlify@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index c2248ef21fca2..8a7a26c61919b 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-netlify"", ""description"": ""A Gatsby plugin which generates a _headers file for netlify"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md index a39ec80f3bbf3..d6054bf758a08 100644 --- a/packages/gatsby-plugin-nprogress/CHANGELOG.md +++ b/packages/gatsby-plugin-nprogress/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-nprogress/compare/gatsby-plugin-nprogress@2.0.0-rc.0...gatsby-plugin-nprogress@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-nprogress + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-nprogress/compare/gatsby-plugin-nprogress@2.0.0-beta.4...gatsby-plugin-nprogress@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-nprogress/package.json b/packages/gatsby-plugin-nprogress/package.json index 990bdbcc1b5b3..5d358173338c4 100644 --- a/packages/gatsby-plugin-nprogress/package.json +++ b/packages/gatsby-plugin-nprogress/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-nprogress"", ""description"": ""Shows page loading indicator when loading page resources is delayed"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews"", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index a8e0b04870436..5c8a46b8d527c 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/compare/gatsby-plugin-offline@2.0.0-rc.0...gatsby-plugin-offline@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-offline + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/compare/gatsby-plugin-offline@2.0.0-beta.10...gatsby-plugin-offline@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 9eb77abe4c327..72fba7fc7e9ea 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-offline"", ""description"": ""Gatsby plugin which sets up a site to be able to run offline"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index 7295b72479e0a..6007c3b777b9b 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-rc.0...gatsby-plugin-page-creator@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-page-creator + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-beta.5...gatsby-plugin-page-creator@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 8ba78815bf750..9e2f262f0f006 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { ""name"": ""gatsby-plugin-page-creator"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""description"": ""Gatsby plugin that automatically creates pages from React components in specified directories"", ""main"": ""index.js"", ""scripts"": { diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index 6917fee3b82d9..0dd86a95474b2 100644 --- a/packages/gatsby-plugin-postcss/CHANGELOG.md +++ b/packages/gatsby-plugin-postcss/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss/compare/gatsby-plugin-postcss@2.0.0-rc.0...gatsby-plugin-postcss@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-postcss + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss/compare/gatsby-plugin-postcss@2.0.0-beta.3...gatsby-plugin-postcss@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index 0b9a98d179709..6717f552025c9 100644 --- a/packages/gatsby-plugin-postcss/package.json +++ b/packages/gatsby-plugin-postcss/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-postcss"", ""description"": ""Gatsby plugin to handle PostCSS"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Marat Dreizin "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index 46541a8a4d134..3918c5a325bc7 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preact/compare/gatsby-plugin-preact@2.0.0-rc.0...gatsby-plugin-preact@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-preact + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preact/compare/gatsby-plugin-preact@2.0.0-beta.3...gatsby-plugin-preact@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index 9ab9bfa742c3f..807a2e22e249c 100644 --- a/packages/gatsby-plugin-preact/package.json +++ b/packages/gatsby-plugin-preact/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-preact"", ""description"": ""A Gatsby plugin which replaces React with Preact"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md index bc28a89cc98f4..c5bad66804da9 100644 --- a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md +++ b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-css-modules/compare/gatsby-plugin-react-css-modules@2.0.0-rc.0...gatsby-plugin-react-css-modules@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-css-modules/compare/gatsby-plugin-react-css-modules@2.0.0-beta.5...gatsby-plugin-react-css-modules@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json index 5ce6fc3755473..81c70ee3d3536 100644 --- a/packages/gatsby-plugin-react-css-modules/package.json +++ b/packages/gatsby-plugin-react-css-modules/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-react-css-modules"", ""description"": ""Gatsby plugin that transforms styleName to className using compile time CSS module resolution"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Ming Aldrich-Gan "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-react-helmet/CHANGELOG.md b/packages/gatsby-plugin-react-helmet/CHANGELOG.md index 157f385cd955e..97f06a10bb104 100644 --- a/packages/gatsby-plugin-react-helmet/CHANGELOG.md +++ b/packages/gatsby-plugin-react-helmet/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet/compare/gatsby-plugin-react-helmet@3.0.0-rc.0...gatsby-plugin-react-helmet@3.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + # [3.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet/compare/gatsby-plugin-react-helmet@3.0.0-beta.4...gatsby-plugin-react-helmet@3.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-react-helmet/package.json b/packages/gatsby-plugin-react-helmet/package.json index f6468d574e3cd..8569aea5bfca4 100644 --- a/packages/gatsby-plugin-react-helmet/package.json +++ b/packages/gatsby-plugin-react-helmet/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-react-helmet"", ""description"": ""Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby."", - ""version"": ""3.0.0-rc.0"", + ""version"": ""3.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md index 096570a346204..d1a376207a1df 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md +++ b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-remove-trailing-slashes/compare/gatsby-plugin-remove-trailing-slashes@2.0.0-rc.0...gatsby-plugin-remove-trailing-slashes@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-remove-trailing-slashes/compare/gatsby-plugin-remove-trailing-slashes@2.0.0-beta.3...gatsby-plugin-remove-trailing-slashes@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-remove-trailing-slashes/package.json b/packages/gatsby-plugin-remove-trailing-slashes/package.json index 449bfb8e14d18..971aa8bbfa629 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/package.json +++ b/packages/gatsby-plugin-remove-trailing-slashes/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-remove-trailing-slashes"", ""description"": ""Stub description for gatsby-plugin-remove-trailing-slashes"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""scott.eckenthal@gmail.com"", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index 146aa5cf6b76f..35821fb2b23cb 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass/compare/gatsby-plugin-sass@2.0.0-rc.0...gatsby-plugin-sass@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-sass + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass/compare/gatsby-plugin-sass@2.0.0-beta.10...gatsby-plugin-sass@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index b7456c75b70b1..577427130e6a7 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-sass"", ""description"": ""Gatsby plugin to handle scss/sass files"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Daniel Farrell "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 8c22118987bb7..d31be9ec1801d 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/gatsby-plugin-sharp@2.0.0-rc.1...gatsby-plugin-sharp@2.0.0-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/gatsby-plugin-sharp@2.0.0-rc.0...gatsby-plugin-sharp@2.0.0-rc.1) (2018-08-29) diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 86a478afc3509..d4c213c135742 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-sharp"", ""description"": ""Wrapper of the Sharp image manipulation library for Gatsby plugins"", - ""version"": ""2.0.0-rc.1"", + ""version"": ""2.0.0-rc.2"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index 8b8cb71af83df..a498ac184d311 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap/compare/gatsby-plugin-sitemap@2.0.0-rc.0...gatsby-plugin-sitemap@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-sitemap + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap/compare/gatsby-plugin-sitemap@2.0.0-beta.4...gatsby-plugin-sitemap@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 3ca350bd7b386..7b0e7232c7866 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-sitemap"", ""description"": ""Gatsby plugin that automatically creates a sitemap for your site"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Nicholas Young <nicholas@nicholaswyoung.com>"", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-styled-components/CHANGELOG.md b/packages/gatsby-plugin-styled-components/CHANGELOG.md index c33563977e77b..540c8f552b652 100644 --- a/packages/gatsby-plugin-styled-components/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-components/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components/compare/gatsby-plugin-styled-components@3.0.0-rc.0...gatsby-plugin-styled-components@3.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-styled-components + # [3.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components/compare/gatsby-plugin-styled-components@3.0.0-beta.4...gatsby-plugin-styled-components@3.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-styled-components/package.json b/packages/gatsby-plugin-styled-components/package.json index 077b81d96ad1f..c99a95e7f44cd 100644 --- a/packages/gatsby-plugin-styled-components/package.json +++ b/packages/gatsby-plugin-styled-components/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-styled-components"", ""description"": ""Gatsby plugin to add support for styled components"", - ""version"": ""3.0.0-rc.0"", + ""version"": ""3.0.0-rc.1"", ""author"": ""Guten Ye "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md index 07c21c4e95c4d..89e6537df7932 100644 --- a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [3.0.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-jsx/compare/gatsby-plugin-styled-jsx@3.0.1-rc.0...gatsby-plugin-styled-jsx@3.0.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + ## [3.0.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-jsx/compare/gatsby-plugin-styled-jsx@3.0.1-beta.3...gatsby-plugin-styled-jsx@3.0.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-styled-jsx/package.json b/packages/gatsby-plugin-styled-jsx/package.json index e698e7a7e0bd8..0045de43d776e 100644 --- a/packages/gatsby-plugin-styled-jsx/package.json +++ b/packages/gatsby-plugin-styled-jsx/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-styled-jsx"", ""description"": ""Adds SSR support for styled-jsx"", - ""version"": ""3.0.1-rc.0"", + ""version"": ""3.0.1-rc.1"", ""author"": ""Tim Suchanek "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md index 3d715613a8dff..63119ca26e5ab 100644 --- a/packages/gatsby-plugin-styletron/CHANGELOG.md +++ b/packages/gatsby-plugin-styletron/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/compare/gatsby-plugin-styletron@3.0.0-rc.0...gatsby-plugin-styletron@3.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-styletron + # [3.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/compare/gatsby-plugin-styletron@3.0.0-beta.4...gatsby-plugin-styletron@3.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-styletron/package.json b/packages/gatsby-plugin-styletron/package.json index f08604635cb88..c956bd127c1da 100644 --- a/packages/gatsby-plugin-styletron/package.json +++ b/packages/gatsby-plugin-styletron/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-styletron"", ""description"": ""A Gatsby plugin for styletron with built-in server-side rendering support"", - ""version"": ""3.0.0-rc.0"", + ""version"": ""3.0.0-rc.1"", ""author"": ""Nadiia Dmytrenko "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index 6d6faa932178c..854410c77728a 100644 --- a/packages/gatsby-plugin-stylus/CHANGELOG.md +++ b/packages/gatsby-plugin-stylus/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-stylus/compare/gatsby-plugin-stylus@2.0.0-rc.0...gatsby-plugin-stylus@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-stylus + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-stylus/compare/gatsby-plugin-stylus@2.0.0-beta.6...gatsby-plugin-stylus@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index d7447edd37c56..2cfadec482188 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-stylus"", ""description"": ""Gatsby support for Stylus"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Ian Sinnott "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index d4c4839c99bce..ea0c34b7cb11a 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter/compare/gatsby-plugin-twitter@2.0.0-rc.0...gatsby-plugin-twitter@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-twitter + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter/compare/gatsby-plugin-twitter@2.0.0-beta.3...gatsby-plugin-twitter@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index df268a9b1d13d..578ca0be480ad 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-twitter"", ""description"": ""Stub description for gatsby-plugin-twitter"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index 25a95d881ef14..8859332ad6d02 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/compare/gatsby-plugin-typescript@2.0.0-rc.1...gatsby-plugin-typescript@2.0.0-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-typescript + # [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/compare/gatsby-plugin-typescript@2.0.0-rc.0...gatsby-plugin-typescript@2.0.0-rc.1) (2018-08-21) diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index 0b798eb24adf8..61b90e451a8f6 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-typescript"", ""description"": ""Adds TypeScript support to Gatsby"", - ""version"": ""2.0.0-rc.1"", + ""version"": ""2.0.0-rc.2"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" @@ -12,7 +12,7 @@ ""dependencies"": { ""@babel/preset-typescript"": ""^7.0.0"", ""@babel/runtime"": ""^7.0.0"", - ""babel-plugin-remove-graphql-queries"": ""^2.0.2-rc.0"" + ""babel-plugin-remove-graphql-queries"": ""^2.0.2-rc.1"" }, ""devDependencies"": { ""@babel/cli"": ""^7.0.0"", diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index 112c4db8c50b6..ad64e5ac87b5a 100644 --- a/packages/gatsby-plugin-typography/CHANGELOG.md +++ b/packages/gatsby-plugin-typography/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.2.0-rc.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typography/compare/gatsby-plugin-typography@2.2.0-rc.1...gatsby-plugin-typography@2.2.0-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby-plugin-typography + # [2.2.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typography/compare/gatsby-plugin-typography@2.2.0-rc.0...gatsby-plugin-typography@2.2.0-rc.1) (2018-08-29) diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index 5ddca0eb791dc..029ddd0e84dcb 100644 --- a/packages/gatsby-plugin-typography/package.json +++ b/packages/gatsby-plugin-typography/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-typography"", ""description"": ""Gatsby plugin to setup server rendering of Typography.js' CSS"", - ""version"": ""2.2.0-rc.1"", + ""version"": ""2.2.0-rc.2"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index 484c68bca2ed9..e1761e91b2f0b 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-react-router-scroll/compare/gatsby-react-router-scroll@2.0.0-rc.0...gatsby-react-router-scroll@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-react-router-scroll + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-react-router-scroll/compare/gatsby-react-router-scroll@2.0.0-beta.9...gatsby-react-router-scroll@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index 65473cb86496a..07c9198c9ae0c 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-react-router-scroll"", ""description"": ""React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Jimmy Jia"", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index ba2ad84831d15..0d8571207bb38 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers/compare/gatsby-remark-autolink-headers@2.0.0-rc.0...gatsby-remark-autolink-headers@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers/compare/gatsby-remark-autolink-headers@2.0.0-beta.5...gatsby-remark-autolink-headers@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index 7ff7a8a9d6c15..0a46cb6984569 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-remark-autolink-headers"", ""description"": ""Gatsby plugin to autolink headers in markdown processed by Remark"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-remark-code-repls/CHANGELOG.md b/packages/gatsby-remark-code-repls/CHANGELOG.md index da771b612ec82..6c097f5b9117c 100644 --- a/packages/gatsby-remark-code-repls/CHANGELOG.md +++ b/packages/gatsby-remark-code-repls/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/compare/gatsby-remark-code-repls@2.0.0-rc.0...gatsby-remark-code-repls@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-code-repls + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/compare/gatsby-remark-code-repls@2.0.0-beta.4...gatsby-remark-code-repls@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index a565831876883..f8fc0c4a744ff 100644 --- a/packages/gatsby-remark-code-repls/package.json +++ b/packages/gatsby-remark-code-repls/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-remark-code-repls"", ""description"": ""Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Brian Vaughn "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index e319e5a127b74..b19639fd8217e 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-copy-linked-files/compare/gatsby-remark-copy-linked-files@2.0.0-rc.0...gatsby-remark-copy-linked-files@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-copy-linked-files/compare/gatsby-remark-copy-linked-files@2.0.0-beta.3...gatsby-remark-copy-linked-files@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 92b4f1d5ffa3f..b3a30095a18aa 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-remark-copy-linked-files"", ""description"": ""Find files which are linked to from markdown and copy them to the public directory"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index 434151ec5e498..3f99b3b1b69ca 100644 --- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md +++ b/packages/gatsby-remark-custom-blocks/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-custom-blocks/compare/gatsby-remark-custom-blocks@2.0.0-rc.0...gatsby-remark-custom-blocks@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-custom-blocks/compare/gatsby-remark-custom-blocks@2.0.0-beta.6...gatsby-remark-custom-blocks@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json index e779e03dc7046..dc5c98676dec0 100644 --- a/packages/gatsby-remark-custom-blocks/package.json +++ b/packages/gatsby-remark-custom-blocks/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-remark-custom-blocks"", ""description"": ""Gatsby remark plugin for adding custom blocks in markdown"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Mohammad Asad Mohammad "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index 58e1815550145..4cf146d448b5b 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-embed-snippet/compare/gatsby-remark-embed-snippet@3.0.0-rc.0...gatsby-remark-embed-snippet@3.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + # [3.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-embed-snippet/compare/gatsby-remark-embed-snippet@3.0.0-beta.4...gatsby-remark-embed-snippet@3.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 14a961aec7830..aa3de483b1ad7 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-remark-embed-snippet"", ""description"": ""Gatsby plugin to embed formatted code snippets within markdown"", - ""version"": ""3.0.0-rc.0"", + ""version"": ""3.0.0-rc.1"", ""author"": ""Brian Vaughn "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index 90d790744564a..c39176a387c2b 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz/compare/gatsby-remark-graphviz@1.0.0-rc.0...gatsby-remark-graphviz@1.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-graphviz + # [1.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz/compare/gatsby-remark-graphviz@1.0.0-beta.3...gatsby-remark-graphviz@1.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 99df1c32b46f8..d9b3e89ba863a 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/packages/gatsby-remark-graphviz/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-remark-graphviz"", ""description"": ""Processes graphviz code blocks and renders to SVG using viz.js"", - ""version"": ""1.0.0-rc.0"", + ""version"": ""1.0.0-rc.1"", ""author"": ""Anthony Marcar "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index ae5876a49b1a8..74374332df0d8 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.0.0-rc.1...gatsby-remark-images-contentful@2.0.0-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-images-contentful + # [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.0.0-rc.0...gatsby-remark-images-contentful@2.0.0-rc.1) (2018-08-29) diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 55e92b0f103a6..83476154b0047 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -1,6 +1,6 @@ { ""name"": ""gatsby-remark-images-contentful"", - ""version"": ""2.0.0-rc.1"", + ""version"": ""2.0.0-rc.2"", ""description"": ""Process Images in Contentful markdown so they can use the images API."", ""main"": ""index.js"", ""scripts"": { diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 532d61227bf3c..6e198b78c8176 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-images/compare/gatsby-remark-images@2.0.1-rc.0...gatsby-remark-images@2.0.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-images + ## [2.0.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-images/compare/gatsby-remark-images@2.0.1-beta.12...gatsby-remark-images@2.0.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 1b04f99199fe8..5a84b5a846ce1 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-remark-images"", ""description"": ""Processes images in markdown so they can be used in the production build."", - ""version"": ""2.0.1-rc.0"", + ""version"": ""2.0.1-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index d25e7099ebace..02a0c9b78167c 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-katex/compare/gatsby-remark-katex@2.0.0-rc.0...gatsby-remark-katex@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-katex + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-katex/compare/gatsby-remark-katex@2.0.0-beta.3...gatsby-remark-katex@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index ab07a71bb213b..331a6d9d27857 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-remark-katex"", ""description"": ""Transform math nodes to html markup"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Jeffrey Xiao "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index 19ae3204e564a..9f8d6d2a57409 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0-rc.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-prismjs/compare/gatsby-remark-prismjs@3.0.0-rc.1...gatsby-remark-prismjs@3.0.0-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-prismjs + # [3.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-prismjs/compare/gatsby-remark-prismjs@3.0.0-rc.0...gatsby-remark-prismjs@3.0.0-rc.1) (2018-08-29) diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index 9aae404009b75..ea3839a96919b 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-remark-prismjs"", ""description"": ""Adds syntax highlighting to code blocks at build time using PrismJS"", - ""version"": ""3.0.0-rc.1"", + ""version"": ""3.0.0-rc.2"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index 05601a47235a3..202986480a918 100644 --- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md +++ b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-responsive-iframe/compare/gatsby-remark-responsive-iframe@2.0.0-rc.0...gatsby-remark-responsive-iframe@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-responsive-iframe/compare/gatsby-remark-responsive-iframe@2.0.0-beta.3...gatsby-remark-responsive-iframe@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index 706bc7662b5c5..5c20c881341f8 100644 --- a/packages/gatsby-remark-responsive-iframe/package.json +++ b/packages/gatsby-remark-responsive-iframe/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-remark-responsive-iframe"", ""description"": ""Make iframes in Markdown processed by Remark responsive"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index 4f35f138ab386..f6151006df331 100644 --- a/packages/gatsby-remark-smartypants/CHANGELOG.md +++ b/packages/gatsby-remark-smartypants/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-smartypants/compare/gatsby-remark-smartypants@2.0.0-rc.0...gatsby-remark-smartypants@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-remark-smartypants + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-smartypants/compare/gatsby-remark-smartypants@2.0.0-beta.3...gatsby-remark-smartypants@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-remark-smartypants/package.json b/packages/gatsby-remark-smartypants/package.json index 295a4bda739db..0196fd9ad117a 100644 --- a/packages/gatsby-remark-smartypants/package.json +++ b/packages/gatsby-remark-smartypants/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-remark-smartypants"", ""description"": ""Use retext-smartypants to auto-enhance typography of markdown"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index eec1c3cfc8cb0..0650692b807c9 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.1-rc.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/gatsby-source-contentful@2.0.1-rc.1...gatsby-source-contentful@2.0.1-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-contentful + ## [2.0.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/gatsby-source-contentful@2.0.1-rc.0...gatsby-source-contentful@2.0.1-rc.1) (2018-08-29) diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 7aa222d2ce367..38411764e9b3e 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-contentful"", ""description"": ""Gatsby source plugin for building websites using the Contentful CMS as a data source"", - ""version"": ""2.0.1-rc.1"", + ""version"": ""2.0.1-rc.2"", ""author"": ""Marcus Ericsson (mericsson.com)"", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" @@ -14,7 +14,7 @@ ""contentful"": ""^6.1.0"", ""deep-map"": ""^1.5.0"", ""fs-extra"": ""^4.0.2"", - ""gatsby-plugin-sharp"": ""^2.0.0-rc.1"", + ""gatsby-plugin-sharp"": ""^2.0.0-rc.2"", ""is-online"": ""^7.0.0"", ""json-stringify-safe"": ""^5.0.1"", ""lodash"": ""^4.17.4"", diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 7e5cd2c7ffbff..205337e1cfdd5 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.2.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/compare/gatsby-source-drupal@2.2.0-rc.0...gatsby-source-drupal@2.2.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-drupal + # [2.2.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/compare/gatsby-source-drupal@2.2.0-beta.14...gatsby-source-drupal@2.2.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index bb7b85b45e225..d0b47d4b28e0d 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-drupal"", ""description"": ""Gatsby source plugin for building websites using the Drupal CMS as a data source"", - ""version"": ""2.2.0-rc.0"", + ""version"": ""2.2.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" @@ -10,7 +10,7 @@ ""@babel/runtime"": ""^7.0.0"", ""axios"": ""^0.18.0"", ""bluebird"": ""^3.5.0"", - ""gatsby-source-filesystem"": ""^2.0.1-rc.0"", + ""gatsby-source-filesystem"": ""^2.0.1-rc.1"", ""lodash"": ""^4.17.4"" }, ""devDependencies"": { diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index e44d7c8e4a500..179cb3782c429 100644 --- a/packages/gatsby-source-faker/CHANGELOG.md +++ b/packages/gatsby-source-faker/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker/compare/gatsby-source-faker@2.0.0-rc.0...gatsby-source-faker@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-faker + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker/compare/gatsby-source-faker@2.0.0-beta.3...gatsby-source-faker@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-source-faker/package.json b/packages/gatsby-source-faker/package.json index 2d7474e131859..457f863d021fb 100644 --- a/packages/gatsby-source-faker/package.json +++ b/packages/gatsby-source-faker/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-faker"", ""description"": ""A gatsby plugin to get fake data for testing"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Pavithra Kodmad"", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index fb5602953c6b9..becd371124957 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/compare/gatsby-source-filesystem@2.0.1-rc.0...gatsby-source-filesystem@2.0.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-filesystem + ## [2.0.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/compare/gatsby-source-filesystem@2.0.1-beta.11...gatsby-source-filesystem@2.0.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index d333b6a68960a..3f898bc95dce7 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-filesystem"", ""description"": ""Gatsby plugin which parses files within a directory for further parsing by other plugins"", - ""version"": ""2.0.1-rc.0"", + ""version"": ""2.0.1-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index ec1906bcc1e08..6e7b9142c6d33 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql/compare/gatsby-source-graphql@2.0.0-rc.1...gatsby-source-graphql@2.0.0-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-graphql + # [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql/compare/gatsby-source-graphql@2.0.0-rc.0...gatsby-source-graphql@2.0.0-rc.1) (2018-08-29) diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 997e55cbbce99..2a48c8cf15bc5 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-graphql"", ""description"": ""Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL"", - ""version"": ""2.0.0-rc.1"", + ""version"": ""2.0.0-rc.2"", ""author"": ""Mikhail Novikov "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-source-hacker-news/CHANGELOG.md b/packages/gatsby-source-hacker-news/CHANGELOG.md index ba5627f014b50..a4a8f06dd71b7 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-hacker-news/compare/gatsby-source-hacker-news@2.0.0-rc.0...gatsby-source-hacker-news@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-hacker-news + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-hacker-news/compare/gatsby-source-hacker-news@2.0.0-beta.5...gatsby-source-hacker-news@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index d44624ad9489a..01401b00f7bbe 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-hacker-news"", ""description"": ""Gatsby source plugin for building websites using Hacker News as a data source"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md index a1a109a7e74c1..9e601061b83ce 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-lever/compare/gatsby-source-lever@2.0.0-rc.0...gatsby-source-lever@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-lever + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-lever/compare/gatsby-source-lever@2.0.0-beta.4...gatsby-source-lever@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json index fde45c4402002..dec10532b7a0b 100644 --- a/packages/gatsby-source-lever/package.json +++ b/packages/gatsby-source-lever/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-lever"", ""description"": ""Gatsby source plugin for building websites using the Lever.co Recruitment Software as a data source."", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Sebastien Fichot "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-source-medium/CHANGELOG.md b/packages/gatsby-source-medium/CHANGELOG.md index edd454eba8230..41320c4ea04b0 100644 --- a/packages/gatsby-source-medium/CHANGELOG.md +++ b/packages/gatsby-source-medium/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-medium/compare/gatsby-source-medium@2.0.0-rc.0...gatsby-source-medium@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-medium + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-medium/compare/gatsby-source-medium@2.0.0-beta.5...gatsby-source-medium@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-source-medium/package.json b/packages/gatsby-source-medium/package.json index 2a748e7a723f1..573f5bea3778d 100644 --- a/packages/gatsby-source-medium/package.json +++ b/packages/gatsby-source-medium/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-medium"", ""description"": ""Gatsby source plugin for building websites using Medium as a data source"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Robert Vogt "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index b9324e8fdb2b2..689b245d54a88 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb/compare/gatsby-source-mongodb@2.0.0-rc.0...gatsby-source-mongodb@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-mongodb + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb/compare/gatsby-source-mongodb@2.0.0-beta.9...gatsby-source-mongodb@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index 786f31d67feae..88d42f1c65bff 100644 --- a/packages/gatsby-source-mongodb/package.json +++ b/packages/gatsby-source-mongodb/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-mongodb"", ""description"": ""Source plugin for pulling data into Gatsby from MongoDB collections"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""jhermans85@hotmail.com"", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index bbde931eb1d05..b61198a48956a 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.0.0-rc.0...gatsby-source-npm-package-search@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-npm-package-search + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.0.0-beta.3...gatsby-source-npm-package-search@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index 68c892508b827..ab68dafd02d29 100644 --- a/packages/gatsby-source-npm-package-search/package.json +++ b/packages/gatsby-source-npm-package-search/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-npm-package-search"", ""description"": ""Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""james.a.stack@gmail.com"", ""dependencies"": { ""@babel/runtime"": ""^7.0.0"", diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index 19d95ed980c30..edbff6dacb7f2 100644 --- a/packages/gatsby-source-wikipedia/CHANGELOG.md +++ b/packages/gatsby-source-wikipedia/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.0.0-rc.0...gatsby-source-wikipedia@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-wikipedia + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.0.0-beta.3...gatsby-source-wikipedia@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json index 66fb758f840dc..8607394bc1f04 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -1,6 +1,6 @@ { ""name"": ""gatsby-source-wikipedia"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""description"": ""Gatsby source plugin for pulling articles from Wikipedia"", ""main"": ""index.js"", ""scripts"": { diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 023b56b6cbcb5..ce7f0400efe17 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/gatsby-source-wordpress@3.0.0-rc.0...gatsby-source-wordpress@3.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-source-wordpress + # [3.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/gatsby-source-wordpress@3.0.0-beta.21...gatsby-source-wordpress@3.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 4ae4f5969e777..8abc1e96741ad 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-wordpress"", ""description"": ""Gatsby source plugin for building websites using the Wordpress CMS as a data source."", - ""version"": ""3.0.0-rc.0"", + ""version"": ""3.0.0-rc.1"", ""author"": ""Sebastien Fichot "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" @@ -14,7 +14,7 @@ ""bluebird"": ""^3.5.0"", ""deep-map"": ""^1.5.0"", ""deep-map-keys"": ""^1.2.0"", - ""gatsby-source-filesystem"": ""^2.0.1-rc.0"", + ""gatsby-source-filesystem"": ""^2.0.1-rc.1"", ""json-stringify-safe"": ""^5.0.1"", ""lodash"": ""^4.17.4"", ""minimatch"": ""^3.0.4"", diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index c013d9a4166e1..945b0ba7cf6ef 100644 --- a/packages/gatsby-transformer-csv/CHANGELOG.md +++ b/packages/gatsby-transformer-csv/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-csv/compare/gatsby-transformer-csv@2.0.0-rc.0...gatsby-transformer-csv@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-csv + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-csv/compare/gatsby-transformer-csv@2.0.0-beta.3...gatsby-transformer-csv@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-csv/package.json b/packages/gatsby-transformer-csv/package.json index ff8a561968ce1..3c1f91ae4339f 100644 --- a/packages/gatsby-transformer-csv/package.json +++ b/packages/gatsby-transformer-csv/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-csv"", ""description"": ""Gatsby transformer plugin for CSV files"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Sonal Saldanha "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 198ef24d3dca1..074d0e4058fb9 100644 --- a/packages/gatsby-transformer-documentationjs/CHANGELOG.md +++ b/packages/gatsby-transformer-documentationjs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs/compare/gatsby-transformer-documentationjs@2.0.0-rc.0...gatsby-transformer-documentationjs@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs/compare/gatsby-transformer-documentationjs@2.0.0-beta.3...gatsby-transformer-documentationjs@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json index 6c5e25db4cbe8..a32d44aff6556 100644 --- a/packages/gatsby-transformer-documentationjs/package.json +++ b/packages/gatsby-transformer-documentationjs/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-documentationjs"", ""description"": ""Gatsby transformer plugin which uses Documentation.js to extract JavaScript documentation"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews"", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index eac8526db7dab..674aa541b9483 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.1.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-excel/compare/gatsby-transformer-excel@2.1.1-rc.0...gatsby-transformer-excel@2.1.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-excel + ## [2.1.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-excel/compare/gatsby-transformer-excel@2.1.1-beta.3...gatsby-transformer-excel@2.1.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index 66f533db1ede7..4f106f0631d72 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-excel"", ""description"": ""Gatsby transformer plugin for Excel spreadsheets"", - ""version"": ""2.1.1-rc.0"", + ""version"": ""2.1.1-rc.1"", ""author"": ""SheetJS "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index 92d159a901d77..00ac5be73b8c7 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.1.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-hjson/compare/gatsby-transformer-hjson@2.1.1-rc.0...gatsby-transformer-hjson@2.1.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-hjson + ## [2.1.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-hjson/compare/gatsby-transformer-hjson@2.1.1-beta.3...gatsby-transformer-hjson@2.1.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json index a891ea6fbc045..f88b1d90fc897 100644 --- a/packages/gatsby-transformer-hjson/package.json +++ b/packages/gatsby-transformer-hjson/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-hjson"", ""description"": ""Gatsby transformer plugin for HJSON files"", - ""version"": ""2.1.1-rc.0"", + ""version"": ""2.1.1-rc.1"", ""author"": ""Remi Barraquand "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md index 8a65a8b169c22..23d990dc4d609 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter/compare/gatsby-transformer-javascript-frontmatter@2.0.0-rc.0...gatsby-transformer-javascript-frontmatter@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter/compare/gatsby-transformer-javascript-frontmatter@2.0.0-beta.3...gatsby-transformer-javascript-frontmatter@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-javascript-frontmatter/package.json b/packages/gatsby-transformer-javascript-frontmatter/package.json index 9f73061c22020..e2cc6d0a597da 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/package.json +++ b/packages/gatsby-transformer-javascript-frontmatter/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-javascript-frontmatter"", ""description"": ""Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically."", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Jacob Bolda "", ""dependencies"": { ""@babel/parser"": ""^7.0.0"", diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md index 47c553fe936c7..bd18ed36ba2f9 100644 --- a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.1.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-static-exports/compare/gatsby-transformer-javascript-static-exports@2.1.1-rc.0...gatsby-transformer-javascript-static-exports@2.1.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + ## [2.1.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-static-exports/compare/gatsby-transformer-javascript-static-exports@2.1.1-beta.3...gatsby-transformer-javascript-static-exports@2.1.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-javascript-static-exports/package.json b/packages/gatsby-transformer-javascript-static-exports/package.json index b1096737c6705..286453ce7dd6e 100644 --- a/packages/gatsby-transformer-javascript-static-exports/package.json +++ b/packages/gatsby-transformer-javascript-static-exports/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-javascript-static-exports"", ""description"": ""Gatsby transformer plugin for JavaScript to extract exports.data statically."", - ""version"": ""2.1.1-rc.0"", + ""version"": ""2.1.1-rc.1"", ""author"": ""Jacob Bolda "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-json/CHANGELOG.md b/packages/gatsby-transformer-json/CHANGELOG.md index 1901c553f3148..beeea7808c140 100644 --- a/packages/gatsby-transformer-json/CHANGELOG.md +++ b/packages/gatsby-transformer-json/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.1.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-json/compare/gatsby-transformer-json@2.1.1-rc.0...gatsby-transformer-json@2.1.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-json + ## [2.1.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-json/compare/gatsby-transformer-json@2.1.1-beta.5...gatsby-transformer-json@2.1.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-json/package.json b/packages/gatsby-transformer-json/package.json index ffb6fa2beb34e..f68e5e72f1c5d 100644 --- a/packages/gatsby-transformer-json/package.json +++ b/packages/gatsby-transformer-json/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-json"", ""description"": ""Gatsby transformer plugin for JSON files"", - ""version"": ""2.1.1-rc.0"", + ""version"": ""2.1.1-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index df4cc58c68693..1a1d573e1ea1a 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.1.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-react-docgen/compare/gatsby-transformer-react-docgen@2.1.1-rc.0...gatsby-transformer-react-docgen@2.1.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + ## [2.1.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-react-docgen/compare/gatsby-transformer-react-docgen@2.1.1-beta.5...gatsby-transformer-react-docgen@2.1.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index e46ab87022537..af1c888d4bd1a 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-react-docgen"", ""description"": ""Expose React component metadata and prop information as GraphQL types"", - ""version"": ""2.1.1-rc.0"", + ""version"": ""2.1.1-rc.1"", ""author"": ""Jason Quense "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 910e919ae4f83..55580f4152aeb 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.1.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/compare/gatsby-transformer-remark@2.1.1-rc.0...gatsby-transformer-remark@2.1.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-remark + ## [2.1.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/compare/gatsby-transformer-remark@2.1.1-beta.8...gatsby-transformer-remark@2.1.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index e433b789996ee..42864bd984349 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-remark"", ""description"": ""Gatsby transformer plugin for Markdown using the Remark library and ecosystem"", - ""version"": ""2.1.1-rc.0"", + ""version"": ""2.1.1-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index e01d3c6428e62..83020e3020023 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot/compare/gatsby-transformer-screenshot@2.0.0-rc.0...gatsby-transformer-screenshot@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-screenshot + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot/compare/gatsby-transformer-screenshot@2.0.0-beta.7...gatsby-transformer-screenshot@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index e6623ca814029..b6e5ae1d43dec 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-screenshot"", ""description"": ""Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""David Beckley "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index bf8e0a413deab..ad8012deda5ff 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.1.1-rc.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sharp/compare/gatsby-transformer-sharp@2.1.1-rc.1...gatsby-transformer-sharp@2.1.1-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-sharp + ## [2.1.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sharp/compare/gatsby-transformer-sharp@2.1.1-rc.0...gatsby-transformer-sharp@2.1.1-rc.1) (2018-08-29) diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 2c8cd85b4ce93..4ed366b5a8738 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-sharp"", ""description"": ""Gatsby transformer plugin for images using Sharp"", - ""version"": ""2.1.1-rc.1"", + ""version"": ""2.1.1-rc.2"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index a3592d3112980..13ecec7c1fce7 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.0.0-rc.1...gatsby-transformer-sqip@2.0.0-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.0.0-rc.0...gatsby-transformer-sqip@2.0.0-rc.1) (2018-08-29) diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 27ab348997433..14db95a327de8 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-sqip"", ""description"": ""Generates geometric primitive version of images"", - ""version"": ""2.0.0-rc.1"", + ""version"": ""2.0.0-rc.2"", ""author"": ""Benedikt Rötsch "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" @@ -10,7 +10,7 @@ ""@babel/runtime"": ""^7.0.0"", ""axios"": ""^0.18.0"", ""fs-extra"": ""^4.0.2"", - ""gatsby-plugin-sharp"": ""^2.0.0-rc.1"", + ""gatsby-plugin-sharp"": ""^2.0.0-rc.2"", ""mini-svg-data-uri"": ""^1.0.0"", ""p-queue"": ""^2.3.0"", ""sqip"": ""^0.3.0"" diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index 17ed4034c7c63..9b3681831b15a 100644 --- a/packages/gatsby-transformer-toml/CHANGELOG.md +++ b/packages/gatsby-transformer-toml/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.1.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-toml/compare/gatsby-transformer-toml@2.1.1-rc.0...gatsby-transformer-toml@2.1.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-toml + ## [2.1.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-toml/compare/gatsby-transformer-toml@2.1.1-beta.5...gatsby-transformer-toml@2.1.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-toml/package.json b/packages/gatsby-transformer-toml/package.json index b47d76eba427a..4b7db941ccb92 100644 --- a/packages/gatsby-transformer-toml/package.json +++ b/packages/gatsby-transformer-toml/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-toml"", ""description"": ""Gatsby transformer plugin for toml"", - ""version"": ""2.1.1-rc.0"", + ""version"": ""2.1.1-rc.1"", ""author"": ""Ruben Harutyunyan "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md index 08aa7c20f0b0c..5a74790b8318b 100644 --- a/packages/gatsby-transformer-xml/CHANGELOG.md +++ b/packages/gatsby-transformer-xml/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-xml/compare/gatsby-transformer-xml@2.0.0-rc.0...gatsby-transformer-xml@2.0.0-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-xml + # [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-xml/compare/gatsby-transformer-xml@2.0.0-beta.3...gatsby-transformer-xml@2.0.0-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-xml/package.json b/packages/gatsby-transformer-xml/package.json index 2c63e088fd642..b0f3d5296f672 100644 --- a/packages/gatsby-transformer-xml/package.json +++ b/packages/gatsby-transformer-xml/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-xml"", ""description"": ""Gatsby plugin for parsing XML files. It supports also attributes"", - ""version"": ""2.0.0-rc.0"", + ""version"": ""2.0.0-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md index 50b7e604d63ac..47619ca73713d 100644 --- a/packages/gatsby-transformer-yaml/CHANGELOG.md +++ b/packages/gatsby-transformer-yaml/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.1.1-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-yaml/compare/gatsby-transformer-yaml@2.1.1-rc.0...gatsby-transformer-yaml@2.1.1-rc.1) (2018-08-29) + +**Note:** Version bump only for package gatsby-transformer-yaml + ## [2.1.1-rc.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-yaml/compare/gatsby-transformer-yaml@2.1.1-beta.3...gatsby-transformer-yaml@2.1.1-rc.0) (2018-08-21) diff --git a/packages/gatsby-transformer-yaml/package.json b/packages/gatsby-transformer-yaml/package.json index 8eac3c96f08e5..b0a01dd0797f5 100644 --- a/packages/gatsby-transformer-yaml/package.json +++ b/packages/gatsby-transformer-yaml/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-transformer-yaml"", ""description"": ""Gatsby transformer plugin for yaml"", - ""version"": ""2.1.1-rc.0"", + ""version"": ""2.1.1-rc.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 8563cbb3602ae..0077bf4a66176 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.0-rc.1...gatsby@2.0.0-rc.2) (2018-08-29) + +**Note:** Version bump only for package gatsby + # [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.0-rc.0...gatsby@2.0.0-rc.1) (2018-08-29) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index faf13135e1963..cb44f43a76ead 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby"", ""description"": ""Blazing fast modern site generator for React"", - ""version"": ""2.0.0-rc.1"", + ""version"": ""2.0.0-rc.2"", ""author"": ""Kyle Mathews "", ""bin"": { ""gatsby"": ""./dist/bin/gatsby.js"" @@ -29,7 +29,7 @@ ""babel-plugin-add-module-exports"": ""^0.2.1"", ""babel-plugin-dynamic-import-node"": ""^1.2.0"", ""babel-plugin-macros"": ""^2.4.0"", - ""babel-plugin-remove-graphql-queries"": ""^2.0.2-rc.0"", + ""babel-plugin-remove-graphql-queries"": ""^2.0.2-rc.1"", ""better-queue"": ""^3.8.6"", ""bluebird"": ""^3.5.0"", ""chalk"": ""^2.3.2"", @@ -62,14 +62,14 @@ ""flat"": ""^4.0.0"", ""friendly-errors-webpack-plugin"": ""^1.6.1"", ""fs-extra"": ""^5.0.0"", - ""gatsby-cli"": ""^2.0.0-rc.0"", - ""gatsby-link"": ""^2.0.0-rc.1"", - ""gatsby-plugin-page-creator"": ""^2.0.0-rc.0"", - ""gatsby-react-router-scroll"": ""^2.0.0-rc.0"", + ""gatsby-cli"": ""^2.0.0-rc.1"", + ""gatsby-link"": ""^2.0.0-rc.2"", + ""gatsby-plugin-page-creator"": ""^2.0.0-rc.1"", + ""gatsby-react-router-scroll"": ""^2.0.0-rc.1"", ""glob"": ""^7.1.1"", ""graphql"": ""^0.13.2"", ""graphql-relay"": ""^0.5.5"", - ""graphql-skip-limit"": ""^2.0.0-rc.1"", + ""graphql-skip-limit"": ""^2.0.0-rc.2"", ""graphql-tools"": ""^3.0.4"", ""graphql-type-json"": ""^0.2.1"", ""hash-mod"": ""^0.0.5"", diff --git a/packages/graphql-skip-limit/CHANGELOG.md b/packages/graphql-skip-limit/CHANGELOG.md index 2ec1c5c5b028c..403d79a0aa624 100644 --- a/packages/graphql-skip-limit/CHANGELOG.md +++ b/packages/graphql-skip-limit/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.0.0-rc.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/graphql-skip-limit/compare/graphql-skip-limit@2.0.0-rc.1...graphql-skip-limit@2.0.0-rc.2) (2018-08-29) + +**Note:** Version bump only for package graphql-skip-limit + # [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/graphql-skip-limit/compare/graphql-skip-limit@2.0.0-rc.0...graphql-skip-limit@2.0.0-rc.1) (2018-08-29) diff --git a/packages/graphql-skip-limit/package.json b/packages/graphql-skip-limit/package.json index 580cc06e4c0b4..9170275a1c756 100644 --- a/packages/graphql-skip-limit/package.json +++ b/packages/graphql-skip-limit/package.json @@ -1,7 +1,7 @@ { ""name"": ""graphql-skip-limit"", ""description"": ""A library to help construct a graphql-js server supporting skip/relay style pagination. Built for Gatsby but perhaps useful elsewhere."", - ""version"": ""2.0.0-rc.1"", + ""version"": ""2.0.0-rc.2"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues""" a2b2afd7fd25db4d871e69c2083568af9ce054a1,2024-01-04 16:56:10,renovate[bot],fix(deps): update minor and patch dependencies for gatsby-plugin-utils (#38513),False,update minor and patch dependencies for gatsby-plugin-utils (#38513),fix,"diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 892a1ec71d5ba..38105a8625d32 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -47,13 +47,13 @@ ""homepage"": ""https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-utils#readme"", ""dependencies"": { ""@babel/runtime"": ""^7.20.13"", - ""fastq"": ""^1.15.0"", + ""fastq"": ""^1.16.0"", ""fs-extra"": ""^11.2.0"", ""gatsby-core-utils"": ""^4.14.0-next.0"", ""gatsby-sharp"": ""^1.14.0-next.0"", ""graphql-compose"": ""^9.0.10"", ""import-from"": ""^4.0.0"", - ""joi"": ""^17.9.2"", + ""joi"": ""^17.11.0"", ""mime"": ""^3.0.0"" }, ""devDependencies"": { diff --git a/yarn.lock b/yarn.lock index 167a4de706387..653699ed0e9e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11526,10 +11526,10 @@ fastparse@^1.1.1: version ""1.1.1"" resolved ""https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.1.tgz#d1e2643b38a94d7583b479060e6c4affc94071f8"" -fastq@^1.15.0, fastq@^1.6.0: - version ""1.15.0"" - resolved ""https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a"" - integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== +fastq@^1.15.0, fastq@^1.16.0, fastq@^1.6.0: + version ""1.16.0"" + resolved ""https://registry.yarnpkg.com/fastq/-/fastq-1.16.0.tgz#83b9a9375692db77a822df081edb6a9cf6839320"" + integrity sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA== dependencies: reusify ""^1.0.4"" @@ -15220,10 +15220,10 @@ joi@^14.3.1: isemail ""3.x.x"" topo ""3.x.x"" -joi@^17.9.2: - version ""17.9.2"" - resolved ""https://registry.yarnpkg.com/joi/-/joi-17.9.2.tgz#8b2e4724188369f55451aebd1d0b1d9482470690"" - integrity sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw== +joi@^17.11.0, joi@^17.9.2: + version ""17.11.0"" + resolved ""https://registry.yarnpkg.com/joi/-/joi-17.11.0.tgz#aa9da753578ec7720e6f0ca2c7046996ed04fc1a"" + integrity sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ== dependencies: ""@hapi/hoek"" ""^9.0.0"" ""@hapi/topo"" ""^5.0.0""" eeca4363b527943a8fabe9e7e6954379c09efa08,2018-10-16 02:04:47,Dustin Schau,fix(gatsby): add main field pointing to transpiled commonjs entry (#9123),False,add main field pointing to transpiled commonjs entry (#9123),fix,"diff --git a/packages/gatsby/.gitignore b/packages/gatsby/.gitignore index 42b87d897a4be..1fc1a12f6f52a 100644 --- a/packages/gatsby/.gitignore +++ b/packages/gatsby/.gitignore @@ -28,3 +28,6 @@ node_modules decls dist + +# built files +cache-dir/commonjs/ diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 30ff9607fb5e4..4bacf0699dbf4 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -160,7 +160,8 @@ ""website"" ], ""license"": ""MIT"", - ""main"": ""cache-dir/gatsby-browser-entry.js"", + ""main"": ""cache-dir/commonjs/gatsby-browser-entry.js"", + ""module"": ""cache-dir/gatsby-browser-entry.js"", ""peerDependencies"": { ""react"": ""^16.4.2"", ""react-dom"": ""^16.4.2"" @@ -173,9 +174,10 @@ ""graphql"": ""^0.13.2"" }, ""scripts"": { - ""build"": ""rimraf dist && npm run build:src && npm run build:internal-plugins && npm run build:rawfiles"", + ""build"": ""rimraf dist && npm run build:src && npm run build:internal-plugins && npm run build:rawfiles && npm run build:cjs"", ""build:internal-plugins"": ""copyfiles -u 1 src/internal-plugins/**/package.json dist"", ""build:rawfiles"": ""copyfiles -u 1 src/internal-plugins/**/raw_* dist"", + ""build:cjs"": ""babel cache-dir --out-dir cache-dir/commonjs --ignore **/__tests__"", ""build:src"": ""babel src --out-dir dist --source-maps --ignore **/gatsby-cli.js,**/raw_*,**/__tests__"", ""clean-test-bundles"": ""find test/ -type f -name bundle.js* -exec rm -rf {} +"", ""prepare"": ""cross-env NODE_ENV=production npm run build""," aa300f47e1b8ae69af5d60bda61b3b3d35ff00dc,2020-08-31 14:19:45,RAJPRAKASH,chore(docs): fixed file names and links in query-execution (#26680),False,fixed file names and links in query-execution (#26680),chore,"diff --git a/docs/docs/query-execution.md b/docs/docs/query-execution.md index fb2e4435ce69f..1290906d721fd 100644 --- a/docs/docs/query-execution.md +++ b/docs/docs/query-execution.md @@ -12,11 +12,11 @@ title: Query Execution ## Query execution -Query execution is kicked off by bootstrap by calling [page-query-runner.js runInitialQuerys()](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/internal-plugins/query-runner/page-query-runner.js#L29). The main files involved in this step are: +Query execution is kicked off by bootstrap by calling [`createQueryRunningActivity()`](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/index.js#L192). The main files involved in this step are: -- [page-query-runner.js](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby/src/internal-plugins/query-runner/query-queue.js) -- [query-queue.js](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby/src/internal-plugins/query-runner/query-queue.js) -- [query-runner.js](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby/src/internal-plugins/query-runner/query-runner.js) +- [index.js](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/index.js) +- [queue.ts](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/queue.ts) +- [query-runner.ts](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/query-runner.ts) Here's an overview of how it all relates:" 2b5159193c19df74ffa50eb225edba91bd221545,2019-05-21 10:56:58,Ward Peeters,chore(release): Publish,False,Publish,chore,"diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 1bd83cbe29592..4fe29a3f1b7d8 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.5.15...gatsby-cli@2.6.0) (2019-05-21) + +**Note:** Version bump only for package gatsby-cli + ## [2.5.15](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.5.14...gatsby-cli@2.5.15) (2019-05-18) ### Bug Fixes diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index a51295f50ed15..d87422b1fb4ef 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-cli"", ""description"": ""Gatsby command-line interface for creating new sites and running Gatsby commands"", - ""version"": ""2.5.15"", + ""version"": ""2.6.0"", ""author"": ""Kyle Mathews "", ""bin"": { ""gatsby"": ""lib/index.js"" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 7779d4bb39528..daa41912595df 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.5.7...gatsby@2.6.0) (2019-05-21) + +**Note:** Version bump only for package gatsby + ## [2.5.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.5.6...gatsby@2.5.7) (2019-05-20) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index f8a364244591e..fe264fecc396e 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby"", ""description"": ""Blazing fast modern site generator for React"", - ""version"": ""2.5.7"", + ""version"": ""2.6.0"", ""author"": ""Kyle Mathews "", ""bin"": { ""gatsby"": ""./dist/bin/gatsby.js"" @@ -66,7 +66,7 @@ ""flat"": ""^4.0.0"", ""fs-exists-cached"": ""1.0.0"", ""fs-extra"": ""^5.0.0"", - ""gatsby-cli"": ""^2.5.15"", + ""gatsby-cli"": ""^2.6.0"", ""gatsby-link"": ""^2.1.1"", ""gatsby-plugin-page-creator"": ""^2.0.13"", ""gatsby-react-router-scroll"": ""^2.0.7""," 0a6c6eb40409ac92d30917e00f26a0bc4c9ca9e5,2021-03-10 20:40:43,Michal Piechowiak,fix(gatsby-plugin-mdx): fix html field resolver to work with webpack@5 (#30158),False,fix html field resolver to work with webpack@5 (#30158),fix,"diff --git a/e2e-tests/mdx/cypress/integration/html-field.js b/e2e-tests/mdx/cypress/integration/html-field.js new file mode 100644 index 0000000000000..c39a83d4791e9 --- /dev/null +++ b/e2e-tests/mdx/cypress/integration/html-field.js @@ -0,0 +1,7 @@ +it(`generates content for html field correctly`, () => { + cy.request(""/html-queried-like-feed-plugin.json"").should(response => { + expect(response.body.data.mdx.html).to.include( + `

        Just to test html field used usually for rss feed generation` + ) + }) +}) diff --git a/e2e-tests/mdx/gatsby-node.js b/e2e-tests/mdx/gatsby-node.js new file mode 100644 index 0000000000000..eceaaff1a0d20 --- /dev/null +++ b/e2e-tests/mdx/gatsby-node.js @@ -0,0 +1,18 @@ +const fs = require(`fs-extra`) +const path = require(`path`) + +exports.onPostBuild = async ({ graphql }) => { + const results = await graphql(` + { + mdx(slug: { eq: ""html"" }) { + html + } + } + `) + + await fs.outputJSON( + path.join(__dirname, `public`, `html-queried-like-feed-plugin.json`), + results, + { spaces: 2 } + ) +} diff --git a/e2e-tests/mdx/package.json b/e2e-tests/mdx/package.json index 7df2170e3f8fe..fde0c84ad8827 100644 --- a/e2e-tests/mdx/package.json +++ b/e2e-tests/mdx/package.json @@ -6,11 +6,12 @@ ""@mdx-js/mdx"": ""^1.6.6"", ""@mdx-js/react"": ""^1.6.6"", ""cypress"": ""^3.1.0"", - ""gatsby"": ""^2.0.118"", - ""gatsby-plugin-mdx"": ""^1.2.19"", - ""gatsby-source-filesystem"": ""^2.3.14"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"", + ""fs-extra"": ""^8.1.0"", + ""gatsby"": ""^3.0.0"", + ""gatsby-plugin-mdx"": ""^2.0.0"", + ""gatsby-source-filesystem"": ""^3.0.0"", + ""react"": ""^17.0.0"", + ""react-dom"": ""^17.0.0"", ""theme-ui"": ""^0.3.1"" }, ""keywords"": [ @@ -34,4 +35,4 @@ ""prettier"": ""2.0.4"", ""start-server-and-test"": ""^1.7.1"" } -} \ No newline at end of file +} diff --git a/e2e-tests/mdx/src/pages/html.mdx b/e2e-tests/mdx/src/pages/html.mdx new file mode 100644 index 0000000000000..765e9e852de81 --- /dev/null +++ b/e2e-tests/mdx/src/pages/html.mdx @@ -0,0 +1,7 @@ +import { Message } from ""theme-ui"" + +Just to test html field used usually for rss feed generation. Please don't edit. + + + +Just testing diff --git a/packages/gatsby-plugin-mdx/utils/render-html.js b/packages/gatsby-plugin-mdx/utils/render-html.js index c52e616930b74..7c51f7b144369 100644 --- a/packages/gatsby-plugin-mdx/utils/render-html.js +++ b/packages/gatsby-plugin-mdx/utils/render-html.js @@ -22,110 +22,23 @@ queue.on(`active`, () => { ) }) -const findAsset = function (src, compilation, webpackStatsJson) { - if (!src) { - const chunkNames = Object.keys(webpackStatsJson.assetsByChunkName) - - src = chunkNames[0] - } - - const asset = compilation.assets[src] - - if (asset) { - return asset - } - - let chunkValue = webpackStatsJson.assetsByChunkName[src] - - if (!chunkValue) { - return null - } - // Webpack outputs an array for each chunk when using sourcemaps - if (chunkValue instanceof Array) { - // Is the main bundle always the first element? - chunkValue = chunkValue.find(function (filename) { - return /\.js$/.test(filename) - }) - } - return compilation.assets[chunkValue] -} - -let renderMdxBody = undefined -class MdxHtmlBuilderWebpackPlugin { - apply(compiler) { - const self = this - const afterEmit = (compilation, callback) => { - // var options = compiler.options; - /* var stats = compilation.getStats().toJson({ - * hash: true, - * publicPath: true, - * assets: true, - * chunks: false, - * modules: false, - * source: false, - * errorDetails: false, - * timings: false - * }); */ - // console.log(Object.keys(compilation.assets)); - const webpackStats = compilation.getStats() - const webpackStatsJson = webpackStats.toJson() - - try { - const asset = findAsset(self.entry, compilation, webpackStatsJson) - - if (asset == null) { - throw new Error(`Source file not found: ""` + self.entry + `""`) - } - - const source = asset.source() - let render = evaluate( - source, - /* filename: */ self.entry, - /* scope: */ self.globals, - /* includeGlobals: */ true - ) - - if (render.hasOwnProperty(`default`)) { - render = render[`default`] - } - - if (typeof render !== `function`) { - throw new Error( - `Export from '${self.entry}' must be a function that returns a htmlString value.` - ) - } - // use function here - renderMdxBody = render - callback() - } catch (err) { - compilation.errors.push(err.stack) - callback() - } - } - if (compiler.hooks) { - const plugin = { name: `MdxHtmlBuilderWebpackPlugin` } - - compiler.hooks.afterEmit.tapAsync(plugin, afterEmit) - } else { - compiler.plugin(`after-emit`, afterEmit) - } - } -} - exports.mdxHTMLLoader = ({ cache, reporter, store }) => new DataLoader( async keys => { const webpackConfig = cloneDeep(store.getState().webpack) + const outputPath = path.join(cache.directory, `webpack`) // something sets externals, which will cause React to be undefined webpackConfig.externals = undefined webpackConfig.entry = require.resolve(`./wrap-root-render-html-entry.js`) webpackConfig.output = { filename: `output.js`, - path: path.join(cache.directory, `webpack`), + path: outputPath, libraryTarget: `commonjs`, } webpackConfig.plugins = webpackConfig.plugins || [] - webpackConfig.plugins.push(new MdxHtmlBuilderWebpackPlugin()) + webpackConfig.externalsPresets = { + node: true, + } const compiler = webpack(webpackConfig) return queue.add( @@ -151,6 +64,9 @@ exports.mdxHTMLLoader = ({ cache, reporter, store }) => reporter.warn(`gatsby-plugin-mdx\n` + info.warnings) } + const renderMdxBody = require(path.join(outputPath, `output.js`)) + .default + resolve( keys.map(({ body }) => renderMdxBody" b5715c2d3e5e1c661e67888195ea4d70ddaf656a,2020-08-12 16:53:43,Tengku Hafidz,chore(showcase): add websheets-listing-page (#26080),False,add websheets-listing-page (#26080),chore,"diff --git a/docs/sites.yml b/docs/sites.yml index 6832ed897948c..5cfa506022276 100644 --- a/docs/sites.yml +++ b/docs/sites.yml @@ -11636,6 +11636,20 @@ - Business built_by: leaniercode featured: false +- title: WebSheets Generator + url: https://my.websheets.co + main_url: https://demo.websheets.co + source_url: https://github.com/tengkuhafidz/websheets-generator + description: Generate websites with just Google Sheets + categories: + - Open Source + - Web Development + - Directory + - Gallery + - Portfolio + - Documentation + built_by: Tengku Hafidz + built_by_url: https://twitter.com/sohafidz - title: The Mezzofanti Guild - Language Learning Made Simple url: https://www.mezzoguild.com main_url: https://www.mezzoguild.com" 5a75a4b0898dc28066d3b873b1937dd2b76e0209,2019-02-20 00:27:45,Sidhartha Chatterjee,chore(release): Publish,False,Publish,chore,"diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index e158121fd9382..8cc0c9cb0a97a 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.11](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.4.10...gatsby-cli@2.4.11) (2019-02-19) + +### Features + +- **gatsby-cli:** add a clean command to wipe out local dirs ([#9126](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/issues/9126)) ([5807936](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/commit/5807936)) + ## [2.4.10](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.4.9...gatsby-cli@2.4.10) (2019-02-12) ### Features diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 05d54829a1ee4..27832888c8007 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-cli"", ""description"": ""Gatsby command-line interface for creating new sites and running Gatsby commands"", - ""version"": ""2.4.10"", + ""version"": ""2.4.11"", ""author"": ""Kyle Mathews "", ""bin"": { ""gatsby"": ""lib/index.js"" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 9daa23d173da3..a78900c8f14e1 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.1.7...gatsby@2.1.8) (2019-02-19) + +### Features + +- **gatsby-cli:** add a clean command to wipe out local dirs ([#9126](https://github.com/gatsbyjs/gatsby/issues/9126)) ([5807936](https://github.com/gatsbyjs/gatsby/commit/5807936)) + ## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.1.6...gatsby@2.1.7) (2019-02-19) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 72e04b7171f74..b2f543972e38e 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby"", ""description"": ""Blazing fast modern site generator for React"", - ""version"": ""2.1.7"", + ""version"": ""2.1.8"", ""author"": ""Kyle Mathews "", ""bin"": { ""gatsby"": ""./dist/bin/gatsby.js"" @@ -64,7 +64,7 @@ ""friendly-errors-webpack-plugin"": ""^1.6.1"", ""fs-exists-cached"": ""1.0.0"", ""fs-extra"": ""^5.0.0"", - ""gatsby-cli"": ""^2.4.10"", + ""gatsby-cli"": ""^2.4.11"", ""gatsby-link"": ""^2.0.11"", ""gatsby-plugin-page-creator"": ""^2.0.7"", ""gatsby-react-router-scroll"": ""^2.0.4""," 4f12ffa5b3b80440f250c11bf7186e62ed560280,2019-03-11 21:29:10,Kogmo,chore(docs): grammatical tweak to page query docs (#12107),False,grammatical tweak to page query docs (#12107),chore,"diff --git a/docs/docs/page-query.md b/docs/docs/page-query.md index 2b58f43bacf98..de014b4ff1cf4 100644 --- a/docs/docs/page-query.md +++ b/docs/docs/page-query.md @@ -2,7 +2,7 @@ title: Querying data in pages with GraphQL --- -Gatsby's `graphql` tag enables page components to retrieve data via GraphQL query. +Gatsby's `graphql` tag enables page components to retrieve data via a GraphQL query. In this guide, you will learn [how to use the `graphql` tag](/docs/page-query#add-the-graphql-query) in your pages, as well as go a little deeper into [how the `graphql` tag works](/docs/page-query#how-does-the-graphql-tag-work)." a1f3cf67846285a9bbd59714ac0934c8bcfa4729,2021-02-10 15:23:42,Lennart,feat(gatsby): Remove fieldName & fieldValue from createNodeField (#29207),False,Remove fieldName & fieldValue from createNodeField (#29207),feat,"diff --git a/packages/gatsby/index.d.ts b/packages/gatsby/index.d.ts index 12cac62a2c13d..386df59d14aba 100644 --- a/packages/gatsby/index.d.ts +++ b/packages/gatsby/index.d.ts @@ -1099,16 +1099,6 @@ interface CreateNodeFieldArgs { node: Node name: string value: string - - /** - * @deprecated - */ - fieldName?: string - - /** - * @deprecated - */ - fieldValue?: string } interface ActionOptions { @@ -1157,8 +1147,6 @@ export interface Actions { createNodeField( args: { node: Node - fieldName?: string - fieldValue?: string name?: string value: any }, diff --git a/packages/gatsby/src/redux/actions/public.js b/packages/gatsby/src/redux/actions/public.js index 533e59b0ec90d..c3de37db12f11 100644 --- a/packages/gatsby/src/redux/actions/public.js +++ b/packages/gatsby/src/redux/actions/public.js @@ -841,8 +841,6 @@ actions.touchNode = (options: any, plugin?: Plugin) => { type CreateNodeInput = { node: Object, - fieldName?: string, - fieldValue?: string, name?: string, value: any, } @@ -855,8 +853,6 @@ type CreateNodeInput = { * directly. So to extend another node, use this. * @param {Object} $0 * @param {Object} $0.node the target node object - * @param {string} $0.fieldName [deprecated] the name for the field - * @param {string} $0.fieldValue [deprecated] the value for the field * @param {string} $0.name the name for the field * @param {any} $0.value the value for the field * @example @@ -869,26 +865,10 @@ type CreateNodeInput = { * // The field value is now accessible at node.fields.happiness */ actions.createNodeField = ( - { node, name, value, fieldName, fieldValue }: CreateNodeInput, + { node, name, value }: CreateNodeInput, plugin: Plugin, actionOptions?: ActionOptions ) => { - if (fieldName) { - console.warn( - `Calling ""createNodeField"" with ""fieldName"" is deprecated. Use ""name"" instead` - ) - if (!name) { - name = fieldName - } - } - if (fieldValue) { - console.warn( - `Calling ""createNodeField"" with ""fieldValue"" is deprecated. Use ""value"" instead` - ) - if (!value) { - value = fieldValue - } - } // Ensure required fields are set. if (!node.internal.fieldOwners) { node.internal.fieldOwners = {}" c69513bb53dead8fea39b4b4d15e1751e8cb18e0,2019-08-15 19:30:41,andybflynn,docs(recipes): Creating pages from data without GraphQL (#16646),False,Creating pages from data without GraphQL (#16646),docs,"diff --git a/docs/docs/recipes.md b/docs/docs/recipes.md index 26b2b18ef24a4..acea287af2aea 100644 --- a/docs/docs/recipes.md +++ b/docs/docs/recipes.md @@ -307,13 +307,10 @@ export default ({ pageContext: { allPokemon } }) => (

        Behold, the Pokémon!

          - {allPokemon.map(allPokemon => ( -
        • - {allPokemon.pokemon.name} -

          {allPokemon.pokemon.name}

          + {allPokemon.map(pokemon => ( +
        • + {pokemon.name} +

          {pokemon.name}

        • ))}
        " 67615bf95cd802cc4a430ea6917892a87bebe7d4,2020-08-11 16:10:15,Brennan Kinney,feat(gatsby-cli): Allow setting the server status port (#25862),False,Allow setting the server status port (#25862),feat,"diff --git a/packages/gatsby/cache-dir/app.js b/packages/gatsby/cache-dir/app.js index 7f272119e805a..e0f8dd419487f 100644 --- a/packages/gatsby/cache-dir/app.js +++ b/packages/gatsby/cache-dir/app.js @@ -53,6 +53,15 @@ apiRunnerAsync(`onClientEntry`).then(() => { parentSocket.emit(`develop:restart`) } }) + + // Prevents certain browsers spamming XHR 'ERR_CONNECTION_REFUSED' + // errors within the console, such as when exiting the develop process. + parentSocket.on(`disconnect`, () => { + console.warn( + `[socket.io] Disconnected. Unable to perform health-check.` + ) + parentSocket.close() + }) } }) diff --git a/packages/gatsby/cache-dir/socketIo.js b/packages/gatsby/cache-dir/socketIo.js index c645499a31e42..c7089f667f810 100644 --- a/packages/gatsby/cache-dir/socketIo.js +++ b/packages/gatsby/cache-dir/socketIo.js @@ -52,10 +52,18 @@ export default function socketIo() { clearError(msg.payload.id) } } + if (msg.type && msg.payload) { ___emitter.emit(msg.type, msg.payload) } }) + + // Prevents certain browsers spamming XHR 'ERR_CONNECTION_REFUSED' + // errors within the console, such as when exiting the develop process. + socket.on(`disconnect`, () => { + console.warn(`[socket.io] Disconnected from dev server.`) + socket.close() + }) } catch (err) { console.error(`Could not connect to socket.io on dev server.`) } diff --git a/packages/gatsby/src/commands/develop.ts b/packages/gatsby/src/commands/develop.ts index 4b643ab66ba86..ac773e7b49b72 100644 --- a/packages/gatsby/src/commands/develop.ts +++ b/packages/gatsby/src/commands/develop.ts @@ -193,8 +193,15 @@ module.exports = async (program: IProgram): Promise => { // which users will access const proxyPort = program.port const debugInfo = getDebugInfo(program) + + // INTERNAL_STATUS_PORT allows for setting the websocket port used for monitoring + // when the browser should prompt the user to restart the develop process. + // This port is randomized by default and in most cases should never be required to configure. + // It is exposed for environments where port access needs to be explicit, such as with Docker. + // As the port is meant for internal usage only, any attempt to interface with features + // it exposes via third-party software is not supported. const [statusServerPort, developPort] = await Promise.all([ - getRandomPort(), + getRandomPort(process.env.INTERNAL_STATUS_PORT), getRandomPort(), ]) diff --git a/packages/gatsby/src/utils/restarting-screen.ts b/packages/gatsby/src/utils/restarting-screen.ts index d146b160bdad2..1d1619bcb75db 100644 --- a/packages/gatsby/src/utils/restarting-screen.ts +++ b/packages/gatsby/src/utils/restarting-screen.ts @@ -103,6 +103,13 @@ export default html` socket.on(""develop:needs-restart"", () => { socket.emit(""develop:restart"") }) + + socket.on(""disconnect"", () => { + console.warn( + ""[socket.io] Disconnected. Unable to perform health-check."" + ) + socket.close() + }) })
        " 1c51831e57518e35603939c9b7ba6bcd8cf340e8,2018-12-12 05:04:04,Addy Osmani,feat(prefetch): add support for effective-connection-type & saveData (#10365),False,add support for effective-connection-type & saveData (#10365),feat,"diff --git a/e2e-tests/production-runtime/cypress/integration/prefetching.js b/e2e-tests/production-runtime/cypress/integration/prefetching.js new file mode 100644 index 0000000000000..cd813310cd5cd --- /dev/null +++ b/e2e-tests/production-runtime/cypress/integration/prefetching.js @@ -0,0 +1,27 @@ +describe(`Prefetching`, () => { + if (Cypress.env(`CONNECTION_TYPE`) === `slow`) { + it(`should not prefetch if on slow connection`, () => { + cy.visit(`/`).waitForAPI(`onRouteUpdate`) + + cy.window().then(win => { + const isPrefetching = win.___loader.enqueue(`/page-2`) + expect(isPrefetching).to.equal(false) + }) + + cy.get(`link[rel=""prefetch""]`).should(`not.exist`) + cy.lifecycleCallCount(`onPrefetchPathname`).should(`equal`, 0) + }) + } else { + it(`should prefetch`, () => { + cy.visit(`/`).waitForAPI(`onRouteUpdate`) + + cy.window().then(win => { + const isPrefetching = win.___loader.enqueue(`/page-2`) + expect(isPrefetching).to.equal(true) + }) + + cy.get(`link[rel=""prefetch""]`).should(`exist`) + cy.lifecycleCallCount(`onPrefetchPathname`).should(`not.equal`, 0) + }) + } +}) diff --git a/e2e-tests/production-runtime/cypress/plugins/index.js b/e2e-tests/production-runtime/cypress/plugins/index.js index fd170fba6912b..871f0fb6a83c5 100644 --- a/e2e-tests/production-runtime/cypress/plugins/index.js +++ b/e2e-tests/production-runtime/cypress/plugins/index.js @@ -14,4 +14,17 @@ module.exports = (on, config) => { // `on` is used to hook into various events Cypress emits // `config` is the resolved Cypress config + + if (process.env.CYPRESS_CONNECTION_TYPE) { + on(`before:browser:launch`, (browser = {}, args) => { + if ( + browser.name === `chrome` && + process.env.CYPRESS_CONNECTION_TYPE === `slow` + ) { + args.push(`--force-effective-connection-type=2G`) + } + + return args + }) + } } diff --git a/e2e-tests/production-runtime/gatsby-browser.js b/e2e-tests/production-runtime/gatsby-browser.js index f81cf6249d3e9..49618a228a63b 100644 --- a/e2e-tests/production-runtime/gatsby-browser.js +++ b/e2e-tests/production-runtime/gatsby-browser.js @@ -18,3 +18,7 @@ exports.onPreRouteUpdate = ({ location }) => { exports.onRouteUpdate = ({ location }) => { addLogEntry(`onRouteUpdate`, location) } + +exports.onPrefetchPathname = ({ pathname }) => { + addLogEntry(`onPrefetchPathname`, pathname) +} diff --git a/e2e-tests/production-runtime/package.json b/e2e-tests/production-runtime/package.json index 937217f8e0720..19ccb0d841f3d 100644 --- a/e2e-tests/production-runtime/package.json +++ b/e2e-tests/production-runtime/package.json @@ -26,7 +26,9 @@ ""start-server-and-test"": ""start-server-and-test serve http://localhost:9000 cy:run"", ""serve"": ""gatsby serve"", ""cy:open"": ""cypress open"", - ""cy:run"": ""cypress run --browser chrome"" + ""cy:run"": ""npm run cy:run:normal && npm run cy:run:slow"", + ""cy:run:normal"": ""cypress run --browser chrome"", + ""cy:run:slow"": ""CYPRESS_CONNECTION_TYPE=slow cypress run --browser chrome --config testFiles=prefetching.js"" }, ""devDependencies"": { ""prettier"": ""^1.14.3"", diff --git a/packages/gatsby/cache-dir/loader.js b/packages/gatsby/cache-dir/loader.js index 23a3dde924a7e..568b627213432 100644 --- a/packages/gatsby/cache-dir/loader.js +++ b/packages/gatsby/cache-dir/loader.js @@ -193,6 +193,16 @@ const queue = { if (!apiRunner) console.error(`Run setApiRunnerForLoader() before enqueing paths`) + // Skip prefetching if we know user is on slow or constrained connection + if (`connection` in navigator) { + if ((navigator.connection.effectiveType || ``).includes(`2g`)) { + return false + } + if (navigator.connection.saveData) { + return false + } + } + // Tell plugins with custom prefetching logic that they should start // prefetching this path. onPrefetchPathname(path)" e28d9ba3a70ad5936dc6ee171da38c2caf192ae7,2020-09-25 20:25:55,Ward Peeters,fix(gatsby): set proper cacheIdentifier for babel (#26809),False,set proper cacheIdentifier for babel (#26809),fix,"diff --git a/packages/gatsby/src/utils/__tests__/__snapshots__/webpack-utils.ts.snap b/packages/gatsby/src/utils/__tests__/__snapshots__/webpack-utils.ts.snap index 8cdf725c739ee..a2a1f50ac7037 100644 --- a/packages/gatsby/src/utils/__tests__/__snapshots__/webpack-utils.ts.snap +++ b/packages/gatsby/src/utils/__tests__/__snapshots__/webpack-utils.ts.snap @@ -11,7 +11,7 @@ Object { ""options"": Object { ""babelrc"": false, ""cacheDirectory"": ""/test/.cache/webpack/babel"", - ""cacheIdentifier"": ""develop---gatsby-dependencies@1.0.0"", + ""cacheIdentifier"": ""{\\""browerslist\\"":[],\\""gatsbyPreset\\"":\\""1.0.0\\""}"", ""compact"": false, ""configFile"": false, ""presets"": Array [ @@ -42,6 +42,7 @@ Object { ""compact"": false, ""configFile"": true, ""reactRuntime"": ""classic"", + ""rootDir"": ""/test"", ""stage"": ""develop"", }, }, diff --git a/packages/gatsby/src/utils/babel-loader.js b/packages/gatsby/src/utils/babel-loader.js index 63a10c1931f58..8d2e371d71c9b 100644 --- a/packages/gatsby/src/utils/babel-loader.js +++ b/packages/gatsby/src/utils/babel-loader.js @@ -5,6 +5,7 @@ const { getCustomOptions, mergeConfigItemOptions, } = require(`./babel-loader-helpers`) +const { getBrowsersList } = require(`./browserslist`) /** * Gatsby's custom loader for webpack & babel @@ -24,13 +25,24 @@ const { module.exports = babelLoader.custom(babel => { const toReturn = { // Passed the loader options. - customOptions({ stage = `test`, reactRuntime = `classic`, ...options }) { + customOptions({ + stage = `test`, + reactRuntime = `classic`, + rootDir = process.cwd(), + ...options + }) { return { custom: { stage, reactRuntime, }, loader: { + cacheIdentifier: JSON.stringify({ + browerslist: getBrowsersList(rootDir), + babel: babel.version, + gatsbyPreset: require(`babel-preset-gatsby/package.json`).version, + env: babel.getEnv(), + }), sourceType: `unambiguous`, ...getCustomOptions(stage), ...options, diff --git a/packages/gatsby/src/utils/webpack-utils.ts b/packages/gatsby/src/utils/webpack-utils.ts index 2407293259aa2..bac0f070caa0c 100644 --- a/packages/gatsby/src/utils/webpack-utils.ts +++ b/packages/gatsby/src/utils/webpack-utils.ts @@ -276,7 +276,6 @@ export const createWebpackUtils = ( options: { stage, reactRuntime: jsxRuntimeExists ? `automatic` : `classic`, - // TODO add proper cache keys cacheDirectory: path.join( program.directory, `.cache`, @@ -284,6 +283,7 @@ export const createWebpackUtils = ( `babel` ), ...options, + rootDir: program.directory, }, loader: require.resolve(`./babel-loader`), } @@ -292,7 +292,6 @@ export const createWebpackUtils = ( dependencies: options => { return { options: { - // TODO add proper cache keys cacheDirectory: path.join( program.directory, `.cache`, @@ -400,9 +399,11 @@ export const createWebpackUtils = ( // debugger to show the original code. Instead, the code // being evaluated would be much more helpful. sourceMaps: false, - cacheIdentifier: `${stage}---gatsby-dependencies@${ - require(`babel-preset-gatsby/package.json`).version - }`, + + cacheIdentifier: JSON.stringify({ + browerslist: supportedBrowsers, + gatsbyPreset: require(`babel-preset-gatsby/package.json`).version, + }), } // TODO REMOVE IN V3" d7f8e7712739633902f3e95121fa6c93f172a6a1,2019-01-10 18:29:30,Paul McCrodden,fix(starter-showcase): added description field to mccrodp's starter repo (#10858),False,added description field to mccrodp's starter repo (#10858),fix,"diff --git a/docs/starters.yml b/docs/starters.yml index c221f56140c5c..a823ef2a09af7 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -248,7 +248,7 @@ - Responsive Design, optimized for Mobile devices - url: https://gatsby-starter-contentful-i18n.netlify.com/ repo: https://github.com/mccrodp/gatsby-starter-contentful-i18n - description: n/a + description: i18n support and language switcher for Contentful starter repo tags: - i18n - Contentful" f03c8f086ecee48a589d668b2717e2fec1336d76,2020-08-21 23:12:51,Aman Zishan M.A,fix(Doc): change .org to .com (#26577),False,change .org to .com (#26577),fix,"diff --git a/benchmarks/source-agilitycms/README.md b/benchmarks/source-agilitycms/README.md index b57cadcf20b52..e9360da0aa78f 100644 --- a/benchmarks/source-agilitycms/README.md +++ b/benchmarks/source-agilitycms/README.md @@ -1,5 +1,5 @@

        - + diff --git a/e2e-tests/development-runtime/README.md b/e2e-tests/development-runtime/README.md index 56f02121f6743..0e42b23803e1f 100644 --- a/e2e-tests/development-runtime/README.md +++ b/e2e-tests/development-runtime/README.md @@ -1,5 +1,5 @@

        - +

        diff --git a/examples/data-fetching/README.md b/examples/data-fetching/README.md index 5a29cd0f352bd..d65afbd38ba96 100644 --- a/examples/data-fetching/README.md +++ b/examples/data-fetching/README.md @@ -1,6 +1,6 @@

        - +

        diff --git a/examples/ecommerce-tutorial-with-stripe/README.md b/examples/ecommerce-tutorial-with-stripe/README.md index 13e8dadeffb28..a9d5a454d50cc 100644 --- a/examples/ecommerce-tutorial-with-stripe/README.md +++ b/examples/ecommerce-tutorial-with-stripe/README.md @@ -1,6 +1,6 @@

        - +

        " 8da19c4bcc5dfbe3721d0c430018e7f5bc9ec3d1,2019-10-15 14:38:54,Kornel Dubieniecki,chore(issue-templates): add comma after otherwise (#18666),False,add comma after otherwise (#18666),chore,"diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e14d5cf68fc90..9da1652283617 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,7 @@ about: Something isn't working as expected? Here is the right place to report. --- ` } } + { pluginOptions: { excerpt_separator: `` } } ) const content = `--- @@ -201,6 +245,7 @@ In quis lectus sed eros efficitur luctus. Morbi tempor, nisl eget feugiat tincid `correctly prunes length to default value`, content, `excerpt + excerptAst frontmatter { title } @@ -208,6 +253,8 @@ In quis lectus sed eros efficitur luctus. Morbi tempor, nisl eget feugiat tincid node => { expect(node).toMatchSnapshot() expect(node.excerpt.length).toBe(139) + expect(node.excerptAst.children.length).toBe(1) + expect(node.excerptAst.children[0].value.length).toBe(139) } ) @@ -215,6 +262,7 @@ In quis lectus sed eros efficitur luctus. Morbi tempor, nisl eget feugiat tincid `correctly prunes length to provided parameter`, content, `excerpt(pruneLength: 50) + excerptAst(pruneLength: 50) frontmatter { title } @@ -222,6 +270,8 @@ In quis lectus sed eros efficitur luctus. Morbi tempor, nisl eget feugiat tincid node => { expect(node).toMatchSnapshot() expect(node.excerpt.length).toBe(46) + expect(node.excerptAst.children.length).toBe(1) + expect(node.excerptAst.children[0].value.length).toBe(46) } ) @@ -229,6 +279,7 @@ In quis lectus sed eros efficitur luctus. Morbi tempor, nisl eget feugiat tincid `correctly prunes length to provided parameter with truncate`, content, `excerpt(pruneLength: 50, truncate: true) + excerptAst(pruneLength: 50, truncate: true) frontmatter { title } @@ -236,6 +287,8 @@ In quis lectus sed eros efficitur luctus. Morbi tempor, nisl eget feugiat tincid node => { expect(node).toMatchSnapshot() expect(node.excerpt.length).toBe(50) + expect(node.excerptAst.children.length).toBe(1) + expect(node.excerptAst.children[0].value.length).toBe(50) } ) @@ -248,6 +301,7 @@ date: ""2017-09-18T23:19:51.246Z"" Where oh [*where*](nick.com) **_is_** ![that pony](pony.png)?`, `excerpt(format: HTML) + excerptAst frontmatter { title } @@ -257,6 +311,76 @@ Where oh [*where*](nick.com) **_is_** ![that pony](pony.png)?`, expect(node.excerpt).toMatch( `

        Where oh where is ?

        ` ) + expect(node.excerptAst).toMatchObject({ + children: [ + { + type: `text`, + value: `Where oh `, + }, + { + children: [ + { + children: [ + { + type: `text`, + value: `where`, + }, + ], + properties: {}, + tagName: `em`, + type: `element`, + }, + ], + properties: { + href: `nick.com`, + }, + tagName: `a`, + type: `element`, + }, + { + type: `text`, + value: ` `, + }, + { + children: [ + { + children: [ + { + type: `text`, + value: `is`, + }, + ], + properties: {}, + tagName: `em`, + type: `element`, + }, + ], + properties: {}, + tagName: `strong`, + type: `element`, + }, + { + type: `text`, + value: ` `, + }, + { + children: [], + properties: { + alt: `that pony`, + src: `pony.png`, + }, + tagName: `img`, + type: `element`, + }, + { + type: `text`, + value: `?`, + }, + ], + properties: {}, + tagName: `p`, + type: `element`, + }) } ) @@ -269,6 +393,7 @@ date: ""2017-09-18T23:19:51.246Z"" Where is my pony named leo?`, `excerpt(format: HTML) + excerptAst frontmatter { title } @@ -278,6 +403,32 @@ Where is my pony named leo?`, expect(node.excerpt).toMatch( `

        Where is my pony named leo?

        ` ) + expect(node.excerptAst).toMatchObject({ + children: [ + { + type: `text`, + value: `Where is my `, + }, + { + children: [ + { + type: `text`, + value: `pony`, + }, + ], + properties: {}, + tagName: `code`, + type: `element`, + }, + { + type: `text`, + value: ` named leo?`, + }, + ], + properties: {}, + tagName: `p`, + type: `element`, + }) }, { pluginOptions: { excerpt_separator: `` } } ) @@ -291,6 +442,7 @@ date: ""2017-09-18T23:19:51.246Z"" Where oh where is that pony? Is he in the stable or down by the stream?`, `excerpt(format: HTML, pruneLength: 50) + excerptAst(pruneLength: 50) frontmatter { title } @@ -300,6 +452,17 @@ Where oh where is that pony? Is he in the stable or down by the stream?`, expect(node.excerpt).toMatch( `

        Where oh where is that pony? Is he in the stable…

        ` ) + expect(node.excerptAst).toMatchObject({ + children: [ + { + type: `text`, + value: `Where oh where is that pony? Is he in the stable…`, + }, + ], + properties: {}, + tagName: `p`, + type: `element`, + }) } ) @@ -316,6 +479,7 @@ Where oh where is that *pony*? Is he in the stable or by the stream? Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi auctor sit amet velit id facilisis. Nulla viverra, eros at efficitur pulvinar, lectus orci accumsan nisi, eu blandit elit nulla nec lectus. Integer porttitor imperdiet sapien. Quisque in orci sed nisi consequat aliquam. Aenean id mollis nisi. Sed auctor odio id erat facilisis venenatis. Quisque posuere faucibus libero vel fringilla. `, `excerpt(format: HTML, pruneLength: 50) + excerptAst(pruneLength: 50) frontmatter { title } @@ -325,6 +489,44 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi auctor sit amet v expect(node.excerpt).toMatch( `

        Where oh where is that pony? Is he in the stable or by the stream?

        ` ) + expect(node.excerptAst).toMatchObject({ + children: [ + { + children: [ + { + type: `text`, + value: `Where oh where is that `, + }, + { + children: [ + { + type: `text`, + value: `pony`, + }, + ], + properties: {}, + tagName: `em`, + type: `element`, + }, + { + type: `text`, + value: `? Is he in the stable or by the stream?`, + }, + ], + properties: {}, + tagName: `p`, + type: `element`, + }, + { + type: `text`, + value: `\n`, + }, + ], + data: { + quirksMode: false, + }, + type: `root`, + }) }, { pluginOptions: { excerpt_separator: `` } } ) diff --git a/packages/gatsby-transformer-remark/src/extend-node-type.js b/packages/gatsby-transformer-remark/src/extend-node-type.js index c357132c35148..3eabbcb45e93b 100644 --- a/packages/gatsby-transformer-remark/src/extend-node-type.js +++ b/packages/gatsby-transformer-remark/src/extend-node-type.js @@ -363,6 +363,91 @@ module.exports = ( } } + async function getExcerptAst( + markdownNode, + { pruneLength, truncate, excerptSeparator } + ) { + const fullAST = await getHTMLAst(markdownNode) + if (excerptSeparator) { + return cloneTreeUntil( + fullAST, + ({ nextNode }) => + nextNode.type === `raw` && nextNode.value === excerptSeparator + ) + } + if (!fullAST.children.length) { + return fullAST + } + + const excerptAST = cloneTreeUntil(fullAST, ({ root }) => { + const totalExcerptSoFar = getConcatenatedValue(root) + return totalExcerptSoFar && totalExcerptSoFar.length > pruneLength + }) + const unprunedExcerpt = getConcatenatedValue(excerptAST) + if ( + !unprunedExcerpt || + (pruneLength && unprunedExcerpt.length < pruneLength) + ) { + return excerptAST + } + + const lastTextNode = findLastTextNode(excerptAST) + const amountToPruneLastNode = + pruneLength - (unprunedExcerpt.length - lastTextNode.value.length) + if (!truncate) { + lastTextNode.value = prune( + lastTextNode.value, + amountToPruneLastNode, + `…` + ) + } else { + lastTextNode.value = _.truncate(lastTextNode.value, { + length: pruneLength, + omission: `…`, + }) + } + return excerptAST + } + + async function getExcerpt( + markdownNode, + { format, pruneLength, truncate, excerptSeparator } + ) { + if (format === `html`) { + const excerptAST = await getExcerptAst(markdownNode, { + pruneLength, + truncate, + excerptSeparator, + }) + const html = hastToHTML(excerptAST, { + allowDangerousHTML: true, + }) + return html + } + + if (markdownNode.excerpt) { + return markdownNode.excerpt + } + + const text = await getAST(markdownNode).then(ast => { + const excerptNodes = [] + visit(ast, node => { + if (node.type === `text` || node.type === `inlineCode`) { + excerptNodes.push(node.value) + } + return + }) + if (!truncate) { + return prune(excerptNodes.join(` `), pruneLength, `…`) + } + return _.truncate(excerptNodes.join(` `), { + length: pruneLength, + omission: `…`, + }) + }) + return text + } + const HeadingType = new GraphQLObjectType({ name: `MarkdownHeading`, fields: { @@ -433,77 +518,35 @@ module.exports = ( defaultValue: `plain`, }, }, - async resolve(markdownNode, { format, pruneLength, truncate }) { - if (format === `html`) { - if (pluginOptions.excerpt_separator) { - const fullAST = await getHTMLAst(markdownNode) - const excerptAST = cloneTreeUntil( - fullAST, - ({ nextNode }) => - nextNode.type === `raw` && - nextNode.value === pluginOptions.excerpt_separator - ) - return hastToHTML(excerptAST, { - allowDangerousHTML: true, - }) - } - const fullAST = await getHTMLAst(markdownNode) - if (!fullAST.children.length) { - return `` - } - - const excerptAST = cloneTreeUntil(fullAST, ({ root }) => { - const totalExcerptSoFar = getConcatenatedValue(root) - return totalExcerptSoFar && totalExcerptSoFar.length > pruneLength - }) - const unprunedExcerpt = getConcatenatedValue(excerptAST) - if (!unprunedExcerpt) { - return `` - } - - if (pruneLength && unprunedExcerpt.length < pruneLength) { - return hastToHTML(excerptAST, { - allowDangerousHTML: true, - }) - } - - const lastTextNode = findLastTextNode(excerptAST) - const amountToPruneLastNode = - pruneLength - (unprunedExcerpt.length - lastTextNode.value.length) - if (!truncate) { - lastTextNode.value = prune( - lastTextNode.value, - amountToPruneLastNode, - `…` - ) - } else { - lastTextNode.value = _.truncate(lastTextNode.value, { - length: pruneLength, - omission: `…`, - }) - } - return hastToHTML(excerptAST, { - allowDangerousHTML: true, - }) - } - if (markdownNode.excerpt) { - return Promise.resolve(markdownNode.excerpt) - } - return getAST(markdownNode).then(ast => { - const excerptNodes = [] - visit(ast, node => { - if (node.type === `text` || node.type === `inlineCode`) { - excerptNodes.push(node.value) - } - return - }) - if (!truncate) { - return prune(excerptNodes.join(` `), pruneLength, `…`) - } - return _.truncate(excerptNodes.join(` `), { - length: pruneLength, - omission: `…`, - }) + resolve(markdownNode, { format, pruneLength, truncate }) { + return getExcerpt(markdownNode, { + format, + pruneLength, + truncate, + excerptSeparator: pluginOptions.excerpt_separator, + }) + }, + }, + excerptAst: { + type: GraphQLJSON, + args: { + pruneLength: { + type: GraphQLInt, + defaultValue: 140, + }, + truncate: { + type: GraphQLBoolean, + defaultValue: false, + }, + }, + resolve(markdownNode, { pruneLength, truncate }) { + return getExcerptAst(markdownNode, { + pruneLength, + truncate, + excerptSeparator: pluginOptions.excerpt_separator, + }).then(ast => { + const strippedAst = stripPosition(_.clone(ast), true) + return hastReparseRaw(strippedAst) }) }, }," b82b166c521f48abd5cda4a59e52016130a825ab,2021-04-29 15:55:06,Michal Piechowiak,chore(release): Publish next,False,Publish next,chore,"diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index e859bb3c1d9ce..566a2be06d880 100644 --- a/packages/gatsby-admin/CHANGELOG.md +++ b/packages/gatsby-admin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.15.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.15.0-next.1...gatsby-admin@0.15.0-next.2) (2021-04-29) + +**Note:** Version bump only for package gatsby-admin + # [0.15.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.15.0-next.0...gatsby-admin@0.15.0-next.1) (2021-04-28) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 0b4a924c53236..c4a80f0b014e3 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { ""name"": ""gatsby-admin"", - ""version"": ""0.15.0-next.1"", + ""version"": ""0.15.0-next.2"", ""main"": ""index.js"", ""author"": ""Max Stoiber"", ""license"": ""MIT"", @@ -20,7 +20,7 @@ ""@typescript-eslint/parser"": ""^4.14.2"", ""csstype"": ""^2.6.14"", ""formik"": ""^2.2.6"", - ""gatsby"": ""^3.5.0-next.1"", + ""gatsby"": ""^3.5.0-next.2"", ""gatsby-interface"": ""^0.0.244"", ""gatsby-plugin-typescript"": ""^3.5.0-next.0"", ""gatsby-plugin-webfonts"": ""^1.1.4"", diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index b9434aeac95d6..30d27cc60c5a7 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.5.0-next.0...gatsby-plugin-gatsby-cloud@2.5.0-next.1) (2021-04-29) + +### Bug Fixes + +- **gatsby-plugin-gatsby-cloud:** Copying manifest ([#31092](https://github.com/gatsbyjs/gatsby/issues/31092)) ([a9ad91f](https://github.com/gatsbyjs/gatsby/commit/a9ad91f379d20992e1e92ca2a672f8748d05668f)) + # [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.4.0-next.1...gatsby-plugin-gatsby-cloud@2.5.0-next.0) (2021-04-23) ### Features diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index de6cbf4fa14e5..62b0100f0e8d1 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-gatsby-cloud"", ""description"": ""A Gatsby plugin which optimizes working with Gatsby Cloud"", - ""version"": ""2.5.0-next.0"", + ""version"": ""2.5.0-next.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index acc8c65b347e9..196648f8eb948 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.5.0-next.0...gatsby-plugin-netlify-cms@5.5.0-next.1) (2021-04-29) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + # [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.4.0-next.1...gatsby-plugin-netlify-cms@5.5.0-next.0) (2021-04-23) **Note:** Version bump only for package gatsby-plugin-netlify-cms diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 0cf3c19cc0abb..894ca6d4b0f26 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-plugin-netlify-cms"", ""description"": ""A Gatsby plugin which generates the Netlify CMS single page app"", - ""version"": ""5.5.0-next.0"", + ""version"": ""5.5.0-next.1"", ""author"": ""Shawn Erquhart "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index d63cffa74861a..d4bd75b07fd0d 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.5.0-next.0...gatsby-source-drupal@4.5.0-next.1) (2021-04-29) + +### Bug Fixes + +- **gatsby-source-drupal:** remove computed fields before running createNode on existing node ([#28682](https://github.com/gatsbyjs/gatsby/issues/28682)) ([76f84aa](https://github.com/gatsbyjs/gatsby/commit/76f84aa726f961783510715f714eb1c348ebad11)) + # [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.4.0-next.3...gatsby-source-drupal@4.5.0-next.0) (2021-04-23) **Note:** Version bump only for package gatsby-source-drupal diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index d260cc81e2f7d..a3a945c48ea02 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby-source-drupal"", ""description"": ""Gatsby source plugin for building websites using the Drupal CMS as a data source"", - ""version"": ""4.5.0-next.0"", + ""version"": ""4.5.0-next.1"", ""author"": ""Kyle Mathews "", ""bugs"": { ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index c32d8a8b4e3b3..e54f83ea283ea 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.5.0-next.1...gatsby@3.5.0-next.2) (2021-04-29) + +### Bug Fixes + +- **webpack-theme-component-shadowing:** Support shadowing in yarn-style workspaces with Webpack 5 ([#30435](https://github.com/gatsbyjs/gatsby/issues/30435)) ([ab919ea](https://github.com/gatsbyjs/gatsby/commit/ab919ea04ed3f9a4490a68fab4cda22834383673)) + # [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.5.0-next.0...gatsby@3.5.0-next.1) (2021-04-28) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index f7845c53dd51b..a44a46396fe35 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { ""name"": ""gatsby"", ""description"": ""Blazing fast modern site generator for React"", - ""version"": ""3.5.0-next.1"", + ""version"": ""3.5.0-next.2"", ""author"": ""Kyle Mathews "", ""bin"": { ""gatsby"": ""./cli.js""" 322d708b6a35ab341fa89e2563185a2865ac555a,2019-09-28 04:58:41,renovate[bot],chore: update react monorepo to ^16.10.0 (#17959),False,update react monorepo to ^16.10.0 (#17959),chore,"diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 58cf25bd825e3..66cae04904d39 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -37,7 +37,7 @@ ""pretty-error"": ""^2.1.1"", ""progress"": ""^2.0.3"", ""prompts"": ""^2.2.1"", - ""react"": ""^16.9.0"", + ""react"": ""^16.10.0"", ""resolve-cwd"": ""^2.0.0"", ""semver"": ""^6.3.0"", ""source-map"": ""0.7.3"", diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json index 5fbce1dae1c58..902c50724dae6 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -46,8 +46,8 @@ ""graphiql-explorer"": ""^0.4.4"", ""html-webpack-plugin"": ""^3.2.0"", ""npm-run-all"": ""4.1.5"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"", + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"", ""style-loader"": ""^0.23.1"", ""webpack"": ""^4.41.0"", ""webpack-cli"": ""^3.3.9"", diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index dbde367727e4f..fd34d1f90c042 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -59,7 +59,7 @@ ""@mdx-js/react"": ""^1.5.0"", ""jest"": ""^24.9.0"", ""js-combinatorics"": ""^0.5.4"", - ""react-test-renderer"": ""^16.9.0"" + ""react-test-renderer"": ""^16.10.0"" }, ""jest"": { ""testEnvironment"": ""node"" diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index b09ae172db63c..a8b5e5e9562ec 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -20,8 +20,8 @@ ""@babel/core"": ""^7.6.2"", ""babel-preset-gatsby-package"": ""^0.2.7"", ""cross-env"": ""^5.2.1"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"" + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"" }, ""homepage"": ""https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify-cms#readme"", ""keywords"": [ diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index 6bfeae9e0a1df..8efb1288910b9 100644 --- a/packages/gatsby-plugin-typography/package.json +++ b/packages/gatsby-plugin-typography/package.json @@ -14,8 +14,8 @@ ""@babel/core"": ""^7.6.2"", ""babel-preset-gatsby-package"": ""^0.2.7"", ""cross-env"": ""^5.2.1"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"", + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"", ""react-typography"": ""^0.16.19"", ""typography"": ""^0.16.19"" }, diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index c3c7d648015da..cb771c1a39a1a 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -148,8 +148,8 @@ ""babel-preset-gatsby-package"": ""^0.2.7"", ""cross-env"": ""^5.2.1"", ""documentation"": ""^12.1.2"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"", + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"", ""rimraf"": ""^3.0.0"", ""xhr-mock"": ""^2.5.0"" }, diff --git a/starters/blog/package-lock.json b/starters/blog/package-lock.json index 8d72bedafe968..2c2f6ca71723e 100644 --- a/starters/blog/package-lock.json +++ b/starters/blog/package-lock.json @@ -13192,9 +13192,9 @@ } }, ""react"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react/-/react-16.9.0.tgz"", - ""integrity"": ""sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react/-/react-16.10.0.tgz"", + ""integrity"": ""sha512-lc37bD3j6ZWJRso/a1rrFu6CO1qOf30ZadUDBi1c5RHA1lBSWA8x2MGABB6Oikk+RfmgC+kAT+XegL0eD1ecKg=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", @@ -13376,20 +13376,20 @@ } }, ""react-dom"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.9.0.tgz"", - ""integrity"": ""sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.10.0.tgz"", + ""integrity"": ""sha512-0QJQUFrKG04hB/1lWyUs/FOd1qNseKGRQI+JBRsADIqVAFxYObhZ2zsVQKjt+nVSCmi8KA0sL52RLwwWuXQtOw=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", ""prop-types"": ""^15.6.2"", - ""scheduler"": ""^0.15.0"" + ""scheduler"": ""^0.16.0"" }, ""dependencies"": { ""scheduler"": { - ""version"": ""0.15.0"", - ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.15.0.tgz"", - ""integrity"": ""sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg=="", + ""version"": ""0.16.0"", + ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.16.0.tgz"", + ""integrity"": ""sha512-Jq59uCXQzi71B562VEjuDgvsgfTfkLDvdjNhA7hamN/fKBxecXIEFF24Zu4OVrnAz9NJJ8twa9X16Zp4b0P/xQ=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"" diff --git a/starters/blog/package.json b/starters/blog/package.json index 7bec1c26f33fd..71adbd5b48323 100644 --- a/starters/blog/package.json +++ b/starters/blog/package.json @@ -26,8 +26,8 @@ ""gatsby-transformer-remark"": ""^2.6.26"", ""gatsby-transformer-sharp"": ""^2.2.19"", ""prismjs"": ""^1.17.1"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"", + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"", ""react-helmet"": ""^5.2.1"", ""react-typography"": ""^0.16.19"", ""typeface-merriweather"": ""0.0.72"", diff --git a/starters/default/package-lock.json b/starters/default/package-lock.json index f657c37d8e76a..3f3c31161571d 100644 --- a/starters/default/package-lock.json +++ b/starters/default/package-lock.json @@ -12468,9 +12468,9 @@ } }, ""react"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react/-/react-16.9.0.tgz"", - ""integrity"": ""sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react/-/react-16.10.0.tgz"", + ""integrity"": ""sha512-lc37bD3j6ZWJRso/a1rrFu6CO1qOf30ZadUDBi1c5RHA1lBSWA8x2MGABB6Oikk+RfmgC+kAT+XegL0eD1ecKg=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", @@ -12652,20 +12652,20 @@ } }, ""react-dom"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.9.0.tgz"", - ""integrity"": ""sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.10.0.tgz"", + ""integrity"": ""sha512-0QJQUFrKG04hB/1lWyUs/FOd1qNseKGRQI+JBRsADIqVAFxYObhZ2zsVQKjt+nVSCmi8KA0sL52RLwwWuXQtOw=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", ""prop-types"": ""^15.6.2"", - ""scheduler"": ""^0.15.0"" + ""scheduler"": ""^0.16.0"" }, ""dependencies"": { ""scheduler"": { - ""version"": ""0.15.0"", - ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.15.0.tgz"", - ""integrity"": ""sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg=="", + ""version"": ""0.16.0"", + ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.16.0.tgz"", + ""integrity"": ""sha512-Jq59uCXQzi71B562VEjuDgvsgfTfkLDvdjNhA7hamN/fKBxecXIEFF24Zu4OVrnAz9NJJ8twa9X16Zp4b0P/xQ=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"" diff --git a/starters/default/package.json b/starters/default/package.json index 013470860b1af..49486ccdb4890 100644 --- a/starters/default/package.json +++ b/starters/default/package.json @@ -14,8 +14,8 @@ ""gatsby-source-filesystem"": ""^2.1.28"", ""gatsby-transformer-sharp"": ""^2.2.19"", ""prop-types"": ""^15.7.2"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"", + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"", ""react-helmet"": ""^5.2.1"" }, ""devDependencies"": { diff --git a/starters/hello-world/package-lock.json b/starters/hello-world/package-lock.json index 3376bf39e45e9..81b3e3bec8af9 100644 --- a/starters/hello-world/package-lock.json +++ b/starters/hello-world/package-lock.json @@ -10337,9 +10337,9 @@ } }, ""react"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react/-/react-16.9.0.tgz"", - ""integrity"": ""sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react/-/react-16.10.0.tgz"", + ""integrity"": ""sha512-lc37bD3j6ZWJRso/a1rrFu6CO1qOf30ZadUDBi1c5RHA1lBSWA8x2MGABB6Oikk+RfmgC+kAT+XegL0eD1ecKg=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", @@ -10521,20 +10521,20 @@ } }, ""react-dom"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.9.0.tgz"", - ""integrity"": ""sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.10.0.tgz"", + ""integrity"": ""sha512-0QJQUFrKG04hB/1lWyUs/FOd1qNseKGRQI+JBRsADIqVAFxYObhZ2zsVQKjt+nVSCmi8KA0sL52RLwwWuXQtOw=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", ""prop-types"": ""^15.6.2"", - ""scheduler"": ""^0.15.0"" + ""scheduler"": ""^0.16.0"" }, ""dependencies"": { ""scheduler"": { - ""version"": ""0.15.0"", - ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.15.0.tgz"", - ""integrity"": ""sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg=="", + ""version"": ""0.16.0"", + ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.16.0.tgz"", + ""integrity"": ""sha512-Jq59uCXQzi71B562VEjuDgvsgfTfkLDvdjNhA7hamN/fKBxecXIEFF24Zu4OVrnAz9NJJ8twa9X16Zp4b0P/xQ=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"" diff --git a/starters/hello-world/package.json b/starters/hello-world/package.json index c1311a6e3aaf8..9d83ed92ddd30 100644 --- a/starters/hello-world/package.json +++ b/starters/hello-world/package.json @@ -14,8 +14,8 @@ }, ""dependencies"": { ""gatsby"": ""^2.15.28"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"" + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"" }, ""devDependencies"": { ""prettier"": ""^1.18.2"" diff --git a/themes/gatsby-starter-blog-theme-core/package-lock.json b/themes/gatsby-starter-blog-theme-core/package-lock.json index 254aee44db955..5d9c78faf0e18 100644 --- a/themes/gatsby-starter-blog-theme-core/package-lock.json +++ b/themes/gatsby-starter-blog-theme-core/package-lock.json @@ -13938,9 +13938,9 @@ } }, ""react"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react/-/react-16.9.0.tgz"", - ""integrity"": ""sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react/-/react-16.10.0.tgz"", + ""integrity"": ""sha512-lc37bD3j6ZWJRso/a1rrFu6CO1qOf30ZadUDBi1c5RHA1lBSWA8x2MGABB6Oikk+RfmgC+kAT+XegL0eD1ecKg=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", @@ -14122,20 +14122,20 @@ } }, ""react-dom"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.9.0.tgz"", - ""integrity"": ""sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.10.0.tgz"", + ""integrity"": ""sha512-0QJQUFrKG04hB/1lWyUs/FOd1qNseKGRQI+JBRsADIqVAFxYObhZ2zsVQKjt+nVSCmi8KA0sL52RLwwWuXQtOw=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", ""prop-types"": ""^15.6.2"", - ""scheduler"": ""^0.15.0"" + ""scheduler"": ""^0.16.0"" }, ""dependencies"": { ""scheduler"": { - ""version"": ""0.15.0"", - ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.15.0.tgz"", - ""integrity"": ""sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg=="", + ""version"": ""0.16.0"", + ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.16.0.tgz"", + ""integrity"": ""sha512-Jq59uCXQzi71B562VEjuDgvsgfTfkLDvdjNhA7hamN/fKBxecXIEFF24Zu4OVrnAz9NJJ8twa9X16Zp4b0P/xQ=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"" diff --git a/themes/gatsby-starter-blog-theme-core/package.json b/themes/gatsby-starter-blog-theme-core/package.json index 213b7e1c9be14..c6c53c28d602d 100644 --- a/themes/gatsby-starter-blog-theme-core/package.json +++ b/themes/gatsby-starter-blog-theme-core/package.json @@ -10,7 +10,7 @@ ""dependencies"": { ""gatsby"": ""^2.15.28"", ""gatsby-theme-blog-core"": ""^1.0.0"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"" + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"" } } diff --git a/themes/gatsby-starter-blog-theme/package-lock.json b/themes/gatsby-starter-blog-theme/package-lock.json index 7a4604cc1f0bf..311eed21f1604 100644 --- a/themes/gatsby-starter-blog-theme/package-lock.json +++ b/themes/gatsby-starter-blog-theme/package-lock.json @@ -14221,9 +14221,9 @@ } }, ""react"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react/-/react-16.9.0.tgz"", - ""integrity"": ""sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react/-/react-16.10.0.tgz"", + ""integrity"": ""sha512-lc37bD3j6ZWJRso/a1rrFu6CO1qOf30ZadUDBi1c5RHA1lBSWA8x2MGABB6Oikk+RfmgC+kAT+XegL0eD1ecKg=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", @@ -14405,20 +14405,20 @@ } }, ""react-dom"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.9.0.tgz"", - ""integrity"": ""sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.10.0.tgz"", + ""integrity"": ""sha512-0QJQUFrKG04hB/1lWyUs/FOd1qNseKGRQI+JBRsADIqVAFxYObhZ2zsVQKjt+nVSCmi8KA0sL52RLwwWuXQtOw=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", ""prop-types"": ""^15.6.2"", - ""scheduler"": ""^0.15.0"" + ""scheduler"": ""^0.16.0"" }, ""dependencies"": { ""scheduler"": { - ""version"": ""0.15.0"", - ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.15.0.tgz"", - ""integrity"": ""sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg=="", + ""version"": ""0.16.0"", + ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.16.0.tgz"", + ""integrity"": ""sha512-Jq59uCXQzi71B562VEjuDgvsgfTfkLDvdjNhA7hamN/fKBxecXIEFF24Zu4OVrnAz9NJJ8twa9X16Zp4b0P/xQ=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"" diff --git a/themes/gatsby-starter-blog-theme/package.json b/themes/gatsby-starter-blog-theme/package.json index 59362e00e9605..44d7cf2b75371 100644 --- a/themes/gatsby-starter-blog-theme/package.json +++ b/themes/gatsby-starter-blog-theme/package.json @@ -10,7 +10,7 @@ ""dependencies"": { ""gatsby"": ""^2.15.28"", ""gatsby-theme-blog"": ""^1.0.2"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"" + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"" } } diff --git a/themes/gatsby-starter-notes-theme/package-lock.json b/themes/gatsby-starter-notes-theme/package-lock.json index 598a82b6df8c3..1cabfdd418446 100644 --- a/themes/gatsby-starter-notes-theme/package-lock.json +++ b/themes/gatsby-starter-notes-theme/package-lock.json @@ -12437,9 +12437,9 @@ } }, ""react"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react/-/react-16.9.0.tgz"", - ""integrity"": ""sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react/-/react-16.10.0.tgz"", + ""integrity"": ""sha512-lc37bD3j6ZWJRso/a1rrFu6CO1qOf30ZadUDBi1c5RHA1lBSWA8x2MGABB6Oikk+RfmgC+kAT+XegL0eD1ecKg=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", @@ -12621,20 +12621,20 @@ } }, ""react-dom"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.9.0.tgz"", - ""integrity"": ""sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.10.0.tgz"", + ""integrity"": ""sha512-0QJQUFrKG04hB/1lWyUs/FOd1qNseKGRQI+JBRsADIqVAFxYObhZ2zsVQKjt+nVSCmi8KA0sL52RLwwWuXQtOw=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", ""prop-types"": ""^15.6.2"", - ""scheduler"": ""^0.15.0"" + ""scheduler"": ""^0.16.0"" }, ""dependencies"": { ""scheduler"": { - ""version"": ""0.15.0"", - ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.15.0.tgz"", - ""integrity"": ""sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg=="", + ""version"": ""0.16.0"", + ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.16.0.tgz"", + ""integrity"": ""sha512-Jq59uCXQzi71B562VEjuDgvsgfTfkLDvdjNhA7hamN/fKBxecXIEFF24Zu4OVrnAz9NJJ8twa9X16Zp4b0P/xQ=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"" diff --git a/themes/gatsby-starter-notes-theme/package.json b/themes/gatsby-starter-notes-theme/package.json index 3a379f3d3b7ec..8d1188caf22aa 100644 --- a/themes/gatsby-starter-notes-theme/package.json +++ b/themes/gatsby-starter-notes-theme/package.json @@ -10,7 +10,7 @@ ""dependencies"": { ""gatsby"": ""^2.15.28"", ""gatsby-theme-notes"": ""^1.0.3"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"" + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"" } } diff --git a/themes/gatsby-starter-theme-workspace/example/package.json b/themes/gatsby-starter-theme-workspace/example/package.json index 23e7df953d68c..115e51d99c76d 100644 --- a/themes/gatsby-starter-theme-workspace/example/package.json +++ b/themes/gatsby-starter-theme-workspace/example/package.json @@ -11,7 +11,7 @@ ""dependencies"": { ""gatsby"": ""^2.15.28"", ""gatsby-theme-minimal"": ""^1.0.0"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"" + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"" } } diff --git a/themes/gatsby-starter-theme/package-lock.json b/themes/gatsby-starter-theme/package-lock.json index 9ecec414c5a97..71a1f83e9e1d6 100644 --- a/themes/gatsby-starter-theme/package-lock.json +++ b/themes/gatsby-starter-theme/package-lock.json @@ -14332,9 +14332,9 @@ } }, ""react"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react/-/react-16.9.0.tgz"", - ""integrity"": ""sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react/-/react-16.10.0.tgz"", + ""integrity"": ""sha512-lc37bD3j6ZWJRso/a1rrFu6CO1qOf30ZadUDBi1c5RHA1lBSWA8x2MGABB6Oikk+RfmgC+kAT+XegL0eD1ecKg=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", @@ -14516,20 +14516,20 @@ } }, ""react-dom"": { - ""version"": ""16.9.0"", - ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.9.0.tgz"", - ""integrity"": ""sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ=="", + ""version"": ""16.10.0"", + ""resolved"": ""https://registry.npmjs.org/react-dom/-/react-dom-16.10.0.tgz"", + ""integrity"": ""sha512-0QJQUFrKG04hB/1lWyUs/FOd1qNseKGRQI+JBRsADIqVAFxYObhZ2zsVQKjt+nVSCmi8KA0sL52RLwwWuXQtOw=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"", ""prop-types"": ""^15.6.2"", - ""scheduler"": ""^0.15.0"" + ""scheduler"": ""^0.16.0"" }, ""dependencies"": { ""scheduler"": { - ""version"": ""0.15.0"", - ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.15.0.tgz"", - ""integrity"": ""sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg=="", + ""version"": ""0.16.0"", + ""resolved"": ""https://registry.npmjs.org/scheduler/-/scheduler-0.16.0.tgz"", + ""integrity"": ""sha512-Jq59uCXQzi71B562VEjuDgvsgfTfkLDvdjNhA7hamN/fKBxecXIEFF24Zu4OVrnAz9NJJ8twa9X16Zp4b0P/xQ=="", ""requires"": { ""loose-envify"": ""^1.1.0"", ""object-assign"": ""^4.1.1"" diff --git a/themes/gatsby-starter-theme/package.json b/themes/gatsby-starter-theme/package.json index 67b4ceb6001ea..e6fe40f1b7445 100644 --- a/themes/gatsby-starter-theme/package.json +++ b/themes/gatsby-starter-theme/package.json @@ -11,7 +11,7 @@ ""gatsby"": ""^2.15.28"", ""gatsby-theme-blog"": ""^1.0.2"", ""gatsby-theme-notes"": ""^1.0.3"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"" + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"" } } diff --git a/themes/gatsby-theme-blog-core/package.json b/themes/gatsby-theme-blog-core/package.json index 1d93019fbe53e..1daf9b0a9a4bd 100644 --- a/themes/gatsby-theme-blog-core/package.json +++ b/themes/gatsby-theme-blog-core/package.json @@ -25,7 +25,7 @@ ""@mdx-js/react"": ""^1.5.0"", ""gatsby"": ""^2.15.28"", ""prettier"": ""^1.18.2"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"" + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"" } } diff --git a/themes/gatsby-theme-blog/package.json b/themes/gatsby-theme-blog/package.json index bc9e97a9c6fa4..b48f42eafcc53 100644 --- a/themes/gatsby-theme-blog/package.json +++ b/themes/gatsby-theme-blog/package.json @@ -41,8 +41,8 @@ ""devDependencies"": { ""gatsby"": ""^2.15.28"", ""prettier"": ""^1.18.2"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"" + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"" }, ""peerDependencies"": { ""gatsby"": ""^2.13.13"", diff --git a/themes/gatsby-theme-notes/package.json b/themes/gatsby-theme-notes/package.json index b04a8e397d7c9..1a0ad6e5cc24f 100644 --- a/themes/gatsby-theme-notes/package.json +++ b/themes/gatsby-theme-notes/package.json @@ -21,8 +21,8 @@ ""homepage"": ""https://github.com/gatsbyjs/gatsby/tree/master/themes/gatsby-theme-notes#readme"", ""devDependencies"": { ""gatsby"": ""^2.15.28"", - ""react"": ""^16.9.0"", - ""react-dom"": ""^16.9.0"" + ""react"": ""^16.10.0"", + ""react-dom"": ""^16.10.0"" }, ""peerDependencies"": { ""gatsby"": ""^2.13.13"", diff --git a/yarn.lock b/yarn.lock index 25b165314c7c3..a3d2db7574031 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16246,15 +16246,15 @@ react-docgen@^5.0.0-beta.1: node-dir ""^0.1.10"" strip-indent ""^2.0.0"" -react-dom@^16.9.0: - version ""16.9.0"" - resolved ""https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"" - integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ== +react-dom@^16.10.0: + version ""16.10.0"" + resolved ""https://registry.yarnpkg.com/react-dom/-/react-dom-16.10.0.tgz#319356767b5c044f3c016eef28518ef7726dce84"" + integrity sha512-0QJQUFrKG04hB/1lWyUs/FOd1qNseKGRQI+JBRsADIqVAFxYObhZ2zsVQKjt+nVSCmi8KA0sL52RLwwWuXQtOw== dependencies: loose-envify ""^1.1.0"" object-assign ""^4.1.1"" prop-types ""^15.6.2"" - scheduler ""^0.15.0"" + scheduler ""^0.16.0"" react-error-overlay@^3.0.0: version ""3.0.0"" @@ -16274,11 +16274,16 @@ react-hot-loader@^4.12.14: shallowequal ""^1.1.0"" source-map ""^0.7.3"" -react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.9.0: +react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4: version ""16.9.0"" resolved ""https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"" integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw== +react-is@^16.8.6: + version ""16.10.0"" + resolved ""https://registry.yarnpkg.com/react-is/-/react-is-16.10.0.tgz#3d6a031e57fff73c3cfa0347feb3e8f40c5141e5"" + integrity sha512-WRki2sBb7MTpYp7FtDEmSeGKX2vamYyq3rc9o7fKUG+/DHVyJu69NnvJsiSwwhh2Tt8XN40MQHkDBEXwyfxncQ== + react-lifecycles-compat@^3.0.4: version ""3.0.4"" resolved ""https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"" @@ -16293,25 +16298,25 @@ react-reconciler@^0.21.0: prop-types ""^15.6.2"" scheduler ""^0.15.0"" -react-test-renderer@^16.9.0: - version ""16.9.0"" - resolved ""https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.9.0.tgz#7ed657a374af47af88f66f33a3ef99c9610c8ae9"" - integrity sha512-R62stB73qZyhrJo7wmCW9jgl/07ai+YzvouvCXIJLBkRlRqLx4j9RqcLEAfNfU3OxTGucqR2Whmn3/Aad6L3hQ== +react-test-renderer@^16.10.0: + version ""16.10.0"" + resolved ""https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.10.0.tgz#33dddd71e4f43d58a4e1dfa332d4b8e683084baf"" + integrity sha512-lO8zoAWiEpNKfQvup7b36gsVwcPJxswL9a6IrVloOHwvsB6bhrlQVYH4Wqfhhp/oXOyDNvPnQU1g6xLglPqAJA== dependencies: object-assign ""^4.1.1"" prop-types ""^15.6.2"" - react-is ""^16.9.0"" - scheduler ""^0.15.0"" + react-is ""^16.8.6"" + scheduler ""^0.16.0"" react-typography@^0.16.19: version ""0.16.19"" resolved ""https://registry.yarnpkg.com/react-typography/-/react-typography-0.16.19.tgz#5736b47961dcf6b9605b6fa38d41980db2588e28"" integrity sha512-kV2qLEsdm0x9P4YXQEDVc88tDb4Vg0h/vdVZGgbqaRn8ERvNzV76JHUeOby3vvcUYU5MPd5Kz5DPH9Bhp4I/iw== -react@^16.9.0: - version ""16.9.0"" - resolved ""https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"" - integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w== +react@^16.10.0: + version ""16.10.0"" + resolved ""https://registry.yarnpkg.com/react/-/react-16.10.0.tgz#95c41e8fc1c706e174deef54b663b5ab94c8ee32"" + integrity sha512-lc37bD3j6ZWJRso/a1rrFu6CO1qOf30ZadUDBi1c5RHA1lBSWA8x2MGABB6Oikk+RfmgC+kAT+XegL0eD1ecKg== dependencies: loose-envify ""^1.1.0"" object-assign ""^4.1.1"" @@ -17598,6 +17603,14 @@ scheduler@^0.15.0: loose-envify ""^1.1.0"" object-assign ""^4.1.1"" +scheduler@^0.16.0: + version ""0.16.0"" + resolved ""https://registry.yarnpkg.com/scheduler/-/scheduler-0.16.0.tgz#cc8914b79c5c1cfa16714cb1ddc4cbd2c7513efa"" + integrity sha512-Jq59uCXQzi71B562VEjuDgvsgfTfkLDvdjNhA7hamN/fKBxecXIEFF24Zu4OVrnAz9NJJ8twa9X16Zp4b0P/xQ== + dependencies: + loose-envify ""^1.1.0"" + object-assign ""^4.1.1"" + schema-utils@^0.4.0, schema-utils@^0.4.5: version ""0.4.7"" resolved ""https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187""" 238c371c2f93073c8156dfc40005cb397d3d766f,2019-09-18 02:42:10,renovate[bot],"chore: update minor updates in packages except react, babel and eslint (#17696)",False,"update minor updates in packages except react, babel and eslint (#17696)",chore,"diff --git a/packages/gatsby-transformer-screenshot/lambda/package.json b/packages/gatsby-transformer-screenshot/lambda/package.json index 9fc0b6a1a9e80..fc85572e303d7 100644 --- a/packages/gatsby-transformer-screenshot/lambda/package.json +++ b/packages/gatsby-transformer-screenshot/lambda/package.json @@ -1,10 +1,10 @@ { ""dependencies"": { ""puppeteer"": ""0.13.0"", - ""tar"": ""^4.4.10"" + ""tar"": ""^4.4.11"" }, ""devDependencies"": { - ""aws-sdk"": ""^2.529.0"" + ""aws-sdk"": ""^2.530.0"" }, ""keywords"": [ ""gatsby-plugin""" cc68a1f435e6fc923908d7a2b84f52dc2a999f4d,2020-11-27 00:33:28,Vladimir Razuvaev,feat(gatsby-plugin-sharp): add experimental opt-in lazy image processing mode for `gatsby develop` (#28288),False,add experimental opt-in lazy image processing mode for `gatsby develop` (#28288),feat,"diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index e606a1297e0a2..496426b07790a 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -12,6 +12,7 @@ ""bluebird"": ""^3.7.2"", ""fs-extra"": ""^9.0.1"", ""gatsby-core-utils"": ""^1.6.0-next.0"", + ""gatsby-telemetry"": ""^1.6.0-next.1"", ""got"": ""^10.7.0"", ""imagemin"": ""^7.0.1"", ""imagemin-mozjpeg"": ""^9.0.0"", diff --git a/packages/gatsby-plugin-sharp/src/__tests__/__snapshots__/index.js.snap b/packages/gatsby-plugin-sharp/src/__tests__/__snapshots__/index.js.snap index d140e6fd0415a..a465d41701fea 100644 --- a/packages/gatsby-plugin-sharp/src/__tests__/__snapshots__/index.js.snap +++ b/packages/gatsby-plugin-sharp/src/__tests__/__snapshots__/index.js.snap @@ -58,6 +58,7 @@ exports[`gatsby-plugin-sharp fixed correctly infers the width when only the heig Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -114,6 +115,7 @@ exports[`gatsby-plugin-sharp fixed does not warn when the requested width is equ Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -170,6 +172,7 @@ exports[`gatsby-plugin-sharp fixed should give the same result with createJob as Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -226,6 +229,7 @@ exports[`gatsby-plugin-sharp fixed warns when the requested width is greater tha Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -268,6 +272,7 @@ exports[`gatsby-plugin-sharp fluid accepts srcSet breakpoints 1`] = ` Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -338,6 +343,7 @@ exports[`gatsby-plugin-sharp fluid adds pathPrefix if defined 1`] = ` Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -379,6 +385,7 @@ Array [ Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -454,6 +461,7 @@ Array [ Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -535,6 +543,7 @@ Array [ Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -616,6 +625,7 @@ Array [ Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -697,6 +707,7 @@ Array [ Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -756,6 +767,7 @@ Array [ Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -819,6 +831,7 @@ Array [ Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -882,6 +895,7 @@ Array [ Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -946,6 +960,7 @@ exports[`gatsby-plugin-sharp fluid does not change the arguments object it is gi Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -988,6 +1003,7 @@ exports[`gatsby-plugin-sharp fluid ensure maxWidth is in srcSet breakpoints 1`] Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -1092,6 +1108,7 @@ exports[`gatsby-plugin-sharp fluid infers the maxWidth if only maxHeight is give Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -1169,6 +1186,7 @@ exports[`gatsby-plugin-sharp fluid keeps original file name 1`] = ` Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -1211,6 +1229,7 @@ exports[`gatsby-plugin-sharp fluid prevents duplicate breakpoints 1`] = ` Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -1274,6 +1293,7 @@ exports[`gatsby-plugin-sharp fluid reject any breakpoints larger than the origin Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -1344,6 +1364,7 @@ exports[`gatsby-plugin-sharp fluid should give the same result with createJob as Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -1401,6 +1422,7 @@ exports[`gatsby-plugin-sharp queueImageResizing with createJob file name works w Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -1445,6 +1467,7 @@ exports[`gatsby-plugin-sharp queueImageResizing with createJob should round heig Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -1489,6 +1512,7 @@ exports[`gatsby-plugin-sharp queueImageResizing with createJobV2 file name works Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { @@ -1531,6 +1555,7 @@ exports[`gatsby-plugin-sharp queueImageResizing with createJobV2 should round he Array [ Object { ""args"": Object { + ""isLazy"": false, ""operations"": Array [ Object { ""args"": Object { diff --git a/packages/gatsby-plugin-sharp/src/gatsby-node.js b/packages/gatsby-plugin-sharp/src/gatsby-node.js index 65a6ea7394bcc..6c8cf490b7e49 100644 --- a/packages/gatsby-plugin-sharp/src/gatsby-node.js +++ b/packages/gatsby-plugin-sharp/src/gatsby-node.js @@ -2,10 +2,45 @@ const { setBoundActionCreators, // queue: jobQueue, // reportError, + _unstable_createJob, } = require(`./index`) +const { pathExists } = require(`fs-extra`) +const { slash, isCI } = require(`gatsby-core-utils`) +const { trackFeatureIsUsed } = require(`gatsby-telemetry`) const { getProgressBar, createOrGetProgressBar } = require(`./utils`) const { setPluginOptions } = require(`./plugin-options`) +const path = require(`path`) + +function prepareLazyImagesExperiment(reporter) { + if (!process.env.GATSBY_EXPERIMENTAL_LAZY_IMAGES) { + return + } + if (process.env.gatsby_executing_command !== `develop`) { + // We don't want to ever have this flag enabled for anything other than develop + // in case someone have this env var globally set + delete process.env.GATSBY_EXPERIMENTAL_LAZY_IMAGES + return + } + if (isCI()) { + delete process.env.GATSBY_EXPERIMENTAL_LAZY_IMAGES + reporter.warn( + `Lazy Image Processing experiment is not available in CI environment. Continuing with regular mode.` + ) + return + } + // We show a different notice for GATSBY_EXPERIMENTAL_FAST_DEV umbrella + if (!process.env.GATSBY_EXPERIMENTAL_FAST_DEV) { + reporter.info( + `[gatsby-plugin-sharp] The lazy image processing experiment is enabled` + ) + } + trackFeatureIsUsed(`LazyImageProcessing`) +} + +exports.onPreInit = ({ reporter }) => { + prepareLazyImagesExperiment(reporter) +} // create the progressbar once and it will be killed in another lifecycle const finishProgressBar = () => { @@ -16,9 +51,62 @@ const finishProgressBar = () => { } exports.onPostBuild = () => finishProgressBar() -exports.onCreateDevServer = () => finishProgressBar() -exports.onPreBootstrap = ({ actions, emitter, reporter }, pluginOptions) => { +exports.onCreateDevServer = async ({ app, cache, reporter }) => { + if (!process.env.GATSBY_EXPERIMENTAL_LAZY_IMAGES) { + finishProgressBar() + return + } + + createOrGetProgressBar() + finishProgressBar() + + app.use(async (req, res, next) => { + const pathOnDisk = path.resolve(path.join(`./public/`, req.url)) + + if (await pathExists(pathOnDisk)) { + return res.sendFile(pathOnDisk) + } + + const jobContentDigest = await cache.get(req.url) + const cacheResult = jobContentDigest + ? await cache.get(jobContentDigest) + : null + + if (!cacheResult) { + return next() + } + + await _unstable_createJob(cacheResult, { reporter }) + // we should implement cache.del inside our abstraction + await cache.cache.del(jobContentDigest) + await cache.cache.del(req.url) + + return res.sendFile(pathOnDisk) + }) +} + +// So something is wrong with the reporter, when I do this in preBootstrap, +// the progressbar gets not updated +exports.onPostBootstrap = async ({ reporter, cache, store }) => { + if (process.env.gatsby_executing_command !== `develop`) { + // recreate jobs that haven't been triggered by develop yet + // removing stale jobs has already kicked in so we know these still need to process + for (const [contentDigest] of store.getState().jobsV2.complete) { + const job = await cache.get(contentDigest) + + if (job) { + // we dont have to await, gatsby does this for us + _unstable_createJob(job, { reporter }) + } + } + } +} + +exports.onPreBootstrap = async ( + { actions, emitter, reporter, cache, store }, + pluginOptions +) => { setBoundActionCreators(actions) setPluginOptions(pluginOptions) @@ -40,6 +128,33 @@ exports.onPreBootstrap = ({ actions, emitter, reporter }, pluginOptions) => { emitter.on(`CREATE_JOB_V2`, action => { if (action.plugin.name === `gatsby-plugin-sharp`) { + if (action.payload.job.args.isLazy) { + // we have to remove some internal pieces + const job = { + name: action.payload.job.name, + inputPaths: action.payload.job.inputPaths.map(input => input.path), + outputDir: action.payload.job.outputDir, + args: { + ...action.payload.job.args, + isLazy: false, + }, + } + cache.set(action.payload.job.contentDigest, job) + + action.payload.job.args.operations.forEach(op => { + const cacheKey = slash( + path.relative( + path.join(process.cwd(), `public`), + path.join(action.payload.job.outputDir, op.outputPath) + ) + ) + + cache.set(`/${cacheKey}`, action.payload.job.contentDigest) + }) + + return + } + const job = action.payload.job const imageCount = job.args.operations.length imageCountInJobsMap.set(job.contentDigest, imageCount) @@ -51,6 +166,12 @@ exports.onPreBootstrap = ({ actions, emitter, reporter }, pluginOptions) => { emitter.on(`END_JOB_V2`, action => { if (action.plugin.name === `gatsby-plugin-sharp`) { const jobContentDigest = action.payload.jobContentDigest + + // when it's lazy we didn't set it + if (!imageCountInJobsMap.has(jobContentDigest)) { + return + } + const imageCount = imageCountInJobsMap.get(jobContentDigest) const progress = createOrGetProgressBar(reporter) progress.tick(imageCount) diff --git a/packages/gatsby-plugin-sharp/src/gatsby-worker.js b/packages/gatsby-plugin-sharp/src/gatsby-worker.js index c4ea6698a330d..aca5238618285 100644 --- a/packages/gatsby-plugin-sharp/src/gatsby-worker.js +++ b/packages/gatsby-plugin-sharp/src/gatsby-worker.js @@ -38,8 +38,12 @@ const q = queue( * @param {{inputPaths: string[], outputDir: string, args: WorkerInput}} args * @return Promise */ -exports.IMAGE_PROCESSING = ({ inputPaths, outputDir, args }) => - new Promise((resolve, reject) => { +exports.IMAGE_PROCESSING = ({ inputPaths, outputDir, args }) => { + if (args.isLazy) { + return Promise.resolve() + } + + return new Promise((resolve, reject) => { q.push({ inputPaths, outputDir, args }, function (err) { if (err) { return reject(err) @@ -48,3 +52,4 @@ exports.IMAGE_PROCESSING = ({ inputPaths, outputDir, args }) => return resolve() }) }) +} diff --git a/packages/gatsby-plugin-sharp/src/index.js b/packages/gatsby-plugin-sharp/src/index.js index 4a5e2d0b67412..5a70dfaa68f7e 100644 --- a/packages/gatsby-plugin-sharp/src/index.js +++ b/packages/gatsby-plugin-sharp/src/index.js @@ -170,6 +170,13 @@ function queueImageResizing({ file, args = {}, reporter }) { inputPaths: [file.absolutePath], outputDir, args: { + isLazy: + !( + process.env.ENABLE_GATSBY_EXTERNAL_JOBS === `true` || + process.env.ENABLE_GATSBY_EXTERNAL_JOBS === `1` + ) && + process.env.gatsby_executing_command === `develop` && + !!process.env.GATSBY_EXPERIMENTAL_LAZY_IMAGES, operations: [ { outputPath: relativePath, @@ -237,6 +244,13 @@ function batchQueueImageResizing({ file, transforms = [], reporter }) { file.internal.contentDigest ), args: { + isLazy: + !( + process.env.ENABLE_GATSBY_EXTERNAL_JOBS === `true` || + process.env.ENABLE_GATSBY_EXTERNAL_JOBS === `1` + ) && + process.env.gatsby_executing_command === `develop` && + !!process.env.GATSBY_EXPERIMENTAL_LAZY_IMAGES, operations, pluginOptions: getPluginOptions(), }, @@ -743,3 +757,4 @@ exports.fixed = fixed exports.getImageSize = getImageSize exports.getImageSizeAsync = getImageSizeAsync exports.stats = stats +exports._unstable_createJob = createJob diff --git a/packages/gatsby/src/services/initialize.ts b/packages/gatsby/src/services/initialize.ts index a581f349f0ae2..3756a2bfbd287 100644 --- a/packages/gatsby/src/services/initialize.ts +++ b/packages/gatsby/src/services/initialize.ts @@ -40,16 +40,18 @@ if ( process.env.GATSBY_EXPERIMENTAL_FAST_DEV && !isCI() ) { + process.env.GATSBY_EXPERIMENTAL_LAZY_IMAGES = `true` process.env.GATSBY_EXPERIMENTAL_QUERY_ON_DEMAND = `true` process.env.GATSBY_EXPERIMENTAL_DEV_SSR = `true` reporter.info(` -Three fast dev experiments are enabled: Query on Demand, and Development SSR. +Three fast dev experiments are enabled: Query on Demand, Development SSR, and Lazy Images (only with gatsby-plugin-sharp@^2.10.0). Please give feedback on their respective umbrella issues! - https://gatsby.dev/query-on-demand-feedback - https://gatsby.dev/dev-ssr-feedback +- https://gatsby.dev/lazy-images-feedback `) telemetry.trackFeatureIsUsed(`FastDev`)" 61a24b50ab13443d0ad0f08ec62fc26fae532056,2020-02-25 15:56:48,Peter van der Zee,chore(gatsby): Skip linting in the windows ci step (#21614),False,Skip linting in the windows ci step (#21614),chore,"diff --git a/.circleci/config.yml b/.circleci/config.yml index 08ca1752994e3..227554926f9d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -340,7 +340,7 @@ jobs: key: yarn-packages-v2-{{ checksum ""yarn.lock"" }} - run: name: ""Run Tests"" - command: yarn test + command: yarn jest -w 1 --ci bootstrap-with-experimental-react: executor: node @@ -627,8 +627,9 @@ workflows: build-test: jobs: - - windows_unit_tests - bootstrap + - windows_unit_tests: + <<: *ignore_docs - lint: requires: - bootstrap" c726f989b6a0ea2ef48a1e71658e22b3d3a5a16c,2020-09-24 14:57:03,Muescha,chore(gatsby-plugin-graphql-config): README typos (#27009),False,README typos (#27009),chore,"diff --git a/packages/gatsby-plugin-graphql-config/README.md b/packages/gatsby-plugin-graphql-config/README.md index fd9096068ef04..e9156324b2848 100644 --- a/packages/gatsby-plugin-graphql-config/README.md +++ b/packages/gatsby-plugin-graphql-config/README.md @@ -1,15 +1,17 @@ # gatsby-plugin-graphql-config -Persists gatsby graphql schema and fragments to the .cache directory, as well as a [graphql config](https://graphql-config.com) file to enable full-featured tooling for: +Persists Gatsby GraphQL schema and fragments to the `.cache` directory, as well as a [GraphQL Config](https://graphql-config.com) file to enable full-featured tooling for: - [`vscode-graphql`](https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql), and other IDE extensions that use the official GraphQL LSP - [`eslint-plugin-graphql`](https://github.com/apollographql/eslint-plugin-graphql) -- [`graphql code generator`](https://graphql-code-generator.com/) for gatsby projects using typescript +- [`graphql code generator`](https://graphql-code-generator.com/) for Gatsby projects using TypeScript - eventually [`graphiql`](https://github.com/graphql/graphiql) will use it, even! ## Install -`npm install --save gatsby-plugin-graphql-config` +```shell +npm install gatsby-plugin-graphql-config +``` ## How to use @@ -17,38 +19,39 @@ First, add it to your plugin configuration: ```javascript // In your gatsby-config.js + plugins: [`gatsby-plugin-graphql-config`] ``` -**simplest setup**: -if you are able to configure your tools to seek a different `basePath` for loading graphql config, point them to `.cache` directory. +### Simplest setup -**manual setup for repos with no other graphql projects**: +If you are able to configure your tools to seek a different `basePath` for loading GraphQL Config, point them to `.cache` directory. -If your project is _only_ a gatsby project, you can place a `graphql.config.js` file at the root of your gatsby project like this: +### Manual setup for repositories with no other GraphQL projects -`/graphql.config.js`: +If your project is _only_ a Gatsby project, you can place a `graphql.config.js` file at the root of your Gatsby project like this: -```js +```javascript // /graphql.config.js + module.exports = require(""./.cache/graphql.config.json"") ``` -if it's in a subdirectory such as a `site/` folder, you would use this: +If it's in a subdirectory such as a `site/` folder, you would use this: -`/graphql.config.js`: +```javascript +// /graphql.config.js -```js module.exports = require(""./site/.cache/graphql.config.json"") ``` -**for repositories with multiple graphql projects** +### Manual setup for repositories with multiple GraphQL projects -if your repository has multiple graphql projects including gatsby, you will want a config similar to this at the root: +If your repository has multiple GraphQL projects including Gatsby, you will want a config similar to this at the root: -`/graphql.config.js`: +```javascript +// /graphql.config.js -```js module.exports = { projects: { site: require(""packages/site/.cache/graphql.config.json""), @@ -62,7 +65,7 @@ module.exports = { ### How it works -It writes out these files to the gatsby `.cache` directory: +It writes out these files to the Gatsby `.cache` directory: - `schema.graphql` - a complete representation of the schema, including plugins - `fragments.graphql` - all user, plugin and gatsby-core provided fragments in one file" 7d30a58c032174f7253aa6c30495a873285254d8,2023-06-12 13:05:31,renovate[bot],fix(deps): update starters and examples (#38224),False,update starters and examples (#38224),fix,"diff --git a/starters/blog/package-lock.json b/starters/blog/package-lock.json index 94a485cb8a76c..80360336f23d5 100644 --- a/starters/blog/package-lock.json +++ b/starters/blog/package-lock.json @@ -9,8 +9,8 @@ ""version"": ""0.1.0"", ""license"": ""0BSD"", ""dependencies"": { - ""@fontsource-variable/montserrat"": ""^5.0.3"", - ""@fontsource/merriweather"": ""^5.0.2"", + ""@fontsource-variable/montserrat"": ""^5.0.4"", + ""@fontsource/merriweather"": ""^5.0.3"", ""gatsby"": ""^5.10.0"", ""gatsby-plugin-feed"": ""^5.10.0"", ""gatsby-plugin-image"": ""^3.10.0"", @@ -2027,14 +2027,14 @@ ""integrity"": ""sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="" }, ""node_modules/@fontsource-variable/montserrat"": { - ""version"": ""5.0.3"", - ""resolved"": ""https://registry.npmjs.org/@fontsource-variable/montserrat/-/montserrat-5.0.3.tgz"", - ""integrity"": ""sha512-miMsv2GyECWlj8IyEUOFWh7mBdXF17k1fYUEeolhQBkIBulHDISV9d+PVD663ZAevs2v20IG5XxlqT7zcFlmJQ=="" + ""version"": ""5.0.4"", + ""resolved"": ""https://registry.npmjs.org/@fontsource-variable/montserrat/-/montserrat-5.0.4.tgz"", + ""integrity"": ""sha512-fxr8pwfWV21MacFRmo/SE/shMNbMBc1vqinGFc7bb49xUlCl/+o4+S1pQoj/NMtJU+DF+mGhQz5ozN6u3SGiEQ=="" }, ""node_modules/@fontsource/merriweather"": { - ""version"": ""5.0.2"", - ""resolved"": ""https://registry.npmjs.org/@fontsource/merriweather/-/merriweather-5.0.2.tgz"", - ""integrity"": ""sha512-xoziTXfksJCNnyV12IIR1/5NpEN062I1XqVEOf97snw0OxsvXAZ2TiWxJL+wxSbGxZiXIu3zDSBp9nkoxRSKHw=="" + ""version"": ""5.0.3"", + ""resolved"": ""https://registry.npmjs.org/@fontsource/merriweather/-/merriweather-5.0.3.tgz"", + ""integrity"": ""sha512-iCngvmyUfmWxQwqi3ekD8NIysXresp9L6M9fPJXUgUNWvEHhEXjMYg6RvIiZVexKrlRgtEY1KVt11kh4KFTDYQ=="" }, ""node_modules/@gatsbyjs/parcel-namer-relative-to-cwd"": { ""version"": ""2.10.0"", @@ -3993,6 +3993,232 @@ ""resolved"": ""https://registry.npmjs.org/@types/yoga-layout/-/yoga-layout-1.9.2.tgz"", ""integrity"": ""sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw=="" }, + ""node_modules/@typescript-eslint/eslint-plugin"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz"", + ""integrity"": ""sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg=="", + ""peer"": true, + ""dependencies"": { + ""@typescript-eslint/experimental-utils"": ""4.33.0"", + ""@typescript-eslint/scope-manager"": ""4.33.0"", + ""debug"": ""^4.3.1"", + ""functional-red-black-tree"": ""^1.0.1"", + ""ignore"": ""^5.1.8"", + ""regexpp"": ""^3.1.0"", + ""semver"": ""^7.3.5"", + ""tsutils"": ""^3.21.0"" + }, + ""engines"": { + ""node"": ""^10.12.0 || >=12.0.0"" + }, + ""funding"": { + ""type"": ""opencollective"", + ""url"": ""https://opencollective.com/typescript-eslint"" + }, + ""peerDependencies"": { + ""@typescript-eslint/parser"": ""^4.0.0"", + ""eslint"": ""^5.0.0 || ^6.0.0 || ^7.0.0"" + }, + ""peerDependenciesMeta"": { + ""typescript"": { + ""optional"": true + } + } + }, + ""node_modules/@typescript-eslint/eslint-plugin/node_modules/debug"": { + ""version"": ""4.3.4"", + ""resolved"": ""https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"", + ""integrity"": ""sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ=="", + ""peer"": true, + ""dependencies"": { + ""ms"": ""2.1.2"" + }, + ""engines"": { + ""node"": "">=6.0"" + }, + ""peerDependenciesMeta"": { + ""supports-color"": { + ""optional"": true + } + } + }, + ""node_modules/@typescript-eslint/eslint-plugin/node_modules/ms"": { + ""version"": ""2.1.2"", + ""resolved"": ""https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"", + ""integrity"": ""sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="", + ""peer"": true + }, + ""node_modules/@typescript-eslint/experimental-utils"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz"", + ""integrity"": ""sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q=="", + ""peer"": true, + ""dependencies"": { + ""@types/json-schema"": ""^7.0.7"", + ""@typescript-eslint/scope-manager"": ""4.33.0"", + ""@typescript-eslint/types"": ""4.33.0"", + ""@typescript-eslint/typescript-estree"": ""4.33.0"", + ""eslint-scope"": ""^5.1.1"", + ""eslint-utils"": ""^3.0.0"" + }, + ""engines"": { + ""node"": ""^10.12.0 || >=12.0.0"" + }, + ""funding"": { + ""type"": ""opencollective"", + ""url"": ""https://opencollective.com/typescript-eslint"" + }, + ""peerDependencies"": { + ""eslint"": ""*"" + } + }, + ""node_modules/@typescript-eslint/parser"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.33.0.tgz"", + ""integrity"": ""sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA=="", + ""peer"": true, + ""dependencies"": { + ""@typescript-eslint/scope-manager"": ""4.33.0"", + ""@typescript-eslint/types"": ""4.33.0"", + ""@typescript-eslint/typescript-estree"": ""4.33.0"", + ""debug"": ""^4.3.1"" + }, + ""engines"": { + ""node"": ""^10.12.0 || >=12.0.0"" + }, + ""funding"": { + ""type"": ""opencollective"", + ""url"": ""https://opencollective.com/typescript-eslint"" + }, + ""peerDependencies"": { + ""eslint"": ""^5.0.0 || ^6.0.0 || ^7.0.0"" + }, + ""peerDependenciesMeta"": { + ""typescript"": { + ""optional"": true + } + } + }, + ""node_modules/@typescript-eslint/parser/node_modules/debug"": { + ""version"": ""4.3.4"", + ""resolved"": ""https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"", + ""integrity"": ""sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ=="", + ""peer"": true, + ""dependencies"": { + ""ms"": ""2.1.2"" + }, + ""engines"": { + ""node"": "">=6.0"" + }, + ""peerDependenciesMeta"": { + ""supports-color"": { + ""optional"": true + } + } + }, + ""node_modules/@typescript-eslint/parser/node_modules/ms"": { + ""version"": ""2.1.2"", + ""resolved"": ""https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"", + ""integrity"": ""sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="", + ""peer"": true + }, + ""node_modules/@typescript-eslint/scope-manager"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz"", + ""integrity"": ""sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ=="", + ""peer"": true, + ""dependencies"": { + ""@typescript-eslint/types"": ""4.33.0"", + ""@typescript-eslint/visitor-keys"": ""4.33.0"" + }, + ""engines"": { + ""node"": ""^8.10.0 || ^10.13.0 || >=11.10.1"" + }, + ""funding"": { + ""type"": ""opencollective"", + ""url"": ""https://opencollective.com/typescript-eslint"" + } + }, + ""node_modules/@typescript-eslint/types"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz"", + ""integrity"": ""sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ=="", + ""peer"": true, + ""engines"": { + ""node"": ""^8.10.0 || ^10.13.0 || >=11.10.1"" + }, + ""funding"": { + ""type"": ""opencollective"", + ""url"": ""https://opencollective.com/typescript-eslint"" + } + }, + ""node_modules/@typescript-eslint/typescript-estree"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz"", + ""integrity"": ""sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA=="", + ""peer"": true, + ""dependencies"": { + ""@typescript-eslint/types"": ""4.33.0"", + ""@typescript-eslint/visitor-keys"": ""4.33.0"", + ""debug"": ""^4.3.1"", + ""globby"": ""^11.0.3"", + ""is-glob"": ""^4.0.1"", + ""semver"": ""^7.3.5"", + ""tsutils"": ""^3.21.0"" + }, + ""engines"": { + ""node"": ""^10.12.0 || >=12.0.0"" + }, + ""funding"": { + ""type"": ""opencollective"", + ""url"": ""https://opencollective.com/typescript-eslint"" + }, + ""peerDependenciesMeta"": { + ""typescript"": { + ""optional"": true + } + } + }, + ""node_modules/@typescript-eslint/typescript-estree/node_modules/debug"": { + ""version"": ""4.3.4"", + ""resolved"": ""https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"", + ""integrity"": ""sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ=="", + ""peer"": true, + ""dependencies"": { + ""ms"": ""2.1.2"" + }, + ""engines"": { + ""node"": "">=6.0"" + }, + ""peerDependenciesMeta"": { + ""supports-color"": { + ""optional"": true + } + } + }, + ""node_modules/@typescript-eslint/typescript-estree/node_modules/ms"": { + ""version"": ""2.1.2"", + ""resolved"": ""https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"", + ""integrity"": ""sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="", + ""peer"": true + }, + ""node_modules/@typescript-eslint/visitor-keys"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz"", + ""integrity"": ""sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg=="", + ""peer"": true, + ""dependencies"": { + ""@typescript-eslint/types"": ""4.33.0"", + ""eslint-visitor-keys"": ""^2.0.0"" + }, + ""engines"": { + ""node"": ""^8.10.0 || ^10.13.0 || >=11.10.1"" + }, + ""funding"": { + ""type"": ""opencollective"", + ""url"": ""https://opencollective.com/typescript-eslint"" + } + }, ""node_modules/@vercel/webpack-asset-relocator-loader"": { ""version"": ""1.7.3"", ""resolved"": ""https://registry.npmjs.org/@vercel/webpack-asset-relocator-loader/-/webpack-asset-relocator-loader-1.7.3.tgz"", @@ -4563,6 +4789,36 @@ ""deep-equal"": ""^2.0.5"" } }, + ""node_modules/babel-eslint"": { + ""version"": ""10.1.0"", + ""resolved"": ""https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz"", + ""integrity"": ""sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg=="", + ""deprecated"": ""babel-eslint is now @babel/eslint-parser. This package will no longer receive updates."", + ""peer"": true, + ""dependencies"": { + ""@babel/code-frame"": ""^7.0.0"", + ""@babel/parser"": ""^7.7.0"", + ""@babel/traverse"": ""^7.7.0"", + ""@babel/types"": ""^7.7.0"", + ""eslint-visitor-keys"": ""^1.0.0"", + ""resolve"": ""^1.12.0"" + }, + ""engines"": { + ""node"": "">=6"" + }, + ""peerDependencies"": { + ""eslint"": "">= 4.12.1"" + } + }, + ""node_modules/babel-eslint/node_modules/eslint-visitor-keys"": { + ""version"": ""1.3.0"", + ""resolved"": ""https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz"", + ""integrity"": ""sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="", + ""peer"": true, + ""engines"": { + ""node"": "">=4"" + } + }, ""node_modules/babel-jsx-utils"": { ""version"": ""1.1.0"", ""resolved"": ""https://registry.npmjs.org/babel-jsx-utils/-/babel-jsx-utils-1.1.0.tgz"", @@ -7264,6 +7520,24 @@ ""node"": "">=4.0"" } }, + ""node_modules/eslint-utils"": { + ""version"": ""3.0.0"", + ""resolved"": ""https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz"", + ""integrity"": ""sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA=="", + ""peer"": true, + ""dependencies"": { + ""eslint-visitor-keys"": ""^2.0.0"" + }, + ""engines"": { + ""node"": ""^10.0.0 || ^12.0.0 || >= 14.0.0"" + }, + ""funding"": { + ""url"": ""https://github.com/sponsors/mysticatea"" + }, + ""peerDependencies"": { + ""eslint"": "">=5"" + } + }, ""node_modules/eslint-visitor-keys"": { ""version"": ""2.1.0"", ""resolved"": ""https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz"", @@ -15977,6 +16251,19 @@ ""is-typedarray"": ""^1.0.0"" } }, + ""node_modules/typescript"": { + ""version"": ""5.1.3"", + ""resolved"": ""https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz"", + ""integrity"": ""sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw=="", + ""peer"": true, + ""bin"": { + ""tsc"": ""bin/tsc"", + ""tsserver"": ""bin/tsserver"" + }, + ""engines"": { + ""node"": "">=14.17"" + } + }, ""node_modules/ua-parser-js"": { ""version"": ""0.7.35"", ""resolved"": ""https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.35.tgz"", @@ -18405,14 +18692,14 @@ } }, ""@fontsource-variable/montserrat"": { - ""version"": ""5.0.3"", - ""resolved"": ""https://registry.npmjs.org/@fontsource-variable/montserrat/-/montserrat-5.0.3.tgz"", - ""integrity"": ""sha512-miMsv2GyECWlj8IyEUOFWh7mBdXF17k1fYUEeolhQBkIBulHDISV9d+PVD663ZAevs2v20IG5XxlqT7zcFlmJQ=="" + ""version"": ""5.0.4"", + ""resolved"": ""https://registry.npmjs.org/@fontsource-variable/montserrat/-/montserrat-5.0.4.tgz"", + ""integrity"": ""sha512-fxr8pwfWV21MacFRmo/SE/shMNbMBc1vqinGFc7bb49xUlCl/+o4+S1pQoj/NMtJU+DF+mGhQz5ozN6u3SGiEQ=="" }, ""@fontsource/merriweather"": { - ""version"": ""5.0.2"", - ""resolved"": ""https://registry.npmjs.org/@fontsource/merriweather/-/merriweather-5.0.2.tgz"", - ""integrity"": ""sha512-xoziTXfksJCNnyV12IIR1/5NpEN062I1XqVEOf97snw0OxsvXAZ2TiWxJL+wxSbGxZiXIu3zDSBp9nkoxRSKHw=="" + ""version"": ""5.0.3"", + ""resolved"": ""https://registry.npmjs.org/@fontsource/merriweather/-/merriweather-5.0.3.tgz"", + ""integrity"": ""sha512-iCngvmyUfmWxQwqi3ekD8NIysXresp9L6M9fPJXUgUNWvEHhEXjMYg6RvIiZVexKrlRgtEY1KVt11kh4KFTDYQ=="" }, ""@gatsbyjs/parcel-namer-relative-to-cwd"": { ""version"": ""2.10.0"", @@ -18816,7 +19103,8 @@ ""@graphql-typed-document-node/core"": { ""version"": ""3.1.1"", ""resolved"": ""https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.1.1.tgz"", - ""integrity"": ""sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg=="" + ""integrity"": ""sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg=="", + ""requires"": {} }, ""@hapi/address"": { ""version"": ""2.1.4"", @@ -19860,6 +20148,140 @@ ""resolved"": ""https://registry.npmjs.org/@types/yoga-layout/-/yoga-layout-1.9.2.tgz"", ""integrity"": ""sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw=="" }, + ""@typescript-eslint/eslint-plugin"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz"", + ""integrity"": ""sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg=="", + ""peer"": true, + ""requires"": { + ""@typescript-eslint/experimental-utils"": ""4.33.0"", + ""@typescript-eslint/scope-manager"": ""4.33.0"", + ""debug"": ""^4.3.1"", + ""functional-red-black-tree"": ""^1.0.1"", + ""ignore"": ""^5.1.8"", + ""regexpp"": ""^3.1.0"", + ""semver"": ""^7.3.5"", + ""tsutils"": ""^3.21.0"" + }, + ""dependencies"": { + ""debug"": { + ""version"": ""4.3.4"", + ""resolved"": ""https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"", + ""integrity"": ""sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ=="", + ""peer"": true, + ""requires"": { + ""ms"": ""2.1.2"" + } + }, + ""ms"": { + ""version"": ""2.1.2"", + ""resolved"": ""https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"", + ""integrity"": ""sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="", + ""peer"": true + } + } + }, + ""@typescript-eslint/experimental-utils"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz"", + ""integrity"": ""sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q=="", + ""peer"": true, + ""requires"": { + ""@types/json-schema"": ""^7.0.7"", + ""@typescript-eslint/scope-manager"": ""4.33.0"", + ""@typescript-eslint/types"": ""4.33.0"", + ""@typescript-eslint/typescript-estree"": ""4.33.0"", + ""eslint-scope"": ""^5.1.1"", + ""eslint-utils"": ""^3.0.0"" + } + }, + ""@typescript-eslint/parser"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.33.0.tgz"", + ""integrity"": ""sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA=="", + ""peer"": true, + ""requires"": { + ""@typescript-eslint/scope-manager"": ""4.33.0"", + ""@typescript-eslint/types"": ""4.33.0"", + ""@typescript-eslint/typescript-estree"": ""4.33.0"", + ""debug"": ""^4.3.1"" + }, + ""dependencies"": { + ""debug"": { + ""version"": ""4.3.4"", + ""resolved"": ""https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"", + ""integrity"": ""sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ=="", + ""peer"": true, + ""requires"": { + ""ms"": ""2.1.2"" + } + }, + ""ms"": { + ""version"": ""2.1.2"", + ""resolved"": ""https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"", + ""integrity"": ""sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="", + ""peer"": true + } + } + }, + ""@typescript-eslint/scope-manager"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz"", + ""integrity"": ""sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ=="", + ""peer"": true, + ""requires"": { + ""@typescript-eslint/types"": ""4.33.0"", + ""@typescript-eslint/visitor-keys"": ""4.33.0"" + } + }, + ""@typescript-eslint/types"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz"", + ""integrity"": ""sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ=="", + ""peer"": true + }, + ""@typescript-eslint/typescript-estree"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz"", + ""integrity"": ""sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA=="", + ""peer"": true, + ""requires"": { + ""@typescript-eslint/types"": ""4.33.0"", + ""@typescript-eslint/visitor-keys"": ""4.33.0"", + ""debug"": ""^4.3.1"", + ""globby"": ""^11.0.3"", + ""is-glob"": ""^4.0.1"", + ""semver"": ""^7.3.5"", + ""tsutils"": ""^3.21.0"" + }, + ""dependencies"": { + ""debug"": { + ""version"": ""4.3.4"", + ""resolved"": ""https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"", + ""integrity"": ""sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ=="", + ""peer"": true, + ""requires"": { + ""ms"": ""2.1.2"" + } + }, + ""ms"": { + ""version"": ""2.1.2"", + ""resolved"": ""https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"", + ""integrity"": ""sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="", + ""peer"": true + } + } + }, + ""@typescript-eslint/visitor-keys"": { + ""version"": ""4.33.0"", + ""resolved"": ""https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz"", + ""integrity"": ""sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg=="", + ""peer"": true, + ""requires"": { + ""@typescript-eslint/types"": ""4.33.0"", + ""eslint-visitor-keys"": ""^2.0.0"" + } + }, ""@vercel/webpack-asset-relocator-loader"": { ""version"": ""1.7.3"", ""resolved"": ""https://registry.npmjs.org/@vercel/webpack-asset-relocator-loader/-/webpack-asset-relocator-loader-1.7.3.tgz"", @@ -20031,12 +20453,14 @@ ""acorn-import-assertions"": { ""version"": ""1.8.0"", ""resolved"": ""https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz"", - ""integrity"": ""sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw=="" + ""integrity"": ""sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw=="", + ""requires"": {} }, ""acorn-jsx"": { ""version"": ""5.3.2"", ""resolved"": ""https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"", - ""integrity"": ""sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ=="" + ""integrity"": ""sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ=="", + ""requires"": {} }, ""acorn-loose"": { ""version"": ""8.3.0"", @@ -20070,7 +20494,8 @@ ""ajv-keywords"": { ""version"": ""3.5.2"", ""resolved"": ""https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz"", - ""integrity"": ""sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ=="" + ""integrity"": ""sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ=="", + ""requires"": {} }, ""anser"": { ""version"": ""2.1.1"", @@ -20293,6 +20718,28 @@ ""deep-equal"": ""^2.0.5"" } }, + ""babel-eslint"": { + ""version"": ""10.1.0"", + ""resolved"": ""https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz"", + ""integrity"": ""sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg=="", + ""peer"": true, + ""requires"": { + ""@babel/code-frame"": ""^7.0.0"", + ""@babel/parser"": ""^7.7.0"", + ""@babel/traverse"": ""^7.7.0"", + ""@babel/types"": ""^7.7.0"", + ""eslint-visitor-keys"": ""^1.0.0"", + ""resolve"": ""^1.12.0"" + }, + ""dependencies"": { + ""eslint-visitor-keys"": { + ""version"": ""1.3.0"", + ""resolved"": ""https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz"", + ""integrity"": ""sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="", + ""peer"": true + } + } + }, ""babel-jsx-utils"": { ""version"": ""1.1.0"", ""resolved"": ""https://registry.npmjs.org/babel-jsx-utils/-/babel-jsx-utils-1.1.0.tgz"", @@ -21334,7 +21781,8 @@ ""css-declaration-sorter"": { ""version"": ""6.3.1"", ""resolved"": ""https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz"", - ""integrity"": ""sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w=="" + ""integrity"": ""sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w=="", + ""requires"": {} }, ""css-loader"": { ""version"": ""5.2.7"", @@ -21471,7 +21919,8 @@ ""cssnano-utils"": { ""version"": ""3.1.0"", ""resolved"": ""https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz"", - ""integrity"": ""sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA=="" + ""integrity"": ""sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA=="", + ""requires"": {} }, ""csso"": { ""version"": ""4.2.0"", @@ -22350,7 +22799,8 @@ ""eslint-plugin-react-hooks"": { ""version"": ""4.6.0"", ""resolved"": ""https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz"", - ""integrity"": ""sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g=="" + ""integrity"": ""sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g=="", + ""requires"": {} }, ""eslint-scope"": { ""version"": ""5.1.1"", @@ -22368,6 +22818,15 @@ } } }, + ""eslint-utils"": { + ""version"": ""3.0.0"", + ""resolved"": ""https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz"", + ""integrity"": ""sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA=="", + ""peer"": true, + ""requires"": { + ""eslint-visitor-keys"": ""^2.0.0"" + } + }, ""eslint-visitor-keys"": { ""version"": ""2.1.0"", ""resolved"": ""https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz"", @@ -23613,7 +24072,8 @@ ""gatsby-script"": { ""version"": ""2.10.0"", ""resolved"": ""https://registry.npmjs.org/gatsby-script/-/gatsby-script-2.10.0.tgz"", - ""integrity"": ""sha512-VeHXBNP3nZZCMILcVi8W+50clgH0b2X/Z6k2q3GNH6QNYxMy+Uyf9hgen0jPMH4B+O8anruAumOlDaO5srDY2g=="" + ""integrity"": ""sha512-VeHXBNP3nZZCMILcVi8W+50clgH0b2X/Z6k2q3GNH6QNYxMy+Uyf9hgen0jPMH4B+O8anruAumOlDaO5srDY2g=="", + ""requires"": {} }, ""gatsby-sharp"": { ""version"": ""1.10.0"", @@ -23895,7 +24355,8 @@ ""graphql-http"": { ""version"": ""1.18.0"", ""resolved"": ""https://registry.npmjs.org/graphql-http/-/graphql-http-1.18.0.tgz"", - ""integrity"": ""sha512-r2sIo6jCTQi1aj7s+Srg7oU3+r5pUUgxgDD5JDZOmFzrbXVGz+yMhIKhvqW0cV10DcnVIFCOzuFuc1qvnjJ7yQ=="" + ""integrity"": ""sha512-r2sIo6jCTQi1aj7s+Srg7oU3+r5pUUgxgDD5JDZOmFzrbXVGz+yMhIKhvqW0cV10DcnVIFCOzuFuc1qvnjJ7yQ=="", + ""requires"": {} }, ""graphql-tag"": { ""version"": ""2.12.6"", @@ -23908,7 +24369,8 @@ ""graphql-type-json"": { ""version"": ""0.3.2"", ""resolved"": ""https://registry.npmjs.org/graphql-type-json/-/graphql-type-json-0.3.2.tgz"", - ""integrity"": ""sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg=="" + ""integrity"": ""sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg=="", + ""requires"": {} }, ""gray-matter"": { ""version"": ""4.0.3"", @@ -24197,7 +24659,8 @@ ""icss-utils"": { ""version"": ""5.1.0"", ""resolved"": ""https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz"", - ""integrity"": ""sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA=="" + ""integrity"": ""sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA=="", + ""requires"": {} }, ""ieee754"": { ""version"": ""1.2.1"", @@ -26430,27 +26893,32 @@ ""postcss-discard-comments"": { ""version"": ""5.1.2"", ""resolved"": ""https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz"", - ""integrity"": ""sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ=="" + ""integrity"": ""sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ=="", + ""requires"": {} }, ""postcss-discard-duplicates"": { ""version"": ""5.1.0"", ""resolved"": ""https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz"", - ""integrity"": ""sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw=="" + ""integrity"": ""sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw=="", + ""requires"": {} }, ""postcss-discard-empty"": { ""version"": ""5.1.1"", ""resolved"": ""https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz"", - ""integrity"": ""sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A=="" + ""integrity"": ""sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A=="", + ""requires"": {} }, ""postcss-discard-overridden"": { ""version"": ""5.1.0"", ""resolved"": ""https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz"", - ""integrity"": ""sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw=="" + ""integrity"": ""sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw=="", + ""requires"": {} }, ""postcss-flexbugs-fixes"": { ""version"": ""5.0.2"", ""resolved"": ""https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz"", - ""integrity"": ""sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ=="" + ""integrity"": ""sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ=="", + ""requires"": {} }, ""postcss-loader"": { ""version"": ""5.3.0"", @@ -26521,7 +26989,8 @@ ""postcss-modules-extract-imports"": { ""version"": ""3.0.0"", ""resolved"": ""https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz"", - ""integrity"": ""sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw=="" + ""integrity"": ""sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw=="", + ""requires"": {} }, ""postcss-modules-local-by-default"": { ""version"": ""4.0.0"", @@ -26552,7 +27021,8 @@ ""postcss-normalize-charset"": { ""version"": ""5.1.0"", ""resolved"": ""https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz"", - ""integrity"": ""sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg=="" + ""integrity"": ""sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg=="", + ""requires"": {} }, ""postcss-normalize-display-values"": { ""version"": ""5.1.0"", @@ -27096,7 +27566,8 @@ ""redux-thunk"": { ""version"": ""2.4.2"", ""resolved"": ""https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz"", - ""integrity"": ""sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q=="" + ""integrity"": ""sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q=="", + ""requires"": {} }, ""regenerate"": { ""version"": ""1.4.2"", @@ -28592,6 +29063,12 @@ ""is-typedarray"": ""^1.0.0"" } }, + ""typescript"": { + ""version"": ""5.1.3"", + ""resolved"": ""https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz"", + ""integrity"": ""sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw=="", + ""peer"": true + }, ""ua-parser-js"": { ""version"": ""0.7.35"", ""resolved"": ""https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.35.tgz"", @@ -29119,7 +29596,8 @@ ""ws"": { ""version"": ""8.11.0"", ""resolved"": ""https://registry.npmjs.org/ws/-/ws-8.11.0.tgz"", - ""integrity"": ""sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg=="" + ""integrity"": ""sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg=="", + ""requires"": {} }, ""xdg-basedir"": { ""version"": ""4.0.0"", diff --git a/starters/blog/package.json b/starters/blog/package.json index 7c409584ef990..3a5a37b139506 100644 --- a/starters/blog/package.json +++ b/starters/blog/package.json @@ -8,8 +8,8 @@ ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" }, ""dependencies"": { - ""@fontsource/merriweather"": ""^5.0.2"", - ""@fontsource-variable/montserrat"": ""^5.0.3"", + ""@fontsource/merriweather"": ""^5.0.3"", + ""@fontsource-variable/montserrat"": ""^5.0.4"", ""gatsby"": ""^5.10.0"", ""gatsby-plugin-feed"": ""^5.10.0"", ""gatsby-plugin-image"": ""^3.10.0"", diff --git a/starters/gatsby-starter-minimal-ts/package-lock.json b/starters/gatsby-starter-minimal-ts/package-lock.json index 1c1b230906bca..1377524da2678 100644 --- a/starters/gatsby-starter-minimal-ts/package-lock.json +++ b/starters/gatsby-starter-minimal-ts/package-lock.json @@ -14,8 +14,8 @@ ""react-dom"": ""^18.2.0"" }, ""devDependencies"": { - ""@types/node"": ""^20.2.5"", - ""@types/react"": ""^18.2.8"", + ""@types/node"": ""^20.2.6"", + ""@types/react"": ""^18.2.9"", ""@types/react-dom"": ""^18.2.4"", ""typescript"": ""^5.1.3"" } @@ -3779,9 +3779,9 @@ } }, ""node_modules/@types/node"": { - ""version"": ""20.2.5"", - ""resolved"": ""https://registry.npmjs.org/@types/node/-/node-20.2.5.tgz"", - ""integrity"": ""sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ=="" + ""version"": ""20.3.0"", + ""resolved"": ""https://registry.npmjs.org/@types/node/-/node-20.3.0.tgz"", + ""integrity"": ""sha512-cumHmIAf6On83X7yP+LrsEyUOf/YlociZelmpRYaGFydoaPdxdt80MAbu6vWerQT2COCp2nPvHdsbD7tHn/YlQ=="" }, ""node_modules/@types/node-fetch"": { ""version"": ""2.6.4"", @@ -3811,9 +3811,9 @@ } }, ""node_modules/@types/react"": { - ""version"": ""18.2.8"", - ""resolved"": ""https://registry.npmjs.org/@types/react/-/react-18.2.8.tgz"", - ""integrity"": ""sha512-lTyWUNrd8ntVkqycEEplasWy2OxNlShj3zqS0LuB1ENUGis5HodmhM7DtCoUGbxj3VW/WsGA0DUhpG6XrM7gPA=="", + ""version"": ""18.2.11"", + ""resolved"": ""https://registry.npmjs.org/@types/react/-/react-18.2.11.tgz"", + ""integrity"": ""sha512-+hsJr9hmwyDecSMQAmX7drgbDpyE+EgSF6t7+5QEBAn1tQK7kl1vWZ4iRf6SjQ8lk7dyEULxUmZOIpN0W5baZA=="", ""dependencies"": { ""@types/prop-types"": ""*"", ""@types/scheduler"": ""*"", @@ -17987,9 +17987,9 @@ } }, ""@types/node"": { - ""version"": ""20.2.5"", - ""resolved"": ""https://registry.npmjs.org/@types/node/-/node-20.2.5.tgz"", - ""integrity"": ""sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ=="" + ""version"": ""20.3.0"", + ""resolved"": ""https://registry.npmjs.org/@types/node/-/node-20.3.0.tgz"", + ""integrity"": ""sha512-cumHmIAf6On83X7yP+LrsEyUOf/YlociZelmpRYaGFydoaPdxdt80MAbu6vWerQT2COCp2nPvHdsbD7tHn/YlQ=="" }, ""@types/node-fetch"": { ""version"": ""2.6.4"", @@ -18019,9 +18019,9 @@ } }, ""@types/react"": { - ""version"": ""18.2.8"", - ""resolved"": ""https://registry.npmjs.org/@types/react/-/react-18.2.8.tgz"", - ""integrity"": ""sha512-lTyWUNrd8ntVkqycEEplasWy2OxNlShj3zqS0LuB1ENUGis5HodmhM7DtCoUGbxj3VW/WsGA0DUhpG6XrM7gPA=="", + ""version"": ""18.2.11"", + ""resolved"": ""https://registry.npmjs.org/@types/react/-/react-18.2.11.tgz"", + ""integrity"": ""sha512-+hsJr9hmwyDecSMQAmX7drgbDpyE+EgSF6t7+5QEBAn1tQK7kl1vWZ4iRf6SjQ8lk7dyEULxUmZOIpN0W5baZA=="", ""requires"": { ""@types/prop-types"": ""*"", ""@types/scheduler"": ""*"", diff --git a/starters/gatsby-starter-minimal-ts/package.json b/starters/gatsby-starter-minimal-ts/package.json index bbfe699da8db6..1dd6e9307dbc8 100644 --- a/starters/gatsby-starter-minimal-ts/package.json +++ b/starters/gatsby-starter-minimal-ts/package.json @@ -22,8 +22,8 @@ ""react-dom"": ""^18.2.0"" }, ""devDependencies"": { - ""@types/node"": ""^20.2.5"", - ""@types/react"": ""^18.2.8"", + ""@types/node"": ""^20.2.6"", + ""@types/react"": ""^18.2.9"", ""@types/react-dom"": ""^18.2.4"", ""typescript"": ""^5.1.3"" } diff --git a/starters/gatsby-starter-wordpress-blog/package-lock.json b/starters/gatsby-starter-wordpress-blog/package-lock.json index eff0a4f34a8d8..67a80f83d6464 100644 --- a/starters/gatsby-starter-wordpress-blog/package-lock.json +++ b/starters/gatsby-starter-wordpress-blog/package-lock.json @@ -9,9 +9,9 @@ ""version"": ""1.0.0"", ""license"": ""0BSD"", ""dependencies"": { - ""@fontsource-variable/montserrat"": ""^5.0.3"", - ""@fontsource/merriweather"": ""^5.0.2"", - ""@wordpress/block-library"": ""^8.11.0"", + ""@fontsource-variable/montserrat"": ""^5.0.4"", + ""@fontsource/merriweather"": ""^5.0.3"", + ""@wordpress/block-library"": ""^8.12.0"", ""gatsby"": ""^5.10.0"", ""gatsby-plugin-image"": ""^3.10.0"", ""gatsby-plugin-manifest"": ""^5.10.0"", @@ -2247,14 +2247,14 @@ } }, ""node_modules/@fontsource-variable/montserrat"": { - ""version"": ""5.0.3"", - ""resolved"": ""https://registry.npmjs.org/@fontsource-variable/montserrat/-/montserrat-5.0.3.tgz"", - ""integrity"": ""sha512-miMsv2GyECWlj8IyEUOFWh7mBdXF17k1fYUEeolhQBkIBulHDISV9d+PVD663ZAevs2v20IG5XxlqT7zcFlmJQ=="" + ""version"": ""5.0.4"", + ""resolved"": ""https://registry.npmjs.org/@fontsource-variable/montserrat/-/montserrat-5.0.4.tgz"", + ""integrity"": ""sha512-fxr8pwfWV21MacFRmo/SE/shMNbMBc1vqinGFc7bb49xUlCl/+o4+S1pQoj/NMtJU+DF+mGhQz5ozN6u3SGiEQ=="" }, ""node_modules/@fontsource/merriweather"": { - ""version"": ""5.0.2"", - ""resolved"": ""https://registry.npmjs.org/@fontsource/merriweather/-/merriweather-5.0.2.tgz"", - ""integrity"": ""sha512-xoziTXfksJCNnyV12IIR1/5NpEN062I1XqVEOf97snw0OxsvXAZ2TiWxJL+wxSbGxZiXIu3zDSBp9nkoxRSKHw=="" + ""version"": ""5.0.3"", + ""resolved"": ""https://registry.npmjs.org/@fontsource/merriweather/-/merriweather-5.0.3.tgz"", + ""integrity"": ""sha512-iCngvmyUfmWxQwqi3ekD8NIysXresp9L6M9fPJXUgUNWvEHhEXjMYg6RvIiZVexKrlRgtEY1KVt11kh4KFTDYQ=="" }, ""node_modules/@gatsbyjs/parcel-namer-relative-to-cwd"": { ""version"": ""2.10.0"", @@ -5316,35 +5316,35 @@ } }, ""node_modules/@wordpress/a11y"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/a11y/-/a11y-3.34.0.tgz"", - ""integrity"": ""sha512-l1K/mZySjredVyV58+Zxe8iL//+3jYWt6VwAFs/8hnTkRnwzSYobwaV15oCQLXE31SglT/2p0c5p2u7r5b7VAw=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/a11y/-/a11y-3.35.0.tgz"", + ""integrity"": ""sha512-ZAUeXSTT752hnsyItFTS1hMF8/G8zIj4ptL61qdC4mLhmlZl+qpzBEGzt9jyQXjw8bLjfUm6SX566MBoRblfRA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/dom-ready"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"" + ""@wordpress/dom-ready"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"" }, ""engines"": { ""node"": "">=12"" } }, ""node_modules/@wordpress/api-fetch"": { - ""version"": ""6.31.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-6.31.0.tgz"", - ""integrity"": ""sha512-3l2jT7eD6kOK+GM1qcXsk7BGmmrU+//uT1wWOSpx+x4vpPABKlm7yfPvjHG7SqbgHXQzLD6eFvo/nmwN3JbGNg=="", + ""version"": ""6.32.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-6.32.0.tgz"", + ""integrity"": ""sha512-O1PniwQSLsmAqLYNhEkBzkLU7BzfgQco6btJ4GVgwk514wor4uOIytEocO0j/p1vddGHsA4y+ko8AKZJaQa3lQ=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/url"": ""^3.35.0"" + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/url"": ""^3.36.0"" }, ""engines"": { ""node"": "">=12"" } }, ""node_modules/@wordpress/autop"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/autop/-/autop-3.34.0.tgz"", - ""integrity"": ""sha512-tp18P9BvcE2gMW2WCpX8sbM1tX7CI7rXBudYWj3FU52/00/cuzu7As4mjCNuj7Rt2WK5A6yQoYGLWHxC5Nde7A=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/autop/-/autop-3.35.0.tgz"", + ""integrity"": ""sha512-6XGS85RMoo+sB1Ro8WhYWfwrdySUUPd77uKFMgS3g8pCuNNz0UsQL3n+hXvMdrVSRP6ZwQYuVRj3vbvJf8V/IQ=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"" }, @@ -5353,9 +5353,9 @@ } }, ""node_modules/@wordpress/blob"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/blob/-/blob-3.34.0.tgz"", - ""integrity"": ""sha512-sPFBH2VSiMuAS4wFA0Hv8ThGlIzeR6Hj7gVZbpX+6XFVChUPOuny18X2iP0K3YSAfXkYxcXNF5wsfrVc/OCHSA=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/blob/-/blob-3.35.0.tgz"", + ""integrity"": ""sha512-VcImswCoTMp+LLvwqfSJzq4Mvm/vhKO76Z2OjnHl3tuzfczGepJrmBxf/Q3il7jZPdPxfbkhWqGPKjcYSYKD3w=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"" }, @@ -5364,41 +5364,41 @@ } }, ""node_modules/@wordpress/block-editor"": { - ""version"": ""12.2.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-12.2.0.tgz"", - ""integrity"": ""sha512-4QSni+jA50vaxyA95NF6MSvYCvEGC9BexlwsiJK6DlkTCPhxrpgH9V++rpYukUDdX7yr/lfu4vcGxrJ/gpHzdg=="", + ""version"": ""12.3.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-12.3.0.tgz"", + ""integrity"": ""sha512-Q4jEy+FJmKGt8mSK9+MRT2OeLHuvz2Fiuk+b3ERrvZLI79OcBT+GtB+jac6qvf5VBXQNG4+lEy2xn4Ao5SPLAA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", ""@react-spring/web"": ""^9.4.5"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/api-fetch"": ""^6.31.0"", - ""@wordpress/blob"": ""^3.34.0"", - ""@wordpress/blocks"": ""^12.11.0"", - ""@wordpress/components"": ""^25.0.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/date"": ""^4.34.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/dom"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/escape-html"": ""^2.34.0"", - ""@wordpress/hooks"": ""^3.34.0"", - ""@wordpress/html-entities"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/icons"": ""^9.25.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/keyboard-shortcuts"": ""^4.11.0"", - ""@wordpress/keycodes"": ""^3.34.0"", - ""@wordpress/notices"": ""^4.2.0"", - ""@wordpress/preferences"": ""^3.11.0"", - ""@wordpress/private-apis"": ""^0.16.0"", - ""@wordpress/rich-text"": ""^6.11.0"", - ""@wordpress/shortcode"": ""^3.34.0"", - ""@wordpress/style-engine"": ""^1.17.0"", - ""@wordpress/token-list"": ""^2.34.0"", - ""@wordpress/url"": ""^3.35.0"", - ""@wordpress/warning"": ""^2.34.0"", - ""@wordpress/wordcount"": ""^3.34.0"", + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/api-fetch"": ""^6.32.0"", + ""@wordpress/blob"": ""^3.35.0"", + ""@wordpress/blocks"": ""^12.12.0"", + ""@wordpress/components"": ""^25.1.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/date"": ""^4.35.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/dom"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/escape-html"": ""^2.35.0"", + ""@wordpress/hooks"": ""^3.35.0"", + ""@wordpress/html-entities"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/icons"": ""^9.26.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/keyboard-shortcuts"": ""^4.12.0"", + ""@wordpress/keycodes"": ""^3.35.0"", + ""@wordpress/notices"": ""^4.3.0"", + ""@wordpress/preferences"": ""^3.12.0"", + ""@wordpress/private-apis"": ""^0.17.0"", + ""@wordpress/rich-text"": ""^6.12.0"", + ""@wordpress/shortcode"": ""^3.35.0"", + ""@wordpress/style-engine"": ""^1.18.0"", + ""@wordpress/token-list"": ""^2.35.0"", + ""@wordpress/url"": ""^3.36.0"", + ""@wordpress/warning"": ""^2.35.0"", + ""@wordpress/wordcount"": ""^3.35.0"", ""change-case"": ""^4.1.2"", ""classnames"": ""^2.3.1"", ""colord"": ""^2.7.0"", @@ -5423,41 +5423,41 @@ } }, ""node_modules/@wordpress/block-library"": { - ""version"": ""8.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/block-library/-/block-library-8.11.0.tgz"", - ""integrity"": ""sha512-ND3KdtCSumGykPI2N6i9rFvSaSqQZPO/7EWpH61Ov5utxlkJvnF9yz3Ekq7AT/kvOs3OT1RJkAbhoPhi/zqUMg=="", + ""version"": ""8.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/block-library/-/block-library-8.12.0.tgz"", + ""integrity"": ""sha512-u7tVLG1z1Gos9bJdzLREsritN+BTcFPlabOcGVLaBixsGEETek805mr02TPLT49ZgErjJ97a5xy5BUGmxCl9HA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", ""@preact/signals"": ""^1.1.3"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/api-fetch"": ""^6.31.0"", - ""@wordpress/autop"": ""^3.34.0"", - ""@wordpress/blob"": ""^3.34.0"", - ""@wordpress/block-editor"": ""^12.2.0"", - ""@wordpress/blocks"": ""^12.11.0"", - ""@wordpress/components"": ""^25.0.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/core-data"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/date"": ""^4.34.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/dom"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/escape-html"": ""^2.34.0"", - ""@wordpress/hooks"": ""^3.34.0"", - ""@wordpress/html-entities"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/icons"": ""^9.25.0"", - ""@wordpress/keycodes"": ""^3.34.0"", - ""@wordpress/notices"": ""^4.2.0"", - ""@wordpress/primitives"": ""^3.32.0"", - ""@wordpress/private-apis"": ""^0.16.0"", - ""@wordpress/reusable-blocks"": ""^4.11.0"", - ""@wordpress/rich-text"": ""^6.11.0"", - ""@wordpress/server-side-render"": ""^4.11.0"", - ""@wordpress/url"": ""^3.35.0"", - ""@wordpress/viewport"": ""^5.11.0"", - ""@wordpress/wordcount"": ""^3.34.0"", + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/api-fetch"": ""^6.32.0"", + ""@wordpress/autop"": ""^3.35.0"", + ""@wordpress/blob"": ""^3.35.0"", + ""@wordpress/block-editor"": ""^12.3.0"", + ""@wordpress/blocks"": ""^12.12.0"", + ""@wordpress/components"": ""^25.1.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/core-data"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/date"": ""^4.35.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/dom"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/escape-html"": ""^2.35.0"", + ""@wordpress/hooks"": ""^3.35.0"", + ""@wordpress/html-entities"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/icons"": ""^9.26.0"", + ""@wordpress/keycodes"": ""^3.35.0"", + ""@wordpress/notices"": ""^4.3.0"", + ""@wordpress/primitives"": ""^3.33.0"", + ""@wordpress/private-apis"": ""^0.17.0"", + ""@wordpress/reusable-blocks"": ""^4.12.0"", + ""@wordpress/rich-text"": ""^6.12.0"", + ""@wordpress/server-side-render"": ""^4.12.0"", + ""@wordpress/url"": ""^3.36.0"", + ""@wordpress/viewport"": ""^5.12.0"", + ""@wordpress/wordcount"": ""^3.35.0"", ""change-case"": ""^4.1.2"", ""classnames"": ""^2.3.1"", ""colord"": ""^2.7.0"", @@ -5480,9 +5480,9 @@ } }, ""node_modules/@wordpress/block-serialization-default-parser"": { - ""version"": ""4.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/block-serialization-default-parser/-/block-serialization-default-parser-4.34.0.tgz"", - ""integrity"": ""sha512-E873697d62JZ21/MnwJe311q7PwQ64PUVu+Q7qjGhGT9DgGJpU1LEZyqEff/1DMo3wmu3hmOd+ROJdpmlftMEg=="", + ""version"": ""4.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/block-serialization-default-parser/-/block-serialization-default-parser-4.35.0.tgz"", + ""integrity"": ""sha512-4ujjnbiyGF98IWw9bskpi7+hqXH/crTMZOTJRPBCmceEXxgTO8SH9pnwM9gPxYarOkSXSZX1y0UBrp2XJgG/wA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"" }, @@ -5491,25 +5491,25 @@ } }, ""node_modules/@wordpress/blocks"": { - ""version"": ""12.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/blocks/-/blocks-12.11.0.tgz"", - ""integrity"": ""sha512-hGPgKJ4A3znqETUt+5054UyvcywhBmYyjbpKJlp9Z2fjL0i+msO6Iqg9+OSBtms87hPojBvUA5TYnbp2Ev4cpQ=="", + ""version"": ""12.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/blocks/-/blocks-12.12.0.tgz"", + ""integrity"": ""sha512-/MOQ8mYCu3YF0+NJMnMeyVz3yQWR3hnaxsm9oooakGzJAG172Z5Spa6LCSRO4N6gljk1mNfm38g5MN7jTt+yWw=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/autop"": ""^3.34.0"", - ""@wordpress/blob"": ""^3.34.0"", - ""@wordpress/block-serialization-default-parser"": ""^4.34.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/dom"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/hooks"": ""^3.34.0"", - ""@wordpress/html-entities"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/private-apis"": ""^0.16.0"", - ""@wordpress/shortcode"": ""^3.34.0"", + ""@wordpress/autop"": ""^3.35.0"", + ""@wordpress/blob"": ""^3.35.0"", + ""@wordpress/block-serialization-default-parser"": ""^4.35.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/dom"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/hooks"": ""^3.35.0"", + ""@wordpress/html-entities"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/private-apis"": ""^0.17.0"", + ""@wordpress/shortcode"": ""^3.35.0"", ""change-case"": ""^4.1.2"", ""colord"": ""^2.7.0"", ""fast-deep-equal"": ""^3.1.3"", @@ -5531,9 +5531,9 @@ } }, ""node_modules/@wordpress/components"": { - ""version"": ""25.0.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/components/-/components-25.0.0.tgz"", - ""integrity"": ""sha512-q2rligpPRO9C7yisfsQLpj+DM+NcrwrhPwOXqId4pGeXQSodSzNMwowS1qSoMW21AjSspi95mjDa1J0dUb84Lw=="", + ""version"": ""25.1.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/components/-/components-25.1.0.tgz"", + ""integrity"": ""sha512-KHTwulE5y5kPAssS9okL1dSJ1WT8UHILV6AVXFxB2Zw3AbIxrPjWc725S1ol79Skjm9AXRQVFjPZpSjuTvWjPQ=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", ""@emotion/cache"": ""^11.7.1"", @@ -5545,23 +5545,23 @@ ""@floating-ui/react-dom"": ""1.0.0"", ""@radix-ui/react-dropdown-menu"": ""^2.0.4"", ""@use-gesture/react"": ""^10.2.24"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/date"": ""^4.34.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/dom"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/escape-html"": ""^2.34.0"", - ""@wordpress/hooks"": ""^3.34.0"", - ""@wordpress/html-entities"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/icons"": ""^9.25.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/keycodes"": ""^3.34.0"", - ""@wordpress/primitives"": ""^3.32.0"", - ""@wordpress/private-apis"": ""^0.16.0"", - ""@wordpress/rich-text"": ""^6.11.0"", - ""@wordpress/warning"": ""^2.34.0"", + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/date"": ""^4.35.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/dom"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/escape-html"": ""^2.35.0"", + ""@wordpress/hooks"": ""^3.35.0"", + ""@wordpress/html-entities"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/icons"": ""^9.26.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/keycodes"": ""^3.35.0"", + ""@wordpress/primitives"": ""^3.33.0"", + ""@wordpress/private-apis"": ""^0.17.0"", + ""@wordpress/rich-text"": ""^6.12.0"", + ""@wordpress/warning"": ""^2.35.0"", ""change-case"": ""^4.1.2"", ""classnames"": ""^2.3.1"", ""colord"": ""^2.7.0"", @@ -5598,18 +5598,18 @@ ""integrity"": ""sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw=="" }, ""node_modules/@wordpress/compose"": { - ""version"": ""6.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/compose/-/compose-6.11.0.tgz"", - ""integrity"": ""sha512-3t6rJhsR1jmCsVvGntK4LCk153w7rR4dZtWnMr4pVJEjoyYU0IkMWz/KKvtQaPKRPaZ5DFVftp0btlyhu+LYnA=="", + ""version"": ""6.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/compose/-/compose-6.12.0.tgz"", + ""integrity"": ""sha512-IKWVvhs9Z3tMP08n1z8zo6IU8eeIVyEVrV6/sykM7Wkx0n8o2Q8VrhFDR/5Hv6GYmH+vZsTBr4wOlPL4aGo8Tw=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", ""@types/mousetrap"": ""^1.6.8"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/dom"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/keycodes"": ""^3.34.0"", - ""@wordpress/priority-queue"": ""^2.34.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/dom"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/keycodes"": ""^3.35.0"", + ""@wordpress/priority-queue"": ""^2.35.0"", ""change-case"": ""^4.1.2"", ""clipboard"": ""^2.0.8"", ""mousetrap"": ""^1.6.5"", @@ -5623,21 +5623,21 @@ } }, ""node_modules/@wordpress/core-data"": { - ""version"": ""6.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/core-data/-/core-data-6.11.0.tgz"", - ""integrity"": ""sha512-SSQaCRa3bm82DaaVpO2w/+F8Rj2glaXQ5Mdly/UW0RqQWdSb2vNgNhN+1dMXqWTnm6ZT9TWv2QNsJhkxk2/WUA=="", + ""version"": ""6.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/core-data/-/core-data-6.12.0.tgz"", + ""integrity"": ""sha512-hRI6JnjMNrbLWFDUHTcoAPs7vaPyg9XsBAvCLIfVsKWFnuTQHl2MpyQEWVTcZHOuo4dirG32VFINDdQ/mHsmoA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/api-fetch"": ""^6.31.0"", - ""@wordpress/blocks"": ""^12.11.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/html-entities"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/url"": ""^3.35.0"", + ""@wordpress/api-fetch"": ""^6.32.0"", + ""@wordpress/blocks"": ""^12.12.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/html-entities"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/url"": ""^3.36.0"", ""change-case"": ""^4.1.2"", ""equivalent-key-map"": ""^0.2.2"", ""fast-deep-equal"": ""^3.1.3"", @@ -5653,18 +5653,18 @@ } }, ""node_modules/@wordpress/data"": { - ""version"": ""9.4.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/data/-/data-9.4.0.tgz"", - ""integrity"": ""sha512-kmB/riWZzwSSOCagOjl+2ual69DhGYljq/W4MjVuDJshOqP+jna8ecTl+58q5i4jeh01gLHSX7GyJQOGf4jcxQ=="", + ""version"": ""9.5.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/data/-/data-9.5.0.tgz"", + ""integrity"": ""sha512-pZ3jBggwABh9PGbQE2xSrKpa2XHJejq+5R++baDngu//nflJcNvWzEVR56oNIy6u8SoGn1pFnka9GES+gw+Hgw=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/priority-queue"": ""^2.34.0"", - ""@wordpress/private-apis"": ""^0.16.0"", - ""@wordpress/redux-routine"": ""^4.34.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/priority-queue"": ""^2.35.0"", + ""@wordpress/private-apis"": ""^0.17.0"", + ""@wordpress/redux-routine"": ""^4.35.0"", ""deepmerge"": ""^4.3.0"", ""equivalent-key-map"": ""^0.2.2"", ""is-plain-object"": ""^5.0.0"", @@ -5681,12 +5681,12 @@ } }, ""node_modules/@wordpress/date"": { - ""version"": ""4.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/date/-/date-4.34.0.tgz"", - ""integrity"": ""sha512-e6hA8QUpRXbPCoHfBcHRa+g7kvrG5yvV7vDb10N+KivfIwpsiBk/VIXMq3tl345s3Fl+STnJHJiIQ1EEHusVvg=="", + ""version"": ""4.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/date/-/date-4.35.0.tgz"", + ""integrity"": ""sha512-GjjGssOu5nkI64O2lw4YOj3k2BBP40k5f94GwyxI2IitGyemmCd4EcwGuDXMM+K9bA4sqcStyrR7AI2pcDXw2w=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/deprecated"": ""^3.34.0"", + ""@wordpress/deprecated"": ""^3.35.0"", ""moment"": ""^2.29.4"", ""moment-timezone"": ""^0.5.40"" }, @@ -5695,33 +5695,33 @@ } }, ""node_modules/@wordpress/deprecated"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/deprecated/-/deprecated-3.34.0.tgz"", - ""integrity"": ""sha512-erd4Clun4IeluiFDcppg6Nnf77eP2lXGWihjJsKRmppt96bW5XRFSw4peaeXhwiNQ+4rBid2Khchw8xlizQxTQ=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/deprecated/-/deprecated-3.35.0.tgz"", + ""integrity"": ""sha512-I0KsMuNWMS4HwAjcnCHa5+ie6+INVSdamTVBF5D0i7xEYAOrmqRdIqYCULORrUPZvaXtaXmoCC3mNbJ/B9pUmw=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/hooks"": ""^3.34.0"" + ""@wordpress/hooks"": ""^3.35.0"" }, ""engines"": { ""node"": "">=12"" } }, ""node_modules/@wordpress/dom"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/dom/-/dom-3.34.0.tgz"", - ""integrity"": ""sha512-V2Rksv9uB90qc9akkQjKizantKeNcZNlJe44RWENge70BwLnydZaWbz6o42ROMPWpAiWRbcVXJC83ujmJPLFng=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/dom/-/dom-3.35.0.tgz"", + ""integrity"": ""sha512-DfeBUcy6hsKymbAJS+BAxMbcyB+Vb6wqstKYzdjYgw7V5JiDy9R4iXjZuWNhWJvbp/DtVw42wPqfARmRhJIqyg=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/deprecated"": ""^3.34.0"" + ""@wordpress/deprecated"": ""^3.35.0"" }, ""engines"": { ""node"": "">=12"" } }, ""node_modules/@wordpress/dom-ready"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/dom-ready/-/dom-ready-3.34.0.tgz"", - ""integrity"": ""sha512-tcMumpNtS1ZV2OVg1DMZ/ZLrSwNgpVie7boJePxpBioEWJmKD/Lyel/hBgnheZzLKkuVCeSYyfU9Af7iqEbMQg=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/dom-ready/-/dom-ready-3.35.0.tgz"", + ""integrity"": ""sha512-EloGshrdTEfUP8oxM1s52Vz3PK0fz5FKd58LGie2nQv2hVl5fev9WWnH7NJGP3JbYQL6355qb+3BarieHkmDAw=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"" }, @@ -5730,14 +5730,14 @@ } }, ""node_modules/@wordpress/element"": { - ""version"": ""5.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/element/-/element-5.11.0.tgz"", - ""integrity"": ""sha512-PRmh2LLNsBKVwYGlff3Mq4P87icBin0AgP52wU0BpJw/Eiy4VnCm+PDw9LCEOMCTVIpLeJXN1VUt+yGZ+VzW6w=="", + ""version"": ""5.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/element/-/element-5.12.0.tgz"", + ""integrity"": ""sha512-W2Gcg8G9Qbzvh/9smHgvisoepe+GWzHXdxXOdRclNtmNXv0GGRkJJRIm2JFeV7emc2rOiI68VM/khnSTc293sQ=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", ""@types/react"": ""^18.0.21"", ""@types/react-dom"": ""^18.0.6"", - ""@wordpress/escape-html"": ""^2.34.0"", + ""@wordpress/escape-html"": ""^2.35.0"", ""change-case"": ""^4.1.2"", ""is-plain-object"": ""^5.0.0"", ""react"": ""^18.2.0"", @@ -5748,9 +5748,9 @@ } }, ""node_modules/@wordpress/escape-html"": { - ""version"": ""2.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-2.34.0.tgz"", - ""integrity"": ""sha512-xVBtkAfQmOeXb76CQESJeChDq1EA73PCUCJNRxRyDhCIyHBYWp+DmtvhXfwwuHnf0haJhQY2iQNqt5eKZPjBdQ=="", + ""version"": ""2.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-2.35.0.tgz"", + ""integrity"": ""sha512-tS/+pHBI3Yqkhy2hQ+dKlxm076ULCVa4hk0bgJFtdu0KejQ9wpC7vh/+i8bkv+OQZJx5B8v86872ccO2dKSciw=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"" }, @@ -5759,9 +5759,9 @@ } }, ""node_modules/@wordpress/hooks"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/hooks/-/hooks-3.34.0.tgz"", - ""integrity"": ""sha512-qVBtsA8bjACRTL5tkeGkg9jb5O66JmLJY3zSFnQ4v97CTXdtNAFXSCVEIbwDsZSsXOu/ybX06teKsvS9v3tnXg=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/hooks/-/hooks-3.35.0.tgz"", + ""integrity"": ""sha512-kULaDrUh2G7GMSjHMMjDMmQ9jWmO4nGkeIwwdzyKFwSv+qSpI8ootDQkNpt3d3STTGbwG9fvjQoX9uefSPDZwA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"" }, @@ -5770,9 +5770,9 @@ } }, ""node_modules/@wordpress/html-entities"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.34.0.tgz"", - ""integrity"": ""sha512-Vdi1A7aFeCjhSS7XWvIKZHn8r3hwahWhiwE08hFxqK4zRp81y5KQ56lrMZO2yCjVQ9k7qWclGR8FGYKFyD35CA=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.35.0.tgz"", + ""integrity"": ""sha512-SBqPqwldXeXIK3rajixbvYbFBL2E9ZSXzGT1FFAtzlGUwRli+YRuKc6bxm1lSp0K44g9/LQdV9YwvqwsrbyZoA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"" }, @@ -5781,12 +5781,12 @@ } }, ""node_modules/@wordpress/i18n"": { - ""version"": ""4.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/i18n/-/i18n-4.34.0.tgz"", - ""integrity"": ""sha512-rC1Ll/48GNsYHFF8cUU1V+bfqjBtHAsDsB7F8O81tXjfkJDFsNq7J8Gti47lAgeqvQ934y+sj5gAmFaM7A+AdA=="", + ""version"": ""4.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/i18n/-/i18n-4.35.0.tgz"", + ""integrity"": ""sha512-YT+8VHRiuna4inTb69cVI+8G3uBrq2wHfdiZesyVzRTBU7Yk/1PKIpqF4zwGNIZymuAojkFY5IS/vADLjBZ69g=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/hooks"": ""^3.34.0"", + ""@wordpress/hooks"": ""^3.35.0"", ""gettext-parser"": ""^1.3.1"", ""memize"": ""^2.1.0"", ""sprintf-js"": ""^1.1.1"", @@ -5800,22 +5800,22 @@ } }, ""node_modules/@wordpress/icons"": { - ""version"": ""9.25.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/icons/-/icons-9.25.0.tgz"", - ""integrity"": ""sha512-TKg6mWWzc8xa1Cte3Ql6vTWRyz5BJGAk10nvjn7I2oy+H1ecCYYrJdBM3WGClEZssvtNGYk6U5IWhlSqvVr05Q=="", + ""version"": ""9.26.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/icons/-/icons-9.26.0.tgz"", + ""integrity"": ""sha512-5tS2DqFG++544Sopiz7z5cmNIgtJUxBrnwcElUvyGT8+eorAKCaSPa7O8InOvYvpQOPS5o9vGd9XYfjTX7fufA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/primitives"": ""^3.32.0"" + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/primitives"": ""^3.33.0"" }, ""engines"": { ""node"": "">=12"" } }, ""node_modules/@wordpress/is-shallow-equal"": { - ""version"": ""4.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-4.34.0.tgz"", - ""integrity"": ""sha512-/KcMrEu9VjSpBYls+NNKvh8z5SRC9lm+qbY9jGQx1i/S3e0Fw+gl/AGMt5o2mLNYaL9V3MGVM4NbINfjEqR+MA=="", + ""version"": ""4.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-4.35.0.tgz"", + ""integrity"": ""sha512-poPck+5RJTm3bcGj36jxRxlGEtocdma4vUwqGIvevdCDaBzxtgy+bX9xCLgszwKRht7xhsgRDW57UWTU7c35NA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"" }, @@ -5824,14 +5824,14 @@ } }, ""node_modules/@wordpress/keyboard-shortcuts"": { - ""version"": ""4.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/keyboard-shortcuts/-/keyboard-shortcuts-4.11.0.tgz"", - ""integrity"": ""sha512-a57iIqAIcQJaxSNlsiJszQ25YqKTgW9lDRsryDDlAaX6Hu4wfn1iWIEHXVp87LdAB/ani8FBTeWqImckIXrPew=="", + ""version"": ""4.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/keyboard-shortcuts/-/keyboard-shortcuts-4.12.0.tgz"", + ""integrity"": ""sha512-uMR4X4U2prRBC8BD3/AU0x+bWDuqw8pHMCr47RYFYciKLwpA4kVqj9q24euN2ccTuozFb4lAPBfozzkyqeXbFw=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/keycodes"": ""^3.34.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/keycodes"": ""^3.35.0"", ""rememo"": ""^4.0.2"" }, ""engines"": { @@ -5842,12 +5842,12 @@ } }, ""node_modules/@wordpress/keycodes"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/keycodes/-/keycodes-3.34.0.tgz"", - ""integrity"": ""sha512-gwzOrv+jCYJdMMgCInFQErlxq4FDhJWE8vzBjqZW+meACeyWqVsfLGTfVgc/qWqy/hno+IivfiQbHLCBAO1tFw=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/keycodes/-/keycodes-3.35.0.tgz"", + ""integrity"": ""sha512-Yr/bmE1rApLd47QBWSsMk6IBCJ/3sxZ0H4OCjg2vI5x1A4mDhh0AQH+mO9Q6e1NJPgpuBobgcriZVN94VxwbEQ=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/i18n"": ""^4.34.0"", + ""@wordpress/i18n"": ""^4.35.0"", ""change-case"": ""^4.1.2"" }, ""engines"": { @@ -5855,29 +5855,29 @@ } }, ""node_modules/@wordpress/notices"": { - ""version"": ""4.2.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/notices/-/notices-4.2.0.tgz"", - ""integrity"": ""sha512-dqXtwYERV+Ji3tfdq1XMmRASAFRHYfU9HMSQAPOVVAX2pLSBupl4IpymceBWhRvaOk9IT9740702maDE2vbZGg=="", + ""version"": ""4.3.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/notices/-/notices-4.3.0.tgz"", + ""integrity"": ""sha512-PLL1icA543n+fifOBSCW+90n0vhULcJOiMWbK6Skg3mHklO40dAFPsuB2mW2VU2moSMwNu1pOSJnZiwOiJU66A=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/data"": ""^9.4.0"" + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/data"": ""^9.5.0"" }, ""engines"": { ""node"": "">=12"" } }, ""node_modules/@wordpress/preferences"": { - ""version"": ""3.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/preferences/-/preferences-3.11.0.tgz"", - ""integrity"": ""sha512-AZCjIxe6r00ttS3krutb+z4939oEqh0pa5g7CmfgjH+fb6/B+cx5Lth52hsB8hofQhDC5pCEK78kcZ021Jmc2w=="", + ""version"": ""3.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/preferences/-/preferences-3.12.0.tgz"", + ""integrity"": ""sha512-7Zm4ihuK2QZoswOWH32SUmafFSByTO2jDmzuNSyNLmXasCHYasOeD6c/OqfgWjFOBSFIuaPnEA4iA69+sFLa8g=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/components"": ""^25.0.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/icons"": ""^9.25.0"", + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/components"": ""^25.1.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/icons"": ""^9.26.0"", ""classnames"": ""^2.3.1"" }, ""engines"": { @@ -5889,12 +5889,12 @@ } }, ""node_modules/@wordpress/primitives"": { - ""version"": ""3.32.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/primitives/-/primitives-3.32.0.tgz"", - ""integrity"": ""sha512-bBWiFS7LwDQJUqOcOsASnnqjxn2E6qqL5+qSTK0hJXMSwLdh373KA2ja0ZhNWkHzerv8sSWRCJeB89MzuuiVpA=="", + ""version"": ""3.33.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/primitives/-/primitives-3.33.0.tgz"", + ""integrity"": ""sha512-tgGkoDaWFELSoVM3FCS8T16DclIHbC7P2i3j8eVcprYsbgsGR+gaob7qWjgGb954A/OtSfayp1UNwl2kKuPh/A=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/element"": ""^5.11.0"", + ""@wordpress/element"": ""^5.12.0"", ""classnames"": ""^2.3.1"" }, ""engines"": { @@ -5902,9 +5902,9 @@ } }, ""node_modules/@wordpress/priority-queue"": { - ""version"": ""2.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/priority-queue/-/priority-queue-2.34.0.tgz"", - ""integrity"": ""sha512-JGG0c5QCzb5VxdjlK+/Tow0DEHZg+eyGPXGUtwqobd+bsw1Rz1b4rJPpicx9BxRB6+bkDik/7jpL2vv8X/nQKA=="", + ""version"": ""2.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/priority-queue/-/priority-queue-2.35.0.tgz"", + ""integrity"": ""sha512-ybG3Ck8hIwCsPPvasHooUsmgezH7iqr+QEWAbty4hAE5xTNTYBe8CtVYJKWDd1YGjadw90I+R1sAooynY9QsTg=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", ""requestidlecallback"": ""^0.3.0"" @@ -5914,9 +5914,9 @@ } }, ""node_modules/@wordpress/private-apis"": { - ""version"": ""0.16.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/private-apis/-/private-apis-0.16.0.tgz"", - ""integrity"": ""sha512-4zNzPgdkyYkJwymK8yfPtZ13VPGErnhdbMWxFKmVmo2OiqcwCGRBqAl6fiG3gZhlHOaZqAAmEniFxY3ew1za1w=="", + ""version"": ""0.17.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/private-apis/-/private-apis-0.17.0.tgz"", + ""integrity"": ""sha512-Sa2Gcb2gX53NGMJaQsl1SwTQZV6wtLg0eM9G2Hbzv1/itoUI2JMnLWEsijjhzVPrCEEeSpzySyJsAOB83VGQSA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"" }, @@ -5925,9 +5925,9 @@ } }, ""node_modules/@wordpress/redux-routine"": { - ""version"": ""4.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/redux-routine/-/redux-routine-4.34.0.tgz"", - ""integrity"": ""sha512-enRjrXfXturuFg5+AkR0ZOdEtF16JVP+sGicm+SFWe5lz+/Mbfc4yFQ041XPc1b3jgk2xYG2yA0EUAFNj9aotA=="", + ""version"": ""4.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/redux-routine/-/redux-routine-4.35.0.tgz"", + ""integrity"": ""sha512-nnltv15r/+ganTRX4HF2BbWTlajOWs1p2rn7EGSBh5Azmf/dBbP9/Sl9sVLZGMSkACWTPep0pxkVPyxEybFItw=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", ""is-plain-object"": ""^5.0.0"", @@ -5942,20 +5942,20 @@ } }, ""node_modules/@wordpress/reusable-blocks"": { - ""version"": ""4.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/reusable-blocks/-/reusable-blocks-4.11.0.tgz"", - ""integrity"": ""sha512-VqcKOHJpalSdNaegObM8iC4Kz9V1D/u0euuRKZ5nKcmgVVSAOdLQeg11EpdSo6huNvJwpxcaMzwIK1hJ/UuifA=="", - ""dependencies"": { - ""@wordpress/block-editor"": ""^12.2.0"", - ""@wordpress/blocks"": ""^12.11.0"", - ""@wordpress/components"": ""^25.0.0"", - ""@wordpress/core-data"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/icons"": ""^9.25.0"", - ""@wordpress/notices"": ""^4.2.0"", - ""@wordpress/url"": ""^3.35.0"" + ""version"": ""4.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/reusable-blocks/-/reusable-blocks-4.12.0.tgz"", + ""integrity"": ""sha512-eLEgV98AtHvFSsT2vxyWdMJF52J8OGWQavqIbSVf5D5EQg95+/ggjg/LRXMPbiNWIIE/ihj7ANIW9Srfaq6ciA=="", + ""dependencies"": { + ""@wordpress/block-editor"": ""^12.3.0"", + ""@wordpress/blocks"": ""^12.12.0"", + ""@wordpress/components"": ""^25.1.0"", + ""@wordpress/core-data"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/icons"": ""^9.26.0"", + ""@wordpress/notices"": ""^4.3.0"", + ""@wordpress/url"": ""^3.36.0"" }, ""engines"": { ""node"": "">=12"" @@ -5966,19 +5966,19 @@ } }, ""node_modules/@wordpress/rich-text"": { - ""version"": ""6.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-6.11.0.tgz"", - ""integrity"": ""sha512-C7YiAn5M2mL9FPPZgR8p+uhxqq55kaBwakwB4wkYLIAdfdFDK1hnw7Z3PIi8kqEQwg29LsNhlNJaHaoT0MMgjQ=="", + ""version"": ""6.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-6.12.0.tgz"", + ""integrity"": ""sha512-0Vnv5i1E53NQjwxVxdPrEBsdLM0KDV35rFpgjanbKeeI+oDmFFbTfMA4C2j+XNpZGmZyfh3pf3z44RTjZSDdzQ=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/escape-html"": ""^2.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/keycodes"": ""^3.34.0"", + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/escape-html"": ""^2.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/keycodes"": ""^3.35.0"", ""memize"": ""^2.1.0"", ""rememo"": ""^4.0.2"" }, @@ -5990,20 +5990,20 @@ } }, ""node_modules/@wordpress/server-side-render"": { - ""version"": ""4.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/server-side-render/-/server-side-render-4.11.0.tgz"", - ""integrity"": ""sha512-xUuHh0xgIhTOfKJv5yUb9eYFi0gzehvN2qELN+0lqWtB6ADPw3y7q+7Bsd7dd4nndoaJp4PGio8G37X1NWXP4Q=="", + ""version"": ""4.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/server-side-render/-/server-side-render-4.12.0.tgz"", + ""integrity"": ""sha512-b+UuYe4eo+mRaWc+cYxuqwxaiVyWnKSaZWP3Tncr+wlKOsWnTpL+mvV8YHQtlJOV33GgnSuPKg/8JLtg9xBcsg=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/api-fetch"": ""^6.31.0"", - ""@wordpress/blocks"": ""^12.11.0"", - ""@wordpress/components"": ""^25.0.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/url"": ""^3.35.0"", + ""@wordpress/api-fetch"": ""^6.32.0"", + ""@wordpress/blocks"": ""^12.12.0"", + ""@wordpress/components"": ""^25.1.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/url"": ""^3.36.0"", ""fast-deep-equal"": ""^3.1.3"" }, ""engines"": { @@ -6015,9 +6015,9 @@ } }, ""node_modules/@wordpress/shortcode"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/shortcode/-/shortcode-3.34.0.tgz"", - ""integrity"": ""sha512-wVIOR1CfM0zD5/75XeNp2tWc4YmZSLk6oNKRTnZT1VmLDskatvGjBi0RHzSMvRwgC//grTAsDp0W8FhetjSwDw=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/shortcode/-/shortcode-3.35.0.tgz"", + ""integrity"": ""sha512-PmqP6JteMfJKRkoGLvXI5hl+mptA7kNXjeWIWx7eJJuI1DW3MNkmD/7ZwMNymEHq2rmm/uGWBSOaj9KznWH2sA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", ""memize"": ""^2.0.1"" @@ -6027,9 +6027,9 @@ } }, ""node_modules/@wordpress/style-engine"": { - ""version"": ""1.17.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/style-engine/-/style-engine-1.17.0.tgz"", - ""integrity"": ""sha512-Ei4J7gddFK/6tScGv4858Ev/z5HE2Pd0cYVDE/5EI48vvhqXqOEb58JYWBhE8qe497HeD8NUk42KKCYbzahgnw=="", + ""version"": ""1.18.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/style-engine/-/style-engine-1.18.0.tgz"", + ""integrity"": ""sha512-oJwzSI5JheqtBT9Si3Bycyiq809Ox9W0rSRCEsICC5TYCT1NoeizDNUx/PQMozBQ3IUiZzu2q2/Q+ST3evElaA=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", ""lodash"": ""^4.17.21"" @@ -6039,9 +6039,9 @@ } }, ""node_modules/@wordpress/token-list"": { - ""version"": ""2.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/token-list/-/token-list-2.34.0.tgz"", - ""integrity"": ""sha512-daWcaFSyTMjkse8GJOeaWIT5aKwHUOJ9EpRsa3WWefgTju9OQCronfJieG1wG9WxdrHcPkwwnfPgUZ2S+/QrVA=="", + ""version"": ""2.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/token-list/-/token-list-2.35.0.tgz"", + ""integrity"": ""sha512-WOinwNemYDJ5zuO9K/c+sl6vBbRcvgGKFfR+sRhkGhmfBAa4oc0Gz4KTPLB6AY5KngmO40C91NS9++7GZttaww=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"" }, @@ -6050,9 +6050,9 @@ } }, ""node_modules/@wordpress/url"": { - ""version"": ""3.35.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/url/-/url-3.35.0.tgz"", - ""integrity"": ""sha512-lJoGQhKRcuLD07yMKqoYPbQQjZzo4791DXdq3icA1Fx9yjvCJYsFu78sbiNCCKEJIY4mfrDbL/k6lP0EpDCX6Q=="", + ""version"": ""3.36.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/url/-/url-3.36.0.tgz"", + ""integrity"": ""sha512-PS/xGlePuTZzht6l9DHvz59lHOE1oPPYOOQj7GbQ+R0uoaaeBDBPsFZSA38jaM2fiu+qGzbOFN7JQZrJma10VQ=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", ""remove-accents"": ""^0.4.2"" @@ -6062,13 +6062,13 @@ } }, ""node_modules/@wordpress/viewport"": { - ""version"": ""5.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/viewport/-/viewport-5.11.0.tgz"", - ""integrity"": ""sha512-zqGbHeFlxayLQtioQl0E6DACPMxfDiqjSVfD1ajfAQy3YIclFcvN/efdss3UYj444pW3Nc7qhXEGXBUZgBSFxQ=="", + ""version"": ""5.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/viewport/-/viewport-5.12.0.tgz"", + ""integrity"": ""sha512-DGdDqkodujrG/LzE9hbZ0KQd5YBF8LuKm6gl5LLuPF/WBSNDzSyz+AxvUsFUYk4jfa67PD7iPSZji4MclJ9/9Q=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"" + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"" }, ""engines"": { ""node"": "">=12"" @@ -6078,17 +6078,17 @@ } }, ""node_modules/@wordpress/warning"": { - ""version"": ""2.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/warning/-/warning-2.34.0.tgz"", - ""integrity"": ""sha512-y1zYJjj0oydNrET+xD2ji6O4OA7MN+ugqSYvkuITMf+0tcPZfH4BdW0wMQgy1QjDGd6HPH8C3xH4Omhn+NFr5g=="", + ""version"": ""2.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/warning/-/warning-2.35.0.tgz"", + ""integrity"": ""sha512-lqYFx0L0oeV1X/ucorAh2j1RRB01m5nfPm1ixtmE3mhGT7UET9f9HuvmDJMDUP9pF/QlyeTTXGczaC7VEPjriQ=="", ""engines"": { ""node"": "">=12"" } }, ""node_modules/@wordpress/wordcount"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/wordcount/-/wordcount-3.34.0.tgz"", - ""integrity"": ""sha512-mfJeoEdOriRaC7IdQCH+up10DOLUOaa7NGSLJMD4GpgNQL5Z0f2kgjKwur6356tl5c/5NU+6OXdFiKzbY7iLBA=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/wordcount/-/wordcount-3.35.0.tgz"", + ""integrity"": ""sha512-HUva4vtOZEWSZKB13TrezJSGdeO8IB8Q8CZiepzr3seDfy0hnC1WINkOmGWr3CweRCOU01wC/yqIpqwOIA8psg=="", ""dependencies"": { ""@babel/runtime"": ""^7.16.0"" }, @@ -20321,14 +20321,14 @@ } }, ""@fontsource-variable/montserrat"": { - ""version"": ""5.0.3"", - ""resolved"": ""https://registry.npmjs.org/@fontsource-variable/montserrat/-/montserrat-5.0.3.tgz"", - ""integrity"": ""sha512-miMsv2GyECWlj8IyEUOFWh7mBdXF17k1fYUEeolhQBkIBulHDISV9d+PVD663ZAevs2v20IG5XxlqT7zcFlmJQ=="" + ""version"": ""5.0.4"", + ""resolved"": ""https://registry.npmjs.org/@fontsource-variable/montserrat/-/montserrat-5.0.4.tgz"", + ""integrity"": ""sha512-fxr8pwfWV21MacFRmo/SE/shMNbMBc1vqinGFc7bb49xUlCl/+o4+S1pQoj/NMtJU+DF+mGhQz5ozN6u3SGiEQ=="" }, ""@fontsource/merriweather"": { - ""version"": ""5.0.2"", - ""resolved"": ""https://registry.npmjs.org/@fontsource/merriweather/-/merriweather-5.0.2.tgz"", - ""integrity"": ""sha512-xoziTXfksJCNnyV12IIR1/5NpEN062I1XqVEOf97snw0OxsvXAZ2TiWxJL+wxSbGxZiXIu3zDSBp9nkoxRSKHw=="" + ""version"": ""5.0.3"", + ""resolved"": ""https://registry.npmjs.org/@fontsource/merriweather/-/merriweather-5.0.3.tgz"", + ""integrity"": ""sha512-iCngvmyUfmWxQwqi3ekD8NIysXresp9L6M9fPJXUgUNWvEHhEXjMYg6RvIiZVexKrlRgtEY1KVt11kh4KFTDYQ=="" }, ""@gatsbyjs/parcel-namer-relative-to-cwd"": { ""version"": ""2.10.0"", @@ -22455,77 +22455,77 @@ } }, ""@wordpress/a11y"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/a11y/-/a11y-3.34.0.tgz"", - ""integrity"": ""sha512-l1K/mZySjredVyV58+Zxe8iL//+3jYWt6VwAFs/8hnTkRnwzSYobwaV15oCQLXE31SglT/2p0c5p2u7r5b7VAw=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/a11y/-/a11y-3.35.0.tgz"", + ""integrity"": ""sha512-ZAUeXSTT752hnsyItFTS1hMF8/G8zIj4ptL61qdC4mLhmlZl+qpzBEGzt9jyQXjw8bLjfUm6SX566MBoRblfRA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/dom-ready"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"" + ""@wordpress/dom-ready"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"" } }, ""@wordpress/api-fetch"": { - ""version"": ""6.31.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-6.31.0.tgz"", - ""integrity"": ""sha512-3l2jT7eD6kOK+GM1qcXsk7BGmmrU+//uT1wWOSpx+x4vpPABKlm7yfPvjHG7SqbgHXQzLD6eFvo/nmwN3JbGNg=="", + ""version"": ""6.32.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-6.32.0.tgz"", + ""integrity"": ""sha512-O1PniwQSLsmAqLYNhEkBzkLU7BzfgQco6btJ4GVgwk514wor4uOIytEocO0j/p1vddGHsA4y+ko8AKZJaQa3lQ=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/url"": ""^3.35.0"" + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/url"": ""^3.36.0"" } }, ""@wordpress/autop"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/autop/-/autop-3.34.0.tgz"", - ""integrity"": ""sha512-tp18P9BvcE2gMW2WCpX8sbM1tX7CI7rXBudYWj3FU52/00/cuzu7As4mjCNuj7Rt2WK5A6yQoYGLWHxC5Nde7A=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/autop/-/autop-3.35.0.tgz"", + ""integrity"": ""sha512-6XGS85RMoo+sB1Ro8WhYWfwrdySUUPd77uKFMgS3g8pCuNNz0UsQL3n+hXvMdrVSRP6ZwQYuVRj3vbvJf8V/IQ=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"" } }, ""@wordpress/blob"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/blob/-/blob-3.34.0.tgz"", - ""integrity"": ""sha512-sPFBH2VSiMuAS4wFA0Hv8ThGlIzeR6Hj7gVZbpX+6XFVChUPOuny18X2iP0K3YSAfXkYxcXNF5wsfrVc/OCHSA=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/blob/-/blob-3.35.0.tgz"", + ""integrity"": ""sha512-VcImswCoTMp+LLvwqfSJzq4Mvm/vhKO76Z2OjnHl3tuzfczGepJrmBxf/Q3il7jZPdPxfbkhWqGPKjcYSYKD3w=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"" } }, ""@wordpress/block-editor"": { - ""version"": ""12.2.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-12.2.0.tgz"", - ""integrity"": ""sha512-4QSni+jA50vaxyA95NF6MSvYCvEGC9BexlwsiJK6DlkTCPhxrpgH9V++rpYukUDdX7yr/lfu4vcGxrJ/gpHzdg=="", + ""version"": ""12.3.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-12.3.0.tgz"", + ""integrity"": ""sha512-Q4jEy+FJmKGt8mSK9+MRT2OeLHuvz2Fiuk+b3ERrvZLI79OcBT+GtB+jac6qvf5VBXQNG4+lEy2xn4Ao5SPLAA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", ""@react-spring/web"": ""^9.4.5"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/api-fetch"": ""^6.31.0"", - ""@wordpress/blob"": ""^3.34.0"", - ""@wordpress/blocks"": ""^12.11.0"", - ""@wordpress/components"": ""^25.0.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/date"": ""^4.34.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/dom"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/escape-html"": ""^2.34.0"", - ""@wordpress/hooks"": ""^3.34.0"", - ""@wordpress/html-entities"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/icons"": ""^9.25.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/keyboard-shortcuts"": ""^4.11.0"", - ""@wordpress/keycodes"": ""^3.34.0"", - ""@wordpress/notices"": ""^4.2.0"", - ""@wordpress/preferences"": ""^3.11.0"", - ""@wordpress/private-apis"": ""^0.16.0"", - ""@wordpress/rich-text"": ""^6.11.0"", - ""@wordpress/shortcode"": ""^3.34.0"", - ""@wordpress/style-engine"": ""^1.17.0"", - ""@wordpress/token-list"": ""^2.34.0"", - ""@wordpress/url"": ""^3.35.0"", - ""@wordpress/warning"": ""^2.34.0"", - ""@wordpress/wordcount"": ""^3.34.0"", + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/api-fetch"": ""^6.32.0"", + ""@wordpress/blob"": ""^3.35.0"", + ""@wordpress/blocks"": ""^12.12.0"", + ""@wordpress/components"": ""^25.1.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/date"": ""^4.35.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/dom"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/escape-html"": ""^2.35.0"", + ""@wordpress/hooks"": ""^3.35.0"", + ""@wordpress/html-entities"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/icons"": ""^9.26.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/keyboard-shortcuts"": ""^4.12.0"", + ""@wordpress/keycodes"": ""^3.35.0"", + ""@wordpress/notices"": ""^4.3.0"", + ""@wordpress/preferences"": ""^3.12.0"", + ""@wordpress/private-apis"": ""^0.17.0"", + ""@wordpress/rich-text"": ""^6.12.0"", + ""@wordpress/shortcode"": ""^3.35.0"", + ""@wordpress/style-engine"": ""^1.18.0"", + ""@wordpress/token-list"": ""^2.35.0"", + ""@wordpress/url"": ""^3.36.0"", + ""@wordpress/warning"": ""^2.35.0"", + ""@wordpress/wordcount"": ""^3.35.0"", ""change-case"": ""^4.1.2"", ""classnames"": ""^2.3.1"", ""colord"": ""^2.7.0"", @@ -22543,41 +22543,41 @@ } }, ""@wordpress/block-library"": { - ""version"": ""8.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/block-library/-/block-library-8.11.0.tgz"", - ""integrity"": ""sha512-ND3KdtCSumGykPI2N6i9rFvSaSqQZPO/7EWpH61Ov5utxlkJvnF9yz3Ekq7AT/kvOs3OT1RJkAbhoPhi/zqUMg=="", + ""version"": ""8.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/block-library/-/block-library-8.12.0.tgz"", + ""integrity"": ""sha512-u7tVLG1z1Gos9bJdzLREsritN+BTcFPlabOcGVLaBixsGEETek805mr02TPLT49ZgErjJ97a5xy5BUGmxCl9HA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", ""@preact/signals"": ""^1.1.3"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/api-fetch"": ""^6.31.0"", - ""@wordpress/autop"": ""^3.34.0"", - ""@wordpress/blob"": ""^3.34.0"", - ""@wordpress/block-editor"": ""^12.2.0"", - ""@wordpress/blocks"": ""^12.11.0"", - ""@wordpress/components"": ""^25.0.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/core-data"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/date"": ""^4.34.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/dom"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/escape-html"": ""^2.34.0"", - ""@wordpress/hooks"": ""^3.34.0"", - ""@wordpress/html-entities"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/icons"": ""^9.25.0"", - ""@wordpress/keycodes"": ""^3.34.0"", - ""@wordpress/notices"": ""^4.2.0"", - ""@wordpress/primitives"": ""^3.32.0"", - ""@wordpress/private-apis"": ""^0.16.0"", - ""@wordpress/reusable-blocks"": ""^4.11.0"", - ""@wordpress/rich-text"": ""^6.11.0"", - ""@wordpress/server-side-render"": ""^4.11.0"", - ""@wordpress/url"": ""^3.35.0"", - ""@wordpress/viewport"": ""^5.11.0"", - ""@wordpress/wordcount"": ""^3.34.0"", + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/api-fetch"": ""^6.32.0"", + ""@wordpress/autop"": ""^3.35.0"", + ""@wordpress/blob"": ""^3.35.0"", + ""@wordpress/block-editor"": ""^12.3.0"", + ""@wordpress/blocks"": ""^12.12.0"", + ""@wordpress/components"": ""^25.1.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/core-data"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/date"": ""^4.35.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/dom"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/escape-html"": ""^2.35.0"", + ""@wordpress/hooks"": ""^3.35.0"", + ""@wordpress/html-entities"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/icons"": ""^9.26.0"", + ""@wordpress/keycodes"": ""^3.35.0"", + ""@wordpress/notices"": ""^4.3.0"", + ""@wordpress/primitives"": ""^3.33.0"", + ""@wordpress/private-apis"": ""^0.17.0"", + ""@wordpress/reusable-blocks"": ""^4.12.0"", + ""@wordpress/rich-text"": ""^6.12.0"", + ""@wordpress/server-side-render"": ""^4.12.0"", + ""@wordpress/url"": ""^3.36.0"", + ""@wordpress/viewport"": ""^5.12.0"", + ""@wordpress/wordcount"": ""^3.35.0"", ""change-case"": ""^4.1.2"", ""classnames"": ""^2.3.1"", ""colord"": ""^2.7.0"", @@ -22593,33 +22593,33 @@ } }, ""@wordpress/block-serialization-default-parser"": { - ""version"": ""4.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/block-serialization-default-parser/-/block-serialization-default-parser-4.34.0.tgz"", - ""integrity"": ""sha512-E873697d62JZ21/MnwJe311q7PwQ64PUVu+Q7qjGhGT9DgGJpU1LEZyqEff/1DMo3wmu3hmOd+ROJdpmlftMEg=="", + ""version"": ""4.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/block-serialization-default-parser/-/block-serialization-default-parser-4.35.0.tgz"", + ""integrity"": ""sha512-4ujjnbiyGF98IWw9bskpi7+hqXH/crTMZOTJRPBCmceEXxgTO8SH9pnwM9gPxYarOkSXSZX1y0UBrp2XJgG/wA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"" } }, ""@wordpress/blocks"": { - ""version"": ""12.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/blocks/-/blocks-12.11.0.tgz"", - ""integrity"": ""sha512-hGPgKJ4A3znqETUt+5054UyvcywhBmYyjbpKJlp9Z2fjL0i+msO6Iqg9+OSBtms87hPojBvUA5TYnbp2Ev4cpQ=="", + ""version"": ""12.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/blocks/-/blocks-12.12.0.tgz"", + ""integrity"": ""sha512-/MOQ8mYCu3YF0+NJMnMeyVz3yQWR3hnaxsm9oooakGzJAG172Z5Spa6LCSRO4N6gljk1mNfm38g5MN7jTt+yWw=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/autop"": ""^3.34.0"", - ""@wordpress/blob"": ""^3.34.0"", - ""@wordpress/block-serialization-default-parser"": ""^4.34.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/dom"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/hooks"": ""^3.34.0"", - ""@wordpress/html-entities"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/private-apis"": ""^0.16.0"", - ""@wordpress/shortcode"": ""^3.34.0"", + ""@wordpress/autop"": ""^3.35.0"", + ""@wordpress/blob"": ""^3.35.0"", + ""@wordpress/block-serialization-default-parser"": ""^4.35.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/dom"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/hooks"": ""^3.35.0"", + ""@wordpress/html-entities"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/private-apis"": ""^0.17.0"", + ""@wordpress/shortcode"": ""^3.35.0"", ""change-case"": ""^4.1.2"", ""colord"": ""^2.7.0"", ""fast-deep-equal"": ""^3.1.3"", @@ -22635,9 +22635,9 @@ } }, ""@wordpress/components"": { - ""version"": ""25.0.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/components/-/components-25.0.0.tgz"", - ""integrity"": ""sha512-q2rligpPRO9C7yisfsQLpj+DM+NcrwrhPwOXqId4pGeXQSodSzNMwowS1qSoMW21AjSspi95mjDa1J0dUb84Lw=="", + ""version"": ""25.1.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/components/-/components-25.1.0.tgz"", + ""integrity"": ""sha512-KHTwulE5y5kPAssS9okL1dSJ1WT8UHILV6AVXFxB2Zw3AbIxrPjWc725S1ol79Skjm9AXRQVFjPZpSjuTvWjPQ=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", ""@emotion/cache"": ""^11.7.1"", @@ -22649,23 +22649,23 @@ ""@floating-ui/react-dom"": ""1.0.0"", ""@radix-ui/react-dropdown-menu"": ""^2.0.4"", ""@use-gesture/react"": ""^10.2.24"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/date"": ""^4.34.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/dom"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/escape-html"": ""^2.34.0"", - ""@wordpress/hooks"": ""^3.34.0"", - ""@wordpress/html-entities"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/icons"": ""^9.25.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/keycodes"": ""^3.34.0"", - ""@wordpress/primitives"": ""^3.32.0"", - ""@wordpress/private-apis"": ""^0.16.0"", - ""@wordpress/rich-text"": ""^6.11.0"", - ""@wordpress/warning"": ""^2.34.0"", + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/date"": ""^4.35.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/dom"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/escape-html"": ""^2.35.0"", + ""@wordpress/hooks"": ""^3.35.0"", + ""@wordpress/html-entities"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/icons"": ""^9.26.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/keycodes"": ""^3.35.0"", + ""@wordpress/primitives"": ""^3.33.0"", + ""@wordpress/private-apis"": ""^0.17.0"", + ""@wordpress/rich-text"": ""^6.12.0"", + ""@wordpress/warning"": ""^2.35.0"", ""change-case"": ""^4.1.2"", ""classnames"": ""^2.3.1"", ""colord"": ""^2.7.0"", @@ -22697,18 +22697,18 @@ } }, ""@wordpress/compose"": { - ""version"": ""6.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/compose/-/compose-6.11.0.tgz"", - ""integrity"": ""sha512-3t6rJhsR1jmCsVvGntK4LCk153w7rR4dZtWnMr4pVJEjoyYU0IkMWz/KKvtQaPKRPaZ5DFVftp0btlyhu+LYnA=="", + ""version"": ""6.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/compose/-/compose-6.12.0.tgz"", + ""integrity"": ""sha512-IKWVvhs9Z3tMP08n1z8zo6IU8eeIVyEVrV6/sykM7Wkx0n8o2Q8VrhFDR/5Hv6GYmH+vZsTBr4wOlPL4aGo8Tw=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", ""@types/mousetrap"": ""^1.6.8"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/dom"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/keycodes"": ""^3.34.0"", - ""@wordpress/priority-queue"": ""^2.34.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/dom"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/keycodes"": ""^3.35.0"", + ""@wordpress/priority-queue"": ""^2.35.0"", ""change-case"": ""^4.1.2"", ""clipboard"": ""^2.0.8"", ""mousetrap"": ""^1.6.5"", @@ -22716,21 +22716,21 @@ } }, ""@wordpress/core-data"": { - ""version"": ""6.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/core-data/-/core-data-6.11.0.tgz"", - ""integrity"": ""sha512-SSQaCRa3bm82DaaVpO2w/+F8Rj2glaXQ5Mdly/UW0RqQWdSb2vNgNhN+1dMXqWTnm6ZT9TWv2QNsJhkxk2/WUA=="", + ""version"": ""6.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/core-data/-/core-data-6.12.0.tgz"", + ""integrity"": ""sha512-hRI6JnjMNrbLWFDUHTcoAPs7vaPyg9XsBAvCLIfVsKWFnuTQHl2MpyQEWVTcZHOuo4dirG32VFINDdQ/mHsmoA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/api-fetch"": ""^6.31.0"", - ""@wordpress/blocks"": ""^12.11.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/html-entities"": ""^3.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/url"": ""^3.35.0"", + ""@wordpress/api-fetch"": ""^6.32.0"", + ""@wordpress/blocks"": ""^12.12.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/html-entities"": ""^3.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/url"": ""^3.36.0"", ""change-case"": ""^4.1.2"", ""equivalent-key-map"": ""^0.2.2"", ""fast-deep-equal"": ""^3.1.3"", @@ -22740,18 +22740,18 @@ } }, ""@wordpress/data"": { - ""version"": ""9.4.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/data/-/data-9.4.0.tgz"", - ""integrity"": ""sha512-kmB/riWZzwSSOCagOjl+2ual69DhGYljq/W4MjVuDJshOqP+jna8ecTl+58q5i4jeh01gLHSX7GyJQOGf4jcxQ=="", + ""version"": ""9.5.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/data/-/data-9.5.0.tgz"", + ""integrity"": ""sha512-pZ3jBggwABh9PGbQE2xSrKpa2XHJejq+5R++baDngu//nflJcNvWzEVR56oNIy6u8SoGn1pFnka9GES+gw+Hgw=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/is-shallow-equal"": ""^4.34.0"", - ""@wordpress/priority-queue"": ""^2.34.0"", - ""@wordpress/private-apis"": ""^0.16.0"", - ""@wordpress/redux-routine"": ""^4.34.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/is-shallow-equal"": ""^4.35.0"", + ""@wordpress/priority-queue"": ""^2.35.0"", + ""@wordpress/private-apis"": ""^0.17.0"", + ""@wordpress/redux-routine"": ""^4.35.0"", ""deepmerge"": ""^4.3.0"", ""equivalent-key-map"": ""^0.2.2"", ""is-plain-object"": ""^5.0.0"", @@ -22762,51 +22762,51 @@ } }, ""@wordpress/date"": { - ""version"": ""4.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/date/-/date-4.34.0.tgz"", - ""integrity"": ""sha512-e6hA8QUpRXbPCoHfBcHRa+g7kvrG5yvV7vDb10N+KivfIwpsiBk/VIXMq3tl345s3Fl+STnJHJiIQ1EEHusVvg=="", + ""version"": ""4.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/date/-/date-4.35.0.tgz"", + ""integrity"": ""sha512-GjjGssOu5nkI64O2lw4YOj3k2BBP40k5f94GwyxI2IitGyemmCd4EcwGuDXMM+K9bA4sqcStyrR7AI2pcDXw2w=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/deprecated"": ""^3.34.0"", + ""@wordpress/deprecated"": ""^3.35.0"", ""moment"": ""^2.29.4"", ""moment-timezone"": ""^0.5.40"" } }, ""@wordpress/deprecated"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/deprecated/-/deprecated-3.34.0.tgz"", - ""integrity"": ""sha512-erd4Clun4IeluiFDcppg6Nnf77eP2lXGWihjJsKRmppt96bW5XRFSw4peaeXhwiNQ+4rBid2Khchw8xlizQxTQ=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/deprecated/-/deprecated-3.35.0.tgz"", + ""integrity"": ""sha512-I0KsMuNWMS4HwAjcnCHa5+ie6+INVSdamTVBF5D0i7xEYAOrmqRdIqYCULORrUPZvaXtaXmoCC3mNbJ/B9pUmw=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/hooks"": ""^3.34.0"" + ""@wordpress/hooks"": ""^3.35.0"" } }, ""@wordpress/dom"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/dom/-/dom-3.34.0.tgz"", - ""integrity"": ""sha512-V2Rksv9uB90qc9akkQjKizantKeNcZNlJe44RWENge70BwLnydZaWbz6o42ROMPWpAiWRbcVXJC83ujmJPLFng=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/dom/-/dom-3.35.0.tgz"", + ""integrity"": ""sha512-DfeBUcy6hsKymbAJS+BAxMbcyB+Vb6wqstKYzdjYgw7V5JiDy9R4iXjZuWNhWJvbp/DtVw42wPqfARmRhJIqyg=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/deprecated"": ""^3.34.0"" + ""@wordpress/deprecated"": ""^3.35.0"" } }, ""@wordpress/dom-ready"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/dom-ready/-/dom-ready-3.34.0.tgz"", - ""integrity"": ""sha512-tcMumpNtS1ZV2OVg1DMZ/ZLrSwNgpVie7boJePxpBioEWJmKD/Lyel/hBgnheZzLKkuVCeSYyfU9Af7iqEbMQg=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/dom-ready/-/dom-ready-3.35.0.tgz"", + ""integrity"": ""sha512-EloGshrdTEfUP8oxM1s52Vz3PK0fz5FKd58LGie2nQv2hVl5fev9WWnH7NJGP3JbYQL6355qb+3BarieHkmDAw=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"" } }, ""@wordpress/element"": { - ""version"": ""5.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/element/-/element-5.11.0.tgz"", - ""integrity"": ""sha512-PRmh2LLNsBKVwYGlff3Mq4P87icBin0AgP52wU0BpJw/Eiy4VnCm+PDw9LCEOMCTVIpLeJXN1VUt+yGZ+VzW6w=="", + ""version"": ""5.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/element/-/element-5.12.0.tgz"", + ""integrity"": ""sha512-W2Gcg8G9Qbzvh/9smHgvisoepe+GWzHXdxXOdRclNtmNXv0GGRkJJRIm2JFeV7emc2rOiI68VM/khnSTc293sQ=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", ""@types/react"": ""^18.0.21"", ""@types/react-dom"": ""^18.0.6"", - ""@wordpress/escape-html"": ""^2.34.0"", + ""@wordpress/escape-html"": ""^2.35.0"", ""change-case"": ""^4.1.2"", ""is-plain-object"": ""^5.0.0"", ""react"": ""^18.2.0"", @@ -22814,36 +22814,36 @@ } }, ""@wordpress/escape-html"": { - ""version"": ""2.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-2.34.0.tgz"", - ""integrity"": ""sha512-xVBtkAfQmOeXb76CQESJeChDq1EA73PCUCJNRxRyDhCIyHBYWp+DmtvhXfwwuHnf0haJhQY2iQNqt5eKZPjBdQ=="", + ""version"": ""2.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-2.35.0.tgz"", + ""integrity"": ""sha512-tS/+pHBI3Yqkhy2hQ+dKlxm076ULCVa4hk0bgJFtdu0KejQ9wpC7vh/+i8bkv+OQZJx5B8v86872ccO2dKSciw=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"" } }, ""@wordpress/hooks"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/hooks/-/hooks-3.34.0.tgz"", - ""integrity"": ""sha512-qVBtsA8bjACRTL5tkeGkg9jb5O66JmLJY3zSFnQ4v97CTXdtNAFXSCVEIbwDsZSsXOu/ybX06teKsvS9v3tnXg=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/hooks/-/hooks-3.35.0.tgz"", + ""integrity"": ""sha512-kULaDrUh2G7GMSjHMMjDMmQ9jWmO4nGkeIwwdzyKFwSv+qSpI8ootDQkNpt3d3STTGbwG9fvjQoX9uefSPDZwA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"" } }, ""@wordpress/html-entities"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.34.0.tgz"", - ""integrity"": ""sha512-Vdi1A7aFeCjhSS7XWvIKZHn8r3hwahWhiwE08hFxqK4zRp81y5KQ56lrMZO2yCjVQ9k7qWclGR8FGYKFyD35CA=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.35.0.tgz"", + ""integrity"": ""sha512-SBqPqwldXeXIK3rajixbvYbFBL2E9ZSXzGT1FFAtzlGUwRli+YRuKc6bxm1lSp0K44g9/LQdV9YwvqwsrbyZoA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"" } }, ""@wordpress/i18n"": { - ""version"": ""4.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/i18n/-/i18n-4.34.0.tgz"", - ""integrity"": ""sha512-rC1Ll/48GNsYHFF8cUU1V+bfqjBtHAsDsB7F8O81tXjfkJDFsNq7J8Gti47lAgeqvQ934y+sj5gAmFaM7A+AdA=="", + ""version"": ""4.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/i18n/-/i18n-4.35.0.tgz"", + ""integrity"": ""sha512-YT+8VHRiuna4inTb69cVI+8G3uBrq2wHfdiZesyVzRTBU7Yk/1PKIpqF4zwGNIZymuAojkFY5IS/vADLjBZ69g=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/hooks"": ""^3.34.0"", + ""@wordpress/hooks"": ""^3.35.0"", ""gettext-parser"": ""^1.3.1"", ""memize"": ""^2.1.0"", ""sprintf-js"": ""^1.1.1"", @@ -22851,100 +22851,100 @@ } }, ""@wordpress/icons"": { - ""version"": ""9.25.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/icons/-/icons-9.25.0.tgz"", - ""integrity"": ""sha512-TKg6mWWzc8xa1Cte3Ql6vTWRyz5BJGAk10nvjn7I2oy+H1ecCYYrJdBM3WGClEZssvtNGYk6U5IWhlSqvVr05Q=="", + ""version"": ""9.26.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/icons/-/icons-9.26.0.tgz"", + ""integrity"": ""sha512-5tS2DqFG++544Sopiz7z5cmNIgtJUxBrnwcElUvyGT8+eorAKCaSPa7O8InOvYvpQOPS5o9vGd9XYfjTX7fufA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/primitives"": ""^3.32.0"" + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/primitives"": ""^3.33.0"" } }, ""@wordpress/is-shallow-equal"": { - ""version"": ""4.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-4.34.0.tgz"", - ""integrity"": ""sha512-/KcMrEu9VjSpBYls+NNKvh8z5SRC9lm+qbY9jGQx1i/S3e0Fw+gl/AGMt5o2mLNYaL9V3MGVM4NbINfjEqR+MA=="", + ""version"": ""4.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-4.35.0.tgz"", + ""integrity"": ""sha512-poPck+5RJTm3bcGj36jxRxlGEtocdma4vUwqGIvevdCDaBzxtgy+bX9xCLgszwKRht7xhsgRDW57UWTU7c35NA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"" } }, ""@wordpress/keyboard-shortcuts"": { - ""version"": ""4.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/keyboard-shortcuts/-/keyboard-shortcuts-4.11.0.tgz"", - ""integrity"": ""sha512-a57iIqAIcQJaxSNlsiJszQ25YqKTgW9lDRsryDDlAaX6Hu4wfn1iWIEHXVp87LdAB/ani8FBTeWqImckIXrPew=="", + ""version"": ""4.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/keyboard-shortcuts/-/keyboard-shortcuts-4.12.0.tgz"", + ""integrity"": ""sha512-uMR4X4U2prRBC8BD3/AU0x+bWDuqw8pHMCr47RYFYciKLwpA4kVqj9q24euN2ccTuozFb4lAPBfozzkyqeXbFw=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/keycodes"": ""^3.34.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/keycodes"": ""^3.35.0"", ""rememo"": ""^4.0.2"" } }, ""@wordpress/keycodes"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/keycodes/-/keycodes-3.34.0.tgz"", - ""integrity"": ""sha512-gwzOrv+jCYJdMMgCInFQErlxq4FDhJWE8vzBjqZW+meACeyWqVsfLGTfVgc/qWqy/hno+IivfiQbHLCBAO1tFw=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/keycodes/-/keycodes-3.35.0.tgz"", + ""integrity"": ""sha512-Yr/bmE1rApLd47QBWSsMk6IBCJ/3sxZ0H4OCjg2vI5x1A4mDhh0AQH+mO9Q6e1NJPgpuBobgcriZVN94VxwbEQ=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/i18n"": ""^4.34.0"", + ""@wordpress/i18n"": ""^4.35.0"", ""change-case"": ""^4.1.2"" } }, ""@wordpress/notices"": { - ""version"": ""4.2.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/notices/-/notices-4.2.0.tgz"", - ""integrity"": ""sha512-dqXtwYERV+Ji3tfdq1XMmRASAFRHYfU9HMSQAPOVVAX2pLSBupl4IpymceBWhRvaOk9IT9740702maDE2vbZGg=="", + ""version"": ""4.3.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/notices/-/notices-4.3.0.tgz"", + ""integrity"": ""sha512-PLL1icA543n+fifOBSCW+90n0vhULcJOiMWbK6Skg3mHklO40dAFPsuB2mW2VU2moSMwNu1pOSJnZiwOiJU66A=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/data"": ""^9.4.0"" + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/data"": ""^9.5.0"" } }, ""@wordpress/preferences"": { - ""version"": ""3.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/preferences/-/preferences-3.11.0.tgz"", - ""integrity"": ""sha512-AZCjIxe6r00ttS3krutb+z4939oEqh0pa5g7CmfgjH+fb6/B+cx5Lth52hsB8hofQhDC5pCEK78kcZ021Jmc2w=="", + ""version"": ""3.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/preferences/-/preferences-3.12.0.tgz"", + ""integrity"": ""sha512-7Zm4ihuK2QZoswOWH32SUmafFSByTO2jDmzuNSyNLmXasCHYasOeD6c/OqfgWjFOBSFIuaPnEA4iA69+sFLa8g=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/components"": ""^25.0.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/icons"": ""^9.25.0"", + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/components"": ""^25.1.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/icons"": ""^9.26.0"", ""classnames"": ""^2.3.1"" } }, ""@wordpress/primitives"": { - ""version"": ""3.32.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/primitives/-/primitives-3.32.0.tgz"", - ""integrity"": ""sha512-bBWiFS7LwDQJUqOcOsASnnqjxn2E6qqL5+qSTK0hJXMSwLdh373KA2ja0ZhNWkHzerv8sSWRCJeB89MzuuiVpA=="", + ""version"": ""3.33.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/primitives/-/primitives-3.33.0.tgz"", + ""integrity"": ""sha512-tgGkoDaWFELSoVM3FCS8T16DclIHbC7P2i3j8eVcprYsbgsGR+gaob7qWjgGb954A/OtSfayp1UNwl2kKuPh/A=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/element"": ""^5.11.0"", + ""@wordpress/element"": ""^5.12.0"", ""classnames"": ""^2.3.1"" } }, ""@wordpress/priority-queue"": { - ""version"": ""2.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/priority-queue/-/priority-queue-2.34.0.tgz"", - ""integrity"": ""sha512-JGG0c5QCzb5VxdjlK+/Tow0DEHZg+eyGPXGUtwqobd+bsw1Rz1b4rJPpicx9BxRB6+bkDik/7jpL2vv8X/nQKA=="", + ""version"": ""2.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/priority-queue/-/priority-queue-2.35.0.tgz"", + ""integrity"": ""sha512-ybG3Ck8hIwCsPPvasHooUsmgezH7iqr+QEWAbty4hAE5xTNTYBe8CtVYJKWDd1YGjadw90I+R1sAooynY9QsTg=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", ""requestidlecallback"": ""^0.3.0"" } }, ""@wordpress/private-apis"": { - ""version"": ""0.16.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/private-apis/-/private-apis-0.16.0.tgz"", - ""integrity"": ""sha512-4zNzPgdkyYkJwymK8yfPtZ13VPGErnhdbMWxFKmVmo2OiqcwCGRBqAl6fiG3gZhlHOaZqAAmEniFxY3ew1za1w=="", + ""version"": ""0.17.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/private-apis/-/private-apis-0.17.0.tgz"", + ""integrity"": ""sha512-Sa2Gcb2gX53NGMJaQsl1SwTQZV6wtLg0eM9G2Hbzv1/itoUI2JMnLWEsijjhzVPrCEEeSpzySyJsAOB83VGQSA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"" } }, ""@wordpress/redux-routine"": { - ""version"": ""4.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/redux-routine/-/redux-routine-4.34.0.tgz"", - ""integrity"": ""sha512-enRjrXfXturuFg5+AkR0ZOdEtF16JVP+sGicm+SFWe5lz+/Mbfc4yFQ041XPc1b3jgk2xYG2yA0EUAFNj9aotA=="", + ""version"": ""4.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/redux-routine/-/redux-routine-4.35.0.tgz"", + ""integrity"": ""sha512-nnltv15r/+ganTRX4HF2BbWTlajOWs1p2rn7EGSBh5Azmf/dBbP9/Sl9sVLZGMSkACWTPep0pxkVPyxEybFItw=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", ""is-plain-object"": ""^5.0.0"", @@ -22953,112 +22953,112 @@ } }, ""@wordpress/reusable-blocks"": { - ""version"": ""4.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/reusable-blocks/-/reusable-blocks-4.11.0.tgz"", - ""integrity"": ""sha512-VqcKOHJpalSdNaegObM8iC4Kz9V1D/u0euuRKZ5nKcmgVVSAOdLQeg11EpdSo6huNvJwpxcaMzwIK1hJ/UuifA=="", - ""requires"": { - ""@wordpress/block-editor"": ""^12.2.0"", - ""@wordpress/blocks"": ""^12.11.0"", - ""@wordpress/components"": ""^25.0.0"", - ""@wordpress/core-data"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/icons"": ""^9.25.0"", - ""@wordpress/notices"": ""^4.2.0"", - ""@wordpress/url"": ""^3.35.0"" + ""version"": ""4.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/reusable-blocks/-/reusable-blocks-4.12.0.tgz"", + ""integrity"": ""sha512-eLEgV98AtHvFSsT2vxyWdMJF52J8OGWQavqIbSVf5D5EQg95+/ggjg/LRXMPbiNWIIE/ihj7ANIW9Srfaq6ciA=="", + ""requires"": { + ""@wordpress/block-editor"": ""^12.3.0"", + ""@wordpress/blocks"": ""^12.12.0"", + ""@wordpress/components"": ""^25.1.0"", + ""@wordpress/core-data"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/icons"": ""^9.26.0"", + ""@wordpress/notices"": ""^4.3.0"", + ""@wordpress/url"": ""^3.36.0"" } }, ""@wordpress/rich-text"": { - ""version"": ""6.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-6.11.0.tgz"", - ""integrity"": ""sha512-C7YiAn5M2mL9FPPZgR8p+uhxqq55kaBwakwB4wkYLIAdfdFDK1hnw7Z3PIi8kqEQwg29LsNhlNJaHaoT0MMgjQ=="", + ""version"": ""6.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-6.12.0.tgz"", + ""integrity"": ""sha512-0Vnv5i1E53NQjwxVxdPrEBsdLM0KDV35rFpgjanbKeeI+oDmFFbTfMA4C2j+XNpZGmZyfh3pf3z44RTjZSDdzQ=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/a11y"": ""^3.34.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/escape-html"": ""^2.34.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/keycodes"": ""^3.34.0"", + ""@wordpress/a11y"": ""^3.35.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/escape-html"": ""^2.35.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/keycodes"": ""^3.35.0"", ""memize"": ""^2.1.0"", ""rememo"": ""^4.0.2"" } }, ""@wordpress/server-side-render"": { - ""version"": ""4.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/server-side-render/-/server-side-render-4.11.0.tgz"", - ""integrity"": ""sha512-xUuHh0xgIhTOfKJv5yUb9eYFi0gzehvN2qELN+0lqWtB6ADPw3y7q+7Bsd7dd4nndoaJp4PGio8G37X1NWXP4Q=="", + ""version"": ""4.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/server-side-render/-/server-side-render-4.12.0.tgz"", + ""integrity"": ""sha512-b+UuYe4eo+mRaWc+cYxuqwxaiVyWnKSaZWP3Tncr+wlKOsWnTpL+mvV8YHQtlJOV33GgnSuPKg/8JLtg9xBcsg=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/api-fetch"": ""^6.31.0"", - ""@wordpress/blocks"": ""^12.11.0"", - ""@wordpress/components"": ""^25.0.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"", - ""@wordpress/deprecated"": ""^3.34.0"", - ""@wordpress/element"": ""^5.11.0"", - ""@wordpress/i18n"": ""^4.34.0"", - ""@wordpress/url"": ""^3.35.0"", + ""@wordpress/api-fetch"": ""^6.32.0"", + ""@wordpress/blocks"": ""^12.12.0"", + ""@wordpress/components"": ""^25.1.0"", + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"", + ""@wordpress/deprecated"": ""^3.35.0"", + ""@wordpress/element"": ""^5.12.0"", + ""@wordpress/i18n"": ""^4.35.0"", + ""@wordpress/url"": ""^3.36.0"", ""fast-deep-equal"": ""^3.1.3"" } }, ""@wordpress/shortcode"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/shortcode/-/shortcode-3.34.0.tgz"", - ""integrity"": ""sha512-wVIOR1CfM0zD5/75XeNp2tWc4YmZSLk6oNKRTnZT1VmLDskatvGjBi0RHzSMvRwgC//grTAsDp0W8FhetjSwDw=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/shortcode/-/shortcode-3.35.0.tgz"", + ""integrity"": ""sha512-PmqP6JteMfJKRkoGLvXI5hl+mptA7kNXjeWIWx7eJJuI1DW3MNkmD/7ZwMNymEHq2rmm/uGWBSOaj9KznWH2sA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", ""memize"": ""^2.0.1"" } }, ""@wordpress/style-engine"": { - ""version"": ""1.17.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/style-engine/-/style-engine-1.17.0.tgz"", - ""integrity"": ""sha512-Ei4J7gddFK/6tScGv4858Ev/z5HE2Pd0cYVDE/5EI48vvhqXqOEb58JYWBhE8qe497HeD8NUk42KKCYbzahgnw=="", + ""version"": ""1.18.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/style-engine/-/style-engine-1.18.0.tgz"", + ""integrity"": ""sha512-oJwzSI5JheqtBT9Si3Bycyiq809Ox9W0rSRCEsICC5TYCT1NoeizDNUx/PQMozBQ3IUiZzu2q2/Q+ST3evElaA=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", ""lodash"": ""^4.17.21"" } }, ""@wordpress/token-list"": { - ""version"": ""2.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/token-list/-/token-list-2.34.0.tgz"", - ""integrity"": ""sha512-daWcaFSyTMjkse8GJOeaWIT5aKwHUOJ9EpRsa3WWefgTju9OQCronfJieG1wG9WxdrHcPkwwnfPgUZ2S+/QrVA=="", + ""version"": ""2.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/token-list/-/token-list-2.35.0.tgz"", + ""integrity"": ""sha512-WOinwNemYDJ5zuO9K/c+sl6vBbRcvgGKFfR+sRhkGhmfBAa4oc0Gz4KTPLB6AY5KngmO40C91NS9++7GZttaww=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"" } }, ""@wordpress/url"": { - ""version"": ""3.35.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/url/-/url-3.35.0.tgz"", - ""integrity"": ""sha512-lJoGQhKRcuLD07yMKqoYPbQQjZzo4791DXdq3icA1Fx9yjvCJYsFu78sbiNCCKEJIY4mfrDbL/k6lP0EpDCX6Q=="", + ""version"": ""3.36.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/url/-/url-3.36.0.tgz"", + ""integrity"": ""sha512-PS/xGlePuTZzht6l9DHvz59lHOE1oPPYOOQj7GbQ+R0uoaaeBDBPsFZSA38jaM2fiu+qGzbOFN7JQZrJma10VQ=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", ""remove-accents"": ""^0.4.2"" } }, ""@wordpress/viewport"": { - ""version"": ""5.11.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/viewport/-/viewport-5.11.0.tgz"", - ""integrity"": ""sha512-zqGbHeFlxayLQtioQl0E6DACPMxfDiqjSVfD1ajfAQy3YIclFcvN/efdss3UYj444pW3Nc7qhXEGXBUZgBSFxQ=="", + ""version"": ""5.12.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/viewport/-/viewport-5.12.0.tgz"", + ""integrity"": ""sha512-DGdDqkodujrG/LzE9hbZ0KQd5YBF8LuKm6gl5LLuPF/WBSNDzSyz+AxvUsFUYk4jfa67PD7iPSZji4MclJ9/9Q=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"", - ""@wordpress/compose"": ""^6.11.0"", - ""@wordpress/data"": ""^9.4.0"" + ""@wordpress/compose"": ""^6.12.0"", + ""@wordpress/data"": ""^9.5.0"" } }, ""@wordpress/warning"": { - ""version"": ""2.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/warning/-/warning-2.34.0.tgz"", - ""integrity"": ""sha512-y1zYJjj0oydNrET+xD2ji6O4OA7MN+ugqSYvkuITMf+0tcPZfH4BdW0wMQgy1QjDGd6HPH8C3xH4Omhn+NFr5g=="" + ""version"": ""2.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/warning/-/warning-2.35.0.tgz"", + ""integrity"": ""sha512-lqYFx0L0oeV1X/ucorAh2j1RRB01m5nfPm1ixtmE3mhGT7UET9f9HuvmDJMDUP9pF/QlyeTTXGczaC7VEPjriQ=="" }, ""@wordpress/wordcount"": { - ""version"": ""3.34.0"", - ""resolved"": ""https://registry.npmjs.org/@wordpress/wordcount/-/wordcount-3.34.0.tgz"", - ""integrity"": ""sha512-mfJeoEdOriRaC7IdQCH+up10DOLUOaa7NGSLJMD4GpgNQL5Z0f2kgjKwur6356tl5c/5NU+6OXdFiKzbY7iLBA=="", + ""version"": ""3.35.0"", + ""resolved"": ""https://registry.npmjs.org/@wordpress/wordcount/-/wordcount-3.35.0.tgz"", + ""integrity"": ""sha512-HUva4vtOZEWSZKB13TrezJSGdeO8IB8Q8CZiepzr3seDfy0hnC1WINkOmGWr3CweRCOU01wC/yqIpqwOIA8psg=="", ""requires"": { ""@babel/runtime"": ""^7.16.0"" } diff --git a/starters/gatsby-starter-wordpress-blog/package.json b/starters/gatsby-starter-wordpress-blog/package.json index 518c091153336..0e6b22e7b0999 100644 --- a/starters/gatsby-starter-wordpress-blog/package.json +++ b/starters/gatsby-starter-wordpress-blog/package.json @@ -8,9 +8,9 @@ ""url"": ""https://github.com/gatsbyjs/gatsby/issues"" }, ""dependencies"": { - ""@fontsource/merriweather"": ""^5.0.2"", - ""@fontsource-variable/montserrat"": ""^5.0.3"", - ""@wordpress/block-library"": ""^8.11.0"", + ""@fontsource/merriweather"": ""^5.0.3"", + ""@fontsource-variable/montserrat"": ""^5.0.4"", + ""@wordpress/block-library"": ""^8.12.0"", ""gatsby"": ""^5.10.0"", ""gatsby-plugin-image"": ""^3.10.0"", ""gatsby-plugin-manifest"": ""^5.10.0"","