Skip to content

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

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

build(deps-dev): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4#453
dependabot[bot] wants to merge 1 commit into
masterfrom
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.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

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.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 9, 2026
@ManiruzzamanAkash ManiruzzamanAkash force-pushed the dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.4 branch from 96ecf62 to 18ab405 Compare May 14, 2026 03:52
Comment thread .storybook/main.ts
@@ -1,76 +1,76 @@
// This file has been automatically migrated to valid ESM format by Storybook.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What: The navigation comments like 'This file has been automatically migrated' should be maintained but consider removing them from production code for cleanliness, as they add no functional value.

Why: Excessive comments or migration notes can clutter the codebase. Keeping production code clean and concise aids in maintainability and readability.

How: You may remove comments that explain what the code technically does, as such migrations are clear through the usage of specific formats. Retain only essential documentation.

Comment thread .storybook/main.ts
import path, { dirname } from 'path';

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What: Ensure the imports are properly encapsulated and fail gracefully if any plugin does not exist.

Why: Missing imports can lead to runtime errors that are difficult to track down. It's important to ensure that the application behaves properly under various conditions, including plugin absence.

How: Consider adding a condition to check if path or other dynamic imports exist before trying to use them, and log a meaningful error if they don't.

Comment thread .storybook/main.ts
},
resolve: {
...config.resolve,
alias: {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What: The returning of the merged config in viteFinal might benefit from error handling during the merging operation.

Why: If there are conflicts or issues with the merging process, it might fail silently, hiding important configuration errors that could lead to application failure.

How: Wrap the merging logic in a try-catch block and log any errors that occur, providing a helpful message about the config merge process.

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