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

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 19f55e8 commit f13f7a1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 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.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
2 changes: 1 addition & 1 deletion dist/content-options/customizer.asset.php
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');
2 changes: 1 addition & 1 deletion dist/responsive-videos/responsive-videos.asset.php
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');
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-classic-theme-helper",
"version": "0.6.6",
"version": "0.6.7-alpha",
"description": "Features used with classic themes",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/classic-theme-helper/#readme",
"bugs": {
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@automattic/remove-asset-webpack-plugin": "^1.0.23",
"@babel/core": "7.24.7",
"@babel/core": "7.26.0",
"@csstools/postcss-global-data": "2.1.1",
"@wordpress/browserslist-config": "6.9.0",
"autoprefixer": "10.4.14",
Expand Down
2 changes: 1 addition & 1 deletion src/class-main.php
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

0 comments on commit f13f7a1

Please sign in to comment.