From 6f180cc72ce143719d27f8b900a4d27cade42194 Mon Sep 17 00:00:00 2001 From: anomiex Date: Tue, 2 May 2023 13:58:41 +0000 Subject: [PATCH] Update wordpress monorepo (#30375) * Update wordpress monorepo * Remove `@types/wordpress__components` GB switched to including types in the package instead of using a `@types/` package. This also necessitated some code changes, since they're not publishing the component props (see WordPress/gutenberg#50157). Also of note is that their types for `ClipboardButton` are broken, in that they didn't declare that it also accepts all `Button`'s props. Since that component is deprecated anyway, we just replace use of it with the designated replacement. --------- Co-authored-by: Renovate Bot Co-authored-by: Brad Jorsch Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/4861850947 --- composer.json | 4 ++-- package.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 4f935a7..71abd1b 100644 --- a/composer.json +++ b/composer.json @@ -4,12 +4,12 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-assets": "^1.18.1", + "automattic/jetpack-assets": "^1.18.2-alpha", "automattic/jetpack-admin-ui": "^0.2.20", "automattic/jetpack-autoloader": "^2.11.19", "automattic/jetpack-composer-plugin": "^1.1.10", "automattic/jetpack-config": "^1.15.2", - "automattic/jetpack-connection": "^1.51.7", + "automattic/jetpack-connection": "^1.51.8-alpha", "automattic/jetpack-identity-crisis": "^0.8.45-alpha", "automattic/jetpack-sync": "^1.47.7", "automattic/jetpack-status": "^1.17.0" diff --git a/package.json b/package.json index cdde62f..a314ffc 100644 --- a/package.json +++ b/package.json @@ -32,16 +32,16 @@ "@automattic/jetpack-api": "workspace:*", "@automattic/jetpack-components": "workspace:*", "@automattic/jetpack-connection": "workspace:*", - "@wordpress/api-fetch": "6.27.0", - "@wordpress/data": "9.0.0", - "@wordpress/date": "4.30.0", - "@wordpress/element": "5.7.0", - "@wordpress/i18n": "4.30.0", + "@wordpress/api-fetch": "6.29.0", + "@wordpress/data": "9.2.0", + "@wordpress/date": "4.32.0", + "@wordpress/element": "5.9.0", + "@wordpress/i18n": "4.32.0", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { - "@automattic/jetpack-base-styles": "^0.4.3", + "@automattic/jetpack-base-styles": "^0.4.4-alpha", "@automattic/jetpack-webpack-config": "workspace:*", "@babel/core": "7.21.5", "@babel/preset-env": "7.21.5", @@ -50,7 +50,7 @@ "@testing-library/dom": "8.19.1", "@testing-library/react": "13.4.0", "@testing-library/user-event": "14.4.3", - "@wordpress/browserslist-config": "5.13.0", + "@wordpress/browserslist-config": "5.15.0", "concurrently": "7.6.0", "jest": "29.4.3", "jest-environment-jsdom": "29.4.3",