Skip to content

Update babel monorepo to v8 - #828

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-babel-monorepo
Open

Update babel monorepo to v8#828
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-babel-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) ^7.24.1^8.0.0 age confidence
@babel/helper-annotate-as-pure (source) ^7.24.1^8.0.0 age confidence
@babel/helper-create-class-features-plugin (source) ^7.24.1^8.0.0 age confidence
@babel/helper-remap-async-to-generator (source) ^7.24.1^8.0.0 age confidence
@babel/helper-replace-supers (source) ^7.24.1^8.0.0 age confidence
@babel/helper-wrap-function (source) ^7.24.1^8.0.0 age confidence
@babel/plugin-transform-async-generator-functions (source) ^7.24.1^8.0.0 age confidence
@babel/preset-react (source) ^7.24.1^8.0.0 age confidence
@babel/preset-typescript (source) ^7.24.1^8.0.0 age confidence
@babel/traverse (source) ^7.24.1^8.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

babel/babel (@​babel/core)

v8.0.1

Compare Source

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

v8.0.0

Compare Source

👓 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

v7.29.7

Compare Source

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

v7.29.6

Compare Source

v7.29.6 (2026-05-25)

🐛 Bug Fix
Committers: 3

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner August 8, 2026 00:04
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

To increment version on merge, please add one of patch (default), minor, or major label to this PR.

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 050a47efc3

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread package.json
},
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/core": "^8.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep Babel 8 off Node 20 builds

This upgrade makes the documented and workflow environments unable to install or run the build: I checked README.md/.nvmrc, which still point developers at Node 20.20.2, plus .github/workflows/publish-rc.yaml on Node 20.x and design-workflow.yml on Node 16.x before yarn install, while Babel 8 requires Node ^22.18.0 || >=24.11.0. On those current environments, the install/build path for lint, tests, and RC publishing will fail before a package can be produced, so the repo/CI Node version needs to move with this change or Babel should remain on 7.x.

Useful? React with 👍 / 👎.

Comment thread package.json
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/preset-react": "^8.0.0",
"@babel/preset-typescript": "^8.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Remove removed TypeScript preset options

With @babel/preset-typescript upgraded to Babel 8, the dist Rollup build still loads babel.config.dist.json and passes { "isTSX": true, "allExtensions": true }. Babel 8 removed those preset-typescript options and reports invalid option names; for this TSX plus @babel/preset-react setup the migration is to remove them, so yarn build-dist and RC publishing will fail when Rollup invokes Babel.

Useful? React with 👍 / 👎.

@renovate
renovate Bot force-pushed the renovate/major-babel-monorepo branch 18 times, most recently from bd51f5e to 8c5a96c Compare August 14, 2026 21:18
@renovate
renovate Bot force-pushed the renovate/major-babel-monorepo branch 3 times, most recently from 7def768 to 654cdad Compare August 24, 2026 21:31
@renovate
renovate Bot force-pushed the renovate/major-babel-monorepo branch from 654cdad to ef80831 Compare August 24, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants