From 5a3f0e4c7c26f668902d89c82479bb911fb53bb1 Mon Sep 17 00:00:00 2001 From: anomiex Date: Fri, 1 Dec 2023 18:18:42 +0000 Subject: [PATCH] Update wordpress monorepo (#34411) Co-authored-by: Renovate Bot Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7063533492 --- CHANGELOG.md | 1 + composer.json | 6 +++--- package.json | 22 +++++++++++----------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dabc6fc3..c186d739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ This is an alpha version! The changes listed here are not final. - Display a "Jetpack Manage" menu item to connected users. ### Changed +- Updated package dependencies. - Update the API calls used for My Jetpack backup card - Update the CTAs in My Jetpack for more clarity and to avoid inconsistencies diff --git a/composer.json b/composer.json index e1ce94e4..2abeb1bc 100644 --- a/composer.json +++ b/composer.json @@ -6,9 +6,9 @@ "require": { "php": ">=7.0", "automattic/jetpack-admin-ui": "^0.3.1", - "automattic/jetpack-assets": "^2.0.1", + "automattic/jetpack-assets": "^2.0.2-alpha", "automattic/jetpack-connection": "^2.1.0-alpha", - "automattic/jetpack-jitm": "^3.0.0", + "automattic/jetpack-jitm": "^3.0.1-alpha", "automattic/jetpack-licensing": "^2.0.1", "automattic/jetpack-plugins-installer": "^0.3.0", "automattic/jetpack-redirect": "^2.0.0", @@ -19,7 +19,7 @@ "yoast/phpunit-polyfills": "1.1.0", "automattic/jetpack-changelogger": "^4.0.4", "automattic/wordbless": "@dev", - "automattic/jetpack-videopress": "^0.21.2" + "automattic/jetpack-videopress": "^0.21.3-alpha" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/package.json b/package.json index d2cac9c2..c28d3e92 100644 --- a/package.json +++ b/package.json @@ -24,18 +24,18 @@ "dependencies": { "@automattic/format-currency": "1.0.1", "@automattic/jetpack-analytics": "^0.1.28", - "@automattic/jetpack-api": "^0.16.6", - "@automattic/jetpack-base-styles": "^0.6.13", - "@automattic/jetpack-components": "^0.45.3", - "@automattic/jetpack-connection": "^0.30.8", + "@automattic/jetpack-api": "^0.16.7-alpha", + "@automattic/jetpack-base-styles": "^0.6.14-alpha", + "@automattic/jetpack-components": "^0.45.4-alpha", + "@automattic/jetpack-connection": "^0.30.9-alpha", "@automattic/jetpack-licensing": "workspace:*", - "@wordpress/api-fetch": "6.42.0", - "@wordpress/components": "25.11.0", - "@wordpress/data": "9.15.0", - "@wordpress/date": "4.45.0", - "@wordpress/element": "5.22.0", - "@wordpress/i18n": "4.45.0", - "@wordpress/icons": "9.36.0", + "@wordpress/api-fetch": "6.44.0", + "@wordpress/components": "25.13.0", + "@wordpress/data": "9.17.0", + "@wordpress/date": "4.47.0", + "@wordpress/element": "5.24.0", + "@wordpress/i18n": "4.47.0", + "@wordpress/icons": "9.38.0", "gridicons": "3.4.1", "classnames": "2.3.2", "prop-types": "15.8.1",