Skip to content

chore(deps): update rspack monorepo to ^2.2.1 (main) - #8805

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/main-rspack-monorepo
Aug 31, 2026
Merged

chore(deps): update rspack monorepo to ^2.2.1 (main)#8805
renovate[bot] merged 1 commit into
mainfrom
renovate/main-rspack-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@rspack/cli (source) ^2.1.10^2.2.1 age confidence
@rspack/core (source) ^2.1.10^2.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


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 added the 4. to release Ready to be released and/or waiting for tests to finish label Aug 29, 2026
@renovate
renovate Bot requested a review from SebastianKrupinski as a code owner August 29, 2026 14:54
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 29, 2026
@renovate
renovate Bot requested review from GVodyanov and tcitworld as code owners August 29, 2026 14:54
@renovate
renovate Bot enabled auto-merge (squash) August 29, 2026 14:54
@codecov

codecov Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/main-rspack-monorepo branch from 34dda1c to a942ebf Compare August 31, 2026 12:23
@renovate
renovate Bot merged commit 92ac45f into main Aug 31, 2026
38 checks passed
@renovate
renovate Bot deleted the renovate/main-rspack-monorepo branch August 31, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants