Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@babel/plugin-transform-async-generator-functions": "7.29.0",
"@babel/plugin-transform-async-to-generator": "7.28.6",
"@babel/plugin-transform-runtime": "7.29.0",
"@babel/preset-env": "7.29.0",
"@babel/runtime": "7.28.6",
"@babel/preset-env": "7.29.2",
"@babel/runtime": "7.29.2",
Comment on lines +21 to +22
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

"@discoveryjs/json-ext": "0.6.3",
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.3",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading