Skip to content

chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.25.9 to 7.29.4#318

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

chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.25.9 to 7.29.4#318
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
Contributor

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

Bumps @babel/plugin-transform-modules-systemjs from 7.25.9 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
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​babel/plugin-transform-modules-systemjs since your current version.


@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 as a code owner May 9, 2026 14:06
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label May 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 9, 2026 14:06
@jp-ayyappan
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 10, 2026

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jp-ayyappan
Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.25.9 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 c90cda8 to f0ba34b Compare May 10, 2026 02:11
@pflynn-virtru
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

Looks like @babel/plugin-transform-modules-systemjs is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 11, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.4 branch May 11, 2026 17:16
marythought pushed a commit that referenced this pull request May 11, 2026
## Summary

Targeted `npm update` for vulnerable transitive packages in the root
`package-lock.json`. Each bump stays within existing semver ranges to
avoid breaking parent dependencies (notably, picomatch stays on the 2.x
line so `postman-code-generators` is not affected).

## Alerts addressed

| Alert | Package | Before | After |
|---|---|---|---|
| [#127](https://github.com/opentdf/docs/security/dependabot/127) |
postcss | 8.5.5 | 8.5.14 |
| [#107](https://github.com/opentdf/docs/security/dependabot/107) (high)
| picomatch | 2.3.1 | 2.3.2 |
| [#108](https://github.com/opentdf/docs/security/dependabot/108) |
picomatch | 2.3.1 | 2.3.2 |
| [#105](https://github.com/opentdf/docs/security/dependabot/105) |
brace-expansion | 1.1.12 / 2.0.2 / 5.0.2 | 1.1.14 / 2.1.0 / 5.0.6 |
| [#129](https://github.com/opentdf/docs/security/dependabot/129) | uuid
| 11.1.0 | 11.1.1 (8.3.2 not affected, untouched) |

## Why targeted (not `npm audit fix`)

A plain `npm audit fix` transitively bumps `postman-code-generators` to
a major version that drops bundled Node polyfills, breaking the
Docusaurus webpack build (`Module not found: Can't resolve 'path'`). The
targeted approach in this PR sidesteps that regression.

## Not addressed here (need separate decisions)

- [#134](https://github.com/opentdf/docs/security/dependabot/134)
`@babel/plugin-transform-modules-systemjs` — Dependabot closed PR #318
saying no update is available
- [#113](https://github.com/opentdf/docs/security/dependabot/113) /
[#112](https://github.com/opentdf/docs/security/dependabot/112) `lodash`
— requires `npm audit fix --force`, which performs a semver-major bump
of `docusaurus-plugin-openapi-docs` / `docusaurus-theme-openapi-docs`
- [#104](https://github.com/opentdf/docs/security/dependabot/104)
`serialize-javascript` — no upstream fix available yet

## Test plan

- [x] Build verified locally: `npx docusaurus build` — server and client
both compile cleanly (only pre-existing broken-links error, same as
`main`)
- [ ] CI `Test deployment` passes
- [ ] Confirm alerts auto-close after merge

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Paul Flynn <pflynn-virtru@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

2 participants