Skip to content

build(deps): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4#6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.4
Open

build(deps): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Bumps @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4.

Release notes

Sourced from @​babel/plugin-transform-modules-systemjs's releases.

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

🏃‍♀️ Performance

  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules

Committers: 4

v7.29.2 (2026-03-16)

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-preset-env, babel-runtime-corejs3
  • babel-preset-env

... (truncated)

Commits


Note

Medium Risk
Primarily a lockfile-only dependency update, but it changes build/tooling transitive dependencies (including new platform-specific native/wasm bindings), which could affect installs or bundling on some environments.

Overview
Updates yarn.lock to bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4.

The lockfile is also regenerated/deduped, adding new transitive entries (notably @emnapi/*, @napi-rs/wasm-runtime, multiple @rolldown/binding-*, and additional lightningcss-* platform packages) and removing a local file:-based @gaggle/typescript-apollo-angular resolution.

Reviewed by Cursor Bugbot for commit cd65577. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 9, 2026
@dependabot dependabot Bot requested a review from a team May 9, 2026 18:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 9, 2026
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.29.0 to 7.29.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/v7.29.4/packages/babel-plugin-transform-modules-systemjs)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-modules-systemjs"
  dependency-version: 7.29.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.4 branch from 0ec13b5 to cd65577 Compare May 13, 2026 21:46
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Reviewed by Cursor Bugbot for commit cd65577. Configure here.

Comment thread yarn.lock
auto-bind "~4.0.0"
change-case-all "1.0.15"
tslib "^2.8.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workspace package entry removed from yarn.lock

Low Severity

The @gaggle/typescript-apollo-angular workspace package entry was entirely removed from yarn.lock as a side effect of this dependency bump, even though the package still exists in packages/plugins/typescript/apollo-angular/ and is covered by the workspaces config. A regular yarn install will regenerate the entry, but yarn install --frozen-lockfile in CI would fail because the lockfile no longer matches the expected workspace state. The old entry was already malformed (with an absolute path /Users/daronschmit/... and stale version 5.0.3-alpha.4 vs actual 5.0.3), but it needs to be regenerated correctly rather than simply deleted.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cd65577. Configure here.

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