Skip to content

build(deps-dev): Bump @rspack/cli from 2.0.4 to 2.0.5#18237

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @rspack/cli from 2.0.4 to 2.0.5.

Release notes

Sourced from @​rspack/cli'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

@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 02:04
@github-actions github-actions Bot changed the title build(deps-dev): Bump @rspack/cli from 2.0.4 to 2.0.5 [stable34] build(deps-dev): Bump @rspack/cli from 2.0.4 to 2.0.5 Jun 6, 2026
Bumps [@rspack/cli](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli) 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-cli)

---
updated-dependencies:
- dependency-name: "@rspack/cli"
  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 changed the title [stable34] build(deps-dev): Bump @rspack/cli from 2.0.4 to 2.0.5 build(deps-dev): Bump @rspack/cli from 2.0.4 to 2.0.5 Jun 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable34/rspack/cli-2.0.5 branch from 60a21e0 to 041b68c Compare June 6, 2026 03:21
@github-actions github-actions Bot merged commit 1f2b801 into stable34 Jun 6, 2026
53 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/stable34/rspack/cli-2.0.5 branch June 6, 2026 03:51
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