chore(deps-dev): bump @babel/register from 7.29.7 to 8.0.1 - #1703
chore(deps-dev): bump @babel/register from 7.29.7 to 8.0.1#1703dependabot[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 228214c. Configure here.
| "@babel/plugin-syntax-import-attributes": "^7.28.6", | ||
| "@babel/preset-env": "^7.29.7", | ||
| "@babel/register": "^7.28.6", | ||
| "@babel/register": "^8.0.1", |
There was a problem hiding this comment.
Incompatible Babel 8 peer dependency
Medium Severity
@babel/register is bumped to 8.0.1, which peer-depends on @babel/core ^8.0.0, while @babel/core, @babel/cli, and @babel/preset-env remain on Babel 7. That leaves an unmet peer dependency and an incomplete major upgrade; @babel/register cannot work against the installed Babel 7 stack.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 228214c. Configure here.
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) from 7.29.7 to 8.0.1. - [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.1/packages/babel-register) --- updated-dependencies: - dependency-name: "@babel/register" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
228214c to
69d8d9d
Compare


Bumps @babel/register from 7.29.7 to 8.0.1.
Release notes
Sourced from @babel/register's releases.
... (truncated)
Changelog
Sourced from @babel/register's changelog.
... (truncated)
Commits
b4be199v8.0.1cd96c47chore(pkg): set@babel/corepeer deps to ^8.0.0 (#18076)7dc825av8.0.0004f4b4Fallback to assuming ESM support withmodules: auto(#18069)ae57969chore: consolidate upwards traversal to empathic (#18030)827d003Change jestsnapshotFormat(#18029)73bceefv8.0.0-rc.6cedb08bchore: use bundled dts for register and eslint-* (#17993)dc91f90v8.0.0-rc.5b34c4e7Bump typescript-eslint to 8.59.2 (#17984)Note
Medium Risk
Major
@babel/register8 peers on@babel/core^8 while the rest of the Babel toolchain remains on 7.x, which can cause install peer warnings or breakage if anything loads register at runtime; runtime paths here use@babel/clifor build andextensionlessfor tests.Overview
Bumps the dev dependency
@babel/registerfrom 7.29.7 to 8.0.1 inpackage.jsonand refreshespackage-lock.jsonaccordingly.@babel/register8 is a major release: it now declares a peer on@babel/core^8.0.0 (this repo still pins@babel/core^7.29.7 alongside@babel/cli/preset-env7.x), tightens its Node engine to ^22.18.0 || >=24.11.0, and swaps its internals (e.g.cacache,empathic,@cspotcode/source-map-support) for the older cache/source-map stack removed from the lockfile.No application scripts or source files change—only dependency metadata and the lockfile (including incidental
peerflag adjustments on unrelated packages).Reviewed by Cursor Bugbot for commit 69d8d9d. Bugbot is set up for automated code reviews on this repo. Configure here.