Skip to content

Commit

Permalink
Update wordpress monorepo (#39999)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* Drop some unneeded `@wordpress/babel-preset-default` deps.
* Pnpmfile hack to avoid redundant `@babel/` deps from
  `@wordpress/babel-preset-default`.
  * Moving to eslint 9 may let us pnpmfile-hack to remove the dep
    entirely from `@wordpress/eslint-plugin` instead.
* Fix a really weird test failure. See [this comment][1] for details.

[1]: Automattic/jetpack#39999 (comment)

---------

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/11728042927

Upstream-Ref: Automattic/jetpack@988d970
  • Loading branch information
anomiex authored and matticbot committed Nov 7, 2024
1 parent 87d740c commit e55bdd3
Show file tree
Hide file tree
Showing 12 changed files with 197 additions and 181 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"ext-json": "*",
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-assets": "^2.3.14-alpha",
"automattic/jetpack-admin-ui": "^0.4.6",
"automattic/jetpack-autoloader": "^3.1.3",
"automattic/jetpack-composer-plugin": "^2.0.4",
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-assets/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).

## [2.3.14-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [2.3.13] - 2024-11-04
### Added
- Enable test coverage. [#39961]
Expand Down Expand Up @@ -521,6 +528,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Statically access asset tools

[2.3.14-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.3.13...v2.3.14-alpha
[2.3.13]: https://github.com/Automattic/jetpack-assets/compare/v2.3.12...v2.3.13
[2.3.12]: https://github.com/Automattic/jetpack-assets/compare/v2.3.11...v2.3.12
[2.3.11]: https://github.com/Automattic/jetpack-assets/compare/v2.3.10...v2.3.11
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.4",
"automattic/jetpack-admin-ui": "^0.4.6",
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-assets": "^2.3.14-alpha",
"automattic/jetpack-constants": "^2.0.5",
"automattic/jetpack-roles": "^2.0.4",
"automattic/jetpack-status": "^4.0.3",
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-jitm/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).

## [3.1.29-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [3.1.28] - 2024-11-04
### Added
- Enable test coverage. [#39961]
Expand Down Expand Up @@ -791,6 +798,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update Jetpack to use new JITM package

[3.1.29-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.28...v3.1.29-alpha
[3.1.28]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.27...v3.1.28
[3.1.27]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.26...v3.1.27
[3.1.26]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.25...v3.1.26
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.4",
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-assets": "^2.3.14-alpha",
"automattic/jetpack-connection": "^5.1.7-alpha",
"automattic/jetpack-device-detection": "^2.1.6",
"automattic/jetpack-logo": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '3.1.28';
const PACKAGE_VERSION = '3.1.29-alpha';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.4.6",
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-assets": "^2.3.14-alpha",
"automattic/jetpack-boost-speed-score": "^0.3.14",
"automattic/jetpack-connection": "^5.1.7-alpha",
"automattic/jetpack-explat": "^0.1.15-alpha",
"automattic/jetpack-jitm": "^3.1.28",
"automattic/jetpack-jitm": "^3.1.29-alpha",
"automattic/jetpack-licensing": "^2.0.12",
"automattic/jetpack-plugins-installer": "^0.4.4",
"automattic/jetpack-redirect": "^2.0.5",
Expand Down
10 changes: 5 additions & 5 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
),
'jetpack-assets' => array(
'path' => 'jetpack_vendor/automattic/jetpack-assets',
'ver' => '2.3.13',
'ver' => '2.3.14-alpha1731000016',
),
'jetpack-boost-core' => array(
'path' => 'jetpack_vendor/automattic/jetpack-boost-core',
Expand All @@ -26,27 +26,27 @@
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '5.1.7-alpha1730843657',
'ver' => '5.1.7-alpha1731000016',
),
'jetpack-explat' => array(
'path' => 'jetpack_vendor/automattic/jetpack-explat',
'ver' => '0.1.15-alpha1730921432',
'ver' => '0.1.15-alpha1731000016',
),
'jetpack-ip' => array(
'path' => 'jetpack_vendor/automattic/jetpack-ip',
'ver' => '0.3.1',
),
'jetpack-jitm' => array(
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
'ver' => '3.1.28',
'ver' => '3.1.29-alpha1731000016',
),
'jetpack-licensing' => array(
'path' => 'jetpack_vendor/automattic/jetpack-licensing',
'ver' => '2.0.12',
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.37.0-alpha1730921432',
'ver' => '4.37.0-alpha1731000016',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand Down
Loading

0 comments on commit e55bdd3

Please sign in to comment.