Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency undici to v6.14.1 (#934)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | [`6.13.0` -> `6.14.1`](https://renovatebot.com/diffs/npm/undici/6.13.0/6.14.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.13.0/6.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.13.0/6.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.14.1`](https://github.com/nodejs/undici/compare/v6.14.0...1c440555a0c25d6a2ee2b0bdf8c5afcd9636332f) [Compare Source](https://github.com/nodejs/undici/compare/v6.14.0...v6.14.1) ### [`v6.14.0`](https://github.com/nodejs/undici/releases/tag/v6.14.0) [Compare Source](https://github.com/nodejs/undici/compare/v6.13.0...v6.14.0) #### What's Changed - bench: enable benchmarks for h2 by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3100](https://github.com/nodejs/undici/pull/3100) - perf: improve performance of isomorphicEncode by [@​tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3101](https://github.com/nodejs/undici/pull/3101) - util: remove isReadableAborted by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3104](https://github.com/nodejs/undici/pull/3104) - fix(types): The second parameter of EventSource is optional by [@​zbinlin](https://github.com/zbinlin) in [https://github.com/nodejs/undici/pull/3106](https://github.com/nodejs/undici/pull/3106) - fix: onConnect types by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3116](https://github.com/nodejs/undici/pull/3116) - add dispatcher option to EventSource by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3119](https://github.com/nodejs/undici/pull/3119) - core: improve parseURL by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3102](https://github.com/nodejs/undici/pull/3102) - test: increase coverage by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3121](https://github.com/nodejs/undici/pull/3121) - docs: add directions to run docs and benchmarks by [@​FatumaA](https://github.com/FatumaA) in [https://github.com/nodejs/undici/pull/3092](https://github.com/nodejs/undici/pull/3092) - perf: avoid unnecessary clone by [@​tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3117](https://github.com/nodejs/undici/pull/3117) - build(deps-dev): bump borp from 0.10.0 to 0.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3126](https://github.com/nodejs/undici/pull/3126) - drop node support for < v18.17.0 by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3125](https://github.com/nodejs/undici/pull/3125) - test: improve test and ci performance by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3135](https://github.com/nodejs/undici/pull/3135) - Added EnvHttpProxyAgent to support HTTP_PROXY by [@​10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [https://github.com/nodejs/undici/pull/2994](https://github.com/nodejs/undici/pull/2994) - fetch: Change wording of "Body is unusable" error by [@​nzakas](https://github.com/nzakas) in [https://github.com/nodejs/undici/pull/3105](https://github.com/nodejs/undici/pull/3105) - perf: use class instead of object literals with getters by [@​tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3138](https://github.com/nodejs/undici/pull/3138) - fix: unhandled exception or failing error body by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3137](https://github.com/nodejs/undici/pull/3137) - reuse realm for Request/Response by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3142](https://github.com/nodejs/undici/pull/3142) - fix([H2-#​3140](https://github.com/H2-/undici/issues/3140)): abort requets upon GOAWAY by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3143](https://github.com/nodejs/undici/pull/3143) - don't store realm on Request/Response by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3146](https://github.com/nodejs/undici/pull/3146) - improve: wasm build by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3074](https://github.com/nodejs/undici/pull/3074) #### New Contributors - [@​10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) made their first contribution in [https://github.com/nodejs/undici/pull/2994](https://github.com/nodejs/undici/pull/2994) - [@​nzakas](https://github.com/nzakas) made their first contribution in [https://github.com/nodejs/undici/pull/3105](https://github.com/nodejs/undici/pull/3105) **Full Changelog**: nodejs/undici@v6.13.0...v6.14.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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
- Loading branch information