Skip to content

Commit

Permalink
Update wordpress monorepo (#40363)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* Set `__next40pxDefaultSize` on various components to silence warnings

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12126294427

Upstream-Ref: Automattic/jetpack@24db28b
  • Loading branch information
anomiex authored and matticbot committed Dec 2, 2024
1 parent 7f1fa16 commit a8a7c0b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [4.0.4-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [4.0.3] - 2024-11-26
### Changed
- Update dependencies. [#39855]
Expand Down Expand Up @@ -749,6 +756,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add API endpoints and Jetpack Backup package for managing Help…

[4.0.4-alpha]: https://github.com/Automattic/jetpack-backup/compare/v4.0.3...v4.0.4-alpha
[4.0.3]: https://github.com/Automattic/jetpack-backup/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/Automattic/jetpack-backup/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-backup/compare/v4.0.0...v4.0.1
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.0",
"automattic/jetpack-assets": "^4.0.1-alpha",
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-autoloader": "^5.0.0",
"automattic/jetpack-backup-helper-script-manager": "^0.3.1",
"automattic/jetpack-composer-plugin": "^4.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-connection": "^6.1.0",
"automattic/jetpack-my-jetpack": "^5.1.0",
"automattic/jetpack-connection": "^6.1.1-alpha",
"automattic/jetpack-my-jetpack": "^5.1.1-alpha",
"automattic/jetpack-sync": "^4.0.2",
"automattic/jetpack-status": "^5.0.1"
},
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-api": "^0.17.19",
"@automattic/jetpack-api": "^0.17.20-alpha",
"@automattic/jetpack-components": "^0.64.0-alpha",
"@automattic/jetpack-connection": "^0.36.0-alpha",
"@tanstack/react-query": "5.20.5",
"@wordpress/api-fetch": "7.12.0",
"@wordpress/components": "28.12.0",
"@wordpress/data": "10.12.0",
"@wordpress/date": "5.12.0",
"@wordpress/element": "6.12.0",
"@wordpress/i18n": "5.12.0",
"@wordpress/api-fetch": "7.13.0",
"@wordpress/components": "28.13.0",
"@wordpress/data": "10.13.0",
"@wordpress/date": "5.13.0",
"@wordpress/element": "6.13.0",
"@wordpress/i18n": "5.13.0",
"moment": "2.29.4",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.37",
"@automattic/jetpack-base-styles": "^0.6.38-alpha",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
Expand All @@ -54,7 +54,7 @@
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.3",
"@wordpress/browserslist-config": "6.12.0",
"@wordpress/browserslist-config": "6.13.0",
"concurrently": "7.6.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '4.0.3';
const PACKAGE_VERSION = '4.0.4-alpha';

const PACKAGE_SLUG = 'backup';

Expand Down

0 comments on commit a8a7c0b

Please sign in to comment.