Skip to content

Commit

Permalink
Update babel monorepo (#40060)
Browse files Browse the repository at this point in the history
* Update babel monorepo
* search: Exclude corejs `exnext.iterator.` polyfills to avoid bloating the bundle.

---------

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

Upstream-Ref: Automattic/jetpack@41ee4b3
  • Loading branch information
anomiex authored and matticbot committed Nov 5, 2024
1 parent 44bffe6 commit 198effd
Show file tree
Hide file tree
Showing 37 changed files with 189 additions and 159 deletions.
88 changes: 44 additions & 44 deletions composer.lock

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

3 changes: 3 additions & 0 deletions vendor/automattic/jetpack-blaze/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
- Adds /stats endpoints to the whitelist

### Changed
- Updated package dependencies.

## [0.23.3] - 2024-11-04
### Added
- Enable test coverage. [#39961]
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 @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-connection": "^5.1.6",
"automattic/jetpack-connection": "^5.1.7-alpha",
"automattic/jetpack-constants": "^2.0.5",
"automattic/jetpack-plans": "^0.4.13",
"automattic/jetpack-redirect": "^2.0.5",
Expand Down
8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-classic-theme-helper/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.6.7-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.6.6] - 2024-11-04
### Added
- Enable test coverage. [#39961]
Expand Down Expand Up @@ -142,6 +149,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.6.7-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.6...v0.6.7-alpha
[0.6.6]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.5...v0.6.6
[0.6.5]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.4...v0.6.5
[0.6.4]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.3...v0.6.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '7c62fa19371d3d6a5483');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '7c62fa19371d3d6a5483');
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '11ee3dcea6c676a3fed7');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '11ee3dcea6c676a3fed7');
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.6.6';
const PACKAGE_VERSION = '0.6.7-alpha';

/**
* Modules to include.
Expand Down
Loading

0 comments on commit 198effd

Please sign in to comment.