Skip to content

Commit

Permalink
Update wordpress monorepo (#42163)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo

* Added an enhanced mock to the test, h/t @anomiex for the fix!

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Igor Zinovyev <[email protected]>

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

Upstream-Ref: Automattic/jetpack@e65723f
  • Loading branch information
zinigor authored and matticbot committed Mar 3, 2025
1 parent 051a042 commit 90a856f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 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.4.12-alpha] - unreleased

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

### Changed
- Update package dependencies.

## [0.4.11] - 2025-02-24
### Changed
- Update dependencies. [#39855]
Expand Down Expand Up @@ -482,6 +489,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput`
- Updated package dependencies.

[0.4.12-alpha]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.11...v0.4.12-alpha
[0.4.11]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.10...v0.4.11
[0.4.10]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.9...v0.4.10
[0.4.9]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.8...v0.4.9
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.7.0-alpha",
"automattic/jetpack-assets": "^4.0.8",
"automattic/jetpack-assets": "^4.0.9-alpha",
"automattic/jetpack-constants": "^3.0.2",
"automattic/jetpack-status": "^5.0.5-alpha",
"automattic/jetpack-config": "^3.0.1"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-wordads",
"version": "0.4.11",
"version": "0.4.12-alpha",
"description": "Earn income by allowing Jetpack to display high quality ads.",
"main": "main.js",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/wordads/#readme",
Expand Down Expand Up @@ -35,12 +35,12 @@
"@automattic/jetpack-analytics": "^0.1.36",
"@automattic/jetpack-api": "^0.20.0-alpha",
"@automattic/jetpack-components": "^0.68.0-alpha",
"@wordpress/base-styles": "5.17.0",
"@wordpress/block-editor": "14.12.0",
"@wordpress/data": "10.17.0",
"@wordpress/element": "6.17.0",
"@wordpress/i18n": "5.17.0",
"@wordpress/icons": "10.17.0",
"@wordpress/base-styles": "5.19.0",
"@wordpress/block-editor": "14.14.0",
"@wordpress/data": "10.19.0",
"@wordpress/element": "6.19.0",
"@wordpress/i18n": "5.19.0",
"@wordpress/icons": "10.19.0",
"chart.js": "3.7.1",
"clsx": "2.1.1",
"fast-json-stable-stringify": "2.1.0",
Expand Down Expand Up @@ -69,8 +69,8 @@
"@testing-library/dom": "10.4.0",
"@testing-library/preact": "3.2.4",
"@testing-library/react": "16.2.0",
"@wordpress/babel-plugin-import-jsx-pragma": "5.17.0",
"@wordpress/browserslist-config": "6.17.0",
"@wordpress/babel-plugin-import-jsx-pragma": "5.19.0",
"@wordpress/browserslist-config": "6.19.0",
"babel-jest": "29.4.3",
"concurrently": "7.6.0",
"core-js": "3.38.1",
Expand Down
2 changes: 1 addition & 1 deletion src/class-package.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* WordAds package general information
*/
class Package {
const VERSION = '0.4.11';
const VERSION = '0.4.12-alpha';
const SLUG = 'wordads';

/**
Expand Down

0 comments on commit 90a856f

Please sign in to comment.