Skip to content

build(deps-dev): bump @babel/core from 7.29.0 to 7.29.6#878

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/babel/core-7.29.6
Open

build(deps-dev): bump @babel/core from 7.29.0 to 7.29.6#878
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/babel/core-7.29.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps @babel/core from 7.29.0 to 7.29.6.

Release notes

Sourced from @​babel/core's releases.

v7.29.6 (2026-05-25)

🐛 Bug Fix

Committers: 3

v7.29.5 (2026-05-05)

🏠 Internal

  • babel-preset-env
    • Update @babel/* dependencies

v7.29.4 (2026-05-05)

🐛 Bug Fix

  • babel-plugin-transform-modules-systemjs
    • #17974 [7.x backport]fix(systemjs): improve module string name support (@​JLHwung)

Committers: 1

v7.29.3 (2026-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@​JLHwung)
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env

💅 Polish

📝 Documentation

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.29.0 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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 18, 2026
@greptile-apps

greptile-apps Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is an automated Dependabot PR bumping @babel/core from 7.29.0 to 7.29.6 as a dev dependency. Several transitive @babel/* packages are also updated in the lockfile as a side effect.

  • @babel/core is updated to 7.29.6, which includes source map bug fixes (improved input source map handling and preservation of original identifier names).
  • Transitive packages — @babel/generator, @babel/parser, @babel/types, @babel/helpers, @babel/template, @babel/code-frame, @babel/helper-string-parser, and @babel/helper-validator-identifier — are all bumped to 7.29.7 in the lockfile.

Confidence Score: 5/5

Routine automated dev-dependency update with no runtime impact; safe to merge.

@babel/core and its transitive packages are dev-only tooling used at build time. The bump from 7.29.0 to 7.29.6/7.29.7 across the ecosystem contains only bug fixes (source map handling improvements) and internal updates — nothing that affects the compiled output or runtime behavior of the application.

No files require special attention.

Important Files Changed

Filename Overview
package.json Dev dependency @babel/core minimum version bumped from ^7.25.2 to ^7.29.6; no other changes.
package-lock.json Lockfile updated to reflect the new resolved versions for @babel/core and its transitive @babel/* dependencies (all bumped to 7.29.x).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["@babel/core ^7.29.6"] --> B["@babel/generator ^7.29.7"]
    A --> C["@babel/parser ^7.29.7"]
    A --> D["@babel/helpers ^7.29.7"]
    A --> E["@babel/template ^7.29.7"]
    A --> F["@babel/types ^7.29.7"]
    A --> G["@babel/code-frame ^7.29.7"]
    B --> C
    B --> F
    E --> G
    E --> C
    E --> F
    F --> H["@babel/helper-string-parser ^7.29.7"]
    F --> I["@babel/helper-validator-identifier ^7.29.7"]
    G --> I
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A["@babel/core ^7.29.6"] --> B["@babel/generator ^7.29.7"]
    A --> C["@babel/parser ^7.29.7"]
    A --> D["@babel/helpers ^7.29.7"]
    A --> E["@babel/template ^7.29.7"]
    A --> F["@babel/types ^7.29.7"]
    A --> G["@babel/code-frame ^7.29.7"]
    B --> C
    B --> F
    E --> G
    E --> C
    E --> F
    F --> H["@babel/helper-string-parser ^7.29.7"]
    F --> I["@babel/helper-validator-identifier ^7.29.7"]
    G --> I
Loading

Reviews (1): Last reviewed commit: "build(deps-dev): bump @babel/core from 7..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants