Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into renovate/eslint-p…
Browse files Browse the repository at this point in the history
…lugin-jsx-a11y-6.x
  • Loading branch information
gatsbybot committed Dec 6, 2021
2 parents 6cd3cb1 + e0044a2 commit e385711
Show file tree
Hide file tree
Showing 19 changed files with 94 additions and 75 deletions.
2 changes: 1 addition & 1 deletion docs/docs/how-to/performance/improving-site-performance.md
Expand Up @@ -79,7 +79,7 @@ There are a number of places to put an inlined script, depending whether you nee
- _Some deferring_: You can place the script in [onClientEntry](/docs/browser-apis/#onClientEntry) to have it execute after page load, but before the browser renders the page.
- _More deferring_: You can place the script in [onInitialClientRender](/docs/browser-apis/#onInitialClientRender) to have it execute after the browser renders the page.

Note that if you are using [html.js](/docs/custom-html/), you should modify that file to include your snippet instead of using `onPreRenderHTML`.
Note that if you are already using [html.js](/docs/custom-html/), you should modify that file to include your snippet instead of using `onPreRenderHTML`. This will have the same behavior.

### Reduce your JavaScript bundle cost

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -87,7 +87,7 @@
"rimraf": "^3.0.2",
"svgo": "1.3.2",
"ts-jest": "^22",
"typescript": "^4.4.4",
"typescript": "^4.5.2",
"unified": "^9.2.0",
"yargs": "^15.4.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/create-gatsby/package.json
Expand Up @@ -21,16 +21,16 @@
"@lukeed/uuid": "^2.0.0",
"@types/configstore": "^4.0.0",
"@types/fs-extra": "^9.0.13",
"@types/node": "^14.17.32",
"@types/node": "^14.17.34",
"ansi-wordwrap": "^1.0.2",
"common-tags": "^1.8.0",
"common-tags": "^1.8.2",
"enquirer": "^2.3.6",
"eslint": "^7.32.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"gatsby-plugin-utils": "^2.4.0-next.0",
"joi": "^17.4.2",
"microbundle": "^0.14.1",
"microbundle": "^0.14.2",
"node-fetch": "^2.6.6",
"prettier": "^2.4.1",
"string-length": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-cli/package.json
Expand Up @@ -68,10 +68,10 @@
"npm-run-all": "4.1.5",
"react": "^16.9.0",
"rimraf": "^3.0.2",
"rollup": "^2.58.3",
"rollup": "^2.60.2",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-internal": "^1.0.4",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"files": [
"lib/",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
Expand Up @@ -48,7 +48,7 @@
"cross-env": "^7.0.3",
"is-uuid": "^1.0.2",
"msw": "^0.35.0",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"engines": {
"node": ">=14.15.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"agadoo": "^2.0.0",
"cross-env": "^7.0.3",
"microbundle": "^0.14.1",
"microbundle": "^0.14.2",
"preval.macro": "^5.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Expand Up @@ -38,7 +38,7 @@
"babel-preset-gatsby-package": "^2.4.0-next.0",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Expand Up @@ -61,7 +61,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.2.9",
"terser": "^5.3.8",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"peerDependencies": {
"@babel/core": "^7.12.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify-cms/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@soda/friendly-errors-webpack-plugin": "1.8.0",
"@soda/friendly-errors-webpack-plugin": "1.8.1",
"copy-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.3.2",
"html-webpack-skip-assets-plugin": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-utils/package.json
Expand Up @@ -30,7 +30,7 @@
"babel-preset-gatsby-package": "^2.4.0-next.0",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"peerDependencies": {
"gatsby": "^4.0.0-next"
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-source-contentful/package.json
Expand Up @@ -14,16 +14,16 @@
"@vercel/fetch-retry": "^5.0.3",
"axios": "^0.21.1",
"chalk": "^4.1.2",
"common-tags": "^1.8.0",
"contentful": "^8.5.0",
"common-tags": "^1.8.2",
"contentful": "^8.5.8",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.4.0-next.0",
"gatsby-plugin-utils": "^2.4.0-next.0",
"gatsby-source-filesystem": "^4.4.0-next.0",
"is-online": "^8.5.1",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.6",
"p-queue": "^6.6.2",
"retry-axios": "^2.6.0",
"semver": "^7.3.5"
Expand All @@ -33,7 +33,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.4.0-next.0",
"cross-env": "^7.0.3",
"nock": "^13.1.4"
"nock": "^13.2.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful#readme",
"keywords": [
Expand Down
Expand Up @@ -46,7 +46,11 @@ let showFlagWarning = !!process.env.GATSBY_EXPERIMENTAL_REMOTE_FILE_PLACEHOLDER
* Queue Management *
********************/

const queue = Queue(pushToQueue, process.env.GATSBY_CONCURRENT_DOWNLOAD || 200)
const GATSBY_CONCURRENT_DOWNLOAD = process.env.GATSBY_CONCURRENT_DOWNLOAD
? parseInt(process.env.GATSBY_CONCURRENT_DOWNLOAD, 10) || 0
: 200

const queue = Queue(pushToQueue, GATSBY_CONCURRENT_DOWNLOAD)

/**
* @callback {Queue~queueCallback}
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-shopify/package.json
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^14.17.32",
"@types/node": "^14.17.34",
"@types/node-fetch": "^2.5.12",
"@types/sharp": "^0.29.4",
"cross-env": "^7.0.3",
Expand All @@ -38,7 +38,7 @@
"prettier": "^2.4.1",
"prettier-check": "^2.0.0",
"tsc-watch": "^4.5.0",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"peerDependencies": {
"gatsby-plugin-image": "^1.1.0 || ^2.0.0-next"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
Expand Up @@ -31,7 +31,7 @@
"jest-cli": "^24.9.0",
"jest-junit": "^6.4.0",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"files": [
"lib/",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-screenshot/lambda/package.json
Expand Up @@ -5,7 +5,7 @@
"puppeteer-core": "^3.3.0"
},
"devDependencies": {
"aws-sdk": "^2.1018.0"
"aws-sdk": "^2.1040.0"
},
"keywords": [],
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sqip/package.json
Expand Up @@ -20,7 +20,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.4.0-next.0",
"cross-env": "^7.0.3",
"debug": "^4.3.2"
"debug": "^4.3.3"
},
"peerDependencies": {
"gatsby": "^4.0.0-next",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-worker/package.json
Expand Up @@ -16,7 +16,7 @@
"babel-preset-gatsby-package": "^2.4.0-next.0",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Expand Up @@ -182,7 +182,7 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rimraf": "^3.0.2",
"typescript": "^4.4.4",
"typescript": "^4.5.2",
"xhr-mock": "^2.5.1",
"zipkin": "^0.22.0",
"zipkin-javascript-opentracing": "^3.0.0",
Expand Down

0 comments on commit e385711

Please sign in to comment.