Skip to content

Commit

Permalink
chore(deps): update babel monorepo (#6210)
Browse files Browse the repository at this point in the history
* chore(deps): update babel monorepo

* update snapshots

* exclude es.error.cause

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominic Saadi <[email protected]>
  • Loading branch information
renovate[bot] and jtoar authored Aug 18, 2022
1 parent dc6aa2d commit 1fecb03
Show file tree
Hide file tree
Showing 22 changed files with 793 additions and 1,029 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = {
// List of supported proposals: https://github.com/zloirock/core-js/blob/master/docs/2019-03-19-core-js-3-babel-and-a-look-into-the-future.md#ecmascript-proposals
proposals: true,
},
exclude: ['es.error.cause'],
},
],
'@babel/preset-react',
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"devDependencies": {
"@actions/core": "1.9.1",
"@actions/exec": "1.1.1",
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/generator": "7.17.9",
"@babel/node": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.7",
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@babel/generator": "7.18.12",
"@babel/node": "7.18.10",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.18.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime-corejs3": "7.18.9",
"@nrwl/nx-cloud": "14.3.0",
"@playwright/test": "1.24.2",
"@testing-library/jest-dom": "5.16.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/runtime-corejs3": "7.18.9",
"@fastify/http-proxy": "8.2.1",
"@fastify/static": "6.5.0",
"@fastify/url-data": "5.1.0",
Expand All @@ -48,8 +48,8 @@
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@types/aws-lambda": "8.10.101",
"@types/lodash.escape": "4.0.7",
"@types/qs": "6.9.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.18.9",
"@prisma/client": "4.1.1",
"base64url": "3.0.1",
"core-js": "3.24.1",
Expand All @@ -46,8 +46,8 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@clerk/clerk-sdk-node": "3.9.2",
"@redwoodjs/auth": "2.2.0",
"@simplewebauthn/server": "5.4.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.18.9",
"core-js": "3.24.1"
},
"devDependencies": {
"@auth0/auth0-spa-js": "1.22.2",
"@azure/msal-browser": "2.28.1",
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@clerk/clerk-js": "3.17.0",
"@clerk/clerk-react": "3.5.1",
"@clerk/clerk-sdk-node": "3.9.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.18.9",
"@prisma/internals": "4.1.1",
"@redwoodjs/api-server": "2.2.0",
"@redwoodjs/internal": "2.2.0",
Expand Down Expand Up @@ -66,8 +66,8 @@
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@types/listr": "0.14.4",
"jest": "28.1.3",
"typescript": "4.7.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/plugin-transform-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@babel/plugin-transform-typescript": "7.18.12",
"@babel/runtime-corejs3": "7.18.9",
"@vscode/ripgrep": "1.14.2",
"core-js": "3.24.1",
"cross-undici-fetch": "0.4.14",
Expand Down
28 changes: 14 additions & 14 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/eslint-plugin": "7.16.5",
"@babel/node": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.7",
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@babel/eslint-plugin": "7.18.10",
"@babel/node": "7.18.10",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.18.10",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime-corejs3": "7.18.9",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
"@redwoodjs/cli": "2.2.0",
"@redwoodjs/eslint-config": "2.2.0",
"@redwoodjs/internal": "2.2.0",
"@redwoodjs/testing": "2.2.0",
"babel-loader": "8.2.3",
"babel-loader": "8.2.5",
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-inline-react-svg": "2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/core": "7.16.7",
"@babel/node": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/core": "7.18.10",
"@babel/node": "7.18.10",
"@babel/runtime-corejs3": "7.18.9",
"@redwoodjs/internal": "2.2.0",
"@redwoodjs/telemetry": "2.2.0",
"chalk": "4.1.2",
Expand All @@ -35,7 +35,7 @@
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/cli": "7.18.10",
"jest": "28.1.3",
"typescript": "4.7.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"build": "echo 'Nothing to build..'"
},
"dependencies": {
"@babel/core": "7.16.7",
"@babel/eslint-parser": "7.16.5",
"@babel/eslint-plugin": "7.16.5",
"@babel/core": "7.18.10",
"@babel/eslint-parser": "7.18.9",
"@babel/eslint-plugin": "7.18.10",
"@redwoodjs/internal": "2.2.0",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
Expand All @@ -31,7 +31,7 @@
"prettier": "2.7.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/cli": "7.18.10",
"jest": "28.1.3",
"typescript": "4.7.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.18.9",
"core-js": "3.24.1",
"pascalcase": "1.0.0",
"react-hook-form": "7.34.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@testing-library/dom": "8.16.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.18.9",
"@envelop/depth-limit": "1.6.2",
"@envelop/disable-introspection": "3.4.2",
"@envelop/filter-operation-type": "3.4.2",
Expand All @@ -44,8 +44,8 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@envelop/testing": "4.4.2",
"@envelop/types": "2.3.1",
"@redwoodjs/auth": "2.2.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/parser": "7.16.7",
"@babel/plugin-transform-typescript": "7.16.7",
"@babel/register": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/traverse": "7.16.7",
"@babel/parser": "7.18.11",
"@babel/plugin-transform-typescript": "7.18.12",
"@babel/register": "7.18.9",
"@babel/runtime-corejs3": "7.18.9",
"@babel/traverse": "7.18.11",
"@graphql-codegen/add": "3.2.1",
"@graphql-codegen/cli": "2.11.5",
"@graphql-codegen/core": "2.6.1",
Expand All @@ -43,7 +43,7 @@
"@graphql-codegen/typescript-resolvers": "2.7.3",
"@redwoodjs/graphql-server": "2.2.0",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-polyfill-corejs3": "0.5.0",
"babel-plugin-polyfill-corejs3": "0.5.3",
"chalk": "4.1.2",
"core-js": "3.24.1",
"deepmerge": "4.2.2",
Expand All @@ -61,8 +61,8 @@
"toml": "3.0.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@types/babel-plugin-tester": "9.0.5",
"@types/babel__core": "7.1.19",
"@types/findup-sync": "4.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/internal/src/__tests__/build_api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ test('core-js polyfill list', () => {
*/
expect(list).toMatchInlineSnapshot(`
Array [
"es.regexp.flags",
"es.typed-array.set",
"esnext.aggregate-error",
"esnext.array.last-index",
Expand Down
6 changes: 3 additions & 3 deletions packages/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.18.9",
"@redwoodjs/auth": "2.2.0",
"@redwoodjs/internal": "2.2.0",
"@redwoodjs/router": "2.2.0",
Expand All @@ -37,8 +37,8 @@
"mime-types": "2.1.35"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@types/mime-types": "2.1.1",
"babel-plugin-tester": "10.1.0",
"jest": "28.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
]
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.18.9",
"@prisma/client": "4.1.1",
"core-js": "3.24.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@prisma/internals": "4.1.1",
"esbuild": "0.14.54",
"jest": "28.1.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.18.9",
"@reach/skip-nav": "0.16.0",
"@redwoodjs/auth": "2.2.0",
"core-js": "3.24.1",
"lodash.isequal": "4.5.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@types/lodash.isequal": "4.5.6",
"@types/react": "17.0.48",
"@types/react-dom": "17.0.17",
Expand Down
6 changes: 3 additions & 3 deletions packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.18.9",
"@prisma/internals": "4.1.1",
"@redwoodjs/internal": "2.2.0",
"@types/line-column": "1.0.0",
Expand All @@ -55,8 +55,8 @@
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@types/fs-extra": "9.0.13",
"@types/lodash": "4.14.182",
"@types/lru-cache": "5.1.1",
Expand Down
Loading

0 comments on commit 1fecb03

Please sign in to comment.