rspack
rspack copied to clipboard
chore(deps): update dependency loader-utils to v3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| loader-utils | ^2.0.4 -> ^3.3.1 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
webpack/loader-utils (loader-utils)
v3.3.1
v3.3.0
Features
3.2.2 (2024-05-29)
Bug Fixes
- unreachable code for directories (128f945)
3.2.1 (2022-11-11)
Bug Fixes
v3.2.2
v3.2.1
v3.2.0
Features
- hash uniformity for base digests (451858b)
3.1.3 (2021-11-04)
Bug Fixes
3.1.2 (2021-11-04)
Bug Fixes
3.1.1 (2021-11-04)
Bug Fixes
- base64 and unicode characters (02b1f3f)
v3.1.3
v3.1.2
v3.1.1
v3.1.0
Features
- added
md4(wasm version) andmd4-native(cryptomodule version) algorithms (cbf9d1d)
v3.0.0
⚠ BREAKING CHANGES
- minimum supported Node.js version is
12.13.0(93a87ce) - use
xxhash64by default for[hash]/[contenthash]andgetHashDigestAPI [emoji]was removed without replacements, please use custom function if you need this- removed
getOptionsin favorloaderContext.getOptions(loaderContextisthisinside loader function), note - special query parameters like?something=trueis not supported anymore, if you need this please do it onloaderside, but we strongly recommend avoid it, as alternative you can use?something=1and handle1astrue - removed
getRemainingRequestin favorloaderContext.remainingRequest(loaderContextisthisinside loader function) - removed
getCurrentRequestin favorloaderContext.currentRequest(loaderContextisthisinside loader function) - removed
parseStringin favorJSON.parse - removed
parseQueryin favornew URLSearchParams(loaderContext.resourceQuery.slice(1))whereloaderContextisthisin loader function - removed
stringifyRequestin favorJSON.stringify(loaderContext.utils.contextify(loaderContext.context || loaderContext.rootContext, request))(loaderContextisthisinside loader function), also it will be cachable and faster isUrlRequestignores only absolute URLs and#hashrequests,data URIand root relative request are handled as requestable due webpack v5 support them
Bug Fixes
- allowed the
interpolateNameAPI works without options (862ea7d)
Configuration
📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, 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.