Skip to content

Update dependency loader-utils to v3#177

Closed
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/loader-utils-3.x
Closed

Update dependency loader-utils to v3#177
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/loader-utils-3.x

Conversation

@renovate

@renovate renovate Bot commented Dec 3, 2022

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
loader-utils ^2.0.4 -> ^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 - "every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate
renovate Bot requested a review from a team as a code owner December 3, 2022 02:51
@vercel

vercel Bot commented Dec 3, 2022

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
web-components ✅ Ready (Inspect) Visit Preview Dec 7, 2022 at 6:31PM (UTC)

@karthikbtf karthikbtf left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a major version change and a primary source of vulnerability alerts.
storybook components work with this change.
I'm thinking we should get this in.

@constanzauanini

Copy link
Copy Markdown
Contributor

This is a major version change and a primary source of vulnerability alerts. storybook components work with this change. I'm thinking we should get this in.

If components work with the change let's merge it then!

@karthikbtf

Copy link
Copy Markdown

This is a major version change and a primary source of vulnerability alerts. storybook components work with this change. I'm thinking we should get this in.

If components work with the change let's merge it then!

Thanks, will wait until Friday.

@renovate

renovate Bot commented Dec 7, 2022

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@karthikbtf

Copy link
Copy Markdown

will revisit

@karthikbtf karthikbtf closed this Dec 29, 2022
@karthikbtf
karthikbtf deleted the renovate/loader-utils-3.x branch December 29, 2022 22:11
@renovate

renovate Bot commented Dec 29, 2022

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants