From 63642966b2025be0c81dceb9cdba4f24329247b5 Mon Sep 17 00:00:00 2001 From: anomiex Date: Mon, 2 Dec 2024 19:25:55 +0000 Subject: [PATCH] Update wordpress monorepo (#40363) * Update wordpress monorepo * Set `__next40pxDefaultSize` on various components to silence warnings --------- Co-authored-by: Renovate Bot Co-authored-by: Brad Jorsch Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12126294427 Upstream-Ref: Automattic/jetpack@24db28b39b05dcfb22f617a4097158a952630008 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- package.json | 6 +++--- src/class-package-version.php | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 871fdf5..caee4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.1.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [6.1.0] - 2024-11-25 ### Added - Allow using application password for site registration. [#40233] @@ -1258,6 +1265,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[6.1.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.1.0...v6.1.1-alpha [6.1.0]: https://github.com/Automattic/jetpack-connection/compare/v6.0.1...v6.1.0 [6.0.1]: https://github.com/Automattic/jetpack-connection/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/Automattic/jetpack-connection/compare/v5.1.7...v6.0.0 diff --git a/composer.json b/composer.json index c7a99b4..c6a8893 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": ">=7.2", "automattic/jetpack-a8c-mc-stats": "^3.0.0", "automattic/jetpack-admin-ui": "^0.5.1", - "automattic/jetpack-assets": "^4.0.0", + "automattic/jetpack-assets": "^4.0.1-alpha", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-roles": "^3.0.1", "automattic/jetpack-status": "^5.0.1", diff --git a/package.json b/package.json index 9821b24..f08f739 100644 --- a/package.json +++ b/package.json @@ -27,15 +27,15 @@ "dependencies": { "@automattic/jetpack-connection": "^0.36.0-alpha", "@automattic/jetpack-idc": "workspace:*", - "@wordpress/data": "10.12.0", - "@wordpress/element": "6.12.0" + "@wordpress/data": "10.13.0", + "@wordpress/element": "6.13.0" }, "devDependencies": { "@automattic/jetpack-webpack-config": "workspace:*", "@babel/core": "7.26.0", "@babel/preset-env": "7.26.0", "@babel/runtime": "7.26.0", - "@wordpress/browserslist-config": "6.12.0", + "@wordpress/browserslist-config": "6.13.0", "glob": "10.4.1", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/src/class-package-version.php b/src/class-package-version.php index d8e37c4..4873c53 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '6.1.0'; + const PACKAGE_VERSION = '6.1.1-alpha'; const PACKAGE_SLUG = 'connection';