Skip to content

chore(deps): update rspack monorepo to v2.2.1 - #501

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

chore(deps): update rspack monorepo to v2.2.1#501
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rspack-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@rspack/cli (source) 2.1.92.2.1 age confidence
@rspack/core (source) 2.1.92.2.1 age confidence

Release Notes

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

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


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.

@renovate
renovate Bot force-pushed the renovate/rspack-monorepo branch from 2b1bd6c to 1546842 Compare August 26, 2026 03:40
@renovate renovate Bot changed the title chore(deps): update rspack monorepo to v2.1.10 chore(deps): update rspack monorepo to v2.2.0 Aug 26, 2026
@renovate
renovate Bot force-pushed the renovate/rspack-monorepo branch from 1546842 to df7f84c Compare August 27, 2026 12:44
@renovate renovate Bot changed the title chore(deps): update rspack monorepo to v2.2.0 chore(deps): update rspack monorepo to v2.2.1 Aug 27, 2026
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