Skip to content

Commit

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

* chore: update snapshots

* upgrade test project fixture

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 Nov 11, 2022
1 parent 1066348 commit 0bb0f8c
Show file tree
Hide file tree
Showing 26 changed files with 213 additions and 213 deletions.
4 changes: 2 additions & 2 deletions __fixtures__/test-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.1"
"tailwindcss": "^3.2.3"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/generator": "7.19.5",
"@babel/node": "7.19.1",
"@babel/core": "7.19.6",
"@babel/generator": "7.20.1",
"@babel/node": "7.20.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.3",
"@babel/plugin-proposal-decorators": "7.20.0",
"@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.19.1",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime-corejs3": "7.19.4",
"@babel/runtime-corejs3": "7.20.1",
"@nrwl/nx-cloud": "14.7.0",
"@playwright/test": "1.27.1",
"@replayio/playwright": "0.3.2",
Expand Down
6 changes: 3 additions & 3 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.19.1",
"@babel/runtime-corejs3": "7.19.4",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/runtime-corejs3": "7.20.1",
"@fastify/http-proxy": "8.3.0",
"@fastify/static": "6.5.0",
"@fastify/url-data": "5.1.0",
Expand All @@ -49,7 +49,7 @@
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@types/aws-lambda": "8.10.107",
"@types/lodash.escape": "4.0.7",
"@types/qs": "6.9.7",
Expand Down
4 changes: 2 additions & 2 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.19.4",
"@babel/runtime-corejs3": "7.20.1",
"@prisma/client": "4.6.0",
"base64url": "3.0.1",
"core-js": "3.26.0",
Expand All @@ -47,7 +47,7 @@
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@clerk/clerk-sdk-node": "3.9.2",
"@redwoodjs/auth": "3.2.0",
"@simplewebauthn/server": "6.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.4",
"@babel/runtime-corejs3": "7.20.1",
"core-js": "3.26.0",
"jsonwebtoken": "8.5.1",
"uuid": "9.0.0"
Expand All @@ -32,7 +32,7 @@
"@auth0/auth0-spa-js": "1.22.5",
"@azure/msal-browser": "2.30.0",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@clerk/clerk-js": "3.17.0",
"@clerk/clerk-react": "3.5.1",
"@clerk/clerk-sdk-node": "3.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.4",
"@babel/runtime-corejs3": "7.20.1",
"@redwoodjs/auth": "3.2.0",
"@redwoodjs/cli-helpers": "3.2.0",
"core-js": "3.26.0",
"secure-random-password": "0.2.3"
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@types/react": "17.0.50",
"@types/secure-random-password": "0.2.1",
"jest": "29.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.4",
"@babel/runtime-corejs3": "7.20.1",
"core-js": "3.26.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@auth0/auth0-spa-js": "1.22.5",
"@azure/msal-browser": "2.30.0",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@clerk/clerk-js": "3.17.0",
"@clerk/clerk-react": "3.5.1",
"@clerk/clerk-sdk-node": "3.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/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.19.4",
"@babel/runtime-corejs3": "7.20.1",
"core-js": "3.26.0"
},
"devDependencies": {
"@auth0/auth0-spa-js": "1.22.5",
"@azure/msal-browser": "2.30.0",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@clerk/clerk-js": "3.17.0",
"@clerk/clerk-react": "3.5.1",
"@clerk/clerk-sdk-node": "3.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-helpers/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.19.4",
"@babel/runtime-corejs3": "7.20.1",
"@redwoodjs/telemetry": "3.2.0",
"core-js": "3.26.0",
"listr2": "5.0.5"
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@types/react": "17.0.50",
"jest": "29.3.1",
"react": "17.0.2",
Expand Down
4 changes: 2 additions & 2 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.19.4",
"@babel/runtime-corejs3": "7.20.1",
"@prisma/internals": "4.6.0",
"@redwoodjs/api-server": "3.2.0",
"@redwoodjs/auth-providers-setup": "3.2.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"jest": "29.3.1",
"typescript": "4.7.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export const Success = ({ userProfile }) => {
exports[`creates a cell mock with a camelCase word name 1`] = `
"// Define your own mock data here:
export const standard = () => ({
export const standard = (/* vars, { ctx, req } */) => ({
userProfile: {
id: 42,
},
Expand All @@ -323,7 +323,7 @@ export const standard = () => ({
exports[`creates a cell mock with a kebabCase word name 1`] = `
"// Define your own mock data here:
export const standard = () => ({
export const standard = (/* vars, { ctx, req } */) => ({
userProfile: {
id: 42,
},
Expand All @@ -333,7 +333,7 @@ export const standard = () => ({
exports[`creates a cell mock with a multi word name 1`] = `
"// Define your own mock data here:
export const standard = () => ({
export const standard = (/* vars, { ctx, req } */) => ({
userProfile: {
id: 42,
},
Expand All @@ -343,7 +343,7 @@ export const standard = () => ({
exports[`creates a cell mock with a single word name 1`] = `
"// Define your own mock data here:
export const standard = () => ({
export const standard = (/* vars, { ctx, req } */) => ({
user: {
id: 42,
},
Expand All @@ -353,7 +353,7 @@ export const standard = () => ({
exports[`creates a cell mock with a snakeCase word name 1`] = `
"// Define your own mock data here:
export const standard = () => ({
export const standard = (/* vars, { ctx, req } */) => ({
userProfile: {
id: 42,
},
Expand Down Expand Up @@ -800,7 +800,7 @@ export default { title: 'Cells/AddressCell' }
exports[`generates a cell with a string primary id key 4`] = `
"// Define your own mock data here:
export const standard = () => ({
export const standard = (/* vars, { ctx, req } */) => ({
address: {
id: '42',
},
Expand Down Expand Up @@ -908,7 +908,7 @@ export default { title: 'Cells/AddressesCell' }
exports[`generates list a cell with a string primary id keys 4`] = `
"// Define your own mock data here:
export const standard = () => ({
export const standard = (/* vars, { ctx, req } */) => ({
addresses: [{ id: '42' }, { id: '43' }, { id: '44' }],
})
"
Expand Down Expand Up @@ -1014,7 +1014,7 @@ export default { title: 'Cells/MembersCell' }
exports[`generates list cells if list flag passed in 4`] = `
"// Define your own mock data here:
export const standard = () => ({
export const standard = (/* vars, { ctx, req } */) => ({
members: [{ id: 42 }, { id: 43 }, { id: 44 }],
})
"
Expand Down
6 changes: 3 additions & 3 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"dependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/plugin-transform-typescript": "7.19.3",
"@babel/runtime-corejs3": "7.19.4",
"@babel/core": "7.19.6",
"@babel/plugin-transform-typescript": "7.20.0",
"@babel/runtime-corejs3": "7.20.1",
"@iarna/toml": "2.2.5",
"@vscode/ripgrep": "1.14.2",
"core-js": "3.26.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
},
"dependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@babel/eslint-plugin": "7.19.1",
"@babel/node": "7.19.1",
"@babel/node": "7.20.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.3",
"@babel/plugin-proposal-decorators": "7.20.0",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime-corejs3": "7.19.4",
"@babel/runtime-corejs3": "7.20.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.8",
"@redwoodjs/cli": "3.2.0",
"@redwoodjs/eslint-config": "3.2.0",
"@redwoodjs/internal": "3.2.0",
"@redwoodjs/testing": "3.2.0",
"babel-loader": "8.2.5",
"babel-loader": "8.3.0",
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-inline-react-svg": "2.0.1",
Expand Down
6 changes: 3 additions & 3 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.19.3",
"@babel/node": "7.19.1",
"@babel/runtime-corejs3": "7.19.4",
"@babel/core": "7.19.6",
"@babel/node": "7.20.0",
"@babel/runtime-corejs3": "7.20.1",
"@redwoodjs/internal": "3.2.0",
"@redwoodjs/telemetry": "3.2.0",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "echo 'Nothing to build..'"
},
"dependencies": {
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@babel/eslint-parser": "7.19.1",
"@babel/eslint-plugin": "7.19.1",
"@redwoodjs/internal": "3.2.0",
Expand Down
4 changes: 2 additions & 2 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.19.4",
"@babel/runtime-corejs3": "7.20.1",
"core-js": "3.26.0",
"pascalcase": "1.0.0",
"react-hook-form": "7.39.1"
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@testing-library/dom": "8.19.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
Expand Down
4 changes: 2 additions & 2 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.19.4",
"@babel/runtime-corejs3": "7.20.1",
"@envelop/depth-limit": "1.8.0",
"@envelop/disable-introspection": "3.6.0",
"@envelop/filter-operation-type": "3.6.0",
Expand All @@ -45,7 +45,7 @@
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@envelop/testing": "4.6.0",
"@envelop/types": "2.4.0",
"@redwoodjs/auth": "3.2.0",
Expand Down
10 changes: 5 additions & 5 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.19.4",
"@babel/plugin-transform-typescript": "7.19.3",
"@babel/parser": "7.20.1",
"@babel/plugin-transform-typescript": "7.20.0",
"@babel/register": "7.18.9",
"@babel/runtime-corejs3": "7.19.4",
"@babel/traverse": "7.19.4",
"@babel/runtime-corejs3": "7.20.1",
"@babel/traverse": "7.20.1",
"@graphql-codegen/add": "3.2.1",
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/core": "2.6.2",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@types/babel-plugin-tester": "9.0.5",
"@types/babel__core": "7.1.19",
"@types/findup-sync": "4.0.2",
Expand Down
4 changes: 2 additions & 2 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.19.4",
"@babel/runtime-corejs3": "7.20.1",
"@redwoodjs/auth": "3.2.0",
"@redwoodjs/internal": "3.2.0",
"@redwoodjs/router": "3.2.0",
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/core": "7.19.6",
"@types/mime-types": "2.1.1",
"babel-plugin-tester": "10.1.0",
"jest": "29.3.1",
Expand Down
Loading

0 comments on commit 0bb0f8c

Please sign in to comment.