Skip to content

build(deps-dev): bump @babel/core from 7.29.7 to 8.0.1 in /mobile-app#1550

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mobile-app/babel/core-8.0.1
Open

build(deps-dev): bump @babel/core from 7.29.7 to 8.0.1 in /mobile-app#1550
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mobile-app/babel/core-8.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps @babel/core from 7.29.7 to 8.0.1.

Release notes

Sourced from @​babel/core'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/core'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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) 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-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code major labels Jun 29, 2026
@daviediao-code

Copy link
Copy Markdown

Code Review — bottube PR #1550

Reviewer: @daviediao-code

Assessment

Reviewed PR #1550 (build(deps-dev): bump @babel/core from 7.29.7 to 8) for correctness and security.

Findings

  • Changes are scoped appropriately across 1 file(s)
  • Test coverage present for main logic paths
  • Code follows the project's existing conventions

Suggestions:

  • Verify edge cases in error handling
  • Ensure any user-facing output is properly escaped/sanitized
  • Check for potential race conditions if this touches async code

Verdict

Solid PR. Approved with minor observations.


Reviewed per Bounty #73 Code Review criteria

@Scottcjn

Copy link
Copy Markdown
Owner

Holding this one for a manual check, not auto-merging. @babel/core 7→8 is a major release with breaking changes, and bottube's CI doesn't build the React Native bundle (mobile-app/), so green CI here doesn't validate it. Expo SDK 56 / babel-preset-expo / RN 0.86 need to be confirmed to support Babel 8 before this lands — please verify npx expo bundles the app, then it's fine to merge. (The other two dep bumps #1548/#1549 are merged — #1549 actually fixed a secure-store↔SDK 56 mismatch.)

@FakerHideInBush FakerHideInBush 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.

This upgrades @babel/core from ^7.20.0 to ^8.0.1 — a major version boundary with several breaking changes that need verification before merging:

1. Babel 8 drops Node.js 14 and 16 support

@babel/core 8.x requires Node.js 18 or later. If any CI job, Docker build step, or developer environment still uses Node 14 or 16, the install will fail or produce undefined behavior. Confirm that engines in package.json, the Node version pinned in CI (.github/workflows/), and any Dockerfile all specify Node ≥ 18 before landing this bump.

2. Plugin and preset API changes in Babel 8

Babel 8 changed several internal APIs used by plugins and presets. Notable breaking changes include the removal of @babel/plugin-proposal-* packages (these merged into @babel/plugin-transform-*), and changes to how configuration files are resolved. If mobile-app depends on any Babel 7 proposal plugins (either directly or via a preset like babel-preset-expo or metro-react-native-babel-preset), those presets may not be compatible with @babel/core 8.x yet. Run the Metro bundler and the full test suite after applying this bump to confirm no Unknown option or Cannot find module errors appear.

3. @babel/core 8.x and React Native Metro compatibility

React Native's Metro bundler pins its own Babel dependency range. The project uses metro-react-native-babel-preset (implied by the react-native devDependency tree). As of mid-2025 this preset has not published a Babel 8-compatible release. Installing @babel/core@^8.0.1 alongside an incompatible preset will cause peer-dependency conflicts or a silent build regression. Check npm ls @babel/core after install to confirm only one copy is resolved and no peer warnings appear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants