chore(deps): update dependency loader-utils to v3
This MR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| loader-utils | ^2.0.4 -> ^3.0.0 |
Release Notes
webpack/loader-utils
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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.