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 4d49ef9 commit a1cb081
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

### This is a list detailing changes for the Jetpack RNA Connection Component releases.

## [0.35.16-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.35.15] - 2024-11-04
### Added
- Enable test coverage. [#39961]
Expand Down Expand Up @@ -882,6 +889,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.35.16-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.15...v0.35.16-alpha
[0.35.15]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.14...v0.35.15
[0.35.14]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.13...v0.35.14
[0.35.13]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.12...v0.35.13
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
"version": "0.35.15",
"version": "0.35.16-alpha",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.34",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.9",
"@storybook/addon-actions": "8.3.5",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
Expand Down

0 comments on commit a1cb081

Please sign in to comment.