Bump @babel/plugin-transform-modules-systemjs from 7.27.1 to 7.29.7 - #6113
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.7
branch
from
July 27, 2026 21:39
c9c815a to
2acecc8
Compare
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.27.1 to 7.29.7. - [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.7/packages/babel-plugin-transform-modules-systemjs) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.7
branch
from
July 27, 2026 23:05
2acecc8 to
5673e32
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/plugin-transform-modules-systemjs from 7.27.1 to 7.29.7.
Release notes
Sourced from @babel/plugin-transform-modules-systemjs's releases.
... (truncated)
Commits
4fba754v7.29.7a458f66v7.29.432ebd5a[7.x backport]fix(systemjs): improve module string name support (#17974)aa8394ev7.29.00053db6Update polyfill packages (#17727)61647aev7.28.5a177d55[Babel 8] Uset.traverseFastto replace somepath.traverse(#17518)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@babel/plugin-transform-modules-systemjssince your current version.Note
Low Risk
Routine dev-dependency lockfile bump with no application source changes; risk is limited to possible compile/output differences from Babel’s SystemJS transform and source maps.
Overview
Updates
package-lock.jsononly:@babel/plugin-transform-modules-systemjsmoves from 7.27.1 to 7.29.7, with matching bumps to shared@babel/*packages (parser, traverse, helper-module-transforms, etc.) that the plugin depends on.Notable upstream changes in this range include a SystemJS module string name fix (7.29.4) and broader source map / identifier preservation fixes in related Babel packages pulled in transitively; 7.29.7 is largely a provenance re-publish. The plugin remains a dev dependency (via
babel-preset-env), so this affects build tooling rather than runtime app code.Reviewed by Cursor Bugbot for commit 5673e32. Bugbot is set up for automated code reviews on this repo. Configure here.