Update dependency undici to v8 #4

Merged
daanselen merged 1 commits from renovate/undici-8.x into main 2026-04-03 11:28:53 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
undici (source) dependencies major ^7.0.0^8.0.0

Release Notes

nodejs/undici (undici)

v8.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v7.24.7...v8.0.1

v8.0.0

Compare Source

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v7.24.7...v8.0.0


Configuration

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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | dependencies | major | [`^7.0.0` → `^8.0.0`](https://renovatebot.com/diffs/npm/undici/7.24.7/8.0.1) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v8.0.1`](https://github.com/nodejs/undici/releases/tag/v8.0.1) [Compare Source](https://github.com/nodejs/undici/compare/v8.0.0...v8.0.1) #### What's Changed - Remove legacy handler wrappers by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4786](https://github.com/nodejs/undici/pull/4786) - fix: isolate global dispatcher v2 and add Dispatcher1Wrapper bridge by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4827](https://github.com/nodejs/undici/pull/4827) - fix: preserve request statusText and update h2 dispatch tests by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4830](https://github.com/nodejs/undici/pull/4830) - feat!: enable h2 by default by [@&#8203;metcoder95](https://github.com/metcoder95) in [#&#8203;4828](https://github.com/nodejs/undici/pull/4828) - fix(cache): preserve short-lived entries for revalidation by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4934](https://github.com/nodejs/undici/pull/4934) - fix: remove support for non-real Blob objects by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4937](https://github.com/nodejs/undici/pull/4937) - build(deps): bump github/codeql-action from 4.32.3 to 4.35.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4953](https://github.com/nodejs/undici/pull/4953) - Undici 8 by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4916](https://github.com/nodejs/undici/pull/4916) - build(deps): bump hendrikmuhs/ccache-action from 1.2.19 to 1.2.22 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4954](https://github.com/nodejs/undici/pull/4954) - doc: remove duplicate listItem of RetryHandler.md & RetryHandler.md by [@&#8203;samuel871211](https://github.com/samuel871211) in [#&#8203;4948](https://github.com/nodejs/undici/pull/4948) - fix: mirror the legacy global dispatcher for built-in fetch by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4962](https://github.com/nodejs/undici/pull/4962) - fix(websocket/stream): only enqueue parsed messages in WebSocketStream by [@&#8203;colinaaa](https://github.com/colinaaa) in [#&#8203;4959](https://github.com/nodejs/undici/pull/4959) #### New Contributors - [@&#8203;colinaaa](https://github.com/colinaaa) made their first contribution in [#&#8203;4959](https://github.com/nodejs/undici/pull/4959) **Full Changelog**: <https://github.com/nodejs/undici/compare/v7.24.7...v8.0.1> ### [`v8.0.0`](https://github.com/nodejs/undici/releases/tag/v8.0.0) [Compare Source](https://github.com/nodejs/undici/compare/v7.24.7...v8.0.0) #### What's Changed - Remove legacy handler wrappers by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4786](https://github.com/nodejs/undici/pull/4786) - fix: isolate global dispatcher v2 and add Dispatcher1Wrapper bridge by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4827](https://github.com/nodejs/undici/pull/4827) - fix: preserve request statusText and update h2 dispatch tests by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4830](https://github.com/nodejs/undici/pull/4830) - feat!: enable h2 by default by [@&#8203;metcoder95](https://github.com/metcoder95) in [#&#8203;4828](https://github.com/nodejs/undici/pull/4828) - fix(cache): preserve short-lived entries for revalidation by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4934](https://github.com/nodejs/undici/pull/4934) - fix: remove support for non-real Blob objects by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4937](https://github.com/nodejs/undici/pull/4937) - build(deps): bump github/codeql-action from 4.32.3 to 4.35.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4953](https://github.com/nodejs/undici/pull/4953) - Undici 8 by [@&#8203;mcollina](https://github.com/mcollina) in [#&#8203;4916](https://github.com/nodejs/undici/pull/4916) **Full Changelog**: <https://github.com/nodejs/undici/compare/v7.24.7...v8.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuNiIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-04-03 11:26:39 +00:00
daanselen merged commit 7243ea3674 into main 2026-04-03 11:28:53 +00: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: daanselen/composite-actions#4