Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
loader-utils ^2.0.0 -> ^3.0.0 age adoption passing confidence

Release Notes

webpack/loader-utils

v3.2.1

Compare Source

v3.2.0

Compare Source

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

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

Features
  • added md4 (wasm version) and md4-native (crypto module version) algorithms (cbf9d1d)

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0 (93a87ce)
  • use xxhash64 by default for [hash]/[contenthash] and getHashDigest API
  • [emoji] was removed without replacements, please use custom function if you need this
  • removed getOptions in favor loaderContext.getOptions (loaderContext is this inside loader function), note - special query parameters like ?something=true is not supported anymore, if you need this please do it on loader side, but we strongly recommend avoid it, as alternative you can use ?something=1 and handle 1 as true
  • removed getRemainingRequest in favor loaderContext.remainingRequest (loaderContext is this inside loader function)
  • removed getCurrentRequest in favor loaderContext.currentRequest (loaderContext is this inside loader function)
  • removed parseString in favor JSON.parse
  • removed parseQuery in favor new URLSearchParams(loaderContext.resourceQuery.slice(1)) where loaderContext is this in loader function
  • removed stringifyRequest in favor JSON.stringify(loaderContext.utils.contextify(loaderContext.context || loaderContext.rootContext, request)) (loaderContext is this inside loader function), also it will be cachable and faster
  • isUrlRequest ignores only absolute URLs and #hash requests, data URI and root relative request are handled as requestable due webpack v5 support them
Bug Fixes
  • allowed the interpolateName API works without options (862ea7d)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Oct 20, 2021
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 4 times, most recently from 845a886 to 7664514 Compare October 25, 2021 19:37
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 4 times, most recently from 6bca5da to b944d41 Compare October 31, 2021 18:46
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 6 times, most recently from 783974b to d329b77 Compare November 11, 2021 16:49
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 6 times, most recently from 29a6f18 to 32e5d88 Compare November 21, 2021 13:46
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 6 times, most recently from 228a60a to a257f01 Compare November 28, 2021 16:32
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 3 times, most recently from 936a614 to 85fff8b Compare December 1, 2021 17:45
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from f160572 to 6f8c10b Compare October 16, 2022 18:27
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 3 times, most recently from a97188c to 48e8695 Compare October 23, 2022 18:27
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 4 times, most recently from 22d6eb0 to 4b354be Compare November 6, 2022 18:24
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from c25fd63 to ee68bf4 Compare November 13, 2022 20:04
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from 31d8238 to 1c1171d Compare November 23, 2022 09:13
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 3 times, most recently from 84f717d to f812eef Compare December 3, 2022 00:29
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from 2b9e7fb to 7f05763 Compare December 7, 2022 20:46
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from 9b9a696 to e440375 Compare December 17, 2022 04:01
@renovate renovate bot changed the title fix(deps): update dependency loader-utils to v3 Update dependency loader-utils to v3 Dec 17, 2022
@renovate renovate bot changed the title Update dependency loader-utils to v3 fix(deps): update dependency loader-utils to v3 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from a342073 to 6b80e7f Compare December 22, 2022 15:52
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 3 times, most recently from 7d3a936 to 5c8ce66 Compare January 1, 2023 20:09
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch from 5c8ce66 to c098a69 Compare January 2, 2023 22:03
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch from c098a69 to 4cd234a Compare January 4, 2023 21:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants