Update dependency undici to v7.12.0 #233

Merged
bot merged 1 commits from renovate/undici-7.x-lockfile into master 2025-07-20 04:03:19 +02:00
Collaborator

This PR contains the following updates:

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

Release Notes

nodejs/undici (undici)

v7.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v7.11.0...v7.12.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.11.0` -> `7.12.0`](https://renovatebot.com/diffs/npm/undici/7.11.0/7.12.0) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v7.12.0`](https://github.com/nodejs/undici/releases/tag/v7.12.0) [Compare Source](https://github.com/nodejs/undici/compare/v7.11.0...v7.12.0) #### What's Changed - test: remove tspl on 2283 test by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4301 - chore: reduce amount of intermediate functions by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4298 - ci: disable shared builtin CI tests by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/4276 - webidl: remove unnecessary parameters from webidl.converters.RequestInfo and webidl.converters.RequestInit by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4304 - fetch: remove await, add jsdoc for some body read functions by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4303 - test: use assert and not testcontext in issue-2283.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4306 - chore: jsdoc use `@returns` everywhere by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4302 - chore: fix typo by [@&#8203;pimothyxd](https://github.com/pimothyxd) in https://github.com/nodejs/undici/pull/4312 - build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/nodejs/undici/pull/4315 - feat: throw error when maxRedirections is used with undici.request() by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/4311 - Clarify the type option of the cache interceptor by [@&#8203;fredericDelaporte](https://github.com/fredericDelaporte) in https://github.com/nodejs/undici/pull/4299 - cache: allow caching heuristically cacheable error status codes by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/4318 - chore(doc): update undici vs fetch by [@&#8203;styfle](https://github.com/styfle) in https://github.com/nodejs/undici/pull/4319 - don't set a finalizer on cloned request by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/4320 - websocketstream: close readablestream properly by [@&#8203;KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/4322 - add ping(websocket, payload) util by [@&#8203;KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/4325 - fix sending ping with no payload by [@&#8203;KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/4329 - refactor: eliminate eager llhttp promise creation by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/4337 - Fix misleading cacheByDefault documentation by [@&#8203;fredericDelaporte](https://github.com/fredericDelaporte) in https://github.com/nodejs/undici/pull/4338 - add websocket to websocket diagnostic channels by [@&#8203;KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/4321 - speed up flaky websocket test by [@&#8203;KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/4343 - fetch: minor modifications by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4347 - fetch: make readable-stream methods sync by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4346 - remove creating an extra Promise just for common cleanup by [@&#8203;bmeck](https://github.com/bmeck) in https://github.com/nodejs/undici/pull/4339 - chore: extract createDeferredPromise from fetch/utils.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in https://github.com/nodejs/undici/pull/4345 #### New Contributors - [@&#8203;pimothyxd](https://github.com/pimothyxd) made their first contribution in https://github.com/nodejs/undici/pull/4312 - [@&#8203;fredericDelaporte](https://github.com/fredericDelaporte) made their first contribution in https://github.com/nodejs/undici/pull/4299 - [@&#8203;bmeck](https://github.com/bmeck) made their first contribution in https://github.com/nodejs/undici/pull/4339 **Full Changelog**: https://github.com/nodejs/undici/compare/v7.11.0...v7.12.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-07-20 04:03:18 +02:00
Update dependency undici to v7.12.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
f38d4b2a54
bot scheduled this pull request to auto merge when all checks succeed 2025-07-20 04:03:18 +02:00
bot merged commit f38d4b2a54 into master 2025-07-20 04:03:19 +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#233
No description provided.