build: update babel monorepo to v7.29.2 (21.2.x)#33022
Conversation
See associated pull request for more information.
There was a problem hiding this comment.
Code Review
This pull request updates @babel/preset-env and @babel/runtime to version 7.29.2. Feedback suggests updating all Babel monorepo packages to this version for consistency and to include relevant bug fixes, as the current changes only cover a subset of the packages despite the PR title implying a broader update.
| "@babel/preset-env": "7.29.2", | ||
| "@babel/runtime": "7.29.2", |
There was a problem hiding this comment.
The PR title indicates an update of the Babel monorepo to v7.29.2, but the changes only cover @babel/preset-env and @babel/runtime. Other Babel packages in this file, such as @babel/plugin-transform-async-generator-functions (line 18) and @babel/plugin-transform-async-to-generator (line 19), remain at older versions. The release notes for v7.29.2 explicitly mention a bug fix for async-generator-functions ("Properly handle await in finally"). To ensure consistency and that all relevant bug fixes are included, it is recommended to update all Babel monorepo packages to v7.29.2.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This PR contains the following updates:
7.29.0→7.29.27.28.6→7.29.2Release Notes
babel/babel (@babel/preset-env)
v7.29.2Compare Source
v7.29.2 (2026-03-16)
👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-helpers,babel-plugin-transform-async-generator-functions,babel-preset-env,babel-runtime-corejs3babel-preset-env🏠 Internal
Committers: 2