Skip to content

Commit

Permalink
Update babel monorepo to v7.24.7 (#37796)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
matticbot and renovate-bot authored Jun 11, 2024
1 parent 51d436e commit 1b13367
Show file tree
Hide file tree
Showing 89 changed files with 924 additions and 1,490 deletions.
1,971 changes: 626 additions & 1,345 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.34",
"version": "1.0.35-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 @@ -20,7 +20,7 @@
"debug": "^4.3.2"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/core": "7.24.7",
"babel-plugin-tester": "11.0.4",
"jest": "29.7.0"
},
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/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-components",
"version": "0.53.9",
"version": "0.53.10-alpha",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:*",
"@babel/core": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@jest/globals": "29.4.3",
"@storybook/addon-actions": "8.1.6",
"@storybook/blocks": "8.1.6",
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/connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
"version": "0.33.15",
"version": "0.33.16-alpha",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:*",
"@babel/core": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@storybook/addon-actions": "8.1.6",
"@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7",
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/i18n-check-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/i18n-check-webpack-plugin",
"version": "1.1.8",
"version": "1.1.9-alpha",
"description": "A Webpack plugin to check that WordPress i18n hasn't been mangled by Webpack optimizations.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-check-webpack-plugin/#readme",
"bugs": {
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.24.0",
"@babel/core": "7.24.7",
"jest": "29.7.0",
"webpack": "5.76.0",
"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.
6 changes: 3 additions & 3 deletions projects/js-packages/idc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-idc",
"version": "0.11.0",
"version": "0.11.1-alpha",
"description": "Jetpack Connection Component",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand All @@ -19,8 +19,8 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1"
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/js-packages/image-guide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-image-guide",
"version": "0.5.8",
"version": "0.5.9-alpha",
"description": "Go through the dom to analyze image size on screen vs actual file size.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/image-guide/#readme",
"type": "module",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-json": "4.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.
8 changes: 4 additions & 4 deletions projects/js-packages/licensing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-licensing",
"version": "0.12.15",
"version": "0.12.16-alpha",
"description": "Jetpack licensing flow",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme",
"bugs": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:*",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.24.0",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/preset-react": "7.23.3",
"@babel/core": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.24.7",
"@babel/preset-react": "7.24.7",
"@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
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/partner-coupon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-partner-coupon",
"version": "0.2.79",
"version": "0.2.80-alpha",
"description": "This package aims to add components to make it easier to redeem partner coupons",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/partner-coupon/#readme",
"bugs": {
Expand All @@ -21,8 +21,8 @@
"devDependencies": {
"@automattic/jetpack-analytics": "workspace:*",
"@automattic/jetpack-base-styles": "workspace:*",
"@babel/core": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
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/js-packages/publicize-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"@automattic/color-studio": "2.6.0",
"@automattic/jetpack-base-styles": "workspace:*",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.24.0",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.24.0",
"@babel/core": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/runtime": "7.24.7",
"@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/scan/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/js-packages/scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"type": "module",
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.24.0",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/core": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.24.7",
"@jest/globals": "29.7.0",
"@storybook/addon-actions": "8.1.6",
"@storybook/blocks": "8.1.6",
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/js-packages/shared-extension-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-shared-extension-utils",
"version": "0.14.14",
"version": "0.14.15-alpha",
"description": "Utility functions used by the block editor extensions",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/shared-extension-utils/#readme",
"bugs": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"babel-jest": "29.3.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -42,7 +42,7 @@
"@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/plugin-transform-react-jsx": "7.24.7",
"@wordpress/babel-plugin-import-jsx-pragma": "5.0.0"
},
"exports": {
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/js-packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"devDependencies": {
"@automattic/jetpack-components": "workspace:*",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.24.0",
"@babel/plugin-syntax-jsx": "7.23.3",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.24.0",
"@babel/core": "7.24.7",
"@babel/plugin-syntax-jsx": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/runtime": "7.24.7",
"@playwright/test": "1.44.1",
"@storybook/addon-a11y": "8.1.6",
"@storybook/addon-docs": "8.1.6",
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/videopress-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"devDependencies": {
"jest": "*",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@types/jest": "29.5.12",
"tslib": "2.5.0",
"typescript": "5.0.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
20 changes: 10 additions & 10 deletions projects/js-packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-webpack-config",
"version": "3.2.7",
"version": "3.2.8-alpha",
"description": "Library of pieces for webpack config in Jetpack projects.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/webpack-config/#readme",
"bugs": {
Expand All @@ -21,12 +21,12 @@
"@automattic/i18n-check-webpack-plugin": "workspace:*",
"@automattic/i18n-loader-webpack-plugin": "workspace:*",
"@automattic/webpack-rtl-plugin": "6.0.0",
"@babel/compat-data": "7.23.5",
"@babel/helper-compilation-targets": "7.23.6",
"@babel/plugin-transform-runtime": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@babel/compat-data": "7.24.7",
"@babel/helper-compilation-targets": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@cerner/duplicate-package-checker-webpack-plugin": "2.3.0",
"@wordpress/browserslist-config": "6.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "5.9.0",
Expand All @@ -40,15 +40,15 @@
"thread-loader": "3.0.4"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/runtime": "7.24.0",
"@babel/core": "7.24.7",
"@babel/runtime": "7.24.7",
"typescript": "5.0.4",
"webpack": "5.76.0",
"webpack-cli": "4.9.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@babel/runtime": "7.24.0",
"@babel/runtime": "7.24.7",
"typescript": ">=4.9.5",
"webpack": "^5.67.0"
},
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.
6 changes: 3 additions & 3 deletions projects/packages/backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:*",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/runtime": "7.24.0",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/runtime": "7.24.7",
"@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/backup/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.3.15';
const PACKAGE_VERSION = '3.3.16-alpha';

const PACKAGE_SLUG = 'backup';

Expand Down
4 changes: 4 additions & 0 deletions projects/packages/blaze/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 1b13367

Please sign in to comment.