Skip to content

Commit

Permalink
Update wordpress monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 1, 2024
1 parent 4659a6f commit b55806f
Show file tree
Hide file tree
Showing 100 changed files with 2,142 additions and 1,629 deletions.
2,993 changes: 1,665 additions & 1,328 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.
16 changes: 8 additions & 8 deletions projects/js-packages/ai-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"@automattic/jetpack-shared-extension-utils": "workspace:*",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.3.1",
"@wordpress/api-fetch": "6.54.0",
"@wordpress/block-editor": "12.25.0",
"@wordpress/components": "27.5.0",
"@wordpress/compose": "6.34.0",
"@wordpress/data": "9.27.0",
"@wordpress/element": "5.34.0",
"@wordpress/i18n": "4.57.0",
"@wordpress/icons": "9.48.0",
"@wordpress/api-fetch": "7.0.0",
"@wordpress/block-editor": "13.0.0",
"@wordpress/components": "28.0.0",
"@wordpress/compose": "7.0.0",
"@wordpress/data": "10.0.0",
"@wordpress/element": "6.0.0",
"@wordpress/i18n": "5.0.0",
"@wordpress/icons": "10.0.0",
"classnames": "2.3.2",
"debug": "4.3.4",
"markdown-it": "14.0.0",
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/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-api",
"version": "0.17.7",
"version": "0.17.8-alpha",
"description": "Jetpack Api Package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/api/#readme",
"bugs": {
Expand All @@ -15,7 +15,7 @@
"license": "GPL-2.0-or-later",
"dependencies": {
"@automattic/jetpack-config": "workspace:*",
"@wordpress/url": "3.58.0"
"@wordpress/url": "4.0.0"
},
"devDependencies": {
"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.
4 changes: 2 additions & 2 deletions projects/js-packages/base-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-base-styles",
"version": "0.6.25",
"version": "0.6.26-alpha",
"description": "Jetpack components base styles",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/base-styles/#readme",
"bugs": {
Expand All @@ -20,6 +20,6 @@
"build-production-js": "echo 'Not implemented.'"
},
"devDependencies": {
"@wordpress/base-styles": "4.48.0"
"@wordpress/base-styles": "5.0.0"
}
}
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/boost-score-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-boost-score-api",
"version": "0.1.30",
"version": "0.1.31-alpha",
"description": "A package to get the Jetpack Boost score of a site",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/boost-score-api/#readme",
"bugs": {
Expand All @@ -20,7 +20,7 @@
"test": "jest tests"
},
"dependencies": {
"@wordpress/i18n": "4.57.0",
"@wordpress/i18n": "5.0.0",
"zod": "3.22.3"
},
"devDependencies": {
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/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-components",
"version": "0.53.6",
"version": "0.53.7-alpha",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand All @@ -17,15 +17,15 @@
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-boost-score-api": "workspace:*",
"@babel/runtime": "^7",
"@wordpress/browserslist-config": "5.40.0",
"@wordpress/components": "27.5.0",
"@wordpress/compose": "6.34.0",
"@wordpress/data": "9.27.0",
"@wordpress/date": "4.57.0",
"@wordpress/element": "5.34.0",
"@wordpress/i18n": "4.57.0",
"@wordpress/icons": "9.48.0",
"@wordpress/notices": "4.25.0",
"@wordpress/browserslist-config": "6.0.0",
"@wordpress/components": "28.0.0",
"@wordpress/compose": "7.0.0",
"@wordpress/data": "10.0.0",
"@wordpress/date": "5.0.0",
"@wordpress/element": "6.0.0",
"@wordpress/i18n": "5.0.0",
"@wordpress/icons": "10.0.0",
"@wordpress/notices": "5.0.0",
"classnames": "2.3.2",
"prop-types": "^15.7.2",
"qrcode.react": "3.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.
14 changes: 7 additions & 7 deletions projects/js-packages/connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@automattic/jetpack-api": "workspace:*",
"@automattic/jetpack-components": "workspace:*",
"@automattic/jetpack-config": "workspace:*",
"@wordpress/base-styles": "4.48.0",
"@wordpress/browserslist-config": "5.40.0",
"@wordpress/components": "27.5.0",
"@wordpress/data": "9.27.0",
"@wordpress/element": "5.34.0",
"@wordpress/i18n": "4.57.0",
"@wordpress/icons": "9.48.0",
"@wordpress/base-styles": "5.0.0",
"@wordpress/browserslist-config": "6.0.0",
"@wordpress/components": "28.0.0",
"@wordpress/data": "10.0.0",
"@wordpress/element": "6.0.0",
"@wordpress/i18n": "5.0.0",
"@wordpress/icons": "10.0.0",
"classnames": "2.3.2",
"debug": "4.3.4",
"prop-types": "^15.7.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/eslint-config-target-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"semver": "^7.3.5"
},
"devDependencies": {
"@wordpress/browserslist-config": "5.40.0",
"@wordpress/browserslist-config": "6.0.0",
"eslint": "8.51.0",
"eslint-plugin-es-x": "7.2.0",
"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/i18n-loader-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/i18n-loader-webpack-plugin",
"version": "2.0.51",
"version": "2.0.52-alpha",
"description": "A Webpack plugin to load WordPress i18n when Webpack lazy-loads a bundle.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-loader-webpack-plugin/#readme",
"bugs": {
Expand All @@ -20,8 +20,8 @@
"debug": "^4.3.2"
},
"devDependencies": {
"@wordpress/dependency-extraction-webpack-plugin": "5.8.0",
"@wordpress/i18n": "4.57.0",
"@wordpress/dependency-extraction-webpack-plugin": "6.0.0",
"@wordpress/i18n": "5.0.0",
"jest": "29.7.0",
"webpack": "5.76.0",
"webpack-cli": "4.9.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
16 changes: 8 additions & 8 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.10.72",
"version": "0.10.73-alpha",
"description": "Jetpack Connection Component",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand All @@ -9,13 +9,13 @@
"@automattic/jetpack-api": "workspace:*",
"@automattic/jetpack-base-styles": "workspace:*",
"@automattic/jetpack-components": "workspace:*",
"@wordpress/base-styles": "4.48.0",
"@wordpress/components": "27.5.0",
"@wordpress/compose": "6.34.0",
"@wordpress/data": "9.27.0",
"@wordpress/element": "5.34.0",
"@wordpress/i18n": "4.57.0",
"@wordpress/url": "3.58.0",
"@wordpress/base-styles": "5.0.0",
"@wordpress/components": "28.0.0",
"@wordpress/compose": "7.0.0",
"@wordpress/data": "10.0.0",
"@wordpress/element": "6.0.0",
"@wordpress/i18n": "5.0.0",
"@wordpress/url": "4.0.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
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/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.13",
"version": "0.12.14-alpha",
"description": "Jetpack licensing flow",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme",
"bugs": {
Expand All @@ -22,11 +22,11 @@
"@automattic/jetpack-analytics": "workspace:*",
"@automattic/jetpack-api": "workspace:*",
"@automattic/jetpack-components": "workspace:*",
"@wordpress/api-fetch": "6.54.0",
"@wordpress/components": "27.5.0",
"@wordpress/element": "5.34.0",
"@wordpress/i18n": "4.57.0",
"@wordpress/icons": "9.48.0",
"@wordpress/api-fetch": "7.0.0",
"@wordpress/components": "28.0.0",
"@wordpress/element": "6.0.0",
"@wordpress/i18n": "5.0.0",
"@wordpress/icons": "10.0.0",
"classnames": "2.3.2",
"prop-types": "15.7.2"
},
Expand All @@ -39,7 +39,7 @@
"@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@wordpress/babel-plugin-import-jsx-pragma": "4.40.0",
"@wordpress/babel-plugin-import-jsx-pragma": "5.0.0",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"jest-environment-jsdom": "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.
8 changes: 4 additions & 4 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.78",
"version": "0.2.79-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 @@ -26,8 +26,8 @@
"@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@wordpress/base-styles": "4.48.0",
"@wordpress/data": "9.27.0",
"@wordpress/base-styles": "5.0.0",
"@wordpress/data": "10.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-extended": "4.0.2",
Expand All @@ -42,7 +42,7 @@
"dependencies": {
"@automattic/jetpack-components": "workspace:*",
"@automattic/jetpack-connection": "workspace:*",
"@wordpress/i18n": "4.57.0",
"@wordpress/i18n": "5.0.0",
"classnames": "2.3.2",
"prop-types": "15.7.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
34 changes: 17 additions & 17 deletions projects/js-packages/publicize-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"@automattic/jetpack-shared-extension-utils": "workspace:*",
"@automattic/popup-monitor": "1.0.2",
"@automattic/social-previews": "2.0.1-beta.13",
"@wordpress/annotations": "2.57.0",
"@wordpress/api-fetch": "6.54.0",
"@wordpress/block-editor": "12.25.0",
"@wordpress/blocks": "12.34.0",
"@wordpress/components": "27.5.0",
"@wordpress/compose": "6.34.0",
"@wordpress/data": "9.27.0",
"@wordpress/edit-post": "7.34.0",
"@wordpress/editor": "13.34.0",
"@wordpress/element": "5.34.0",
"@wordpress/hooks": "3.57.0",
"@wordpress/html-entities": "3.57.0",
"@wordpress/i18n": "4.57.0",
"@wordpress/icons": "9.48.0",
"@wordpress/notices": "4.25.0",
"@wordpress/annotations": "3.0.0",
"@wordpress/api-fetch": "7.0.0",
"@wordpress/block-editor": "13.0.0",
"@wordpress/blocks": "13.0.0",
"@wordpress/components": "28.0.0",
"@wordpress/compose": "7.0.0",
"@wordpress/data": "10.0.0",
"@wordpress/edit-post": "8.0.0",
"@wordpress/editor": "14.0.0",
"@wordpress/element": "6.0.0",
"@wordpress/hooks": "4.0.0",
"@wordpress/html-entities": "4.0.0",
"@wordpress/i18n": "5.0.0",
"@wordpress/icons": "10.0.0",
"@wordpress/notices": "5.0.0",
"classnames": "2.3.2",
"prop-types": "15.8.1",
"react-page-visibility": "7.0.0",
Expand All @@ -57,8 +57,8 @@
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/react": "18.3.1",
"@wordpress/babel-plugin-import-jsx-pragma": "4.40.0",
"@wordpress/core-data": "6.34.0",
"@wordpress/babel-plugin-import-jsx-pragma": "5.0.0",
"@wordpress/core-data": "7.0.0",
"babel-jest": "29.4.3",
"jest": "29.7.0",
"jest-environment-jsdom": "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.
12 changes: 6 additions & 6 deletions projects/js-packages/scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@testing-library/react": "15.0.7",
"@types/jest": "29.5.12",
"@types/react": "18.3.1",
"@wordpress/babel-plugin-import-jsx-pragma": "4.40.0",
"@wordpress/babel-plugin-import-jsx-pragma": "5.0.0",
"babel-jest": "29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -52,17 +52,17 @@
"@automattic/jetpack-base-styles": "workspace:*",
"@automattic/jetpack-connection": "workspace:*",
"@automattic/jetpack-shared-extension-utils": "workspace:*",
"@wordpress/api-fetch": "6.54.0",
"@wordpress/element": "5.34.0",
"@wordpress/i18n": "4.57.0",
"@wordpress/url": "3.58.0",
"@wordpress/api-fetch": "7.0.0",
"@wordpress/element": "6.0.0",
"@wordpress/i18n": "5.0.0",
"@wordpress/url": "4.0.0",
"debug": "4.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@wordpress/i18n": "4.57.0"
"@wordpress/i18n": "5.0.0"
}
}
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 b55806f

Please sign in to comment.