chore(deps-dev): bump the babel group with 4 updates#5723
chore(deps-dev): bump the babel group with 4 updates#5723dependabot[bot] wants to merge 1 commit intounstablefrom
Conversation
Bumps the babel group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/plugin-syntax-import-assertions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-import-assertions), [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/core` from 7.28.5 to 7.29.0 - [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.0/packages/babel-core) Updates `@babel/plugin-syntax-import-assertions` from 7.27.1 to 7.28.6 - [Release notes](https://github.com/babel/babel/releases) - [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-plugin-syntax-import-assertions) Updates `@babel/plugin-transform-runtime` from 7.28.5 to 7.29.0 - [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.0/packages/babel-plugin-transform-runtime) Updates `@babel/preset-env` from 7.28.5 to 7.29.0 - [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.0/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/plugin-syntax-import-assertions" dependency-version: 7.28.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/plugin-transform-runtime" dependency-version: 7.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel - dependency-name: "@babel/preset-env" dependency-version: 7.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com>
rtibblesbot
left a comment
There was a problem hiding this comment.
Dependency Update Review
Packages: Grouped Babel update (4 packages, all devDependencies)
Semver risk: Minor
Dependency type: devDependency
CI status: Passing
| Package | From | To | Risk |
|---|---|---|---|
@babel/core |
7.28.5 | 7.29.0 | Minor |
@babel/plugin-syntax-import-assertions |
7.27.1 | 7.28.6 | Minor |
@babel/plugin-transform-runtime |
7.28.5 | 7.29.0 | Minor |
@babel/preset-env |
7.28.5 | 7.29.0 | Minor |
Changelog Analysis
Sources consulted:
Breaking changes: None.
v7.29.0 — New features for babel-standalone (async transform, data-targets), parser fixes for type assertions in extends clauses and super type arguments, fix for variable shadowing in switch statement discriminants (babel-traverse), generator performance optimizations.
v7.28.6 — Unicode handling improvements in code-frame tokenizer, scope handling fix in transform-regenerator, Babel 8 compatibility prep in plugin-syntax-import-assertions.
Compatibility Assessment
- Project uses affected APIs: No — changes are in parser internals, standalone builds, and edge-case fixes
- Peer dependency changes: None
- Code changes required: None
- Lockfile: Only expected transitive dependency updates
Recommendation
APPROVE — Routine minor bump of dev-only build tooling. No breaking changes, CI passing.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
Reviewed the pull request diff checking for:
- Correctness: bugs, edge cases, undocumented behavior, resource leaks, hardcoded values
- Design: unnecessary complexity, naming, readability, comment accuracy, redundant state
- Architecture: duplicated concerns, minimal interfaces, composition over inheritance
- Testing: behavior-based assertions, mocks only at hard boundaries, accurate coverage
- Completeness: missing dependencies, unupdated usages, i18n, accessibility, security
- Principles: DRY (same reason to change), SRP, Rule of Three (no premature abstraction)
- Checked CI status and linked issue acceptance criteria
- For UI changes: inspected screenshots for layout, visual completeness, and consistency
Bumps the babel group with 4 updates: @babel/core, @babel/plugin-syntax-import-assertions, @babel/plugin-transform-runtime and @babel/preset-env.
Updates
@babel/corefrom 7.28.5 to 7.29.0Release notes
Sourced from
@babel/core's releases.... (truncated)
Commits
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)c1b55f6Useeslint.config.mts(#17573)Updates
@babel/plugin-syntax-import-assertionsfrom 7.27.1 to 7.28.6Release notes
Sourced from
@babel/plugin-syntax-import-assertions's releases.... (truncated)
Commits
d7f4008v7.28.6445b575Allow Babel 8 in compatible Babel 7 plugins (#17580)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@babel/plugin-syntax-import-assertionssince your current version.Updates
@babel/plugin-transform-runtimefrom 7.28.5 to 7.29.0Release notes
Sourced from
@babel/plugin-transform-runtime's releases.... (truncated)
Commits
aa8394ev7.29.00053db6Update polyfill packages (#17727)f3a2226[babel 7] Delete Babel 8 fixtures (#17729)6287e94Run transform-runtime tests also in Babel 8 (#17615)Updates
@babel/preset-envfrom 7.28.5 to 7.29.0Release notes
Sourced from
@babel/preset-env's releases.... (truncated)
Commits
aa8394ev7.29.00053db6Update polyfill packages (#17727)f3a2226[babel 7] Delete Babel 8 fixtures (#17729)d7f4008v7.28.699dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions