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 c92122f commit 18bb122
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 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.24.17-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.24.16] - 2024-11-04
### Added
- Enable test coverage. [#39961]
Expand Down Expand Up @@ -1484,6 +1491,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created empty package [#24952]

[0.24.17-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.16...v0.24.17-alpha
[0.24.16]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.15...v0.24.16
[0.24.15]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.14...v0.24.15
[0.24.14]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.13...v0.24.14
Expand Down
2 changes: 1 addition & 1 deletion build/admin/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'd77d1c37607363b0362e');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '62151cf7c13503d6de89');
2 changes: 1 addition & 1 deletion build/admin/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/block-editor/blocks/video/view.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => 'c0ab5c0f2a6548cad1f6');
<?php return array('dependencies' => array('wp-dom-ready', 'wp-polyfill'), 'version' => 'c0ab5c0f2a6548cad1f6');
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.4.6",
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-connection": "^5.1.6",
"automattic/jetpack-connection": "^5.1.7-alpha",
"automattic/jetpack-my-jetpack": "^4.37.0-alpha",
"automattic/jetpack-plans": "^0.4.13"
},
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-videopress",
"version": "0.24.16",
"version": "0.24.17-alpha",
"description": "VideoPress package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme",
"bugs": {
Expand All @@ -27,8 +27,8 @@
"@automattic/calypso-color-schemes": "3.1.3",
"@automattic/jetpack-base-styles": "^0.6.34",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.9",
"@csstools/postcss-global-data": "2.1.1",
"@jest/globals": "29.4.3",
"@storybook/addon-actions": "8.3.5",
Expand Down Expand Up @@ -61,8 +61,8 @@
"@automattic/jetpack-api": "^0.17.16",
"@automattic/jetpack-base-styles": "^0.6.34",
"@automattic/jetpack-components": "^0.59.0-alpha",
"@automattic/jetpack-connection": "^0.35.15",
"@automattic/jetpack-shared-extension-utils": "^0.15.15",
"@automattic/jetpack-connection": "^0.35.16-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.16-alpha",
"@wordpress/api-fetch": "7.9.0",
"@wordpress/blob": "4.9.0",
"@wordpress/block-editor": "14.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* The Package_Version class.
*/
class Package_Version {
const PACKAGE_VERSION = '0.24.16';
const PACKAGE_VERSION = '0.24.17-alpha';

const PACKAGE_SLUG = 'videopress';

Expand Down

0 comments on commit 18bb122

Please sign in to comment.