chore(deps-dev): bump @babel/cli from 7.29.7 to 8.0.4 - #1711
chore(deps-dev): bump @babel/cli from 7.29.7 to 8.0.4#1711dependabot[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.29.7 to 8.0.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.4/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
cce40a8 to
368e2f0
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 368e2f0. Configure here.
| }, | ||
| "devDependencies": { | ||
| "@babel/cli": "^7.29.7", | ||
| "@babel/cli": "^8.0.4", |
There was a problem hiding this comment.
Babel 8 CLI / Core 7 mismatch
High Severity
@babel/cli is bumped to ^8.0.4, which peers on @babel/core ^8.0.0, while @babel/core, @babel/preset-env, @babel/register, and @babel/plugin-syntax-import-attributes stay on ^7.29.7. That unmet peer breaks the supported Babel stack used by npm run build and all create-*-dist release scripts.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 368e2f0. Configure here.


Bumps @babel/cli from 7.29.7 to 8.0.4.
Release notes
Sourced from @babel/cli's releases.
... (truncated)
Changelog
Sourced from @babel/cli's changelog.
... (truncated)
Commits
8ed5db1v8.0.4b8e669fchore: bump chokidar to 5.0.0 (#18112)b4be199v8.0.1cd96c47chore(pkg): set@babel/corepeer deps to ^8.0.0 (#18076)7dc825av8.0.0004f4b4Fallback to assuming ESM support withmodules: auto(#18069)73bceefv8.0.0-rc.6c6d71f3EnablestrictFunctionTypes(#17946)0e16971Do not emit source map names for identical names (#18005)3d34928Use Yarn catalog for source map dependencies (#18004)Note
Medium Risk
Major-version bump of the compile CLI with a peer dependency on @babel/core 8 while the project still uses Babel 7 core; build or install behavior could change until Babel is aligned.
Overview
Bumps the dev dependency
@babel/clifrom 7.29.7 to 8.0.4 inpackage.json, with matching lockfile churn for CLI 8’s dependency tree (e.g. chokidar 5, glob 13, commander 14).CLI 8 declares a peer dependency on
@babel/core^8.0.0, while this repo still pins@babel/coreand related Babel 7 packages at ^7.29.7. Thebuildandbuild-migrationsscripts still invokebabelthe same way; reviewers should confirmnpm ci/npm run buildsucceed and watch for peer-dep warnings.The lockfile also drops the
babel-external-helpersCLI entry that shipped with older@babel/cli.Reviewed by Cursor Bugbot for commit 368e2f0. Bugbot is set up for automated code reviews on this repo. Configure here.