Skip to content

Commit 92639f2

Browse files
chore(deps): update dependency undici to v7.13.0 (#2868)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://redirect.github.com/nodejs/undici)) | [`7.11.0` -> `7.13.0`](https://renovatebot.com/diffs/npm/undici/7.11.0/7.13.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/7.11.0/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v7.13.0`](https://redirect.github.com/nodejs/undici/releases/tag/v7.13.0) [Compare Source](https://redirect.github.com/nodejs/undici/compare/v7.12.0...v7.13.0) #### What's Changed - MockAgent.prototype.get support ignoreTrailingSlash option by [@&#8203;lisez](https://redirect.github.com/lisez) in [https://github.com/nodejs/undici/pull/4344](https://redirect.github.com/nodejs/undici/pull/4344) - chore: more jsdoc and minor improvements for lib/api/readable.js, by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/4351](https://redirect.github.com/nodejs/undici/pull/4351) - ci: skip Node.js 20 tests on Windows by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [https://github.com/nodejs/undici/pull/4353](https://redirect.github.com/nodejs/undici/pull/4353) - Update WPT by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/nodejs/undici/pull/4267](https://redirect.github.com/nodejs/undici/pull/4267)7 - feat(ProxyAgent) improve Curl-y behavior in HTTP->HTTP Proxy connections ([#&#8203;4180](https://redirect.github.com/nodejs/undici/issues/4180)) by [@&#8203;caitp](https://redirect.github.com/caitp) in [https://github.com/nodejs/undici/pull/4340](https://redirect.github.com/nodejs/undici/pull/4340) - fix: detect and prevent redirect loops with Client/Pool by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [https://github.com/nodejs/undici/pull/4361](https://redirect.github.com/nodejs/undici/pull/4361) - remove node:buffer imports by [@&#8203;KhafraDev](https://redirect.github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/4362](https://redirect.github.com/nodejs/undici/pull/4362) - fix: remove deprecated maxRedirections option from types by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [https://github.com/nodejs/undici/pull/4363](https://redirect.github.com/nodejs/undici/pull/4363) - Amend the GC warning in the README to clarify that consuming bodies is recommended but not required by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [https://github.com/nodejs/undici/pull/4364](https://redirect.github.com/nodejs/undici/pull/4364) - fix(inteceptor/dump): handle preemptive network errors by [@&#8203;metcoder95](https://redirect.github.com/metcoder95) in [https://github.com/nodejs/undici/pull/4354](https://redirect.github.com/nodejs/undici/pull/4354) - feat: add SnapshotAgent for HTTP request recording and playback by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [https://github.com/nodejs/undici/pull/4270](https://redirect.github.com/nodejs/undici/pull/4270) #### New Contributors - [@&#8203;lisez](https://redirect.github.com/lisez) made their first contribution in [https://github.com/nodejs/undici/pull/4344](https://redirect.github.com/nodejs/undici/pull/4344) **Full Changelog**: nodejs/undici@v7.12.0...v7.13.0 ### [`v7.12.0`](https://redirect.github.com/nodejs/undici/releases/tag/v7.12.0) [Compare Source](https://redirect.github.com/nodejs/undici/compare/v7.11.0...v7.12.0) #### What's Changed - test: remove tspl on 2283 test by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/4301](https://redirect.github.com/nodejs/undici/pull/4301) - chore: reduce amount of intermediate functions by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/4298](https://redirect.github.com/nodejs/undici/pull/4298) - ci: disable shared builtin CI tests by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [https://github.com/nodejs/undici/pull/4276](https://redirect.github.com/nodejs/undici/pull/4276) - webidl: remove unnecessary parameters from webidl.converters.RequestInfo and webidl.converters.RequestInit by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/4304](https://redirect.github.com/nodejs/undici/pull/4304) - fetch: remove await, add jsdoc for some body read functions by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/4303](https://redirect.github.com/nodejs/undici/pull/4303) - test: use assert and not testcontext in issue-2283.js by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/4306](https://redirect.github.com/nodejs/undici/pull/4306) - chore: jsdoc use `@returns` everywhere by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/4302](https://redirect.github.com/nodejs/undici/pull/4302) - chore: fix typo by [@&#8203;pimothyxd](https://redirect.github.com/pimothyxd) in [https://github.com/nodejs/undici/pull/4312](https://redirect.github.com/nodejs/undici/pull/4312) - build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/nodejs/undici/pull/4315](https://redirect.github.com/nodejs/undici/pull/4315)5 - feat: throw error when maxRedirections is used with undici.request() by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [https://github.com/nodejs/undici/pull/4311](https://redirect.github.com/nodejs/undici/pull/4311) - Clarify the type option of the cache interceptor by [@&#8203;fredericDelaporte](https://redirect.github.com/fredericDelaporte) in [https://github.com/nodejs/undici/pull/4299](https://redirect.github.com/nodejs/undici/pull/4299) - cache: allow caching heuristically cacheable error status codes by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [https://github.com/nodejs/undici/pull/4318](https://redirect.github.com/nodejs/undici/pull/4318) - chore(doc): update undici vs fetch by [@&#8203;styfle](https://redirect.github.com/styfle) in [https://github.com/nodejs/undici/pull/4319](https://redirect.github.com/nodejs/undici/pull/4319) - don't set a finalizer on cloned request by [@&#8203;tsctx](https://redirect.github.com/tsctx) in [https://github.com/nodejs/undici/pull/4320](https://redirect.github.com/nodejs/undici/pull/4320) - websocketstream: close readablestream properly by [@&#8203;KhafraDev](https://redirect.github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/4322](https://redirect.github.com/nodejs/undici/pull/4322) - add ping(websocket, payload) util by [@&#8203;KhafraDev](https://redirect.github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/4325](https://redirect.github.com/nodejs/undici/pull/4325) - fix sending ping with no payload by [@&#8203;KhafraDev](https://redirect.github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/4329](https://redirect.github.com/nodejs/undici/pull/4329) - refactor: eliminate eager llhttp promise creation by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [https://github.com/nodejs/undici/pull/4337](https://redirect.github.com/nodejs/undici/pull/4337) - Fix misleading cacheByDefault documentation by [@&#8203;fredericDelaporte](https://redirect.github.com/fredericDelaporte) in [https://github.com/nodejs/undici/pull/4338](https://redirect.github.com/nodejs/undici/pull/4338) - add websocket to websocket diagnostic channels by [@&#8203;KhafraDev](https://redirect.github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/4321](https://redirect.github.com/nodejs/undici/pull/4321) - speed up flaky websocket test by [@&#8203;KhafraDev](https://redirect.github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/4343](https://redirect.github.com/nodejs/undici/pull/4343) - fetch: minor modifications by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/4347](https://redirect.github.com/nodejs/undici/pull/4347) - fetch: make readable-stream methods sync by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/4346](https://redirect.github.com/nodejs/undici/pull/4346) - remove creating an extra Promise just for common cleanup by [@&#8203;bmeck](https://redirect.github.com/bmeck) in [https://github.com/nodejs/undici/pull/4339](https://redirect.github.com/nodejs/undici/pull/4339) - chore: extract createDeferredPromise from fetch/utils.js by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/4345](https://redirect.github.com/nodejs/undici/pull/4345) #### New Contributors - [@&#8203;pimothyxd](https://redirect.github.com/pimothyxd) made their first contribution in [https://github.com/nodejs/undici/pull/4312](https://redirect.github.com/nodejs/undici/pull/4312) - [@&#8203;fredericDelaporte](https://redirect.github.com/fredericDelaporte) made their first contribution in [https://github.com/nodejs/undici/pull/4299](https://redirect.github.com/nodejs/undici/pull/4299) - [@&#8203;bmeck](https://redirect.github.com/bmeck) made their first contribution in [https://github.com/nodejs/undici/pull/4339](https://redirect.github.com/nodejs/undici/pull/4339) **Full Changelog**: nodejs/undici@v7.11.0...v7.12.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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/RobinTail/express-zod-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni4zIiwidXBkYXRlZEluVmVyIjoiNDEuNDYuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d24c387 commit 92639f2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)