chore(deps-dev): bump @babel/cli from 7.29.7 to 8.0.4 - #471
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump @babel/cli from 7.29.7 to 8.0.4#471dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.29.7 to 8.0.4. - [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.4/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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/cli from 7.29.7 to 8.0.4.
Release notes
Sourced from @babel/cli's releases.
... (truncated)
Changelog
Sourced from @babel/cli's changelog.
... (truncated)
Commits
8ed5db1v8.0.4b8e669fchore: bump chokidar to 5.0.0 (#18112)b4be199v8.0.1cd96c47chore(pkg): set@babel/corepeer deps to ^8.0.0 (#18076)7dc825av8.0.0004f4b4Fallback to assuming ESM support withmodules: auto(#18069)73bceefv8.0.0-rc.6c6d71f3EnablestrictFunctionTypes(#17946)0e16971Do not emit source map names for identical names (#18005)3d34928Use Yarn catalog for source map dependencies (#18004)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Major dev-tool upgrade with a peer mismatch (
@babel/cli8 vs@babel/core7) and stricter Node engines for the CLI, which could breaknpm run buildor CI until Babel 8 is aligned or peers are satisfied.Overview
Bumps the devDependency
@babel/clifrom 7.29.7 to 8.0.4 inpackage.json, with the correspondingpackage-lock.jsonrefresh.@babel/cli8 is a major release: it drops thebabel-external-helpersbin, requires Node^22.18.0 || >=24.11.0, declares a peer on@babel/core^8.0.0 (this repo still has@babel/core/@babel/preset-envat ^7.27.1), and pulls in newer transitive tooling (e.g. chokidar 5, glob 13, commander 14) while removing several v7-era optional watch/file helpers from the lockfile.The production build script is unchanged—it still runs
babel src --out-dir lib --source-maps; only the CLI package version changes.Reviewed by Cursor Bugbot for commit a18bf15. Bugbot is set up for automated code reviews on this repo. Configure here.