Skip to content

Commit 8ff64b5

Browse files
chore(deps): update babel monorepo to v7.28.0 (#2669)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.27.4` -> `7.28.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.27.4/7.28.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.27.4/7.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-env)) | [`7.27.2` -> `7.28.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.27.2/7.28.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-env/7.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-env/7.27.2/7.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/core)</summary> ### [`v7.28.0`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7280-2025-07-02) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.27.7...v7.28.0) ##### 🚀 New Feature - `babel-node` - [#&#8203;17147](https://redirect.github.com/babel/babel/pull/17147) Support top level await in node repl ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-types` - [#&#8203;17258](https://redirect.github.com/babel/babel/pull/17258) feat(matchesPattern): support super/private/meta ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#&#8203;17355](https://redirect.github.com/babel/babel/pull/17355) Add explicit resource management to preset-env ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-core`, `babel-parser` - [#&#8203;17390](https://redirect.github.com/babel/babel/pull/17390) Support `sourceType: "commonjs"` ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-generator`, `babel-parser` - [#&#8203;17346](https://redirect.github.com/babel/babel/pull/17346) Materialize `explicitResourceManagement` parser plugin ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-plugin-transform-object-rest-spread`, `babel-traverse`, `babel-types` - [#&#8203;17391](https://redirect.github.com/babel/babel/pull/17391) LVal coverage updates (Part 2) ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser`, `babel-traverse`, `babel-types` - [#&#8203;17378](https://redirect.github.com/babel/babel/pull/17378) Accept bigints in `t.bigIntLiteral` factory ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-generator`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-discard-binding`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-explicit-resource-management`, `babel-plugin-transform-react-display-name`, `babel-types` - [#&#8203;17277](https://redirect.github.com/babel/babel/pull/17277) Transform discard binding ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-typescript`, `babel-traverse`, `babel-types` - [#&#8203;17163](https://redirect.github.com/babel/babel/pull/17163) Parse discard binding ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🐛 Bug Fix - `babel-helper-globals`, `babel-plugin-transform-classes`, `babel-traverse` - [#&#8203;17297](https://redirect.github.com/babel/babel/pull/17297) Create babel-helper-globals ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-types` - [#&#8203;17009](https://redirect.github.com/babel/babel/pull/17009) feature: TSTypeOperator: keyof ([#&#8203;16799](https://redirect.github.com/babel/babel/issues/16799)) ([@&#8203;coderaiser](https://redirect.github.com/coderaiser)) ##### 🏠 Internal - `babel-compat-data`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-json-modules`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs3` - [#&#8203;17403](https://redirect.github.com/babel/babel/pull/17403) Update `babel-polyfill` packages ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.27.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7277-2025-06-26) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.27.4...v7.27.7) ##### 👓 Spec Compliance - `babel-parser`, `babel-plugin-transform-classes` - [#&#8203;17203](https://redirect.github.com/babel/babel/pull/17203) Interepret parser `allow*` options as top level only ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser` - [#&#8203;17371](https://redirect.github.com/babel/babel/pull/17371) fix: disable using in ambient context ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🐛 Bug Fix - `babel-core` - [#&#8203;17392](https://redirect.github.com/babel/babel/pull/17392) Improve TS babel config loading ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-types` - [#&#8203;17376](https://redirect.github.com/babel/babel/pull/17376) fix: support negative bigint in valueToNode ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-transform-parameters` - [#&#8203;17352](https://redirect.github.com/babel/babel/pull/17352) fix: Params of `async function*` should throw synchronously ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### 🏠 Internal - `babel-plugin-transform-destructuring`, `babel-plugin-transform-object-rest-spread` - [#&#8203;17389](https://redirect.github.com/babel/babel/pull/17389) Use `NodePath#splitExportDeclaration` in destructuring transforms ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 10:00 AM and 07:59 PM, between day 1 and 7 of the month, and on Monday ( * 10-19 1-7 * MON ) in timezone Asia/Seoul, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/channel-io/bezier-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hvcmU6ZGVwcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6567a15 commit 8ff64b5

File tree

1 file changed

+314
-79
lines changed

1 file changed

+314
-79
lines changed

0 commit comments

Comments
 (0)