Skip to content

chore: update dependency @rspack/core to v2 - #1799

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

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

Conversation

@renovate

@renovate renovate Bot commented Apr 22, 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/core (source) 1.7.122.2.6 age confidence

Release Notes

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

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 📖
Other Changes
New Contributors

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

v2.2.1

Compare Source

Highlights
Corrected compact-hashed IDs naming

Rspack 2.2.0 introduced compact hashed module and chunk IDs under the mistakenly named compat-hashed option and CompatHashedModuleIdsPlugin / CompatHashedChunkIdsPlugin APIs. Rspack 2.2.1 corrects these names to compact-hashed, CompactHashedModuleIdsPlugin, and CompactHashedChunkIdsPlugin.

The names introduced in 2.2.0 remain available as deprecated compatibility aliases, but we recommend upgrading to Rspack 2.2.1 and using the corrected names:

module.exports = {
  optimization: {
    moduleIds: 'compact-hashed',
    chunkIds: 'compact-hashed',
  },
};
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

🎉 See Announcing Rspack 2.2 for more details.

New Features 🎉
Performance 🚀

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 this update again.


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

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

@renovate
renovate Bot requested a review from notaphplover as a code owner April 22, 2026 09:47
@changeset-bot

changeset-bot Bot commented Apr 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: c05c896

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 2 times, most recently from 4a2bae0 to acb66f9 Compare April 29, 2026 10:42
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 2 times, most recently from f7df3ff to 9caf8a4 Compare May 12, 2026 11:42
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 2 times, most recently from e4f1d65 to ecfa318 Compare May 20, 2026 15:44
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 3 times, most recently from 2d49441 to fa879df Compare June 1, 2026 18:45
@renovate renovate Bot changed the title chore: update dependency @rspack/core to v2 chore: update rspack monorepo to v2 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 2 times, most recently from 14d19fb to 3037475 Compare June 11, 2026 13:41
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from 3037475 to 7154185 Compare June 13, 2026 16:41
@renovate renovate Bot changed the title chore: update rspack monorepo to v2 chore: update rspack monorepo (major) Jun 22, 2026
@renovate renovate Bot changed the title chore: update rspack monorepo (major) chore: update dependency @rspack/core to v2 Jun 26, 2026
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 3 times, most recently from ce12300 to 8f5101c Compare July 3, 2026 10:00
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 3 times, most recently from e90c650 to d840167 Compare July 16, 2026 23:50
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 3 times, most recently from e2f4d3b to b9c654b Compare July 24, 2026 15:54
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 3 times, most recently from 92f5056 to be8e2db Compare August 1, 2026 08:46
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from be8e2db to 3d87304 Compare August 7, 2026 11:12
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 3 times, most recently from 7ea494c to 4c7b935 Compare August 16, 2026 09:33
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 4 times, most recently from f651917 to afe66bc Compare September 2, 2026 17:23
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch 4 times, most recently from d039c5d to 1e2f821 Compare September 9, 2026 23:31
@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: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 32a41d4f-841a-4dc7-a60c-2e9712f83a77

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/major-rspack-monorepo branch 4 times, most recently from 5c976ac to c5303a0 Compare September 17, 2026 20:54
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from c5303a0 to 8535e0e Compare September 19, 2026 02:53
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from 8535e0e to c05c896 Compare September 20, 2026 12:31

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants