fix(deps): update all non-major dependencies - #5
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
August 4, 2026 11:08
cec45bb to
1feb905
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
August 13, 2026 10:11
5c5fd58 to
4ce92b8
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 26, 2026 08:00
4ce92b8 to
09b3575
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 27, 2026 16:06
09b3575 to
ee6f947
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.1.7→^2.2.11.0.0-rc.10→1.2.0^6.2.0→^6.11.09.3.0→9.6.1^4.17.1→^4.22.211.2.0→11.4.0^7.2.0→^7.2.3^3.10.0→^3.99.0^3.0.4→^3.1.5>=16→>=16.20.220→20.20.29.6.0→9.15.97.6.3→7.8.5^3.3.1→^3.3.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
web-infra-dev/rspack (@rspack/core)
v2.2.1Compare Source
Highlights
Corrected
compact-hashedIDs namingRspack 2.2.0 introduced compact hashed module and chunk IDs under the mistakenly named
compat-hashedoption andCompatHashedModuleIdsPlugin/CompatHashedChunkIdsPluginAPIs. Rspack 2.2.1 corrects these names tocompact-hashed,CompactHashedModuleIdsPlugin, andCompactHashedChunkIdsPlugin.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:
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.0Compare 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.10Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
new URLtargets in new-url-relative mode by @elecmonkey in #15155contextfrom loaded config by @stormslowly in #15162Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.9...v2.1.10
v2.1.9Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
swc_corefrom 72 to 76 by @CPunisher in #15122New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.8...v2.1.9
v2.1.8Compare Source
Highlights
Persistent cache storage options now align with webpack
Rspack now supports
cache.nameandcache.storage.location, aligning with webpack's persistent cache semantics.cache.storage.directoryis now the base directory, while the final cache location defaults to<directory>/<cache.name>. Default cache paths remain unchanged.If you previously used
storage.directoryas the exact cache path, migrate it tostorage.location. Existing cache data is not migrated automatically.cache: { type: 'persistent', storage: { type: 'filesystem', - directory: '/custom/cache', + location: '/custom/cache', }, }What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.