Skip to content

Update dependency loader-utils to v3 - #4066

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/loader-utils-3.x
Open

Update dependency loader-utils to v3#4066
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/loader-utils-3.x

Conversation

@renovate

@renovate renovate Bot commented Oct 30, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
loader-utils ~2.0.3~3.3.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: (in timezone Europe/London)

  • Branch creation
    • "after 7am and before 11am every weekday"
  • 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 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 added the dependencies Pull requests that update a dependency file label Oct 30, 2024
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from bb6e2d3 to be77841 Compare November 27, 2024 14:48
@chrisjones-hmcts
chrisjones-hmcts force-pushed the renovate/loader-utils-3.x branch from bd8809a to a652940 Compare October 10, 2025 11:18
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from a652940 to 127a95a Compare October 23, 2025 14:03
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from fd8bcce to 1d600e6 Compare November 17, 2025 09:30
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from 1d600e6 to 9fd9f18 Compare November 18, 2025 09:52
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from 9fd9f18 to 8202ab1 Compare December 3, 2025 15:11
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from 8202ab1 to 45772c7 Compare December 31, 2025 19:35
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from 45772c7 to 1fee2f8 Compare January 9, 2026 09:42
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from 85d4d8c to c75c411 Compare January 23, 2026 16:22
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from c75c411 to 24d06c9 Compare February 2, 2026 15:25
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from 26ced68 to 20cdfcf Compare February 17, 2026 15:14
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from 20cdfcf to 0706c25 Compare March 5, 2026 14:57
@renovate
renovate Bot requested a review from a team as a code owner March 5, 2026 14:57
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from 0706c25 to 3df87eb Compare March 13, 2026 11:01
@renovate renovate Bot changed the title Update dependency loader-utils to v3 chore(deps): update dependency loader-utils to v3 Mar 20, 2026
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch 3 times, most recently from b5764df to 9571fdf Compare April 1, 2026 16:14
@renovate renovate Bot changed the title chore(deps): update dependency loader-utils to v3 Update dependency loader-utils to v3 Apr 8, 2026
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from 9571fdf to 97762f3 Compare April 8, 2026 16:29
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from 97762f3 to d6adbe4 Compare May 9, 2026 09:09
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from 6042e67 to 89b58c4 Compare May 18, 2026 11:00
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from f2c2081 to a476ff2 Compare June 1, 2026 11:25
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from a476ff2 to a18f06f Compare June 11, 2026 08:40
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch 2 times, most recently from f6a6a57 to 27ade58 Compare July 16, 2026 15:38
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from 27ade58 to 7983c7b Compare July 20, 2026 14:47
@renovate
renovate Bot force-pushed the renovate/loader-utils-3.x branch from 7983c7b to d2f01e7 Compare July 24, 2026 14:32
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants