chore(deps): bump @babel/core from 7.29.7 to 8.0.1 - #9332
Open
dependabot[bot] wants to merge 2 commits into
Open
chore(deps): bump @babel/core from 7.29.7 to 8.0.1#9332dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/babel/core-8.0.1
branch
from
June 26, 2026 16:14
ed9fff6 to
fd979ac
Compare
Filipp Riabchun (Hypnosphi)
approved these changes
Jul 3, 2026
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/babel/core-8.0.1
branch
from
July 3, 2026 15:13
fd979ac to
6d10fe3
Compare
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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/babel/core-8.0.1
branch
from
July 3, 2026 15:24
6d10fe3 to
bd525af
Compare
- Replace @jetbrains/babel-preset-jetbrains (asserts Babel ^7, no Babel 8 release) with its inlined equivalent: preset-react, preset-env and preset-typescript 8 - Replace preset-env's removed `useBuiltIns: 'usage'` with babel-plugin-polyfill-corejs3, excluding core-js own files: Jest transforms node_modules, and polyfill imports injected into core-js internals create require cycles - Scope preset-react to non-.ts files: Babel 8 no longer disables JSX parsing in .ts files, breaking generics like `<T>(arg: T) => ...` - Pin preset-react `development: false`: in Babel 8 it defaults to env sniffing, leaking jsx-dev-runtime into dist when NODE_ENV is unset - Opt 16 components out of react-compiler with 'use no memo': babel-plugin-react-compiler 1.0.0 crashes on Babel 8 AST for destructuring defaults (Babel 8 removed AssignmentPattern from the LVal alias), and the latest experimental build fails too. Compiler output is byte-identical between Babel 7 and 8 cores for all other files. Remove the directives once react-compiler supports Babel 8 - Sync package-lock.json (was out of sync, npm ci failed) Note: babel-loader was already at 10.1.1 (latest) and supports Babel 8; it was never the cause of the Storybook build failure. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Blocked by react/react#36868 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @babel/core from 7.29.7 to 8.0.1.
Release notes
Sourced from @babel/core's releases.
... (truncated)
Changelog
Sourced from @babel/core's changelog.
... (truncated)
Commits
b4be199v8.0.1b68b1cbActually removepreset-env'suseBuiltIns(#18079)de007eaAvoid trailing zeroes in Babel 9 generated version (#18078)7dc825av8.0.0b71c35aperf: Only extract source map comments at the end of the file (#18039)e74b70dchore: Remove unused file (#18033)ae57969chore: consolidate upwards traversal to empathic (#18030)827d003Change jestsnapshotFormat(#18029)34cf24eUpdate deps (#18023)73bceefv8.0.0-rc.6