Skip to content

Commit b796753

Browse files
Update dependency undici to v6.18.1 (#1984)
[![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.16.1` -> `6.18.1`](https://renovatebot.com/diffs/npm/undici/6.11.1/6.18.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.11.1/6.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.11.1/6.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.18.1`](https://github.com/nodejs/undici/releases/tag/v6.18.1) [Compare Source](https://github.com/nodejs/undici/compare/v6.18.0...v6.18.1) #### What's Changed - docs: Update references to dispatcher in docs by [@&#8203;haikyuu](https://github.com/haikyuu) in [https://github.com/nodejs/undici/pull/3281](https://github.com/nodejs/undici/pull/3281) - fix: compatibility for global headers by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3286](https://github.com/nodejs/undici/pull/3286) - websocket: pre-calculated length by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3284](https://github.com/nodejs/undici/pull/3284) - ci: fix autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3291](https://github.com/nodejs/undici/pull/3291) - revert: "websocket: pre-calculated length" by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3290](https://github.com/nodejs/undici/pull/3290) - websocket: use FixedQueue instead of Set by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3283](https://github.com/nodejs/undici/pull/3283) #### New Contributors - [@&#8203;haikyuu](https://github.com/haikyuu) made their first contribution in [https://github.com/nodejs/undici/pull/3281](https://github.com/nodejs/undici/pull/3281) **Full Changelog**: nodejs/undici@v6.18.0...v6.18.1 ### [`v6.18.0`](https://github.com/nodejs/undici/releases/tag/v6.18.0) [Compare Source](https://github.com/nodejs/undici/compare/v6.17.0...v6.18.0) #### What's Changed - permessage-deflate decompression support in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3263](https://github.com/nodejs/undici/pull/3263) - fix: Fix server closing in tests. by [@&#8203;ShogunPanda](https://github.com/ShogunPanda) in [https://github.com/nodejs/undici/pull/3279](https://github.com/nodejs/undici/pull/3279) **Full Changelog**: nodejs/undici@v6.17.0...v6.18.0 ### [`v6.17.0`](https://github.com/nodejs/undici/releases/tag/v6.17.0) [Compare Source](https://github.com/nodejs/undici/compare/v6.16.1...v6.17.0) #### What's Changed - fetch: fix captureStackTrace by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3227](https://github.com/nodejs/undici/pull/3227) - fetch: fix wpt test request-upload.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3234](https://github.com/nodejs/undici/pull/3234) - websocket: don't clone buffer by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3240](https://github.com/nodejs/undici/pull/3240) - Remove unecessary async from writeBuffer by [@&#8203;DarkGL](https://github.com/DarkGL) in [https://github.com/nodejs/undici/pull/3245](https://github.com/nodejs/undici/pull/3245) - refactor websocket control frame handling by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3241](https://github.com/nodejs/undici/pull/3241) - fix parsing continuation frames in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3247](https://github.com/nodejs/undici/pull/3247) - ci: node nightly test should use node 23 by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3248](https://github.com/nodejs/undici/pull/3248) - Add test to verify if the connection is correctly aborted on cancel by [@&#8203;mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/3219](https://github.com/nodejs/undici/pull/3219) - Autobahn suite by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3251](https://github.com/nodejs/undici/pull/3251) - websocket: fix 6 autobahn tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3254](https://github.com/nodejs/undici/pull/3254) - websocket: checkout correct commit in autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3258](https://github.com/nodejs/undici/pull/3258) - Cleanup websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3257](https://github.com/nodejs/undici/pull/3257) - websocket: autobahn workflow should fail on error by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3259](https://github.com/nodejs/undici/pull/3259) - add bodymixin bytes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3262](https://github.com/nodejs/undici/pull/3262) - perf: avoid buffer cloning by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3264](https://github.com/nodejs/undici/pull/3264) - feat: dump interceptor by [@&#8203;metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3118](https://github.com/nodejs/undici/pull/3118) - use private properties in Headers by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3269](https://github.com/nodejs/undici/pull/3269) - Revert "websocket: autobahn workflow should fail on error" by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3270](https://github.com/nodejs/undici/pull/3270) - build(deps): bump node from `487dc5d` to `9e8f45f` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3271](https://github.com/nodejs/undici/pull/3271) #### New Contributors - [@&#8203;DarkGL](https://github.com/DarkGL) made their first contribution in [https://github.com/nodejs/undici/pull/3245](https://github.com/nodejs/undici/pull/3245) **Full Changelog**: nodejs/undici@v6.16.1...v6.17.0 ### [`v6.16.1`](https://github.com/nodejs/undici/releases/tag/v6.16.1) [Compare Source](https://github.com/nodejs/undici/compare/v6.16.0...v6.16.1) #### What's Changed - fix some typos by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3217](https://github.com/nodejs/undici/pull/3217) - websocket: move codeblock in parseCloseBody by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3215](https://github.com/nodejs/undici/pull/3215) - fetch: enable wpt test request-referrer.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3223](https://github.com/nodejs/undici/pull/3223) - fetch: wpt add /fetch/api/resources/cache.py to server.mjs by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3225](https://github.com/nodejs/undici/pull/3225) - add pipe support for wpt server by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3228](https://github.com/nodejs/undici/pull/3228) - test: reduce the number of requests in `fire-and-forget.js` by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3229](https://github.com/nodejs/undici/pull/3229) - ci: add node 22 in ci test matrix, use 22 for coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3226](https://github.com/nodejs/undici/pull/3226) - fetch: don't set an invalid origin header by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3235](https://github.com/nodejs/undici/pull/3235) - fail wpt runner if expected failures does not match actual by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3236](https://github.com/nodejs/undici/pull/3236) - fix: ignore content-length when dumping HEAD by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3222](https://github.com/nodejs/undici/pull/3222) **Full Changelog**: nodejs/undici@v6.16.0...v6.16.1 ### [`v6.16.0`](https://github.com/nodejs/undici/releases/tag/v6.16.0) [Compare Source](https://github.com/nodejs/undici/compare/v6.15.0...v6.16.0) #### What's Changed - add index to sequence converter errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3178](https://github.com/nodejs/undici/pull/3178) - build(deps-dev): bump borp from 0.12.0 to 0.13.0 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3179](https://github.com/nodejs/undici/pull/3179) - build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3180](https://github.com/nodejs/undici/pull/3180) - build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3181](https://github.com/nodejs/undici/pull/3181) - fix: keep raw header name by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3183](https://github.com/nodejs/undici/pull/3183) - fix(fetch): improve Headers and Request type-compatibility by [@&#8203;kettanaito](https://github.com/kettanaito) in [https://github.com/nodejs/undici/pull/1964](https://github.com/nodejs/undici/pull/1964) - fix 3 mimesniff tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3185](https://github.com/nodejs/undici/pull/3185) - build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3187](https://github.com/nodejs/undici/pull/3187) - build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3191](https://github.com/nodejs/undici/pull/3191) - build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3192](https://github.com/nodejs/undici/pull/3192) - build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3189](https://github.com/nodejs/undici/pull/3189) - build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3188](https://github.com/nodejs/undici/pull/3188) - build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3190](https://github.com/nodejs/undici/pull/3190) - build(deps): bump node from `9459e24` to `487dc5d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3195](https://github.com/nodejs/undici/pull/3195) - perf: avoid spread in makeRequest() by [@&#8203;gunjam](https://github.com/gunjam) in [https://github.com/nodejs/undici/pull/3193](https://github.com/nodejs/undici/pull/3193) - refactor: code cleanup by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3194](https://github.com/nodejs/undici/pull/3194) - fix parsing when receiving empty body websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3205](https://github.com/nodejs/undici/pull/3205) - fix: MockResponseCallbackOptions type by [@&#8203;merojosa](https://github.com/merojosa) in [https://github.com/nodejs/undici/pull/2951](https://github.com/nodejs/undici/pull/2951) - docs(proxy): fix typo by [@&#8203;kanadgupta](https://github.com/kanadgupta) in [https://github.com/nodejs/undici/pull/3207](https://github.com/nodejs/undici/pull/3207) - fix websocket receiving an invalid utf-8 in close frame by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3206](https://github.com/nodejs/undici/pull/3206) - perf: avoid setImmediate if body is reading by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3210](https://github.com/nodejs/undici/pull/3210) - fix: request abort signal by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3209](https://github.com/nodejs/undici/pull/3209) - fix: remove abort handler on close by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3211](https://github.com/nodejs/undici/pull/3211) - fix: pass abort function by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3212](https://github.com/nodejs/undici/pull/3212) - websocket: 200x faster generate mask by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3204](https://github.com/nodejs/undici/pull/3204) - use FinalizationRegistry to cancel the body if response is collected by [@&#8203;mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/3199](https://github.com/nodejs/undici/pull/3199) - websocket: don't clone buffer if it's not needed. by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3214](https://github.com/nodejs/undici/pull/3214) - websocket: use FastBuffer by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3213](https://github.com/nodejs/undici/pull/3213) #### New Contributors - [@&#8203;kettanaito](https://github.com/kettanaito) made their first contribution in [https://github.com/nodejs/undici/pull/1964](https://github.com/nodejs/undici/pull/1964) - [@&#8203;gunjam](https://github.com/gunjam) made their first contribution in [https://github.com/nodejs/undici/pull/3193](https://github.com/nodejs/undici/pull/3193) - [@&#8203;merojosa](https://github.com/merojosa) made their first contribution in [https://github.com/nodejs/undici/pull/2951](https://github.com/nodejs/undici/pull/2951) - [@&#8203;kanadgupta](https://github.com/kanadgupta) made their first contribution in [https://github.com/nodejs/undici/pull/3207](https://github.com/nodejs/undici/pull/3207) **Full Changelog**: nodejs/undici@v6.15.0...v6.16.0 ### [`v6.15.0`](https://github.com/nodejs/undici/releases/tag/v6.15.0) [Compare Source](https://github.com/nodejs/undici/compare/v6.14.1...v6.15.0) #### What's Changed - Expose EnvHttpProxyAgent to Node.js core bundle, so it can be turned … by [@&#8203;mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/3148](https://github.com/nodejs/undici/pull/3148) - test: add headerslist copy check by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3156](https://github.com/nodejs/undici/pull/3156) - chore: ensure automated v6 release compared to v6 by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [https://github.com/nodejs/undici/pull/3149](https://github.com/nodejs/undici/pull/3149) - fetch: do not leak signal listeners by [@&#8203;mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/3158](https://github.com/nodejs/undici/pull/3158) - fix: request cache mode is not the same as request mode by [@&#8203;tsibley](https://github.com/tsibley) in [https://github.com/nodejs/undici/pull/3151](https://github.com/nodejs/undici/pull/3151) - fetch: don't re-lowercase HeadersList by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3159](https://github.com/nodejs/undici/pull/3159) - fix casing issue when cloning Headers object by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3160](https://github.com/nodejs/undici/pull/3160) - build(deps): bump node from `6d0f18a` to `db8772d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3163](https://github.com/nodejs/undici/pull/3163) - fix header cloning bug by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3162](https://github.com/nodejs/undici/pull/3162) - chore: change bench naming for h2 by [@&#8203;metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3165](https://github.com/nodejs/undici/pull/3165) - expose WebSocket related events in node bundle by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3167](https://github.com/nodejs/undici/pull/3167) - feat: add support for if-match on retry handler by [@&#8203;metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3144](https://github.com/nodejs/undici/pull/3144) - fix: correct firing order of abort events by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3169](https://github.com/nodejs/undici/pull/3169) - create fast MessageEvent by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3170](https://github.com/nodejs/undici/pull/3170) - chore: add explicitly [@&#8203;fastify/busboy](https://github.com/fastify/busboy) by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3172](https://github.com/nodejs/undici/pull/3172) - chore: remove sinon as dev dependency by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3171](https://github.com/nodejs/undici/pull/3171) - webidl changes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3175](https://github.com/nodejs/undici/pull/3175) - preserve dictionary key name in webidl errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3176](https://github.com/nodejs/undici/pull/3176) #### New Contributors - [@&#8203;tsibley](https://github.com/tsibley) made their first contribution in [https://github.com/nodejs/undici/pull/3151](https://github.com/nodejs/undici/pull/3151) **Full Changelog**: nodejs/undici@v6.14.1...v6.15.0 ### [`v6.14.1`](https://github.com/nodejs/undici/releases/tag/v6.14.1) [Compare Source](https://github.com/nodejs/undici/compare/v6.14.0...v6.14.1) #### What's Changed - fix: tweak keep-alive timeout implementation by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [https://github.com/nodejs/undici/pull/3145](https://github.com/nodejs/undici/pull/3145) - build(deps-dev): bump borp from 0.11.0 to 0.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3153](https://github.com/nodejs/undici/pull/3153) - build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3154](https://github.com/nodejs/undici/pull/3154) - fix(EnvHttpProxyAgent): prefer lowercase env vars by [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [https://github.com/nodejs/undici/pull/3152](https://github.com/nodejs/undici/pull/3152) **Full Changelog**: nodejs/undici@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 [@&#8203;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 [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3101](https://github.com/nodejs/undici/pull/3101) - util: remove isReadableAborted by [@&#8203;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 [@&#8203;zbinlin](https://github.com/zbinlin) in [https://github.com/nodejs/undici/pull/3106](https://github.com/nodejs/undici/pull/3106) - fix: onConnect types by [@&#8203;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 [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3119](https://github.com/nodejs/undici/pull/3119) - core: improve parseURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3102](https://github.com/nodejs/undici/pull/3102) - test: increase coverage by [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3142](https://github.com/nodejs/undici/pull/3142) - fix([H2-#&#8203;3140](https://github.com/H2-/undici/issues/3140)): abort requets upon GOAWAY by [@&#8203;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 [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3146](https://github.com/nodejs/undici/pull/3146) - improve: wasm build by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3074](https://github.com/nodejs/undici/pull/3074) #### New Contributors - [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) made their first contribution in [https://github.com/nodejs/undici/pull/2994](https://github.com/nodejs/undici/pull/2994) - [@&#8203;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 ### [`v6.13.0`](https://github.com/nodejs/undici/releases/tag/v6.13.0) [Compare Source](https://github.com/nodejs/undici/compare/v6.12.0...v6.13.0) #### What's Changed - build(deps): bump node from `9696b26` to `ad255c6` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3073](https://github.com/nodejs/undici/pull/3073) - test: remove only by [@&#8203;metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3077](https://github.com/nodejs/undici/pull/3077) - fix: defer errors with setImmediate by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3081](https://github.com/nodejs/undici/pull/3081) - improve DecoratorHandler by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3079](https://github.com/nodejs/undici/pull/3079) - chore: removed unused escapeFormDataName by [@&#8203;mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/3084](https://github.com/nodejs/undici/pull/3084) - Mention option to pass streams into FormData by [@&#8203;JaoodxD](https://github.com/JaoodxD) in [https://github.com/nodejs/undici/pull/3086](https://github.com/nodejs/undici/pull/3086) - fetch: improve performance of isValidEncodedURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3090](https://github.com/nodejs/undici/pull/3090) - optimize utf8Decode by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3085](https://github.com/nodejs/undici/pull/3085) - refactor: h2 refactoring by [@&#8203;metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3082](https://github.com/nodejs/undici/pull/3082) - Skip the creation of a transform stream in fetch by [@&#8203;mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/3093](https://github.com/nodejs/undici/pull/3093) - fetch: improve performance of urlHasHttpsScheme by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3094](https://github.com/nodejs/undici/pull/3094) - fetch: avoid creation of an intermediary ReadableStream by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3095](https://github.com/nodejs/undici/pull/3095) - test: duplicate jest unspecific tests to native runner by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3075](https://github.com/nodejs/undici/pull/3075) - build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3096](https://github.com/nodejs/undici/pull/3096) - fetch: improve performance of isValidHeaderValue by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3098](https://github.com/nodejs/undici/pull/3098) - chore: automate releases with pr by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [https://github.com/nodejs/undici/pull/3089](https://github.com/nodejs/undici/pull/3089) #### New Contributors - [@&#8203;github-actions](https://github.com/github-actions) made their first contribution in [https://github.com/nodejs/undici/pull/3099](https://github.com/nodejs/undici/pull/3099) **Full Changelog**: nodejs/undici@v6.12.0...v6.13.0 ### [`v6.12.0`](https://github.com/nodejs/undici/releases/tag/v6.12.0) [Compare Source](https://github.com/nodejs/undici/compare/v6.11.1...v6.12.0) #### What's Changed - fix: broken test by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3045](https://github.com/nodejs/undici/pull/3045) - fix: http2 header parsing by [@&#8203;climba03003](https://github.com/climba03003) in [https://github.com/nodejs/undici/pull/3047](https://github.com/nodejs/undici/pull/3047) - types: fix Request.refererPolicy and RequestInit.refererPolicy are incompatible by [@&#8203;zbinlin](https://github.com/zbinlin) in [https://github.com/nodejs/undici/pull/3039](https://github.com/nodejs/undici/pull/3039) - fix(types): onHeaders always takes headers as an array of buffer by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3050](https://github.com/nodejs/undici/pull/3050) - fix: ProxyAgent causes request.headers.host to be forcibly reset by [@&#8203;1zilc](https://github.com/1zilc) in [https://github.com/nodejs/undici/pull/3026](https://github.com/nodejs/undici/pull/3026) - fallback to Buffer.isUtf8 on platforms without icu by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3006](https://github.com/nodejs/undici/pull/3006) - build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3037](https://github.com/nodejs/undici/pull/3037) - build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3035](https://github.com/nodejs/undici/pull/3035) - build(deps): bump node from `577f8eb` to `87524df` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3055](https://github.com/nodejs/undici/pull/3055) - build(deps): bump node from `87524df` to `9696b26` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3058](https://github.com/nodejs/undici/pull/3058) - fetch: Block ports 4190 & 6679 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3059](https://github.com/nodejs/undici/pull/3059) - test: activate testing for interceptors and cache by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3061](https://github.com/nodejs/undici/pull/3061) - cache: improve test coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3063](https://github.com/nodejs/undici/pull/3063) - feat: modernize fuzzing by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3060](https://github.com/nodejs/undici/pull/3060) - fix: request abort by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3056](https://github.com/nodejs/undici/pull/3056) - fix: signal handling by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3053](https://github.com/nodejs/undici/pull/3053) - fix(H2): handle goaway properly by [@&#8203;metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3057](https://github.com/nodejs/undici/pull/3057) - test: client, set body to null if bigger than CHUNK_LIMIT by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3064](https://github.com/nodejs/undici/pull/3064) - mock: improve mock interceptor by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3062](https://github.com/nodejs/undici/pull/3062) - fix: bad client destroy on servername change by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3066](https://github.com/nodejs/undici/pull/3066) - perf: improve isBlobLike by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3070](https://github.com/nodejs/undici/pull/3070) - test: add sanity check for llhttp wasm files by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3068](https://github.com/nodejs/undici/pull/3068) #### New Contributors - [@&#8203;zbinlin](https://github.com/zbinlin) made their first contribution in [https://github.com/nodejs/undici/pull/3039](https://github.com/nodejs/undici/pull/3039) - [@&#8203;1zilc](https://github.com/1zilc) made their first contribution in [https://github.com/nodejs/undici/pull/3026](https://github.com/nodejs/undici/pull/3026) **Full Changelog**: nodejs/undici@v6.11.1...v6.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. --- - [ ] 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/Nextjs).
1 parent c4c5241 commit b796753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"timers-browserify": "2.0.12",
304304
"tty-browserify": "0.0.1",
305305
"ua-parser-js": "1.0.37",
306-
"undici": "6.16.1",
306+
"undici": "6.18.1",
307307
"unistore": "3.5.2",
308308
"util": "0.12.5",
309309
"uuid": "9.0.1",

0 commit comments

Comments
 (0)