build(deps): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4#6
Conversation
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>
0ec13b5 to
cd65577
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Reviewed by Cursor Bugbot for commit cd65577. Configure here.
| auto-bind "~4.0.0" | ||
| change-case-all "1.0.15" | ||
| tslib "^2.8.1" | ||
|
|
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit cd65577. Configure here.


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.
... (truncated)
Commits
a458f66v7.29.432ebd5a[7.x backport]fix(systemjs): improve module string name support (#17974)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.lockto bump@babel/plugin-transform-modules-systemjsfrom7.29.0to7.29.4.The lockfile is also regenerated/deduped, adding new transitive entries (notably
@emnapi/*,@napi-rs/wasm-runtime, multiple@rolldown/binding-*, and additionallightningcss-*platform packages) and removing a localfile:-based@gaggle/typescript-apollo-angularresolution.Reviewed by Cursor Bugbot for commit cd65577. Bugbot is set up for automated code reviews on this repo. Configure here.