Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and serhalp committed Sep 26, 2024
1 parent 92b84b1 commit 971babe
Show file tree
Hide file tree
Showing 108 changed files with 1,372 additions and 1,358 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"packageManager": "[email protected]",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.21.8",
"@babel/eslint-plugin": "^7.19.1",
"@babel/node": "^7.20.7",
"@babel/plugin-transform-typescript": "^7.20.13",
"@babel/runtime": "^7.20.13",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/eslint-plugin": "^7.25.1",
"@babel/node": "^7.25.0",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.6",
"@lerna/prompt": "3.18.5",
"@types/babel__code-frame": "^7.0.3",
"@types/better-queue": "^3.8.3",
Expand Down Expand Up @@ -129,6 +129,6 @@
"packages/*"
],
"resolutions": {
"@babel/plugin-transform-modules-commonjs": "7.18.6"
"@babel/plugin-transform-modules-commonjs": "7.24.8"
}
}
8 changes: 4 additions & 4 deletions packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/types": "^7.20.7",
"@babel/runtime": "^7.25.6",
"@babel/types": "^7.25.6",
"gatsby-core-utils": "^4.14.0-next.2"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/babel-preset-gatsby-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby-package#readme",
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-typescript": "^7.20.13",
"@babel/preset-env": "^7.20.2",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.13",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-flow": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/runtime": "^7.25.6",
"@sigmacomputing/babel-plugin-lodash": "^3.3.5",
"babel-plugin-dynamic-import-node": "^2.3.3",
"core-js": "^3.31.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/helper-plugin-test-runner": "7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/helper-plugin-test-runner": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@types/babel__core": "^7.20.5",
"cross-env": "^7.0.3"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-classes": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-spread": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.13",
"@babel/plugin-transform-classes": "^7.25.4",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/plugin-transform-spread": "^7.24.7",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/runtime": "^7.25.6",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
Expand All @@ -37,7 +37,7 @@
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\" --ignore \"**/utils/path-serializer.ts\" --extensions \".ts,.js\""
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/cli": "^7.25.6",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3",
"slash": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
},
"author": "Matt Kane <[email protected]>",
"dependencies": {
"@babel/runtime": "^7.20.13"
"@babel/runtime": "^7.25.6"
}
}
6 changes: 3 additions & 3 deletions packages/gatsby-adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-adapter-netlify#readme",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.25.6",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.10.0",
"@netlify/functions": "^1.6.0",
Expand All @@ -41,8 +41,8 @@
"gatsby-core-utils": "^4.14.0-next.2"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@netlify/edge-functions": "^2.2.0",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3",
Expand Down
18 changes: 9 additions & 9 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/code-frame": "^7.18.6",
"@babel/core": "^7.20.12",
"@babel/generator": "^7.20.14",
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.13",
"@babel/template": "^7.20.7",
"@babel/types": "^7.20.7",
"@babel/code-frame": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.6",
"@babel/helper-plugin-utils": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.25.6",
"@babel/template": "^7.25.0",
"@babel/types": "^7.25.6",
"@jridgewell/trace-mapping": "^0.3.18",
"@types/common-tags": "^1.8.1",
"better-opn": "^2.1.1",
Expand Down Expand Up @@ -53,7 +53,7 @@
"yurnalist": "^2.1.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/cli": "^7.25.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-syntax-typescript": "^7.20.0",
"@babel/runtime": "^7.20.13",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/plugin-syntax-typescript": "^7.25.4",
"@babel/runtime": "^7.25.6",
"execa": "^5.1.1",
"graphql": "^16.6.0",
"jscodeshift": "0.13.1",
"recast": "0.20.5"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/cli": "^7.25.6",
"@types/jscodeshift": "^0.11.11",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dist/"
],
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.25.6",
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fastq": "^1.15.0",
Expand All @@ -79,8 +79,8 @@
"xdg-basedir": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@types/ci-info": "2.0.0",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.13"
"@babel/runtime": "^7.25.6"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-design-tokens#readme",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.25.6",
"hex2rgba": "^0.0.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.25.6",
"chokidar": "^3.5.3",
"configstore": "^5.0.1",
"del": "^6.1.1",
Expand All @@ -25,8 +25,8 @@
"yargs": "^15.4.1"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@graphiql/plugin-code-exporter": "^0.2.0",
"@graphiql/plugin-explorer": "^0.2.0",
"@graphiql/react": "^0.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-legacy-polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"watch:polyfills": "microbundle -f iife -i src/polyfills.js --no-sourcemap --external=none --watch"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.25.6",
"core-js-compat": "3.31.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.25.6",
"bluebird": "^3.7.2",
"chokidar": "^3.5.3",
"fs-exists-cached": "^1.0.0",
Expand All @@ -36,8 +36,8 @@
"micromatch": "^4.0.5"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@types/micromatch": "^4.0.6",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-parcel-namer-relative-to-cwd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.25.6",
"@parcel/namer-default": "2.8.3",
"@parcel/plugin": "2.8.3",
"gatsby-core-utils": "^4.14.0-next.2"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-benchmark-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"babel-preset-gatsby-package": "^3.14.0-next.2"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.25.6",
"fast-glob": "^3.2.12",
"gatsby-core-utils": "^4.14.0-next.2",
"node-fetch": "^2.6.11"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-canonical-urls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.13"
"@babel/runtime": "^7.25.6"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-catch-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.25.6",
"escape-string-regexp": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-coffeescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"Noah Lange <[email protected]>"
],
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.25.6",
"coffee-loader": "^0.9.0",
"coffee-react-transform": "^5.0.0",
"coffeescript": "^2.7.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"babel-preset-gatsby-package": "^3.14.0-next.2",
"cross-env": "^7.0.3"
},
Expand Down
Loading

0 comments on commit 971babe

Please sign in to comment.