Skip to content

Commit b941876

Browse files
chore(deps): update babel monorepo (#37386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LekoArts <[email protected]>
1 parent 5df8a99 commit b941876

File tree

108 files changed

+1030
-1011
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+1030
-1011
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"packageManager": "[email protected]",
33
"devDependencies": {
4-
"@babel/core": "^7.15.5",
4+
"@babel/core": "^7.20.7",
55
"@babel/eslint-parser": "^7.19.1",
66
"@babel/eslint-plugin": "^7.19.1",
7-
"@babel/node": "^7.15.4",
8-
"@babel/plugin-transform-typescript": "^7.15.4",
9-
"@babel/runtime": "^7.15.4",
7+
"@babel/node": "^7.20.7",
8+
"@babel/plugin-transform-typescript": "^7.20.7",
9+
"@babel/runtime": "^7.20.7",
1010
"@lerna/prompt": "3.18.5",
1111
"@types/babel__code-frame": "^7.0.3",
1212
"@types/better-queue": "^3.8.3",

packages/babel-plugin-remove-graphql-queries/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
1111
"dependencies": {
12-
"@babel/runtime": "^7.15.4",
13-
"@babel/types": "^7.15.4",
12+
"@babel/runtime": "^7.20.7",
13+
"@babel/types": "^7.20.7",
1414
"gatsby-core-utils": "^4.4.0-next.2"
1515
},
1616
"devDependencies": {
17-
"@babel/cli": "^7.15.4",
18-
"@babel/core": "^7.15.5",
17+
"@babel/cli": "^7.20.7",
18+
"@babel/core": "^7.20.7",
1919
"babel-preset-gatsby-package": "^3.4.0-next.1",
2020
"cross-env": "^7.0.3"
2121
},

packages/babel-preset-gatsby-package/lib/__tests__/fixtures/keep-dynamic-import/default/output.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-preset-gatsby-package/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby-package#readme",
1111
"dependencies": {
12-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
13-
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
12+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
13+
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
1414
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
15-
"@babel/plugin-transform-runtime": "^7.15.0",
16-
"@babel/plugin-transform-typescript": "^7.15.4",
17-
"@babel/preset-env": "^7.15.4",
18-
"@babel/preset-flow": "^7.14.0",
19-
"@babel/preset-react": "^7.14.0",
20-
"@babel/runtime": "^7.15.4",
15+
"@babel/plugin-transform-runtime": "^7.19.6",
16+
"@babel/plugin-transform-typescript": "^7.20.7",
17+
"@babel/preset-env": "^7.20.2",
18+
"@babel/preset-flow": "^7.18.6",
19+
"@babel/preset-react": "^7.18.6",
20+
"@babel/runtime": "^7.20.7",
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-lodash": "^3.3.4",
2323
"core-js": "^3.22.3"
2424
},
2525
"devDependencies": {
26-
"@babel/cli": "^7.15.4",
27-
"@babel/core": "^7.15.5",
28-
"@babel/helper-plugin-test-runner": "7.14.5",
29-
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
26+
"@babel/cli": "^7.20.7",
27+
"@babel/core": "^7.20.7",
28+
"@babel/helper-plugin-test-runner": "7.18.6",
29+
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
3030
"@types/babel__core": "^7.1.20",
3131
"cross-env": "^7.0.3"
3232
},

packages/babel-preset-gatsby/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby#readme",
1111
"dependencies": {
12-
"@babel/plugin-proposal-class-properties": "^7.14.0",
13-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
14-
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
12+
"@babel/plugin-proposal-class-properties": "^7.18.6",
13+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
14+
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
1515
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
16-
"@babel/plugin-transform-classes": "^7.15.4",
17-
"@babel/plugin-transform-runtime": "^7.15.0",
18-
"@babel/plugin-transform-spread": "^7.14.6",
19-
"@babel/preset-env": "^7.15.4",
20-
"@babel/preset-react": "^7.14.0",
21-
"@babel/runtime": "^7.15.4",
16+
"@babel/plugin-transform-classes": "^7.20.7",
17+
"@babel/plugin-transform-runtime": "^7.19.6",
18+
"@babel/plugin-transform-spread": "^7.20.7",
19+
"@babel/preset-env": "^7.20.2",
20+
"@babel/preset-react": "^7.18.6",
21+
"@babel/runtime": "^7.20.7",
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
@@ -37,7 +37,7 @@
3737
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\" --ignore \"**/utils/path-serializer.ts\" --extensions \".ts,.js\""
3838
},
3939
"devDependencies": {
40-
"@babel/cli": "^7.15.4",
40+
"@babel/cli": "^7.20.7",
4141
"babel-preset-gatsby-package": "^3.4.0-next.1",
4242
"cross-env": "^7.0.3",
4343
"slash": "^3.0.0"

packages/create-gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
},
4242
"author": "Matt Kane <[email protected]>",
4343
"dependencies": {
44-
"@babel/runtime": "^7.15.4"
44+
"@babel/runtime": "^7.20.7"
4545
}
4646
}

packages/gatsby-cli/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"url": "https://github.com/gatsbyjs/gatsby/issues"
1111
},
1212
"dependencies": {
13-
"@babel/code-frame": "^7.14.0",
14-
"@babel/core": "^7.15.5",
15-
"@babel/generator": "^7.16.8",
16-
"@babel/helper-plugin-utils": "^7.16.7",
17-
"@babel/preset-typescript": "^7.16.7",
18-
"@babel/runtime": "^7.15.4",
19-
"@babel/template": "^7.16.7",
20-
"@babel/types": "^7.16.8",
13+
"@babel/code-frame": "^7.18.6",
14+
"@babel/core": "^7.20.7",
15+
"@babel/generator": "^7.20.7",
16+
"@babel/helper-plugin-utils": "^7.20.2",
17+
"@babel/preset-typescript": "^7.18.6",
18+
"@babel/runtime": "^7.20.7",
19+
"@babel/template": "^7.20.7",
20+
"@babel/types": "^7.20.7",
2121
"@jridgewell/trace-mapping": "^0.3.17",
2222
"@types/common-tags": "^1.8.1",
2323
"better-opn": "^2.1.1",
@@ -53,7 +53,7 @@
5353
"yurnalist": "^2.1.0"
5454
},
5555
"devDependencies": {
56-
"@babel/cli": "^7.15.4",
56+
"@babel/cli": "^7.20.7",
5757
"@rollup/plugin-babel": "^5.3.1",
5858
"@rollup/plugin-commonjs": "^17.1.0",
5959
"@rollup/plugin-json": "^4.1.0",

packages/gatsby-codemods/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@babel/core": "^7.15.5",
28-
"@babel/plugin-proposal-class-properties": "^7.14.0",
29-
"@babel/plugin-syntax-jsx": "^7.14.0",
30-
"@babel/plugin-syntax-typescript": "^7.14.0",
31-
"@babel/runtime": "^7.15.4",
27+
"@babel/core": "^7.20.7",
28+
"@babel/plugin-proposal-class-properties": "^7.18.6",
29+
"@babel/plugin-syntax-jsx": "^7.18.6",
30+
"@babel/plugin-syntax-typescript": "^7.20.0",
31+
"@babel/runtime": "^7.20.7",
3232
"execa": "^5.1.1",
3333
"graphql": "^16.6.0",
3434
"jscodeshift": "^0.12.0",
3535
"recast": "^0.20.5"
3636
},
3737
"devDependencies": {
38-
"@babel/cli": "^7.15.4",
38+
"@babel/cli": "^7.20.7",
3939
"@types/jscodeshift": "^0.11.6",
4040
"babel-preset-gatsby-package": "^3.4.0-next.1",
4141
"cross-env": "^7.0.3"

packages/gatsby-core-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dist/"
6262
],
6363
"dependencies": {
64-
"@babel/runtime": "^7.15.4",
64+
"@babel/runtime": "^7.20.7",
6565
"ci-info": "2.0.0",
6666
"configstore": "^5.0.1",
6767
"fastq": "^1.13.0",
@@ -78,8 +78,8 @@
7878
"xdg-basedir": "^4.0.0"
7979
},
8080
"devDependencies": {
81-
"@babel/cli": "^7.15.4",
82-
"@babel/core": "^7.15.5",
81+
"@babel/cli": "^7.20.7",
82+
"@babel/core": "^7.20.7",
8383
"@types/ci-info": "2.0.0",
8484
"babel-preset-gatsby-package": "^3.4.0-next.1",
8585
"cross-env": "^7.0.3",

packages/gatsby-cypress/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"url": "https://github.com/gatsbyjs/gatsby/issues"
1616
},
1717
"dependencies": {
18-
"@babel/runtime": "^7.15.4"
18+
"@babel/runtime": "^7.20.7"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "^7.15.4",
22-
"@babel/core": "^7.15.5",
21+
"@babel/cli": "^7.20.7",
22+
"@babel/core": "^7.20.7",
2323
"babel-preset-gatsby-package": "^3.4.0-next.1",
2424
"cross-env": "^7.0.3"
2525
},

packages/gatsby-design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-design-tokens#readme",
2828
"dependencies": {
29-
"@babel/runtime": "^7.15.4",
29+
"@babel/runtime": "^7.20.7",
3030
"hex2rgba": "^0.0.1"
3131
},
3232
"devDependencies": {

packages/gatsby-dev-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/gatsbyjs/gatsby/issues"
1111
},
1212
"dependencies": {
13-
"@babel/runtime": "^7.15.4",
13+
"@babel/runtime": "^7.20.7",
1414
"chokidar": "^3.5.3",
1515
"configstore": "^5.0.1",
1616
"del": "^6.1.1",
@@ -25,8 +25,8 @@
2525
"yargs": "^15.4.1"
2626
},
2727
"devDependencies": {
28-
"@babel/cli": "^7.15.4",
29-
"@babel/core": "^7.15.5",
28+
"@babel/cli": "^7.20.7",
29+
"@babel/core": "^7.20.7",
3030
"babel-preset-gatsby-package": "^3.4.0-next.1",
3131
"cross-env": "^7.0.3"
3232
},

packages/gatsby-graphiql-explorer/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
},
3434
"license": "MIT",
3535
"devDependencies": {
36-
"@babel/core": "^7.15.5",
37-
"@babel/plugin-proposal-class-properties": "^7.14.0",
38-
"@babel/plugin-transform-runtime": "^7.15.0",
39-
"@babel/preset-env": "^7.15.4",
40-
"@babel/preset-react": "^7.14.0",
36+
"@babel/core": "^7.20.7",
37+
"@babel/plugin-proposal-class-properties": "^7.18.6",
38+
"@babel/plugin-transform-runtime": "^7.19.6",
39+
"@babel/preset-env": "^7.20.2",
40+
"@babel/preset-react": "^7.18.6",
4141
"@graphiql/plugin-code-exporter": "^0.1.1",
4242
"@graphiql/plugin-explorer": "^0.1.12",
4343
"@graphiql/react": "^0.15.0",

packages/gatsby-legacy-polyfills/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"watch:polyfills": "microbundle -f iife -i src/polyfills.js --no-sourcemap --external=none --watch"
2525
},
2626
"dependencies": {
27-
"@babel/runtime": "^7.15.4",
27+
"@babel/runtime": "^7.20.7",
2828
"core-js-compat": "3.9.0"
2929
},
3030
"files": [

packages/gatsby-page-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
2828
"dependencies": {
29-
"@babel/runtime": "^7.15.4",
29+
"@babel/runtime": "^7.20.7",
3030
"bluebird": "^3.7.2",
3131
"chokidar": "^3.5.3",
3232
"fs-exists-cached": "^1.0.0",
@@ -36,8 +36,8 @@
3636
"micromatch": "^4.0.5"
3737
},
3838
"devDependencies": {
39-
"@babel/cli": "^7.15.4",
40-
"@babel/core": "^7.15.5",
39+
"@babel/cli": "^7.20.7",
40+
"@babel/core": "^7.20.7",
4141
"@types/micromatch": "^4.0.2",
4242
"babel-preset-gatsby-package": "^3.4.0-next.1",
4343
"cross-env": "^7.0.3",

packages/gatsby-parcel-namer-relative-to-cwd/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
},
1717
"license": "MIT",
1818
"dependencies": {
19-
"@babel/runtime": "^7.18.0",
19+
"@babel/runtime": "^7.20.7",
2020
"@parcel/namer-default": "2.8.1",
2121
"@parcel/plugin": "2.8.1",
2222
"gatsby-core-utils": "^4.4.0-next.2"
2323
},
2424
"devDependencies": {
25-
"@babel/cli": "^7.17.10",
26-
"@babel/core": "^7.18.0",
25+
"@babel/cli": "^7.20.7",
26+
"@babel/core": "^7.20.7",
2727
"babel-preset-gatsby-package": "^3.4.0-next.1",
2828
"cross-env": "^7.0.3"
2929
},

packages/gatsby-plugin-benchmark-reporting/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
1616
"devDependencies": {
17-
"@babel/cli": "^7.15.4",
18-
"@babel/core": "^7.15.5",
17+
"@babel/cli": "^7.20.7",
18+
"@babel/core": "^7.20.7",
1919
"babel-preset-gatsby-package": "^3.4.0-next.1"
2020
},
2121
"dependencies": {
22-
"@babel/runtime": "^7.15.4",
22+
"@babel/runtime": "^7.20.7",
2323
"fast-glob": "^3.2.12",
2424
"gatsby-core-utils": "^4.4.0-next.2",
2525
"node-fetch": "^2.6.7"

packages/gatsby-plugin-canonical-urls/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.15.4"
10+
"@babel/runtime": "^7.20.7"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.15.4",
14-
"@babel/core": "^7.15.5",
13+
"@babel/cli": "^7.20.7",
14+
"@babel/core": "^7.20.7",
1515
"babel-preset-gatsby-package": "^3.4.0-next.1",
1616
"cross-env": "^7.0.3"
1717
},

packages/gatsby-plugin-catch-links/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.15.4",
10+
"@babel/runtime": "^7.20.7",
1111
"escape-string-regexp": "^1.0.5"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.15.4",
15-
"@babel/core": "^7.15.5",
14+
"@babel/cli": "^7.20.7",
15+
"@babel/core": "^7.20.7",
1616
"babel-preset-gatsby-package": "^3.4.0-next.1",
1717
"cross-env": "^7.0.3"
1818
},

packages/gatsby-plugin-coffeescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"Noah Lange <[email protected]>"
1111
],
1212
"dependencies": {
13-
"@babel/runtime": "^7.15.4",
13+
"@babel/runtime": "^7.20.7",
1414
"coffee-loader": "^0.9.0",
1515
"coffee-react-transform": "^5.0.0",
1616
"coffeescript": "^2.7.0"
1717
},
1818
"devDependencies": {
19-
"@babel/cli": "^7.15.4",
20-
"@babel/core": "^7.15.5",
19+
"@babel/cli": "^7.20.7",
20+
"@babel/core": "^7.20.7",
2121
"babel-preset-gatsby-package": "^3.4.0-next.1",
2222
"cross-env": "^7.0.3"
2323
},

packages/gatsby-plugin-cxs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.15.4"
10+
"@babel/runtime": "^7.20.7"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.15.4",
14-
"@babel/core": "^7.15.5",
13+
"@babel/cli": "^7.20.7",
14+
"@babel/core": "^7.20.7",
1515
"babel-preset-gatsby-package": "^3.4.0-next.1",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",

0 commit comments

Comments
 (0)