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-eb5da4c. |
Contributor
🏋️ Size limit report
Click here if you want to find out what is changed in this build |
98274f6 to
d42d525
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>
d42d525 to
8f112a2
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 lockfile refresh for Babel and build/lint tooling; no production dependency or auth/data-path changes in application source.
Overview
Dependency bump that refreshes
pnpm-lock.yamlso dev@babel/coreresolves from 7.28.5 → 7.29.6 (still within the existing^7.24.0range inpackage.json).The lockfile also realigns the rest of the @babel/* toolchain (parser, generator, traverse, types, helpers, etc.) and anything that pins those versions—e.g.
@tenphi/tasty,react-docgen,magicast, and ESLint-related packages. A few unrelated transitive updates appear (browserslist,ajv,minimatch,optionatorswapping@aashutoshrathi/word-wrapforword-wrap).From the Babel release notes, 7.29.x mainly improves input source map handling and preserving identifier names from input sourcemaps, plus generator/format fixes—not application runtime API changes for this repo’s direct code.
Reviewed by Cursor Bugbot for commit 8f112a2. Bugbot is set up for automated code reviews on this repo. Configure here.