chore(deps-dev): bump @babel/core from 7.28.5 to 7.29.6#1219
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump @babel/core from 7.28.5 to 7.29.6#1219dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Contributor
📦 NPM canary releaseDeployed canary version 0.0.0-canary-515e4da. |
Contributor
🏋️ Size limit report
Click here if you want to find out what is changed in this build |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/babel/core-7.29.6
branch
from
June 29, 2026 10:32
98274f6 to
d42d525
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/babel/core-7.29.6
branch
from
July 1, 2026 15:03
d42d525 to
8f112a2
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/babel/core-7.29.6
branch
from
July 9, 2026 12:26
8f112a2 to
2f41356
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/babel/core-7.29.6
branch
from
July 10, 2026 14:37
2f41356 to
eabc7eb
Compare
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.5 to 7.29.6. - [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/v7.29.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/babel/core-7.29.6
branch
from
July 16, 2026 14:01
eabc7eb to
2bb0259
Compare
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.28.5 to 7.29.6.
Release notes
Sourced from @babel/core's releases.
... (truncated)
Commits
04ea6b2v7.29.699f498a[7.x packport]Improve input source map handling (#18001)feba0a3Preserve original identifier names from input sourcemaps (#17992) (#17998)aa8394ev7.29.0ad0d03f[7.x backport] feat: Allow specifying startLine in code frame (#17739)d7f4008v7.28.6e130225Polish(standalone): improve message on invalid preset/plugin (#17606)99dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)d725e39AddBABEL_7_TO_8_DANGEROUSLY_DISABLE_VERSION_CHECK(#17569)Note
Low Risk
Dev-only Babel upgrade with no application source changes; main impact is build/transpile and source-map behavior during compilation.
Overview
Updates the lockfile so
@babel/coreresolves to 7.29.6 (from 7.28.5) under the existing^7.24.0devDependency range. Nopackage.jsonedits—onlypnpm-lock.yaml.The bump pulls the rest of the @babel/* toolchain to matching 7.29.x builds (parser, traverse, generator, helpers, etc.) and refreshes a handful of transitive pins (e.g. browserslist, eslint-related packages, codemirror). 7.29.6 includes fixes around input source maps and preserving identifier names from sourcemaps in babel-core / babel-generator.
Reviewed by Cursor Bugbot for commit 2bb0259. Bugbot is set up for automated code reviews on this repo. Configure here.