Update dependency undici to v7.11.0 #219

Merged
bot merged 1 commits from renovate/undici-7.x-lockfile into master 2025-06-28 04:04:57 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
undici (source) dependencies minor 7.10.0 -> 7.11.0

Release Notes

nodejs/undici (undici)

v7.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v7.10.0...v7.11.0


Configuration

📅 Schedule: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).

🚦 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | dependencies | minor | [`7.10.0` -> `7.11.0`](https://renovatebot.com/diffs/npm/undici/7.10.0/7.11.0) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v7.11.0`](https://github.com/nodejs/undici/releases/tag/v7.11.0) [Compare Source](https://github.com/nodejs/undici/compare/v7.10.0...v7.11.0) #### What's Changed - Update WPT by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/nodejs/undici/pull/4214 - feat(fetch): add zstandard decompression support by [@&#8203;J3m5](https://github.com/J3m5) in https://github.com/nodejs/undici/pull/4238 - fix(debug): remove extra forward slash in logs by [@&#8203;aidant](https://github.com/aidant) in https://github.com/nodejs/undici/pull/4236 - types: EventSource short handlers can be null by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4246 - remove finalizationregistry workaround by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/4250 - build(deps): bump actions/dependency-review-action from 4.5.0 to 4.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4255 - build(deps): bump github/codeql-action from 3.28.1 to 3.28.18 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4252 - build(deps): bump codecov/codecov-action from 5.1.2 to 5.4.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4253 - build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4254 - Query unaware interceptors cache fix by [@&#8203;FelixVaughan](https://github.com/FelixVaughan) in https://github.com/nodejs/undici/pull/4240 - docs: fix interceptor order description in compose method by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/4251 - chore: require node native modules with `node:`-prefix by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4256 - fix: eventsource does not reconnect on network error by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4247 - fix: add guard by [@&#8203;GeoffreyBooth](https://github.com/GeoffreyBooth) in https://github.com/nodejs/undici/pull/4262 - Extract webidl by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4259 - build(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4132 - build(deps-dev): bump fast-check from 3.23.2 to 4.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4167 - build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4137 - build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4168 - build(deps): bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.18 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4190 - build(deps): bump fastify/github-action-merge-dependabot from 3.11.0 to 3.11.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4135 - build(deps): bump step-security/harden-runner from 2.11.1 to 2.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4188 - build(deps-dev): bump borp from 0.19.0 to 0.20.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/4194 - Fix several WPT failures by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/4263 - Update WPT by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/nodejs/undici/pull/4235 - node.js `fetch` is wrongly typed ([#&#8203;4271](https://github.com/nodejs/undici/issues/4271)) by [@&#8203;bpasero](https://github.com/bpasero) in https://github.com/nodejs/undici/pull/4272 - Fix: Provide body on retry error, preserve socket by [@&#8203;fatal10110](https://github.com/fatal10110) in https://github.com/nodejs/undici/pull/4228 - add cause to WebSocket error by [@&#8203;KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/4274 - doc: undici vs fetch by [@&#8203;FelixVaughan](https://github.com/FelixVaughan) in https://github.com/nodejs/undici/pull/4245 - bench: add websockets by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/3203 - webidl: remove fallback for USVString by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4264 - fix: Use correct `Dispatcher.RequestOptions` by [@&#8203;IvanDimanov-OfficeRnD](https://github.com/IvanDimanov-OfficeRnD) in https://github.com/nodejs/undici/pull/4281 - feat: add install() function for global WHATWG fetch classes by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/4286 - Fixed RedirectHandler type by [@&#8203;rahulyadav5524](https://github.com/rahulyadav5524) in https://github.com/nodejs/undici/pull/4278 - feat([#&#8203;4086](https://github.com/nodejs/undici/issues/4086)): proxy keep alive by [@&#8203;metcoder95](https://github.com/metcoder95) in https://github.com/nodejs/undici/pull/4128 - Add `cleanMocks` to `MockClient` and `MockPool` by [@&#8203;DemianParkhomenko](https://github.com/DemianParkhomenko) in https://github.com/nodejs/undici/pull/4176 - fetch: add missing new operator on TypeError instantiation in readAllBytes by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4297 - Skip failing wpts by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/4294 - feat: add request body diagnostic channels by [@&#8203;legendecas](https://github.com/legendecas) in https://github.com/nodejs/undici/pull/4289 - Fix timer guards to avoid TypeError under fake‐timers and polyfilled … by [@&#8203;1ly4s0](https://github.com/1ly4s0) in https://github.com/nodejs/undici/pull/4213 - cache: update MemoryCacheStore default limits by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/4292 - fix: EnvHttpProxyAgent.Options should accept ProxyAgent.Options by [@&#8203;urugator](https://github.com/urugator) in https://github.com/nodejs/undici/pull/4243 #### New Contributors - [@&#8203;J3m5](https://github.com/J3m5) made their first contribution in https://github.com/nodejs/undici/pull/4238 - [@&#8203;aidant](https://github.com/aidant) made their first contribution in https://github.com/nodejs/undici/pull/4236 - [@&#8203;bpasero](https://github.com/bpasero) made their first contribution in https://github.com/nodejs/undici/pull/4272 - [@&#8203;IvanDimanov-OfficeRnD](https://github.com/IvanDimanov-OfficeRnD) made their first contribution in https://github.com/nodejs/undici/pull/4281 - [@&#8203;rahulyadav5524](https://github.com/rahulyadav5524) made their first contribution in https://github.com/nodejs/undici/pull/4278 - [@&#8203;DemianParkhomenko](https://github.com/DemianParkhomenko) made their first contribution in https://github.com/nodejs/undici/pull/4176 - [@&#8203;1ly4s0](https://github.com/1ly4s0) made their first contribution in https://github.com/nodejs/undici/pull/4213 - [@&#8203;urugator](https://github.com/urugator) made their first contribution in https://github.com/nodejs/undici/pull/4243 **Full Changelog**: https://github.com/nodejs/undici/compare/v7.10.0...v7.11.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS44IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJib3QiLCJyZW5vdmF0ZSJdfQ==-->
bot added 1 commit 2025-06-27 04:08:52 +02:00
Update dependency undici to v7.11.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
7fcdac81d0
bot force-pushed renovate/undici-7.x-lockfile from 7fcdac81d0 to 0c60473a3f 2025-06-28 04:04:53 +02:00 Compare
bot merged commit 0c60473a3f into master 2025-06-28 04:04:57 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sora/OTM#219
No description provided.