Skip to content

chore(deps): update dependency @rspack/core to v2 - #1023

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

chore(deps): update dependency @rspack/core to v2#1023
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-rspack-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 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.5.7^2.0.0 age confidence

Release Notes

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

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 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

New Contributors

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

v2.1.10

Compare Source

[!NOTE]
Removed noisy import.meta warnings

Rspack 2.1.9 introduced warnings for unknown import.meta properties. Because they proved overly noisy in real-world builds, Rspack 2.1.10 removes them to reduce unnecessary diagnostics for custom or runtime-specific extensions. See #​15166 for detail.

What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v2.1.9...v2.1.10

v2.1.9

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
  • fix: improve circular real content hash error diagnostics by [@​LingyuCoder](https://

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
vue-macros Error Error Sep 9, 2026 10:49pm UTC

Request Review

@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from 4a7b31c to a694134 Compare July 28, 2026 10:58
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from a694134 to 3c757c8 Compare July 29, 2026 06:04
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from 3c757c8 to fc750b4 Compare July 30, 2026 21:12
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from fc750b4 to 722ca74 Compare August 4, 2026 18:47
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from 722ca74 to 42222ee Compare August 12, 2026 00:09
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from 42222ee to 92747c1 Compare August 13, 2026 11:45
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from 92747c1 to 9c354d6 Compare August 26, 2026 02:26
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from 9c354d6 to f021cd1 Compare August 26, 2026 18:13
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from f021cd1 to caf8499 Compare August 27, 2026 16:17
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from caf8499 to 4fd39ba Compare September 1, 2026 18:49
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from 4fd39ba to a4abfe5 Compare September 2, 2026 21:43
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from a4abfe5 to 5504e3b Compare September 8, 2026 14:00
@renovate
renovate Bot force-pushed the renovate/major-rspack-monorepo branch from 5504e3b to 088cd6f Compare September 9, 2026 22:48
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