Skip to content

Commit 539dbb0

Browse files
renovate[bot]renovate-botgatsbybotpvdz
authored
chore(deps): update babel monorepo (#27528)
* chore(deps): update babel monorepo * Fix TS problem * Worked locally but okay here you go TS * Another TS warning * yarn jest -u Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: gatsbybot <[email protected]> Co-authored-by: Peter van der Zee <[email protected]>
1 parent ac80693 commit 539dbb0

File tree

113 files changed

+951
-864
lines changed

Some content is hidden

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

113 files changed

+951
-864
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"devDependencies": {
3-
"@babel/core": "^7.11.6",
4-
"@babel/node": "^7.10.5",
5-
"@babel/plugin-transform-typescript": "^7.11.0",
6-
"@babel/runtime": "^7.11.2",
3+
"@babel/core": "^7.12.3",
4+
"@babel/node": "^7.12.6",
5+
"@babel/plugin-transform-typescript": "^7.12.1",
6+
"@babel/runtime": "^7.12.5",
77
"@lerna/prompt": "3.18.5",
88
"@types/babel__code-frame": "^7.0.2",
99
"@types/better-queue": "^3.8.2",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
1111
"devDependencies": {
12-
"@babel/cli": "^7.11.6",
13-
"@babel/core": "^7.11.6",
12+
"@babel/cli": "^7.12.1",
13+
"@babel/core": "^7.12.3",
1414
"babel-preset-gatsby-package": "^0.7.0-next.0",
1515
"cross-env": "^7.0.2"
1616
},

packages/babel-plugin-remove-graphql-queries/src/index.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,12 @@ function isGraphqlTag(tag: NodePath, tagName: string = `graphql`): boolean {
166166
return (tag.get(`property`) as NodePath<Identifier>).node.name === tagName
167167
}
168168

169-
if (importPath.isImportSpecifier())
170-
return importPath.node.imported.name === tagName
169+
if (importPath.isImportSpecifier()) {
170+
if (importPath.node.imported.type === `Identifier`) {
171+
return importPath.node.imported.name === tagName
172+
}
173+
return false
174+
}
171175

172176
if (importPath.isObjectProperty())
173177
return (importPath.get(`key`) as NodePath<Identifier>).node.name === tagName

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
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.10.4",
13-
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
12+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
13+
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
1414
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
15-
"@babel/plugin-transform-runtime": "^7.11.5",
16-
"@babel/plugin-transform-typescript": "^7.11.0",
17-
"@babel/preset-env": "^7.11.5",
18-
"@babel/preset-flow": "^7.10.4",
19-
"@babel/preset-react": "^7.10.4",
15+
"@babel/plugin-transform-runtime": "^7.12.1",
16+
"@babel/plugin-transform-typescript": "^7.12.1",
17+
"@babel/preset-env": "^7.12.1",
18+
"@babel/preset-flow": "^7.12.1",
19+
"@babel/preset-react": "^7.12.5",
2020
"babel-plugin-dynamic-import-node": "^2.3.3",
2121
"core-js": "^3.7.0"
2222
},

packages/babel-preset-gatsby/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby#readme",
1111
"dependencies": {
12-
"@babel/plugin-proposal-class-properties": "^7.10.4",
13-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
14-
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
12+
"@babel/plugin-proposal-class-properties": "^7.12.1",
13+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
14+
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
1515
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
16-
"@babel/plugin-transform-runtime": "^7.11.5",
17-
"@babel/plugin-transform-spread": "^7.11.0",
18-
"@babel/preset-env": "^7.11.5",
19-
"@babel/preset-react": "^7.10.4",
20-
"@babel/runtime": "^7.11.2",
16+
"@babel/plugin-transform-runtime": "^7.12.1",
17+
"@babel/plugin-transform-spread": "^7.12.1",
18+
"@babel/preset-env": "^7.12.1",
19+
"@babel/preset-react": "^7.12.5",
20+
"@babel/runtime": "^7.12.5",
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-macros": "^2.8.0",
2323
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
@@ -36,7 +36,7 @@
3636
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\" --ignore \"**/utils/path-serializer.ts\" --extensions \".ts,.js\""
3737
},
3838
"devDependencies": {
39-
"@babel/cli": "^7.11.6",
39+
"@babel/cli": "^7.12.1",
4040
"babel-preset-gatsby-package": "^0.7.0-next.0",
4141
"cross-env": "^7.0.2",
4242
"slash": "^3.0.0"

packages/create-gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"devDependencies": {
1919
"@ascorbic/worker-threads-shim": "^1.0.0",
20-
"@babel/runtime": "^7.12.1",
20+
"@babel/runtime": "^7.12.5",
2121
"@types/configstore": "^4.0.0",
2222
"@types/fs-extra": "^9.0.2",
2323
"@types/node": "^14.14.5",

packages/gatsby-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"yurnalist": "^1.1.2"
5151
},
5252
"devDependencies": {
53-
"@babel/cli": "^7.11.6",
54-
"@babel/core": "^7.11.6",
53+
"@babel/cli": "^7.12.1",
54+
"@babel/core": "^7.12.3",
5555
"@rollup/plugin-babel": "^5.1.0",
5656
"@rollup/plugin-commonjs": "^14.0.0",
5757
"@rollup/plugin-json": "^4.1.0",

packages/gatsby-codemods/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@babel/runtime": "^7.11.2"
27+
"@babel/runtime": "^7.12.5"
2828
},
2929
"devDependencies": {
30-
"@babel/cli": "^7.11.6",
31-
"@babel/core": "^7.11.6",
30+
"@babel/cli": "^7.12.1",
31+
"@babel/core": "^7.12.3",
3232
"babel-preset-gatsby-package": "^0.7.0-next.0",
3333
"cross-env": "^7.0.2",
3434
"jscodeshift": "^0.11.0"

packages/gatsby-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"xdg-basedir": "^4.0.0"
3939
},
4040
"devDependencies": {
41-
"@babel/cli": "^7.11.6",
42-
"@babel/core": "^7.11.6",
41+
"@babel/cli": "^7.12.1",
42+
"@babel/core": "^7.12.3",
4343
"@types/ci-info": "2.0.0",
4444
"babel-preset-gatsby-package": "^0.7.0-next.0",
4545
"cross-env": "^7.0.2",

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.11.2"
18+
"@babel/runtime": "^7.12.5"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "^7.11.6",
22-
"@babel/core": "^7.11.6",
21+
"@babel/cli": "^7.12.1",
22+
"@babel/core": "^7.12.3",
2323
"babel-preset-gatsby-package": "^0.7.0-next.0",
2424
"cross-env": "^7.0.2"
2525
},

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.11.2",
13+
"@babel/runtime": "^7.12.5",
1414
"chokidar": "^3.4.3",
1515
"configstore": "^5.0.1",
1616
"del": "^6.0.0",
@@ -25,8 +25,8 @@
2525
"yargs": "^15.4.1"
2626
},
2727
"devDependencies": {
28-
"@babel/cli": "^7.11.6",
29-
"@babel/core": "^7.11.6",
28+
"@babel/cli": "^7.12.1",
29+
"@babel/core": "^7.12.3",
3030
"babel-preset-gatsby-package": "^0.7.0-next.0",
3131
"cross-env": "^7.0.2"
3232
},

packages/gatsby-graphiql-explorer/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@babel/runtime": "^7.11.2"
31+
"@babel/runtime": "^7.12.5"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.11.6",
35-
"@babel/core": "^7.11.6",
36-
"@babel/plugin-proposal-class-properties": "^7.10.4",
37-
"@babel/plugin-transform-runtime": "^7.11.5",
38-
"@babel/preset-env": "^7.11.5",
39-
"@babel/preset-react": "^7.10.4",
34+
"@babel/cli": "^7.12.1",
35+
"@babel/core": "^7.12.3",
36+
"@babel/plugin-proposal-class-properties": "^7.12.1",
37+
"@babel/plugin-transform-runtime": "^7.12.1",
38+
"@babel/preset-env": "^7.12.1",
39+
"@babel/preset-react": "^7.12.5",
4040
"babel-loader": "^8.1.0",
4141
"babel-preset-gatsby-package": "^0.7.0-next.0",
4242
"core-js": "^3.7.0",

packages/gatsby-image/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.11.2",
10+
"@babel/runtime": "^7.12.5",
1111
"object-fit-images": "^3.2.4",
1212
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "^7.11.6",
16-
"@babel/core": "^7.11.6",
15+
"@babel/cli": "^7.12.1",
16+
"@babel/core": "^7.12.3",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^0.7.0-next.0",
1919
"cross-env": "^7.0.2",

packages/gatsby-link/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.11.2",
10+
"@babel/runtime": "^7.12.5",
1111
"@types/reach__router": "^1.3.6",
1212
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "^7.11.6",
16-
"@babel/core": "^7.11.6",
15+
"@babel/cli": "^7.12.1",
16+
"@babel/core": "^7.12.3",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^0.7.0-next.0",
1919
"cross-env": "^7.0.2"

packages/gatsby-page-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
2222
"dependencies": {
23-
"@babel/runtime": "^7.11.2",
23+
"@babel/runtime": "^7.12.5",
2424
"bluebird": "^3.7.2",
2525
"chokidar": "^3.4.3",
2626
"fs-exists-cached": "^1.0.0",
@@ -30,8 +30,8 @@
3030
"micromatch": "^4.0.2"
3131
},
3232
"devDependencies": {
33-
"@babel/cli": "^7.11.6",
34-
"@babel/core": "^7.11.6",
33+
"@babel/cli": "^7.12.1",
34+
"@babel/core": "^7.12.3",
3535
"@types/micromatch": "^4.0.1",
3636
"babel-preset-gatsby-package": "^0.7.0-next.0",
3737
"cross-env": "^7.0.2"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
1616
"devDependencies": {
17-
"@babel/cli": "^7.11.6",
18-
"@babel/core": "^7.11.6",
17+
"@babel/cli": "^7.12.1",
18+
"@babel/core": "^7.12.3",
1919
"babel-preset-gatsby-package": "^0.7.0-next.0"
2020
},
2121
"dependencies": {

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.11.2"
10+
"@babel/runtime": "^7.12.5"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.11.6",
14-
"@babel/core": "^7.11.6",
13+
"@babel/cli": "^7.12.1",
14+
"@babel/core": "^7.12.3",
1515
"babel-preset-gatsby-package": "^0.7.0-next.0",
1616
"cross-env": "^7.0.2"
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.11.2",
10+
"@babel/runtime": "^7.12.5",
1111
"escape-string-regexp": "^1.0.5"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.11.6",
15-
"@babel/core": "^7.11.6",
14+
"@babel/cli": "^7.12.1",
15+
"@babel/core": "^7.12.3",
1616
"babel-preset-gatsby-package": "^0.7.0-next.0",
1717
"cross-env": "^7.0.2"
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.11.2",
13+
"@babel/runtime": "^7.12.5",
1414
"coffee-loader": "^0.9.0",
1515
"coffee-react-transform": "^5.0.0",
1616
"coffeescript": "^2.5.1"
1717
},
1818
"devDependencies": {
19-
"@babel/cli": "^7.11.6",
20-
"@babel/core": "^7.11.6",
19+
"@babel/cli": "^7.12.1",
20+
"@babel/core": "^7.12.3",
2121
"babel-preset-gatsby-package": "^0.7.0-next.0",
2222
"cross-env": "^7.0.2"
2323
},

packages/gatsby-plugin-create-client-paths/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.11.2"
10+
"@babel/runtime": "^7.12.5"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.11.6",
14-
"@babel/core": "^7.11.6",
13+
"@babel/cli": "^7.12.1",
14+
"@babel/core": "^7.12.3",
1515
"babel-preset-gatsby-package": "^0.7.0-next.0",
1616
"cross-env": "^7.0.2"
1717
},

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.11.2"
10+
"@babel/runtime": "^7.12.5"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.11.6",
14-
"@babel/core": "^7.11.6",
13+
"@babel/cli": "^7.12.1",
14+
"@babel/core": "^7.12.3",
1515
"babel-preset-gatsby-package": "^0.7.0-next.0",
1616
"cross-env": "^7.0.2",
1717
"cxs": "^6.2.0",

packages/gatsby-plugin-emotion/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.11.2",
10+
"@babel/runtime": "^7.12.5",
1111
"@emotion/babel-preset-css-prop": "^10.0.27"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.11.6",
15-
"@babel/core": "^7.11.6",
14+
"@babel/cli": "^7.12.1",
15+
"@babel/core": "^7.12.3",
1616
"babel-preset-gatsby-package": "^0.7.0-next.0",
1717
"cross-env": "^7.0.2"
1818
},

packages/gatsby-plugin-facebook-analytics/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.11.2"
10+
"@babel/runtime": "^7.12.5"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.11.6",
14-
"@babel/core": "^7.11.6",
13+
"@babel/cli": "^7.12.1",
14+
"@babel/core": "^7.12.3",
1515
"babel-preset-gatsby-package": "^0.7.0-next.0",
1616
"cross-env": "^7.0.2"
1717
},

packages/gatsby-plugin-feed/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.11.2",
10+
"@babel/runtime": "^7.12.5",
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.0",
1313
"fs-extra": "^8.1.0",
@@ -16,8 +16,8 @@
1616
"rss": "^1.2.2"
1717
},
1818
"devDependencies": {
19-
"@babel/cli": "^7.11.6",
20-
"@babel/core": "^7.11.6",
19+
"@babel/cli": "^7.12.1",
20+
"@babel/core": "^7.12.3",
2121
"babel-preset-gatsby-package": "^0.7.0-next.0",
2222
"cross-env": "^7.0.2"
2323
},

0 commit comments

Comments
 (0)