diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index 3ff86f1fdbdf2..c2be6bbcc593b 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": "3.13.0-next.2", + "version": "3.14.0-next.0", "author": "Jason Quense ", "repository": { "type": "git", @@ -11,9 +11,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", - "gatsby-core-utils": "^2.13.0-next.2" + "gatsby-core-utils": "^2.14.0-next.0" }, "peerDependencies": { "@babel/core": "^7.0.0", diff --git a/packages/babel-preset-gatsby-package/package.json b/packages/babel-preset-gatsby-package/package.json index 73d5cdd60cf67..d8071dfcb16f9 100644 --- a/packages/babel-preset-gatsby-package/package.json +++ b/packages/babel-preset-gatsby-package/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby-package", - "version": "1.13.0-next.0", + "version": "1.14.0-next.0", "author": "Philipp Spiess ", "repository": { "type": "git", diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index 3a9c10df6e260..1587527035877 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "1.13.0-next.2", + "version": "1.14.0-next.0", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -22,8 +22,8 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^2.13.0-next.2", - "gatsby-legacy-polyfills": "^1.13.0-next.0" + "gatsby-core-utils": "^2.14.0-next.0", + "gatsby-legacy-polyfills": "^1.14.0-next.0" }, "peerDependencies": { "@babel/core": "^7.11.6", @@ -38,7 +38,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "slash": "^3.0.0" }, diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 38dec6c326617..3f42b2d729882 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "1.13.0-next.1", + "version": "1.14.0-next.0", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -27,7 +27,7 @@ "eslint": "^7.32.0", "execa": "^5.1.1", "fs-extra": "^9.1.0", - "gatsby-plugin-utils": "^1.13.0-next.0", + "gatsby-plugin-utils": "^1.14.0-next.0", "joi": "^17.4.2", "microbundle": "^0.13.3", "node-fetch": "^2.6.1", diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index d62684e531408..18610b2e6e960 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.23.0-next.4", + "version": "0.24.0-next.0", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -29,11 +29,11 @@ "@typescript-eslint/parser": "^4.29.3", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^3.13.0-next.4", + "gatsby": "^3.14.0-next.0", "gatsby-interface": "^0.0.244", - "gatsby-plugin-typescript": "^3.13.0-next.2", + "gatsby-plugin-typescript": "^3.14.0-next.0", "gatsby-plugin-webfonts": "^1.1.4", - "gatsby-source-graphql": "^3.13.0-next.0", + "gatsby-source-graphql": "^3.14.0-next.0", "lodash-es": "^4.17.21", "ncp": "^2.0.0", "nodemon": "^2.0.7", diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 768cc3641029a..530ebc507cb4a 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": "3.13.0-next.3", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -18,14 +18,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.13.0-next.1", + "create-gatsby": "^1.14.0-next.0", "envinfo": "^7.7.3", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.2", - "gatsby-recipes": "^0.24.0-next.2", - "gatsby-telemetry": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", + "gatsby-recipes": "^0.25.0-next.0", + "gatsby-telemetry": "^2.14.0-next.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -59,7 +59,7 @@ "@rollup/plugin-replace": "^2.4.2", "@types/hosted-git-info": "^3.0.1", "@types/yargs": "^15.0.14", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "ink": "^3.0.8", "ink-spinner": "^4.0.2", diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index ea0fe2f6b5304..e2ca4fa252c3c 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-codemods", - "version": "2.13.0-next.0", + "version": "2.14.0-next.0", "description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 8bfacf64f70c3..afafc6236ddb2 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "2.13.0-next.2", + "version": "2.14.0-next.0", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", @@ -42,7 +42,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/ci-info": "2.0.0", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "typescript": "^4.3.5" }, diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index 4078b7d33392c..1fc63e36ee1a9 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-cypress", - "version": "1.13.0-next.0", + "version": "1.14.0-next.0", "description": "Cypress tools for Gatsby projects", "main": "index.js", "repository": { @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-design-tokens/package.json b/packages/gatsby-design-tokens/package.json index 3d64fde59e2c4..316f7d7fde0c5 100644 --- a/packages/gatsby-design-tokens/package.json +++ b/packages/gatsby-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-design-tokens", - "version": "3.13.0-next.0", + "version": "3.14.0-next.0", "description": "Gatsby Design Tokens", "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index ca61a3be31aa3..440eb9b948b59 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" @@ -27,7 +27,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme", diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json index 11d212ca0717e..70e4dd067bd87 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-graphiql-explorer", - "version": "1.13.0-next.0", + "version": "1.14.0-next.0", "description": "GraphiQL IDE with custom features for Gatsby users", "main": "index.js", "scripts": { @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.14.9", "@babel/preset-react": "^7.14.0", "babel-loader": "^8.2.2", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "core-js": "^3.8.1", "cross-env": "^7.0.3", "css-loader": "^5.2.0", diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index 08cb8cb9ffa43..19946a6f64c85 100644 --- a/packages/gatsby-legacy-polyfills/package.json +++ b/packages/gatsby-legacy-polyfills/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-legacy-polyfills", "description": "Polyfills for legacy browsers", - "version": "1.13.0-next.0", + "version": "1.14.0-next.0", "main": "dist/polyfills.js", "author": "Ward Peeters ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme", diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index f79e9ce520b1a..36b2c77cb7fc3 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 092a3c189e44a..d47c237e31f3c 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "1.13.0-next.2", + "version": "1.14.0-next.0", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -26,7 +26,7 @@ "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", "glob": "^7.1.7", "lodash": "^4.17.21", "micromatch": "^4.0.4" @@ -35,7 +35,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/micromatch": "^4.0.2", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.3.5" diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index 89912e65e291b..59f8c659b5b69 100644 --- a/packages/gatsby-plugin-benchmark-reporting/package.json +++ b/packages/gatsby-plugin-benchmark-reporting/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-benchmark-reporting", "description": "Gatsby Benchmark Reporting", - "version": "1.13.0-next.0", + "version": "1.14.0-next.0", "author": "Peter van der Zee ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0" + "babel-preset-gatsby-package": "^1.14.0-next.0" }, "dependencies": { "fast-glob": "^3.2.7", diff --git a/packages/gatsby-plugin-canonical-urls/package.json b/packages/gatsby-plugin-canonical-urls/package.json index f165f45d6c821..6e69ecaf49f24 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": "Add canonical links to HTML pages Gatsby generates.", - "version": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls#readme", diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index d050b4bc0b816..ad0cd51f88f7e 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links#readme", diff --git a/packages/gatsby-plugin-coffeescript/package.json b/packages/gatsby-plugin-coffeescript/package.json index bc9bca801847c..31bf2c398a632 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme", diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/packages/gatsby-plugin-create-client-paths/package.json index 2b4b1a7b14eb2..2f95212b07345 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths#readme", diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index ac143024a02b2..34d0095da64a8 100644 --- a/packages/gatsby-plugin-cxs/package.json +++ b/packages/gatsby-plugin-cxs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-cxs", "description": "Gatsby plugin to add SSR support for ctx", - "version": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,10 +12,10 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^1.13.0-next.0" + "gatsby-plugin-utils": "^1.14.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme", "keywords": [ diff --git a/packages/gatsby-plugin-emotion/package.json b/packages/gatsby-plugin-emotion/package.json index d042f3fc19066..becaff9420d6d 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": "6.13.0-next.0", + "version": "6.14.0-next.0", "author": "Tegan Churchill ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-facebook-analytics/package.json b/packages/gatsby-plugin-facebook-analytics/package.json index 8f9d846e09841..ff50e53dfc451 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Yeison Daza ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics#readme", diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 50b579bdb467c..6af861ba5a860 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,14 +11,14 @@ "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", "fs-extra": "^9.1.0", - "gatsby-plugin-utils": "^1.13.0-next.0", + "gatsby-plugin-utils": "^1.14.0-next.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed#readme", diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index 0b7931da5d7ba..a27e4bf1907f6 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "2.13.0-next.0", + "version": "2.14.0-next.0", "description": "Provides drop-in support for Flow by adding @babel/preset-flow.", "main": "index.js", "scripts": { @@ -30,9 +30,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.13.0-next.0" + "gatsby-plugin-utils": "^1.14.0-next.0" }, "peerDependencies": { "gatsby": "^3.0.0-next.0" diff --git a/packages/gatsby-plugin-fullstory/package.json b/packages/gatsby-plugin-fullstory/package.json index b67f138c40324..02a4ffad25c4f 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-fullstory", - "version": "3.13.0-next.0", + "version": "3.14.0-next.0", "description": "Plugin to add the tracking code for Fullstory.com", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index a2887a3c7cb72..891f521d082c2 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": "3.1.0-next.2", + "version": "3.2.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,8 +10,8 @@ "@babel/runtime": "^7.14.8", "date-fns": "^2.22.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.2", - "gatsby-telemetry": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", + "gatsby-telemetry": "^2.14.0-next.0", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", "webpack-assets-manifest": "^5.0.6" @@ -23,7 +23,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^13.2.1", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cpy-cli": "^3.1.1", "cross-env": "^7.0.3", "jest": "^26.6.3", diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index a23803d486931..a1d1f15c3d032 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics#readme", diff --git a/packages/gatsby-plugin-google-gtag/package.json b/packages/gatsby-plugin-google-gtag/package.json index ec8fa16500cb5..34b90a4d6f16a 100644 --- a/packages/gatsby-plugin-google-gtag/package.json +++ b/packages/gatsby-plugin-google-gtag/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-gtag", "description": "Gatsby plugin to add google gtag onto a site", - "version": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Tyler Buchea ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag#readme", diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index 775d2c5d0c75a..8b8a312b62933 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,9 +13,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.13.0-next.0" + "gatsby-plugin-utils": "^1.14.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme", "keywords": [ diff --git a/packages/gatsby-plugin-graphql-config/package.json b/packages/gatsby-plugin-graphql-config/package.json index 42131d9ae80a8..31e5d595c64cc 100644 --- a/packages/gatsby-plugin-graphql-config/package.json +++ b/packages/gatsby-plugin-graphql-config/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-graphql-config", "description": "Gatsby plugin to write out a graphql-config with develop process endpoint configured", - "version": "0.22.0-next.0", + "version": "0.23.0-next.0", "author": "Rikki Schulte ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index fa3aabecb7d66..949f20ef5f2b4 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "1.13.0-next.3", + "version": "1.14.0-next.0", "scripts": { "build": "npm-run-all -s clean -p build:*", "build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src", @@ -76,12 +76,12 @@ "@babel/parser": "^7.14.9", "@babel/traverse": "^7.14.9", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.13.0-next.2", + "babel-plugin-remove-graphql-queries": "^3.14.0-next.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, diff --git a/packages/gatsby-plugin-jss/package.json b/packages/gatsby-plugin-jss/package.json index febec82ebefae..3cd79a070aa89 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Vladimir Guguiev ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss#readme", diff --git a/packages/gatsby-plugin-layout/package.json b/packages/gatsby-plugin-layout/package.json index c916e57250bef..ad26ae5a4399f 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-layout", - "version": "2.13.0-next.0", + "version": "2.14.0-next.0", "description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index f72d835257b99..66f396092bebc 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": "5.13.0-next.0", + "version": "5.14.0-next.0", "author": "monastic.panic@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less#readme", diff --git a/packages/gatsby-plugin-lodash/package.json b/packages/gatsby-plugin-lodash/package.json index d033cac35ad53..957031740ce64 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": "4.13.0-next.0", + "version": "4.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-lodash#readme", diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 4391b82f4d3f5..0b3370bce088f 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,22 +1,22 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "3.13.0-next.3", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.8", - "gatsby-core-utils": "^2.13.0-next.2", - "gatsby-plugin-utils": "^1.13.0-next.0", + "gatsby-core-utils": "^2.14.0-next.0", + "gatsby-plugin-utils": "^1.14.0-next.0", "semver": "^7.3.5", "sharp": "^0.29.0" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest#readme", diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 624361df9c558..6e4e81ade1a25 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "2.13.0-next.2", + "version": "2.14.0-next.0", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -35,7 +35,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -60,7 +60,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^1.13.0-next.0", + "gatsby-plugin-utils": "^1.14.0-next.0", "jest": "^24.9.0", "js-combinatorics": "^1.4.5", "react-test-renderer": "^16.13.1" diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 6427f9716a556..bb3f187d516d5 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.13.0-next.0", + "version": "5.14.0-next.0", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index 95340ac11808d..21c6fd780b711 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": "3.13.0-next.2", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", "webpack-assets-manifest": "^5.0.6" @@ -23,9 +23,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.13.0-next.0" + "gatsby-plugin-utils": "^1.14.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme", "keywords": [ diff --git a/packages/gatsby-plugin-no-sourcemaps/package.json b/packages/gatsby-plugin-no-sourcemaps/package.json index af70e129a7df4..5ded0051ffd88 100644 --- a/packages/gatsby-plugin-no-sourcemaps/package.json +++ b/packages/gatsby-plugin-no-sourcemaps/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-no-sourcemaps", "description": "Disable sourcemaps when building JavaScript", - "version": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Stuart Taylor ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-nprogress/package.json b/packages/gatsby-plugin-nprogress/package.json index 5bdaff169b35e..bd5783afe4090 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-nprogress#readme", diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index e0986f82cd3c7..5d1647b5e146f 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": "4.13.0-next.2", + "version": "4.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", "glob": "^7.1.7", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -18,10 +18,10 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cpx": "^1.5.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.13.0-next.0", + "gatsby-plugin-utils": "^1.14.0-next.0", "rewire": "^5.0.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme", diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index bef459c2ef688..fdcf5c9f8a171 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": "3.13.0-next.2", + "version": "3.14.0-next.0", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -28,16 +28,16 @@ "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.13.0-next.2", - "gatsby-page-utils": "^1.13.0-next.2", - "gatsby-telemetry": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", + "gatsby-page-utils": "^1.14.0-next.0", + "gatsby-telemetry": "^2.14.0-next.0", "globby": "^11.0.4", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index a118248a68799..1374746ded792 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": "4.13.0-next.0", + "version": "4.14.0-next.0", "author": "Marat Dreizin ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss#readme", diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index 15747d0c29fc4..3f2c79ee26768 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": "5.13.0-next.0", + "version": "5.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preact#readme", diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index b6f3013f23425..48dfe7940b511 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preload-fonts", "description": "Gatsby plugin for preloading fonts per page", - "version": "2.13.0-next.2", + "version": "2.14.0-next.0", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -14,7 +14,7 @@ "chalk": "^4.1.2", "date-fns": "^2.21.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "del-cli": "^3.0.1" }, diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json index 82cac4c519875..6992555ae0606 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Ming Aldrich-Gan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-css-modules#readme", diff --git a/packages/gatsby-plugin-react-helmet/package.json b/packages/gatsby-plugin-react-helmet/package.json index 37bb162e179ec..caf0c006a673c 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": "4.13.0-next.0", + "version": "4.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet#readme", diff --git a/packages/gatsby-plugin-remove-trailing-slashes/package.json b/packages/gatsby-plugin-remove-trailing-slashes/package.json index 299407eb52331..5f97f9a4adbeb 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": "Removes trailing slashes from your project's paths. For example, yoursite.com/about/ becomes yoursite.com/about", - "version": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-remove-trailing-slashes#readme", diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index b41ddd7624d4b..62b2b74fcaf10 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": "4.13.0-next.0", + "version": "4.14.0-next.0", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,9 +15,9 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "autoprefixer": "^10.3.1", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.13.0-next.0" + "gatsby-plugin-utils": "^1.14.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme", "keywords": [ diff --git a/packages/gatsby-plugin-schema-snapshot/package.json b/packages/gatsby-plugin-schema-snapshot/package.json index ca7081c0c8d5b..bbc64092dd13e 100644 --- a/packages/gatsby-plugin-schema-snapshot/package.json +++ b/packages/gatsby-plugin-schema-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-schema-snapshot", - "version": "2.13.0-next.0", + "version": "2.14.0-next.0", "main": "index.js", "license": "MIT", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 21469b1586a80..9203a7308ed9f 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": "3.13.0-next.4", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "bluebird": "^3.7.2", "filenamify": "^4.3.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.13.0-next.2", - "gatsby-plugin-utils": "^1.13.0-next.0", - "gatsby-telemetry": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", + "gatsby-plugin-utils": "^1.14.0-next.0", + "gatsby-telemetry": "^2.14.0-next.0", "got": "^10.7.0", "lodash": "^4.17.21", "mini-svg-data-uri": "^1.3.3", @@ -30,9 +30,9 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/sharp": "^0.28.5", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.13.0-next.3" + "gatsby-plugin-image": "^1.14.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 05cc51fc32bd6..7032a480bb14c 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": "4.9.0-next.0", + "version": "4.10.0-next.0", "contributors": [ "Alex Moon ", "Nicholas Young " @@ -18,9 +18,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.13.0-next.0" + "gatsby-plugin-utils": "^1.14.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme", "keywords": [ diff --git a/packages/gatsby-plugin-styled-components/package.json b/packages/gatsby-plugin-styled-components/package.json index 0c73a952bde8f..37f7c1ef0791d 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": "4.13.0-next.0", + "version": "4.14.0-next.0", "author": "Guten Ye ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components#readme", diff --git a/packages/gatsby-plugin-styled-jsx/package.json b/packages/gatsby-plugin-styled-jsx/package.json index fc8e3407cbafe..d241ed22e20d3 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": "4.13.0-next.0", + "version": "4.14.0-next.0", "author": "Tim Suchanek ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-jsx#readme", diff --git a/packages/gatsby-plugin-styletron/package.json b/packages/gatsby-plugin-styletron/package.json index 105a1e940b72e..ed30b1287439f 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": "6.13.0-next.0", + "version": "6.14.0-next.0", "author": "Nadiia Dmytrenko ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "styletron-engine-atomic": "^1.4.8", "styletron-react": "^6.0.1" diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index 99274851f2818..7ac3b5240876f 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Ian Sinnott ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-stylus#readme", diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json index 89b90ef1ca180..9d09a31d3c724 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-subfont", - "version": "3.13.0-next.0", + "version": "3.14.0-next.0", "description": "Runs the font delivery optimizing CLI tool subfont on the homepage of your site during the Gatsby build", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index d155837a2a7e2..6a4abff8d4231 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-twitter", "description": "Loads the Twitter JavaScript for embedding tweets.", - "version": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.13.0-next.0" + "gatsby-plugin-utils": "^1.14.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme", "keywords": [ diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index 4d779c7aa6e89..8ed3d575a2962 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": "3.13.0-next.2", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,12 +16,12 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/preset-typescript": "^7.14.0", "@babel/runtime": "^7.14.8", - "babel-plugin-remove-graphql-queries": "^3.13.0-next.2" + "babel-plugin-remove-graphql-queries": "^3.14.0-next.0" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index 80491c7804c78..f7894db914e47 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 78c81dc1e060b..bc8d6fa1dfb27 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "1.13.0-next.0", + "version": "1.14.0-next.0", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "scripts": { @@ -26,7 +26,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.3.5" diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index 2381ca7de174f..dc33648708820 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": "4.13.0-next.0", + "version": "4.14.0-next.0", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "babel-plugin-dev-expression": "^0.2.2", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "history": "^4.10.1" }, diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index 44b7fe068fb91..36ca7d7a7c7fb 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-recipes", "description": "Core functionality for Gatsby Recipes", - "version": "0.24.0-next.2", + "version": "0.25.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -30,8 +30,8 @@ "express": "^4.17.1", "express-graphql": "^0.12.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.2", - "gatsby-telemetry": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", + "gatsby-telemetry": "^2.14.0-next.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index b4e7e31a151df..f22086d572ec3 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": "4.10.0-next.0", + "version": "4.11.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,9 +16,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.13.0-next.0" + "gatsby-plugin-utils": "^1.14.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme", "keywords": [ diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index f44f5bcc737d4..d18ffbe357817 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": "5.10.0-next.0", + "version": "5.11.0-next.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls#readme", diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 112a7592d6076..82396b29961ee 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": "4.10.0-next.0", + "version": "4.11.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "remark": "^13.0.0", "remark-mdx": "^1.6.22" diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json index e42d64224c8de..49a517d91c0ec 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Mohammad Asad Mohammad ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "unist-util-find": "^1.0.2" diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 3d3e9e4c7cc23..e43e8d482bbc5 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": "6.10.0-next.0", + "version": "6.11.0-next.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-embed-snippet#readme", diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index efa5b4ef84ac5..59c24d37f3899 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": "3.10.0-next.0", + "version": "3.11.0-next.0", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "hast-util-to-html": "^7.1.3", "mdast-util-to-hast": "^10.2.0", diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 6e5ae6b59e203..89edbf11a9469 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": "4.10.0-next.1", + "version": "4.11.0-next.0", "description": "Process Images in Contentful markdown so they can use the images API.", "main": "index.js", "scripts": { @@ -28,7 +28,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index acee30ab7288c..bdc4ba8242ecb 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": "5.10.0-next.2", + "version": "5.11.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.8", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.13.0-next.0", + "gatsby-plugin-utils": "^1.14.0-next.0", "hast-util-to-html": "^7.1.3", "mdast-util-to-hast": "^10.2.0" }, diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index ee93d1aec5037..0709e0ecc945f 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": "5.10.0-next.1", + "version": "5.11.0-next.0", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "katex": "^0.13.13", "remark": "^13.0.0" diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index a6600f6dc8779..41253a9c1e229 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": "5.10.0-next.0", + "version": "5.11.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cheerio": "^1.0.0-rc.9", "cross-env": "^7.0.3", "prismjs": "^1.21.0", diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index c1820be155ffb..ad1a51db9861d 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": "4.10.0-next.0", + "version": "4.11.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "remark": "^13.0.0", "remark-mdx": "^1.6.21", diff --git a/packages/gatsby-remark-smartypants/package.json b/packages/gatsby-remark-smartypants/package.json index a9ca0d279ee03..c4937076f9067 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": "4.10.0-next.0", + "version": "4.11.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-smartypants#readme", diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 09258c5e97b0f..4e3dc466e0400 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": "5.13.0-next.3", + "version": "5.14.0-next.0", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "common-tags": "^1.8.0", "contentful": "^8.4.2", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.13.0-next.2", - "gatsby-plugin-utils": "^1.13.0-next.0", - "gatsby-source-filesystem": "^3.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", + "gatsby-plugin-utils": "^1.14.0-next.0", + "gatsby-source-filesystem": "^3.14.0-next.0", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", @@ -31,7 +31,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "nock": "^13.1.1" }, diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index c40059521706b..eb8f3617b13c3 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.13.0-next.3", + "version": "4.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "bluebird": "^3.7.2", "body-parser": "^1.19.0", "fastq": "^1.11.1", - "gatsby-source-filesystem": "^3.13.0-next.2", + "gatsby-source-filesystem": "^3.14.0-next.0", "got": "^11.8.2", "http2-wrapper": "^2.0.5", "lodash": "^4.17.21", @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-faker/package.json b/packages/gatsby-source-faker/package.json index 8cabdc4181587..41d63c753f980 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Pavithra Kodmad", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker#readme", diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 2a3bd9a4c86f3..215ec45e2aeb5 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 source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.", - "version": "3.13.0-next.2", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "msw": "^0.33.2" }, diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 69c4249424c36..10738460b1f2d 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql#readme", diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index c11100a898e16..f098c7a2b067f 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-hacker-news#readme", diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json index 72cfcd44e8c01..1236587f00e16 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-lever#readme", diff --git a/packages/gatsby-source-medium/package.json b/packages/gatsby-source-medium/package.json index cd8736e363ec6..7039be6bec9b5 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Robert Vogt ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-medium#readme", diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index f55a04edbd0aa..c2e68922bb6b0 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "authors": [ "jhermans85@hotmail.com", "hi@elmar.codes" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb#readme", diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index 425901684881d..9cd3ae6455d48 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "james.a.stack@gmail.com", "repository": { "type": "git", @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 32e0f54fc8da4..7804f600148d9 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "5.5.0-next.4", + "version": "5.6.0-next.0", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -19,8 +19,8 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme", "dependencies": { - "gatsby-core-utils": "^2.13.0-next.2", - "gatsby-source-filesystem": "^3.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", + "gatsby-source-filesystem": "^3.14.0-next.0", "node-fetch": "^2.6.1", "sharp": "^0.29.0", "shift-left": "^0.1.5" @@ -31,7 +31,7 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.28.5", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.13.0-next.3", + "gatsby-plugin-image": "^1.14.0-next.0", "msw": "^0.33.2", "prettier": "^2.3.2", "prettier-check": "^2.0.0", diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json index 86d076d6539fa..f7839c0d16b3a 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-wikipedia", - "version": "3.13.0-next.0", + "version": "3.14.0-next.0", "description": "Gatsby source plugin for pulling articles from Wikipedia", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index e9b9907c54556..7d73ad37944bb 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "5.13.0-next.4", + "version": "5.14.0-next.0", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -28,10 +28,10 @@ "file-type": "^15.0.1", "filesize": "^6.1.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", "gatsby-image": "^3.10.0", - "gatsby-plugin-catch-links": "^3.13.0-next.0", - "gatsby-source-filesystem": "^3.13.0-next.2", + "gatsby-plugin-catch-links": "^3.14.0-next.0", + "gatsby-source-filesystem": "^3.14.0-next.0", "glob": "^7.1.6", "got": "^11.7.0", "graphql-query-compress": "^1.2.2", @@ -53,8 +53,8 @@ "@types/semver": "^7.3.8", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", - "babel-preset-gatsby": "^1.13.0-next.2", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby": "^1.14.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.14.0", diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index ffcc1536ac38e..660d6f0d7ea5e 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "2.13.0-next.2", + "version": "2.14.0-next.0", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", @@ -26,7 +26,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "babel-jest": "^24.9.0", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "jest": "^24.9.0", "jest-cli": "^24.9.0", diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index 1c79e9ebeeb2a..664086e5a262e 100644 --- a/packages/gatsby-transformer-asciidoc/package.json +++ b/packages/gatsby-transformer-asciidoc/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-asciidoc", "description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library", - "version": "2.13.0-next.0", + "version": "2.14.0-next.0", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "lodash": "^4.17.21" }, diff --git a/packages/gatsby-transformer-csv/package.json b/packages/gatsby-transformer-csv/package.json index 32df5a4b113ac..5051108874a7a 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Sonal Saldanha ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "json2csv": "^5.0.6" }, diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json index a08ca3793c5fe..3471c8c52118e 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": "5.13.0-next.0", + "version": "5.14.0-next.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs#readme", diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index 36bc34d268406..e8dbe91017296 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-excel#readme", diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json index 13860f834c439..ccd4743f0ae6b 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Remi Barraquand ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-hjson#readme", diff --git a/packages/gatsby-transformer-javascript-frontmatter/package.json b/packages/gatsby-transformer-javascript-frontmatter/package.json index f5f4047376681..310375f00f971 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Jacob Bolda ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter#readme", "dependencies": { @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-transformer-javascript-static-exports/package.json b/packages/gatsby-transformer-javascript-static-exports/package.json index 7f431a595f6ba..5f7e53355ef7c 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Jacob Bolda ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-static-exports#readme", diff --git a/packages/gatsby-transformer-json/package.json b/packages/gatsby-transformer-json/package.json index 5eb737e20fcc6..4bc571a3e0b57 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-json#readme", diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json index 08e1e0c836aa0..bb441b0b2cb27 100644 --- a/packages/gatsby-transformer-pdf/package.json +++ b/packages/gatsby-transformer-pdf/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-pdf", "description": "Gatsby transformer plugin for pdf files", - "version": "2.13.0-next.0", + "version": "2.14.0-next.0", "author": "Alex Munoz ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-pdf#readme", diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index 2ffdcf056d079..fb4be5d88f87e 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": "6.13.0-next.0", + "version": "6.14.0-next.0", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "lodash": "^4.17.21" }, diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 50ca2094c5d4d..b6fb055e88cbc 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "4.10.0-next.2", + "version": "4.11.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.8", - "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-core-utils": "^2.14.0-next.0", "gray-matter": "^4.0.2", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.2", @@ -33,9 +33,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.13.0-next.0" + "gatsby-plugin-utils": "^1.14.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme", "keywords": [ diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index 6fe276496a64f..0f9ba000d521b 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "David Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot#readme", diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index e9e893ea72b17..4cb3173c13c35 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": "3.13.0-next.1", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/sharp": "^0.28.5", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sharp#readme", diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index dd1ef5425c91e..d6ab7b2d0ae9c 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": "3.13.0-next.4", + "version": "3.14.0-next.0", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^3.13.0-next.4", + "gatsby-plugin-sharp": "^3.14.0-next.0", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.3.3", "p-queue": "^6.6.2", @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "debug": "^4.3.2" }, diff --git a/packages/gatsby-transformer-toml/package.json b/packages/gatsby-transformer-toml/package.json index a35fbaf64823c..520bace2b79da 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Ruben Harutyunyan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-toml#readme", diff --git a/packages/gatsby-transformer-xml/package.json b/packages/gatsby-transformer-xml/package.json index f6b5aa3b5a16e..dbc8ba8013caa 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-xml#readme", diff --git a/packages/gatsby-transformer-yaml/package.json b/packages/gatsby-transformer-yaml/package.json index 17979297c9c67..47e3baf2c950c 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": "3.13.0-next.0", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-yaml#readme", diff --git a/packages/gatsby-worker/package.json b/packages/gatsby-worker/package.json index 2133153d3984a..bb97e2d3e698b 100644 --- a/packages/gatsby-worker/package.json +++ b/packages/gatsby-worker/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-worker", "description": "Utility to create worker pools", - "version": "0.4.0-next.0", + "version": "0.5.0-next.0", "author": "Michal Piechowiak", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/register": "^7.14.0", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.3.5" diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 753ccf1691ef4..bce16d467412f 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.13.0-next.4", + "version": "3.14.0-next.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -32,8 +32,8 @@ "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "^3.3.4", - "babel-plugin-remove-graphql-queries": "^3.13.0-next.2", - "babel-preset-gatsby": "^1.13.0-next.2", + "babel-plugin-remove-graphql-queries": "^3.14.0-next.0", + "babel-preset-gatsby": "^1.14.0-next.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -74,17 +74,17 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.13.0-next.3", - "gatsby-core-utils": "^2.13.0-next.2", - "gatsby-graphiql-explorer": "^1.13.0-next.0", - "gatsby-legacy-polyfills": "^1.13.0-next.0", - "gatsby-link": "^3.13.0-next.0", - "gatsby-plugin-page-creator": "^3.13.0-next.2", - "gatsby-plugin-typescript": "^3.13.0-next.2", - "gatsby-plugin-utils": "^1.13.0-next.0", - "gatsby-react-router-scroll": "^4.13.0-next.0", - "gatsby-telemetry": "^2.13.0-next.2", - "gatsby-worker": "^0.4.0-next.0", + "gatsby-cli": "^3.14.0-next.0", + "gatsby-core-utils": "^2.14.0-next.0", + "gatsby-graphiql-explorer": "^1.14.0-next.0", + "gatsby-legacy-polyfills": "^1.14.0-next.0", + "gatsby-link": "^3.14.0-next.0", + "gatsby-plugin-page-creator": "^3.14.0-next.0", + "gatsby-plugin-typescript": "^3.14.0-next.0", + "gatsby-plugin-utils": "^1.14.0-next.0", + "gatsby-react-router-scroll": "^4.14.0-next.0", + "gatsby-telemetry": "^2.14.0-next.0", + "gatsby-worker": "^0.5.0-next.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -169,7 +169,7 @@ "@types/string-similarity": "^3.0.0", "@types/tmp": "^0.2.0", "@types/webpack-virtual-modules": "^0.1.1", - "babel-preset-gatsby-package": "^1.13.0-next.0", + "babel-preset-gatsby-package": "^1.14.0-next.0", "copyfiles": "^2.3.0", "cross-env": "^7.0.3", "documentation": "^13.1.0",