Skip to content

chore(deps): update rspack monorepo to v2 (main) - #590

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-major-rspack-monorepo
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-major-rspack-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rspack/cli (source) ^1.2.7^2.0.0 age confidence
@rspack/core (source) ^1.2.7^2.0.0 age confidence

Release Notes

web-infra-dev/rspack (@​rspack/cli)

v2.2.7

Compare Source

Highlights
Smaller bundles with improved code splitting

The new optimization.splitChunks.dedupDepth option lets Rspack spend more build time finding shared code and reducing duplication, giving you more control over the balance between bundle size and build time. In one application with many routes, this option reduced total output size by 9.9%.

It defaults to 1 in production and 0 in development. #​15497

Build performance improvements

This release reduces repeated work and allocations during chunk graph construction and CSS Modules class name generation. JavaScript loaders also avoid copying their input content on each invocation, further reducing processing overhead.

What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v2.2.6...v2.2.7

v2.2.6

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes

Full Changelog: web-infra-dev/rspack@v2.2.4...v2.2.5

v2.2.4

Compare Source

Highlights

CSS-only entry bundling

CSS-only entries using native CSS support now emit standalone stylesheets without an unnecessary JavaScript bundle. Standalone runtime chunks are also omitted when no JavaScript entry needs them, making it easier to build CSS assets directly. See #​14879.

Ignore magic comments in CSS

Native CSS support now recognizes webpackIgnore and its rspackIgnore alias for @import, url(), and image-set() dependencies. This lets you leave selected references for the browser to load instead of resolving and bundling them. See #​15314.

Reliable persistent caching for child compilers

With experiments.newCache, parent and child compilers now coordinate access to shared persistent cache storage while keeping their entries separate. This prevents conflicting writes and cleanup from losing cached data, and allows both parent and child modules to be restored across compiler restarts. See #​15616.

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v2.2.3...v2.2.4

v2.2.3

Compare Source

Highlights

CSS Import and Asset URL Externals

Rspack now supports asset, asset-url, and css-import external types, allowing CSS to reference stylesheets and assets hosted elsewhere. External @import statements preserve layer, supports, and media conditions, so conditional styles stay conditional in the emitted CSS. #​15431, #​15522.

More Flexible and Reliable Native Watching

With experiments.nativeWatcher enabled, watchOptions.ignored now accepts a function, making it easier to reuse existing ignore rules when switching to the native watcher. File event processing has also been improved to reduce event loss during large bursts of changes on Linux. #​15254.

Lower Resolution Overhead for TypeScript Projects

Relative imports such as ./utils and ../shared no longer trigger unnecessary tsconfig loading or tracking of its project-reference tree. This reduces configuration reads and dependency tracking, especially in large TypeScript projects with many project references. #​15492.

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@pkg-pr-new

pkg-pr-new Bot commented May 18, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@intlify/bundle-utils@590
npm i https://pkg.pr.new/@intlify/unplugin-vue-i18n@590

commit: 13cee2a

@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch from e9101ed to 8fb4b15 Compare May 20, 2026 16:07
@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch 2 times, most recently from ab16992 to cf20c0b Compare June 1, 2026 18:53
@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch from cf20c0b to da8c29b Compare June 10, 2026 15:41
@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch 2 times, most recently from 92c948d to 28fb3a2 Compare June 30, 2026 11:01
@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch 2 times, most recently from 7b2a494 to 3ec561c Compare July 12, 2026 11:36
@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch from 3ec561c to c90cdad Compare July 16, 2026 17:53
@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch 2 times, most recently from 7d8f78e to 096989d Compare July 30, 2026 16:49
@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch 4 times, most recently from 00f737a to 3c1ed08 Compare August 14, 2026 14:50
@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch 3 times, most recently from 4247216 to b4900f9 Compare September 2, 2026 21:41
@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch from b4900f9 to 9fe38e3 Compare September 9, 2026 20:19
@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: intlify/bundle-tools/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 26afeadf-4e76-450e-848d-b1f67991d4c8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch 3 times, most recently from ba13b8a to c6f2333 Compare September 17, 2026 17:40
@renovate
renovate Bot force-pushed the renovate/main-major-rspack-monorepo branch from c6f2333 to 13cee2a Compare September 23, 2026 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants