Skip to content

fix(deps): update babel monorepo to v8#154

Merged
engfragui merged 2 commits into
mainfrom
renovate/major-babel-monorepo
Jul 13, 2026
Merged

fix(deps): update babel monorepo to v8#154
engfragui merged 2 commits into
mainfrom
renovate/major-babel-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.29.78.0.1 age confidence
@babel/preset-react (source) 7.29.78.0.1 age confidence
@babel/preset-typescript (source) 7.29.78.0.1 age confidence

Reference


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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 7am every weekday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 June 22, 2026 03:56
@renovate renovate Bot requested review from gnapse and removed request for a team June 22, 2026 03:56
@renovate renovate Bot requested a review from a team June 22, 2026 03:56
@renovate renovate Bot force-pushed the renovate/major-babel-monorepo branch 2 times, most recently from 3a9d0ee to 41786e9 Compare June 26, 2026 06:45
@renovate renovate Bot force-pushed the renovate/major-babel-monorepo branch from 41786e9 to 14cd8d1 Compare July 13, 2026 05:01
@engfragui

Copy link
Copy Markdown
Contributor

Ernesto is on vacation so I'm taking this one 🙋‍♀️

@engfragui

engfragui commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Why CI is failing 👇

Babel v8 removed the TransformOptions type export from @babel/core, which broke the type check in src/babel.ts (TS2305: Module '"@babel/core"' has no exported member 'TransformOptions').

Fixing it by switching to InputOptions — that's the type transformFileAsync accepts in v8, so it's the correct replacement for the config type.

Babel v8 removed the TransformOptions type export from @babel/core,
breaking the type check in src/babel.ts. Switch to InputOptions, which
is the type transformFileAsync accepts in v8.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@engfragui engfragui merged commit a85d588 into main Jul 13, 2026
2 checks passed
@engfragui engfragui deleted the renovate/major-babel-monorepo branch July 13, 2026 09:55
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.

1 participant