Skip to content

Commit

Permalink
Update wordpress monorepo (#31659)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
matticbot and renovate-bot committed Jul 3, 2023
1 parent 7208e17 commit 217b46d
Show file tree
Hide file tree
Showing 82 changed files with 1,731 additions and 1,468 deletions.
2,563 changes: 1,337 additions & 1,226 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.
2 changes: 1 addition & 1 deletion projects/js-packages/ai-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@microsoft/fetch-event-source": "2.0.1",
"@wordpress/api-fetch": "6.32.0",
"@wordpress/api-fetch": "6.33.0",
"debug": "4.3.4"
}
}
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,12 +1,12 @@
{
"name": "@automattic/jetpack-api",
"version": "0.15.7",
"version": "0.15.8-alpha",
"description": "Jetpack Api Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
"dependencies": {
"@automattic/jetpack-config": "workspace:*",
"@wordpress/url": "3.36.0"
"@wordpress/url": "3.37.0"
},
"devDependencies": {
"jest": "29.4.3",
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/base-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build-production-js": "echo 'Not implemented.'"
},
"devDependencies": {
"@wordpress/base-styles": "4.26.0"
"@wordpress/base-styles": "4.27.0"
},
"engines": {
"node": "^18.13.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/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.2",
"version": "0.1.3-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.35.0",
"@wordpress/i18n": "4.36.0",
"zod": "3.20.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/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@babel/runtime": "^7",
"@wordpress/browserslist-config": "5.18.0",
"@wordpress/components": "25.1.0",
"@wordpress/compose": "6.12.0",
"@wordpress/date": "4.35.0",
"@wordpress/element": "5.12.0",
"@wordpress/i18n": "4.35.0",
"@wordpress/icons": "9.26.0",
"@wordpress/browserslist-config": "5.19.0",
"@wordpress/components": "25.2.0",
"@wordpress/compose": "6.13.0",
"@wordpress/date": "4.36.0",
"@wordpress/element": "5.13.0",
"@wordpress/i18n": "4.36.0",
"@wordpress/icons": "9.27.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.
16 changes: 8 additions & 8 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.29.1",
"version": "0.29.2-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-components": "workspace:*",
"@automattic/jetpack-config": "workspace:*",
"@wordpress/base-styles": "4.26.0",
"@wordpress/browserslist-config": "5.18.0",
"@wordpress/components": "25.1.0",
"@wordpress/data": "9.5.0",
"@wordpress/element": "5.12.0",
"@wordpress/i18n": "4.35.0",
"@wordpress/icons": "9.26.0",
"@wordpress/base-styles": "4.27.0",
"@wordpress/browserslist-config": "5.19.0",
"@wordpress/components": "25.2.0",
"@wordpress/data": "9.6.0",
"@wordpress/element": "5.13.0",
"@wordpress/i18n": "4.36.0",
"@wordpress/icons": "9.27.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.18.0",
"@wordpress/browserslist-config": "5.19.0",
"eslint": "8.39.0",
"eslint-plugin-es-x": "7.1.0",
"jest": "29.4.3"
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.33",
"version": "2.0.34-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": "4.18.0",
"@wordpress/i18n": "4.35.0",
"@wordpress/dependency-extraction-webpack-plugin": "4.19.0",
"@wordpress/i18n": "4.36.0",
"jest": "29.4.3",
"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.41",
"version": "0.10.42-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.26.0",
"@wordpress/components": "25.1.0",
"@wordpress/compose": "6.12.0",
"@wordpress/data": "9.5.0",
"@wordpress/element": "5.12.0",
"@wordpress/i18n": "4.35.0",
"@wordpress/url": "3.36.0",
"@wordpress/base-styles": "4.27.0",
"@wordpress/components": "25.2.0",
"@wordpress/compose": "6.13.0",
"@wordpress/data": "9.6.0",
"@wordpress/element": "5.13.0",
"@wordpress/i18n": "4.36.0",
"@wordpress/url": "3.37.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.
10 changes: 5 additions & 5 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.10.3",
"version": "0.10.4-alpha",
"description": "Jetpack licensing flow",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme",
"bugs": {
Expand All @@ -22,10 +22,10 @@
"@automattic/jetpack-analytics": "workspace:*",
"@automattic/jetpack-api": "workspace:*",
"@automattic/jetpack-components": "workspace:*",
"@wordpress/components": "25.1.0",
"@wordpress/element": "5.12.0",
"@wordpress/i18n": "4.35.0",
"@wordpress/icons": "9.26.0",
"@wordpress/components": "25.2.0",
"@wordpress/element": "5.13.0",
"@wordpress/i18n": "4.36.0",
"@wordpress/icons": "9.27.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.
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.50",
"version": "0.2.51-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": "8.19.1",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@wordpress/base-styles": "4.26.0",
"@wordpress/data": "9.5.0",
"@wordpress/base-styles": "4.27.0",
"@wordpress/data": "9.6.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-extended": "2.0.0",
Expand All @@ -42,7 +42,7 @@
"dependencies": {
"@automattic/jetpack-components": "workspace:*",
"@automattic/jetpack-connection": "workspace:*",
"@wordpress/i18n": "4.35.0",
"@wordpress/i18n": "4.36.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.
32 changes: 16 additions & 16 deletions projects/js-packages/publicize-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"@automattic/jetpack-connection": "workspace:*",
"@automattic/jetpack-shared-extension-utils": "workspace:*",
"@automattic/social-previews": "2.0.1-beta.5",
"@wordpress/annotations": "2.35.0",
"@wordpress/api-fetch": "6.32.0",
"@wordpress/block-editor": "12.3.0",
"@wordpress/blocks": "12.12.0",
"@wordpress/components": "25.1.0",
"@wordpress/compose": "6.12.0",
"@wordpress/data": "9.5.0",
"@wordpress/edit-post": "7.12.0",
"@wordpress/editor": "13.12.0",
"@wordpress/element": "5.12.0",
"@wordpress/hooks": "3.35.0",
"@wordpress/html-entities": "3.35.0",
"@wordpress/i18n": "4.35.0",
"@wordpress/icons": "9.26.0",
"@wordpress/notices": "4.3.0",
"@wordpress/annotations": "2.36.0",
"@wordpress/api-fetch": "6.33.0",
"@wordpress/block-editor": "12.4.0",
"@wordpress/blocks": "12.13.0",
"@wordpress/components": "25.2.0",
"@wordpress/compose": "6.13.0",
"@wordpress/data": "9.6.0",
"@wordpress/edit-post": "7.13.0",
"@wordpress/editor": "13.13.0",
"@wordpress/element": "5.13.0",
"@wordpress/hooks": "3.36.0",
"@wordpress/html-entities": "3.36.0",
"@wordpress/i18n": "4.36.0",
"@wordpress/icons": "9.27.0",
"@wordpress/notices": "4.4.0",
"classnames": "2.3.2",
"lodash": "4.17.21",
"prop-types": "15.8.1",
Expand All @@ -57,7 +57,7 @@
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.2.14",
"@wordpress/babel-plugin-import-jsx-pragma": "4.18.0",
"@wordpress/babel-plugin-import-jsx-pragma": "4.19.0",
"babel-jest": "29.4.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
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/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.10.6",
"version": "0.10.7-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 All @@ -19,12 +19,12 @@
"dependencies": {
"@automattic/jetpack-analytics": "workspace:*",
"@automattic/jetpack-connection": "workspace:*",
"@wordpress/api-fetch": "6.32.0",
"@wordpress/compose": "6.12.0",
"@wordpress/element": "5.12.0",
"@wordpress/i18n": "4.35.0",
"@wordpress/plugins": "6.3.0",
"@wordpress/url": "3.36.0",
"@wordpress/api-fetch": "6.33.0",
"@wordpress/compose": "6.13.0",
"@wordpress/element": "5.13.0",
"@wordpress/i18n": "4.36.0",
"@wordpress/plugins": "6.4.0",
"@wordpress/url": "3.37.0",
"lodash": "4.17.21"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"react-dom": "18.2.0",
"jetpack-js-tools": "workspace:*",
"@automattic/jetpack-webpack-config": "workspace:*",
"@wordpress/babel-plugin-import-jsx-pragma": "4.18.0",
"@wordpress/babel-plugin-import-jsx-pragma": "4.19.0",
"@testing-library/dom": "8.19.1",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
18 changes: 9 additions & 9 deletions projects/js-packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"@storybook/react-webpack5": "7.0.5",
"@storybook/source-loader": "7.0.5",
"@storybook/theming": "7.0.5",
"@wordpress/babel-preset-default": "7.19.0",
"@wordpress/base-styles": "4.26.0",
"@wordpress/block-editor": "12.3.0",
"@wordpress/block-library": "8.12.0",
"@wordpress/components": "25.1.0",
"@wordpress/element": "5.12.0",
"@wordpress/format-library": "4.12.0",
"@wordpress/postcss-plugins-preset": "4.19.0",
"@wordpress/babel-preset-default": "7.20.0",
"@wordpress/base-styles": "4.27.0",
"@wordpress/block-editor": "12.4.0",
"@wordpress/block-library": "8.13.0",
"@wordpress/components": "25.2.0",
"@wordpress/element": "5.13.0",
"@wordpress/format-library": "4.13.0",
"@wordpress/postcss-plugins-preset": "4.20.0",
"autoprefixer": "10.4.14",
"babel-loader": "9.1.2",
"babel-plugin-inline-json-import": "0.3.2",
Expand Down Expand Up @@ -78,6 +78,6 @@
"yarn": "use pnpm instead - see docs/yarn-upgrade.md"
},
"dependencies": {
"@wordpress/api-fetch": "6.32.0"
"@wordpress/api-fetch": "6.33.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 217b46d

Please sign in to comment.