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 <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>

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 e8fff96 commit 389b280
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 24 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).

## [0.25.4-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.25.3] - 2024-12-02
### Changed
- Updated @wordpress/editor to the latest version. [#40373]
Expand Down Expand Up @@ -1493,6 +1500,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created empty package [#24952]

[0.25.4-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.3...v0.25.4-alpha
[0.25.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.2...v0.25.3
[0.25.2]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.1...v0.25.2
[0.25.1]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.0...v0.25.1
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-assets": "^4.0.0",
"automattic/jetpack-connection": "^6.1.0",
"automattic/jetpack-my-jetpack": "^5.1.0",
"automattic/jetpack-assets": "^4.0.1-alpha",
"automattic/jetpack-connection": "^6.1.1-alpha",
"automattic/jetpack-my-jetpack": "^5.1.1-alpha",
"automattic/jetpack-plans": "^0.5.1"
},
"require-dev": {
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-videopress",
"version": "0.25.3",
"version": "0.25.4-alpha",
"description": "VideoPress package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme",
"bugs": {
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@automattic/calypso-color-schemes": "3.1.3",
"@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-react": "7.25.9",
Expand All @@ -40,7 +40,7 @@
"@types/jest": "29.5.12",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@wordpress/browserslist-config": "6.12.0",
"@wordpress/browserslist-config": "6.13.0",
"autoprefixer": "10.4.14",
"concurrently": "7.6.0",
"copy-webpack-plugin": "11.0.0",
Expand All @@ -59,27 +59,27 @@
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-api": "^0.17.19",
"@automattic/jetpack-base-styles": "^0.6.37",
"@automattic/jetpack-api": "^0.17.20-alpha",
"@automattic/jetpack-base-styles": "^0.6.38-alpha",
"@automattic/jetpack-components": "^0.64.0-alpha",
"@automattic/jetpack-connection": "^0.36.0-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.16.0-alpha",
"@wordpress/api-fetch": "7.12.0",
"@wordpress/blob": "4.12.0",
"@wordpress/block-editor": "14.7.0",
"@wordpress/blocks": "14.1.0",
"@wordpress/components": "28.12.0",
"@wordpress/compose": "7.12.0",
"@wordpress/core-data": "7.12.0",
"@wordpress/data": "10.12.0",
"@wordpress/date": "5.12.0",
"@wordpress/dom-ready": "4.12.0",
"@wordpress/api-fetch": "7.13.0",
"@wordpress/blob": "4.13.0",
"@wordpress/block-editor": "14.8.0",
"@wordpress/blocks": "14.2.0",
"@wordpress/components": "28.13.0",
"@wordpress/compose": "7.13.0",
"@wordpress/core-data": "7.13.0",
"@wordpress/data": "10.13.0",
"@wordpress/date": "5.13.0",
"@wordpress/dom-ready": "4.13.0",
"@wordpress/editor": "14.13.0",
"@wordpress/element": "6.12.0",
"@wordpress/html-entities": "4.12.0",
"@wordpress/i18n": "5.12.0",
"@wordpress/icons": "10.12.0",
"@wordpress/url": "4.12.0",
"@wordpress/element": "6.13.0",
"@wordpress/html-entities": "4.13.0",
"@wordpress/i18n": "5.13.0",
"@wordpress/icons": "10.13.0",
"@wordpress/url": "4.13.0",
"clsx": "2.1.1",
"debug": "4.3.4",
"filesize": "8.0.6",
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 @@ -11,7 +11,7 @@
* The Package_Version class.
*/
class Package_Version {
const PACKAGE_VERSION = '0.25.3';
const PACKAGE_VERSION = '0.25.4-alpha';

const PACKAGE_SLUG = 'videopress';

Expand Down

0 comments on commit 389b280

Please sign in to comment.