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 274e3d1 commit ca8dd2b
Show file tree
Hide file tree
Showing 16 changed files with 168 additions and 149 deletions.
90 changes: 45 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions 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 vendor/automattic/jetpack-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@wordpress/browserslist-config": "6.9.0",
"@wordpress/browserslist-config": "6.11.0",
"jest": "29.7.0",
"md5-es": "1.8.2",
"webpack": "5.94.0",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blaze/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": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-assets": "^2.3.14-alpha",
"automattic/jetpack-connection": "^5.1.7-alpha",
"automattic/jetpack-constants": "^2.0.5",
"automattic/jetpack-plans": "^0.4.13",
Expand Down
3 changes: 3 additions & 0 deletions vendor/automattic/jetpack-calypsoify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This is an alpha version! The changes listed here are not final.
### Added
- Enable test coverage.

### Changed
- Updated package dependencies.

## [0.1.8] - 2024-10-29
### Changed
- Internal updates.
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-calypsoify/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": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-assets": "^2.3.14-alpha",
"automattic/jetpack-status": "^4.0.3"
},
"require-dev": {
Expand Down
Loading

0 comments on commit ca8dd2b

Please sign in to comment.