chore(deps): update babel monorepo to v7.29.0 #189

Merged
renovate merged 1 commits from renovate/babel-monorepo into main 2026-01-31 18:11:06 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.67.29.0 age confidence
@babel/preset-env (source) 7.28.67.29.0 age confidence

Release Notes

babel/babel (@​babel/core)

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.28.6` → `7.29.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.28.6/7.29.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.29.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.28.6/7.29.0?slim=true) | | [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env) ([source](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)) | [`7.28.6` → `7.29.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.28.6/7.29.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-env/7.29.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-env/7.28.6/7.29.0?slim=true) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/core)</summary> ### [`v7.29.0`](https://github.com/babel/babel/releases/tag/v7.29.0) [Compare Source](https://github.com/babel/babel/compare/v7.28.6...v7.29.0) ##### v7.29.0 (2026-01-31) Thanks [@&#8203;simbahax](https://github.com/simbahax) for your first PR! ##### :rocket: New Feature - `babel-types` - [#&#8203;17750](https://github.com/babel/babel/pull/17750) \[7.x backport] Add attributes import declaration builder ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-standalone` - [#&#8203;17663](https://github.com/babel/babel/pull/17663) \[7.x backport] feat(standalone): export async transform ([@&#8203;JLHwung](https://github.com/JLHwung)) - [#&#8203;17725](https://github.com/babel/babel/pull/17725) \[7.x backport] feat: read standalone targets from data-targets ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#&#8203;17765](https://github.com/babel/babel/pull/17765) fix(parser): correctly parse type assertions in `extends` clause ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - [#&#8203;17723](https://github.com/babel/babel/pull/17723) \[7.x backport] fix(parser): improve super type argument parsing ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-traverse` - [#&#8203;17708](https://github.com/babel/babel/pull/17708) fix(traverse): provide a hub when traversing a File or Program and no parentPath is given ([@&#8203;simbahax](https://github.com/simbahax)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#&#8203;17737](https://github.com/babel/babel/pull/17737) \[7.x backport] fix: Rename switch discriminant references when body creates shadowing variable ([@&#8203;magic-akari](https://github.com/magic-akari)) ##### :running\_woman: Performance - `babel-generator`, `babel-runtime-corejs3` - [#&#8203;17642](https://github.com/babel/babel/pull/17642) \[Babel 7] Improve generator performance ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) ##### Committers: 6 - David ([@&#8203;simbahax](https://github.com/simbahax)) - Huáng Jùnliàng ([@&#8203;JLHwung](https://github.com/JLHwung)) - Nicolò Ribaudo ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - [@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu) - [@&#8203;magic-akari](https://github.com/magic-akari) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi40IiwidXBkYXRlZEluVmVyIjoiNDIuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2026-01-31 18:07:23 +00:00
chore(deps): update babel monorepo to v7.29.0
unbound-site / build (pull_request) Successful in 42s
unbound-site / deploy-prod (pull_request) Has been skipped
1ebbe1ff9e
renovate scheduled this pull request to auto merge when all checks succeed 2026-01-31 18:07:24 +00:00
renovate merged commit 5192d7e519 into main 2026-01-31 18:11:06 +00:00
renovate deleted branch renovate/babel-monorepo 2026-01-31 18:11:07 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/unbound-site#189