Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 19, 2022
1 parent e330776 commit f213175
Show file tree
Hide file tree
Showing 50 changed files with 1,725 additions and 875 deletions.
2,366 changes: 1,560 additions & 806 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/babel-plugin-replace-textdomain",
"version": "1.0.12",
"version": "1.0.13-alpha",
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme",
"bugs": {
Expand All @@ -21,7 +21,7 @@
"debug": "^4.3.2"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"babel-plugin-tester": "10.1.0",
"jest": "28.1.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:* || ^0.3",
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-react": "7.18.6",
"@jest/globals": "28.1.0",
"@storybook/addon-actions": "6.5.9",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:* || ^0.3",
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-react": "7.18.6",
"@storybook/addon-actions": "6.5.9",
"@testing-library/dom": "8.16.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"debug": "^4.3.2"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"jest": "28.1.0",
"webpack": "5.72.1",
"webpack-cli": "4.9.1"
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/idc/changelog/renovate-babel-monorepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/idc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-react": "7.18.6",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/licensing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:* || ^0.3",
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-react": "7.18.6",
"@testing-library/dom": "8.16.0",
"@testing-library/react": "12.1.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/partner-coupon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@automattic/jetpack-analytics": "workspace:* || ^0.1",
"@automattic/jetpack-base-styles": "workspace:* || ^0.3",
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-react": "7.18.6",
"@testing-library/dom": "8.16.0",
"@testing-library/react": "12.1.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
6 changes: 3 additions & 3 deletions projects/js-packages/publicize-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@automattic/color-studio": "2.5.0",
"@automattic/jetpack-base-styles": "workspace:* || ^0.3",
"@automattic/jetpack-webpack-config": "workspace:* || ^1.3",
"@babel/core": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.18.6",
"@babel/core": "7.18.10",
"@babel/plugin-transform-react-jsx": "7.18.10",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/runtime": "7.18.9",
"@testing-library/dom": "8.16.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.2.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/shared-extension-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-react": "7.18.6",
"react": "17.0.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/js-packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"devDependencies": {
"@automattic/jetpack-components": "workspace:* || ^0.18",
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"@babel/plugin-syntax-jsx": "7.18.6",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/runtime": "7.18.9",
"@emotion/babel-plugin": "11.3.0",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
14 changes: 7 additions & 7 deletions projects/js-packages/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@automattic/i18n-check-webpack-plugin": "workspace:* || ^1.0",
"@automattic/i18n-loader-webpack-plugin": "workspace:* || ^2.0",
"@automattic/webpack-rtl-plugin": "6.0.0",
"@babel/compat-data": "7.18.6",
"@babel/helper-compilation-targets": "7.18.6",
"@babel/compat-data": "7.18.8",
"@babel/helper-compilation-targets": "7.18.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.6",
"@babel/preset-env": "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",
"@wordpress/browserslist-config": "4.1.2",
Expand All @@ -40,14 +40,14 @@
"thread-loader": "3.0.4"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/core": "7.18.10",
"@babel/runtime": "7.18.9",
"webpack": "5.72.1",
"webpack-cli": "4.9.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@babel/runtime": "7.18.6",
"@babel/runtime": "7.18.9",
"webpack": "^5.67.0"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 4 additions & 0 deletions projects/packages/backup/changelog/renovate-babel-monorepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
8 changes: 4 additions & 4 deletions projects/packages/backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:* || ^0.3",
"@automattic/jetpack-webpack-config": "workspace:* || ^1.3",
"@babel/core": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/register": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/register": "7.18.9",
"@babel/runtime": "7.18.9",
"@wordpress/browserslist-config": "4.1.2",
"concurrently": "6.0.2",
"sass": "1.43.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
8 changes: 4 additions & 4 deletions projects/packages/connection-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:* || ^1.3",
"@babel/core": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/register": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/register": "7.18.9",
"@babel/runtime": "7.18.9",
"@wordpress/browserslist-config": "4.1.2",
"@wordpress/data": "6.15.0",
"@wordpress/i18n": "4.15.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
8 changes: 4 additions & 4 deletions projects/packages/identity-crisis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:* || ^1.3",
"@babel/core": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/register": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/register": "7.18.9",
"@babel/runtime": "7.18.9",
"@wordpress/browserslist-config": "4.1.2",
"fancy-log": "1.3.3",
"react": "17.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
],
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:* || ^1.3",
"@babel/core": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"@storybook/addons": "6.5.9",
"@storybook/client-api": "6.5.9",
"@storybook/preview-web": "6.5.9",
Expand Down
4 changes: 4 additions & 0 deletions projects/packages/search/changelog/renovate-babel-monorepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
8 changes: 4 additions & 4 deletions projects/packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:* || ^1.3",
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/runtime": "7.18.9",
"@size-limit/preset-app": "6.0.4",
"@testing-library/dom": "8.16.0",
"@testing-library/preact": "3.2.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/videopress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@automattic/calypso-color-schemes": "2.1.1",
"@automattic/jetpack-base-styles": "workspace:* || ^0.3",
"@automattic/jetpack-webpack-config": "workspace:* || ^1.3",
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-react": "7.18.6",
"@storybook/react": "6.5.9",
"@wordpress/browserslist-config": "4.1.2",
Expand Down
4 changes: 4 additions & 0 deletions projects/packages/wordads/changelog/renovate-babel-monorepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
8 changes: 4 additions & 4 deletions projects/packages/wordads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:* || ^1.3",
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/runtime": "7.18.9",
"@size-limit/preset-app": "6.0.4",
"@testing-library/dom": "8.16.0",
"@testing-library/preact": "3.2.2",
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/boost/changelog/renovate-babel-monorepo#2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/plugins/boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@automattic/jetpack-components": "workspace:* || ^0.18",
"@babel/core": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "19.0.2",
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/renovate-babel-monorepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Updated package dependencies.
10 changes: 5 additions & 5 deletions projects/plugins/jetpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@
"@automattic/jetpack-base-styles": "workspace:* || ^0.3",
"@automattic/jetpack-webpack-config": "workspace:* || ^1.3",
"@automattic/remove-asset-webpack-plugin": "workspace:* || ^1.0",
"@babel/core": "7.18.6",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/plugin-transform-react-jsx": "7.18.10",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/runtime": "7.18.9",
"@testing-library/dom": "8.16.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/protect/changelog/renovate-babel-monorepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
8 changes: 4 additions & 4 deletions projects/plugins/protect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:* || ^1.3",
"@babel/core": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/register": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/register": "7.18.9",
"@babel/runtime": "7.18.9",
"@wordpress/browserslist-config": "4.1.2",
"concurrently": "6.0.2",
"sass": "1.43.3",
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/social/changelog/renovate-babel-monorepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
Loading

0 comments on commit f213175

Please sign in to comment.