Skip to content

chore(deps-dev): bump @babel/register from 7.29.7 to 8.0.1 - #1703

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/babel/register-8.0.1
Open

chore(deps-dev): bump @babel/register from 7.29.7 to 8.0.1#1703
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/babel/register-8.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @babel/register from 7.29.7 to 8.0.1.

Release notes

Sourced from @​babel/register's releases.

v8.0.1 (2026-06-17)

This release includes a breaking change that was in the Babel 8 migration guide's Getting ready section and in the release post, but the actual removal of the feature from the codebase was accidentally not complete.

💥 Breaking Change

  • babel-core, babel-plugin-transform-object-rest-spread, babel-plugin-transform-runtime, babel-preset-env, babel-standalone

Committers: 2

v8.0.0 (2026-06-16)

NOTE: The changelog below is relative to v8.0.0-rc.6. You can find a summary of all the breaking changes shipped in the Babel 8 release line in the migration guide for users and migration guide for plugin developers.

Read the release blog post at http://babeljs.io/blog/2026/06/16/8.0.0!

👓 Spec Compliance

💥 Breaking Change

  • babel-cli, babel-node, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-regenerator, babel-preset-env, babel-register
  • babel-plugin-transform-runtime, babel-runtime-corejs3, babel-runtime
  • babel-parser

🐛 Bug Fix

  • babel-generator
  • babel-plugin-transform-modules-systemjs

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

Committers: 6

... (truncated)

Changelog

Sourced from @​babel/register's changelog.

v8.0.1 (2026-06-17)

💥 Breaking Change

  • babel-core, babel-plugin-transform-object-rest-spread, babel-plugin-transform-runtime, babel-preset-env, babel-standalone

v8.0.0 (2026-06-16)

👓 Spec Compliance

💥 Breaking Change

  • babel-cli, babel-node, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-regenerator, babel-preset-env, babel-register
  • babel-plugin-transform-runtime, babel-runtime-corejs3, babel-runtime
  • babel-parser

🐛 Bug Fix

  • babel-generator
  • babel-plugin-transform-modules-systemjs

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

v8.0.0-rc.6 (2026-05-25)

🐛 Bug Fix

🏠 Internal

  • babel-core
  • babel-compat-data, babel-register
  • babel-helper-transform-fixture-test-runner, babel-node

... (truncated)

Commits


Note

Medium Risk
Major @babel/register 8 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/cli for build and extensionless for tests.

Overview
Bumps the dev dependency @babel/register from 7.29.7 to 8.0.1 in package.json and refreshes package-lock.json accordingly.

@babel/register 8 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-env 7.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 peer flag adjustments on unrelated packages).

Reviewed by Cursor Bugbot for commit 69d8d9d. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 14, 2026
@socket-security

socket-security Bot commented Jul 14, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​babel/​register@​7.29.7 ⏵ 8.0.1100 +11007596 +1100

View full report

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread package.json
"@babel/plugin-syntax-import-attributes": "^7.28.6",
"@babel/preset-env": "^7.29.7",
"@babel/register": "^7.28.6",
"@babel/register": "^8.0.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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)
Fix in Cursor Fix in Web

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>
@dependabot dependabot Bot changed the title chore(deps-dev): bump @babel/register from 7.29.3 to 8.0.1 chore(deps-dev): bump @babel/register from 7.29.7 to 8.0.1 Jul 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/babel/register-8.0.1 branch from 228214c to 69d8d9d Compare July 16, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants