+
Skip to content

Update dependency loader-utils to v3 #853

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2025

This PR contains the following updates:

Package Change Age Confidence
loader-utils ^2.0.4 -> ^3.0.0 age confidence

Release Notes

webpack/loader-utils (loader-utils)

v3.3.1

Compare Source

v3.3.0

Compare Source

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

Compare Source

Features
3.2.2 (2024-05-29)
Bug Fixes
  • unreachable code for directories (128f945)
3.2.1 (2022-11-11)
Bug Fixes

v3.2.1

Compare Source

Features
3.2.2 (2024-05-29)
Bug Fixes
  • unreachable code for directories (128f945)
3.2.1 (2022-11-11)
Bug Fixes

v3.2.0

Compare Source

Features
3.2.2 (2024-05-29)
Bug Fixes
  • unreachable code for directories (128f945)
3.2.1 (2022-11-11)
Bug Fixes

v3.1.3

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.2

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.1

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.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.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 - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 4, 2025 09:53
@renovate renovate bot requested a review from josh-uk July 4, 2025 09:53
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 4, 2025
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch from ff16575 to 1979422 Compare July 7, 2025 09:32
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch 3 times, most recently from 27d395a to c50d586 Compare July 10, 2025 17:32
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch from c50d586 to cabe668 Compare July 10, 2025 18:06
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch from cabe668 to bd71350 Compare July 10, 2025 18:38
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch from bd71350 to 791adad Compare July 11, 2025 08:28
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch from 791adad to 3dd7118 Compare July 11, 2025 08:54
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch from 3dd7118 to 34f6bb8 Compare July 11, 2025 10:02
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch from 34f6bb8 to b66750e Compare July 11, 2025 10:29
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch from b66750e to 60ff4d7 Compare July 11, 2025 14:13
@renovate renovate bot force-pushed the renovate/loader-utils-3.x branch from 60ff4d7 to d1cb767 Compare July 11, 2025 20:55
@hmcts-jenkins-d-to-i hmcts-jenkins-d-to-i bot requested a deployment to preview July 11, 2025 21:00 Abandoned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ns:fact prd:fact rel:fact-admin-pr-853
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载