Skip to content

[stable34] build(deps-dev): Bump @rspack/core from 2.0.4 to 2.0.5#18228

Merged
github-actions[bot] merged 1 commit into
stable34from
dependabot/npm_and_yarn/stable34/rspack/core-2.0.5
Jun 6, 2026
Merged

[stable34] build(deps-dev): Bump @rspack/core from 2.0.4 to 2.0.5#18228
github-actions[bot] merged 1 commit into
stable34from
dependabot/npm_and_yarn/stable34/rspack/core-2.0.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 6, 2026

Bumps @rspack/core from 2.0.4 to 2.0.5.

Release notes

Sourced from @​rspack/core's releases.

v2.0.5

Highlights

Support import.meta.glob

Rspack now supports import.meta.glob, a file-system import API already available in Vite and Turbopack. We chose to align with this ecosystem behavior.

const pages = import.meta.glob('./pages/**/*.tsx', {
  eager: true,
  import: 'default',
  query: { layout: 'docs' },
  base: './pages',
});

More controllable CSS module parsing

CSS modules can now control parsing for @import, animations, custom idents, and dashed idents through module.parser, so projects can match existing CSS Modules behavior more closely while migrating to Rspack.

export default {
  module: {
    parser: {
      'css/module': {
        import: true,
        animation: true,
        customIdents: true,
        dashedIdents: true,
      },
    },
  },
};

What's Changed

New Features 🎉

Performance 🚀

... (truncated)

Commits
  • b294ed6 Merge branch 'main' into chore/release-2026-05-26-2
  • 1c498e1 fix: compat es5 for define property getters runtime (#14177)
  • a41ca3e Merge branch 'main' into chore/release-2026-05-26-2
  • 9d481c8 fix: update peer dependency of @​swc/helpers to ^0.5.23 (#14176)
  • 37938a6 fix: derive modern-module require external type from target (#14174)
  • 5e66195 Merge branch 'main' into chore/release-2026-05-26-2
  • ec6c723 Revert "fix: require swc helpers 0.5.22" (#14171)
  • 7002302 Merge branch 'main' into chore/release-2026-05-26-2
  • 9d35e6e fix: require swc helpers 0.5.22 (#14160)
  • ae6e45f revert: "revert: "feat: optimize generated getter for const export"" (#14153)
  • Additional commits viewable in compare view

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)

Bumps [@rspack/core](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.5/packages/rspack)

---
updated-dependencies:
- dependency-name: "@rspack/core"
  dependency-version: 2.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels Jun 6, 2026
@github-actions github-actions Bot enabled auto-merge June 6, 2026 01:56
@github-actions github-actions Bot changed the title build(deps-dev): Bump @rspack/core from 2.0.4 to 2.0.5 [stable34] build(deps-dev): Bump @rspack/core from 2.0.4 to 2.0.5 Jun 6, 2026
@github-actions github-actions Bot merged commit 2355839 into stable34 Jun 6, 2026
54 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/stable34/rspack/core-2.0.5 branch June 6, 2026 03:18
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants