chore(deps): update babel monorepo to v7.28.0 #100

Open
renovate-bot wants to merge 1 commit from renovate/babel-monorepo into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.27.3 -> 7.28.0
@babel/preset-env (source) devDependencies minor 7.27.2 -> 7.28.0

Release Notes

babel/babel (@​babel/core)

v7.28.0

Compare Source

🚀 New Feature
  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • 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
  • 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
🐛 Bug Fix
🏠 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

v7.27.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread

v7.27.4

Compare Source

👓 Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
💅 Polish
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://github.com/babel/babel/tree/HEAD/packages/babel-core)) | devDependencies | minor | [`7.27.3` -> `7.28.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.27.3/7.28.0) | | [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env) ([source](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)) | devDependencies | minor | [`7.27.2` -> `7.28.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.27.2/7.28.0) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/core)</summary> ### [`v7.28.0`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7280-2025-07-02) [Compare Source](https://github.com/babel/babel/compare/v7.27.7...v7.28.0) ##### :rocket: New Feature - `babel-node` - [#&#8203;17147](https://github.com/babel/babel/pull/17147) Support top level await in node repl ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-types` - [#&#8203;17258](https://github.com/babel/babel/pull/17258) feat(matchesPattern): support super/private/meta ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#&#8203;17355](https://github.com/babel/babel/pull/17355) Add explicit resource management to preset-env ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-core`, `babel-parser` - [#&#8203;17390](https://github.com/babel/babel/pull/17390) Support `sourceType: "commonjs"` ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-generator`, `babel-parser` - [#&#8203;17346](https://github.com/babel/babel/pull/17346) Materialize `explicitResourceManagement` parser plugin ([@&#8203;JLHwung](https://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://github.com/babel/babel/pull/17391) LVal coverage updates (Part 2) ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-parser`, `babel-traverse`, `babel-types` - [#&#8203;17378](https://github.com/babel/babel/pull/17378) Accept bigints in `t.bigIntLiteral` factory ([@&#8203;JLHwung](https://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://github.com/babel/babel/pull/17277) Transform discard binding ([@&#8203;JLHwung](https://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://github.com/babel/babel/pull/17163) Parse discard binding ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :bug: Bug Fix - `babel-helper-globals`, `babel-plugin-transform-classes`, `babel-traverse` - [#&#8203;17297](https://github.com/babel/babel/pull/17297) Create babel-helper-globals ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-types` - [#&#8203;17009](https://github.com/babel/babel/pull/17009) feature: TSTypeOperator: keyof ([#&#8203;16799](https://github.com/babel/babel/issues/16799)) ([@&#8203;coderaiser](https://github.com/coderaiser)) ##### :house: 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://github.com/babel/babel/pull/17403) Update `babel-polyfill` packages ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ### [`v7.27.7`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7277-2025-06-26) [Compare Source](https://github.com/babel/babel/compare/v7.27.4...v7.27.7) ##### :eyeglasses: Spec Compliance - `babel-parser`, `babel-plugin-transform-classes` - [#&#8203;17203](https://github.com/babel/babel/pull/17203) Interepret parser `allow*` options as top level only ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-parser` - [#&#8203;17371](https://github.com/babel/babel/pull/17371) fix: disable using in ambient context ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :bug: Bug Fix - `babel-core` - [#&#8203;17392](https://github.com/babel/babel/pull/17392) Improve TS babel config loading ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-types` - [#&#8203;17376](https://github.com/babel/babel/pull/17376) fix: support negative bigint in valueToNode ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-plugin-transform-parameters` - [#&#8203;17352](https://github.com/babel/babel/pull/17352) fix: Params of `async function*` should throw synchronously ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) ##### :house: Internal - `babel-plugin-transform-destructuring`, `babel-plugin-transform-object-rest-spread` - [#&#8203;17389](https://github.com/babel/babel/pull/17389) Use `NodePath#splitExportDeclaration` in destructuring transforms ([@&#8203;JLHwung](https://github.com/JLHwung)) ### [`v7.27.4`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7274-2025-05-30) [Compare Source](https://github.com/babel/babel/compare/v7.27.3...v7.27.4) ##### :eyeglasses: Spec Compliance - `babel-parser`, `babel-plugin-proposal-explicit-resource-management` - [#&#8203;17323](https://github.com/babel/babel/pull/17323) Disallow using in bare case statement ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :nail_care: Polish - `babel-parser` - [#&#8203;17311](https://github.com/babel/babel/pull/17311) Improve parseExpression error messages ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :microscope: Output optimization - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&#8203;17287](https://github.com/babel/babel/pull/17287) Reduce `regenerator` size more ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs3` - [#&#8203;17334](https://github.com/babel/babel/pull/17334) Use shorter method names for regenerator context ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - [#&#8203;17268](https://github.com/babel/babel/pull/17268) Reduce `regenerator` helper size ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#&#8203;17238](https://github.com/babel/babel/pull/17238) Split `regeneratorRuntime` into multiple helpers ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/babel-monorepo from 3249f9576b to 9460f03b56 2025-06-16 20:23:44 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @babel/core to v7.27.4 to chore(deps): update dependency @babel/core to v7.27.7 2025-06-26 14:18:26 +00:00
renovate-bot force-pushed renovate/babel-monorepo from 9460f03b56 to 330a1e054a 2025-06-26 14:18:27 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 330a1e054a to b6652512ec 2025-06-26 15:22:39 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from b6652512ec to 6acc13703b 2025-06-26 18:20:55 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 6acc13703b to dfcd60cea1 2025-06-26 19:27:11 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from dfcd60cea1 to f9ec771922 2025-06-27 06:22:16 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from f9ec771922 to 1dd526bd53 2025-06-27 08:20:15 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 1dd526bd53 to ec3f7b42ab 2025-06-27 12:27:11 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from ec3f7b42ab to 8892f4fb36 2025-06-27 13:20:59 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @babel/core to v7.27.7 to chore(deps): update babel monorepo to v7.28.0 2025-07-02 09:18:53 +00:00
renovate-bot force-pushed renovate/babel-monorepo from 8892f4fb36 to 7051ad00c4 2025-07-02 09:18:53 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 7051ad00c4 to 4671fb58ad 2025-07-02 23:08:51 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 4671fb58ad to 0548bb0bcd 2025-07-06 20:21:18 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 0548bb0bcd to f2d6082fe0 2025-07-07 14:18:06 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from f2d6082fe0 to 1c14c69c32 2025-07-07 18:16:52 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 1c14c69c32 to 17ac58be45 2025-07-09 22:22:27 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 17ac58be45 to 692d75697f 2025-07-10 18:20:44 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 692d75697f to c0a757eaf3 2025-07-12 11:18:34 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from c0a757eaf3 to 4841cfb8dd 2025-07-14 18:19:27 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 4841cfb8dd to 857c2e0905 2025-07-15 18:23:53 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 857c2e0905 to 06628f57b8 2025-07-15 22:19:14 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 06628f57b8 to 52ac6136df 2025-07-16 11:27:02 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 52ac6136df to 04787b0de9 2025-07-16 12:24:13 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 04787b0de9 to 57646e34ec 2025-07-16 13:21:33 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 57646e34ec to 713dea1f0c 2025-07-17 02:18:34 +00:00 Compare
renovate-bot force-pushed renovate/babel-monorepo from 713dea1f0c to 944d6df331 2025-07-17 18:21:36 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/babel-monorepo:renovate/babel-monorepo
git switch renovate/babel-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/babel-monorepo
git switch renovate/babel-monorepo
git rebase main
git switch main
git merge --ff-only renovate/babel-monorepo
git switch renovate/babel-monorepo
git rebase main
git switch main
git merge --no-ff renovate/babel-monorepo
git switch main
git merge --squash renovate/babel-monorepo
git switch main
git merge --ff-only renovate/babel-monorepo
git switch main
git merge renovate/babel-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PrivateCoffee/quackscape#100
No description provided.