Skip to content

Commit

Permalink
Update babel monorepo (#33001)
Browse files Browse the repository at this point in the history
* Update babel monorepo
* Remove deprecated babel plugins. `@babel/preset-env` already contains their replacements.
  This also means browserslist now determines whether the transform is
  done at all, and our browserslist config says it's not needed.
* babel-plugin-replace-textdomain: Handle `(0,x.__)()`-style calls
* jetpack: Add a context in some code to avoid confusing i18n-check-webpack-plugin

---------

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/6163323283
  • Loading branch information
anomiex authored and matticbot committed Sep 12, 2023
1 parent a09a8b8 commit 9688990
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.29.10-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.29.9] - 2023-09-04
### Changed
- Updated package dependencies. [#32803]
Expand Down Expand Up @@ -624,5 +631,6 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.29.10-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.9...v0.29.10-alpha
[0.29.9]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.8...v0.29.9
[0.29.8]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.7...v0.29.8
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.29.9",
"version": "0.29.10-alpha",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.9",
"@babel/core": "7.22.11",
"@babel/preset-react": "7.22.5",
"@babel/core": "7.22.17",
"@babel/preset-react": "7.22.15",
"@storybook/addon-actions": "7.1.0",
"@testing-library/dom": "8.19.1",
"@testing-library/react": "13.4.0",
Expand Down

0 comments on commit 9688990

Please sign in to comment.