Cleanup websocket#3257
Merged
KhafraDev merged 4 commits intonodejs:mainfrom May 13, 2024
Merged
Conversation
Contributor
Autobahn Test ReportSummary
Details
|
94ee356 to
88fe124
Compare
Merged
kodiakhq Bot
referenced
this pull request
in X-oss-byte/Canary-nextjs
May 25, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`6.16.1` -> `6.18.1`](https://renovatebot.com/diffs/npm/undici/6.16.1/6.18.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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.18.1`](https://togithub.com/nodejs/undici/releases/tag/v6.18.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.18.0...v6.18.1) #### What's Changed - docs: Update references to dispatcher in docs by [@​haikyuu](https://togithub.com/haikyuu) in [https://github.com/nodejs/undici/pull/3281](https://togithub.com/nodejs/undici/pull/3281) - fix: compatibility for global headers by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3286](https://togithub.com/nodejs/undici/pull/3286) - websocket: pre-calculated length by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3284](https://togithub.com/nodejs/undici/pull/3284) - ci: fix autobahn workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3291](https://togithub.com/nodejs/undici/pull/3291) - revert: "websocket: pre-calculated length" by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3290](https://togithub.com/nodejs/undici/pull/3290) - websocket: use FixedQueue instead of Set by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3283](https://togithub.com/nodejs/undici/pull/3283) #### New Contributors - [@​haikyuu](https://togithub.com/haikyuu) made their first contribution in [https://github.com/nodejs/undici/pull/3281](https://togithub.com/nodejs/undici/pull/3281) **Full Changelog**: nodejs/undici@v6.18.0...v6.18.1 ### [`v6.18.0`](https://togithub.com/nodejs/undici/releases/tag/v6.18.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.17.0...v6.18.0) #### What's Changed - permessage-deflate decompression support in websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3263](https://togithub.com/nodejs/undici/pull/3263) - fix: Fix server closing in tests. by [@​ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/nodejs/undici/pull/3279](https://togithub.com/nodejs/undici/pull/3279) **Full Changelog**: nodejs/undici@v6.17.0...v6.18.0 ### [`v6.17.0`](https://togithub.com/nodejs/undici/releases/tag/v6.17.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.16.1...v6.17.0) #### What's Changed - fetch: fix captureStackTrace by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3227](https://togithub.com/nodejs/undici/pull/3227) - fetch: fix wpt test request-upload.any.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3234](https://togithub.com/nodejs/undici/pull/3234) - websocket: don't clone buffer by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3240](https://togithub.com/nodejs/undici/pull/3240) - Remove unecessary async from writeBuffer by [@​DarkGL](https://togithub.com/DarkGL) in [https://github.com/nodejs/undici/pull/3245](https://togithub.com/nodejs/undici/pull/3245) - refactor websocket control frame handling by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3241](https://togithub.com/nodejs/undici/pull/3241) - fix parsing continuation frames in websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3247](https://togithub.com/nodejs/undici/pull/3247) - ci: node nightly test should use node 23 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3248](https://togithub.com/nodejs/undici/pull/3248) - Add test to verify if the connection is correctly aborted on cancel by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3219](https://togithub.com/nodejs/undici/pull/3219) - Autobahn suite by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3251](https://togithub.com/nodejs/undici/pull/3251) - websocket: fix 6 autobahn tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3254](https://togithub.com/nodejs/undici/pull/3254) - websocket: checkout correct commit in autobahn workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3258](https://togithub.com/nodejs/undici/pull/3258) - Cleanup websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3257](https://togithub.com/nodejs/undici/pull/3257) - websocket: autobahn workflow should fail on error by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3259](https://togithub.com/nodejs/undici/pull/3259) - add bodymixin bytes by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3262](https://togithub.com/nodejs/undici/pull/3262) - perf: avoid buffer cloning by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3264](https://togithub.com/nodejs/undici/pull/3264) - feat: dump interceptor by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3118](https://togithub.com/nodejs/undici/pull/3118) - use private properties in Headers by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3269](https://togithub.com/nodejs/undici/pull/3269) - Revert "websocket: autobahn workflow should fail on error" by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3270](https://togithub.com/nodejs/undici/pull/3270) - build(deps): bump node from `487dc5d` to `9e8f45f` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3271](https://togithub.com/nodejs/undici/pull/3271) #### New Contributors - [@​DarkGL](https://togithub.com/DarkGL) made their first contribution in [https://github.com/nodejs/undici/pull/3245](https://togithub.com/nodejs/undici/pull/3245) **Full Changelog**: nodejs/undici@v6.16.1...v6.17.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).
kodiakhq Bot
referenced
this pull request
in X-oss-byte/Nextjs
May 26, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`6.16.1` -> `6.18.1`](https://renovatebot.com/diffs/npm/undici/6.11.1/6.18.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.18.1`](https://togithub.com/nodejs/undici/releases/tag/v6.18.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.18.0...v6.18.1) #### What's Changed - docs: Update references to dispatcher in docs by [@​haikyuu](https://togithub.com/haikyuu) in [https://github.com/nodejs/undici/pull/3281](https://togithub.com/nodejs/undici/pull/3281) - fix: compatibility for global headers by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3286](https://togithub.com/nodejs/undici/pull/3286) - websocket: pre-calculated length by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3284](https://togithub.com/nodejs/undici/pull/3284) - ci: fix autobahn workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3291](https://togithub.com/nodejs/undici/pull/3291) - revert: "websocket: pre-calculated length" by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3290](https://togithub.com/nodejs/undici/pull/3290) - websocket: use FixedQueue instead of Set by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3283](https://togithub.com/nodejs/undici/pull/3283) #### New Contributors - [@​haikyuu](https://togithub.com/haikyuu) made their first contribution in [https://github.com/nodejs/undici/pull/3281](https://togithub.com/nodejs/undici/pull/3281) **Full Changelog**: nodejs/undici@v6.18.0...v6.18.1 ### [`v6.18.0`](https://togithub.com/nodejs/undici/releases/tag/v6.18.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.17.0...v6.18.0) #### What's Changed - permessage-deflate decompression support in websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3263](https://togithub.com/nodejs/undici/pull/3263) - fix: Fix server closing in tests. by [@​ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/nodejs/undici/pull/3279](https://togithub.com/nodejs/undici/pull/3279) **Full Changelog**: nodejs/undici@v6.17.0...v6.18.0 ### [`v6.17.0`](https://togithub.com/nodejs/undici/releases/tag/v6.17.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.16.1...v6.17.0) #### What's Changed - fetch: fix captureStackTrace by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3227](https://togithub.com/nodejs/undici/pull/3227) - fetch: fix wpt test request-upload.any.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3234](https://togithub.com/nodejs/undici/pull/3234) - websocket: don't clone buffer by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3240](https://togithub.com/nodejs/undici/pull/3240) - Remove unecessary async from writeBuffer by [@​DarkGL](https://togithub.com/DarkGL) in [https://github.com/nodejs/undici/pull/3245](https://togithub.com/nodejs/undici/pull/3245) - refactor websocket control frame handling by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3241](https://togithub.com/nodejs/undici/pull/3241) - fix parsing continuation frames in websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3247](https://togithub.com/nodejs/undici/pull/3247) - ci: node nightly test should use node 23 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3248](https://togithub.com/nodejs/undici/pull/3248) - Add test to verify if the connection is correctly aborted on cancel by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3219](https://togithub.com/nodejs/undici/pull/3219) - Autobahn suite by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3251](https://togithub.com/nodejs/undici/pull/3251) - websocket: fix 6 autobahn tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3254](https://togithub.com/nodejs/undici/pull/3254) - websocket: checkout correct commit in autobahn workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3258](https://togithub.com/nodejs/undici/pull/3258) - Cleanup websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3257](https://togithub.com/nodejs/undici/pull/3257) - websocket: autobahn workflow should fail on error by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3259](https://togithub.com/nodejs/undici/pull/3259) - add bodymixin bytes by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3262](https://togithub.com/nodejs/undici/pull/3262) - perf: avoid buffer cloning by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3264](https://togithub.com/nodejs/undici/pull/3264) - feat: dump interceptor by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3118](https://togithub.com/nodejs/undici/pull/3118) - use private properties in Headers by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3269](https://togithub.com/nodejs/undici/pull/3269) - Revert "websocket: autobahn workflow should fail on error" by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3270](https://togithub.com/nodejs/undici/pull/3270) - build(deps): bump node from `487dc5d` to `9e8f45f` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3271](https://togithub.com/nodejs/undici/pull/3271) #### New Contributors - [@​DarkGL](https://togithub.com/DarkGL) made their first contribution in [https://github.com/nodejs/undici/pull/3245](https://togithub.com/nodejs/undici/pull/3245) **Full Changelog**: nodejs/undici@v6.16.1...v6.17.0 ### [`v6.16.1`](https://togithub.com/nodejs/undici/releases/tag/v6.16.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.16.0...v6.16.1) #### What's Changed - fix some typos by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3217](https://togithub.com/nodejs/undici/pull/3217) - websocket: move codeblock in parseCloseBody by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3215](https://togithub.com/nodejs/undici/pull/3215) - fetch: enable wpt test request-referrer.any.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3223](https://togithub.com/nodejs/undici/pull/3223) - fetch: wpt add /fetch/api/resources/cache.py to server.mjs by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3225](https://togithub.com/nodejs/undici/pull/3225) - add pipe support for wpt server by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3228](https://togithub.com/nodejs/undici/pull/3228) - test: reduce the number of requests in `fire-and-forget.js` by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3229](https://togithub.com/nodejs/undici/pull/3229) - ci: add node 22 in ci test matrix, use 22 for coverage by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3226](https://togithub.com/nodejs/undici/pull/3226) - fetch: don't set an invalid origin header by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3235](https://togithub.com/nodejs/undici/pull/3235) - fail wpt runner if expected failures does not match actual by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3236](https://togithub.com/nodejs/undici/pull/3236) - fix: ignore content-length when dumping HEAD by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3222](https://togithub.com/nodejs/undici/pull/3222) **Full Changelog**: nodejs/undici@v6.16.0...v6.16.1 ### [`v6.16.0`](https://togithub.com/nodejs/undici/releases/tag/v6.16.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.15.0...v6.16.0) #### What's Changed - add index to sequence converter errors by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3178](https://togithub.com/nodejs/undici/pull/3178) - build(deps-dev): bump borp from 0.12.0 to 0.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3179](https://togithub.com/nodejs/undici/pull/3179) - build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3180](https://togithub.com/nodejs/undici/pull/3180) - build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3181](https://togithub.com/nodejs/undici/pull/3181) - fix: keep raw header name by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3183](https://togithub.com/nodejs/undici/pull/3183) - fix(fetch): improve Headers and Request type-compatibility by [@​kettanaito](https://togithub.com/kettanaito) in [https://github.com/nodejs/undici/pull/1964](https://togithub.com/nodejs/undici/pull/1964) - fix 3 mimesniff tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3185](https://togithub.com/nodejs/undici/pull/3185) - build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3187](https://togithub.com/nodejs/undici/pull/3187) - build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3191](https://togithub.com/nodejs/undici/pull/3191) - build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3192](https://togithub.com/nodejs/undici/pull/3192) - build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3189](https://togithub.com/nodejs/undici/pull/3189) - build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3188](https://togithub.com/nodejs/undici/pull/3188) - build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3190](https://togithub.com/nodejs/undici/pull/3190) - build(deps): bump node from `9459e24` to `487dc5d` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3195](https://togithub.com/nodejs/undici/pull/3195) - perf: avoid spread in makeRequest() by [@​gunjam](https://togithub.com/gunjam) in [https://github.com/nodejs/undici/pull/3193](https://togithub.com/nodejs/undici/pull/3193) - refactor: code cleanup by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3194](https://togithub.com/nodejs/undici/pull/3194) - fix parsing when receiving empty body websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3205](https://togithub.com/nodejs/undici/pull/3205) - fix: MockResponseCallbackOptions type by [@​merojosa](https://togithub.com/merojosa) in [https://github.com/nodejs/undici/pull/2951](https://togithub.com/nodejs/undici/pull/2951) - docs(proxy): fix typo by [@​kanadgupta](https://togithub.com/kanadgupta) in [https://github.com/nodejs/undici/pull/3207](https://togithub.com/nodejs/undici/pull/3207) - fix websocket receiving an invalid utf-8 in close frame by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3206](https://togithub.com/nodejs/undici/pull/3206) - perf: avoid setImmediate if body is reading by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3210](https://togithub.com/nodejs/undici/pull/3210) - fix: request abort signal by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3209](https://togithub.com/nodejs/undici/pull/3209) - fix: remove abort handler on close by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3211](https://togithub.com/nodejs/undici/pull/3211) - fix: pass abort function by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3212](https://togithub.com/nodejs/undici/pull/3212) - websocket: 200x faster generate mask by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3204](https://togithub.com/nodejs/undici/pull/3204) - use FinalizationRegistry to cancel the body if response is collected by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3199](https://togithub.com/nodejs/undici/pull/3199) - websocket: don't clone buffer if it's not needed. by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3214](https://togithub.com/nodejs/undici/pull/3214) - websocket: use FastBuffer by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3213](https://togithub.com/nodejs/undici/pull/3213) #### New Contributors - [@​kettanaito](https://togithub.com/kettanaito) made their first contribution in [https://github.com/nodejs/undici/pull/1964](https://togithub.com/nodejs/undici/pull/1964) - [@​gunjam](https://togithub.com/gunjam) made their first contribution in [https://github.com/nodejs/undici/pull/3193](https://togithub.com/nodejs/undici/pull/3193) - [@​merojosa](https://togithub.com/merojosa) made their first contribution in [https://github.com/nodejs/undici/pull/2951](https://togithub.com/nodejs/undici/pull/2951) - [@​kanadgupta](https://togithub.com/kanadgupta) made their first contribution in [https://github.com/nodejs/undici/pull/3207](https://togithub.com/nodejs/undici/pull/3207) **Full Changelog**: nodejs/undici@v6.15.0...v6.16.0 ### [`v6.15.0`](https://togithub.com/nodejs/undici/releases/tag/v6.15.0) [Compare Source](https://togithub.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 [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3148](https://togithub.com/nodejs/undici/pull/3148) - test: add headerslist copy check by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3156](https://togithub.com/nodejs/undici/pull/3156) - chore: ensure automated v6 release compared to v6 by [@​mweberxyz](https://togithub.com/mweberxyz) in [https://github.com/nodejs/undici/pull/3149](https://togithub.com/nodejs/undici/pull/3149) - fetch: do not leak signal listeners by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3158](https://togithub.com/nodejs/undici/pull/3158) - fix: request cache mode is not the same as request mode by [@​tsibley](https://togithub.com/tsibley) in [https://github.com/nodejs/undici/pull/3151](https://togithub.com/nodejs/undici/pull/3151) - fetch: don't re-lowercase HeadersList by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3159](https://togithub.com/nodejs/undici/pull/3159) - fix casing issue when cloning Headers object by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3160](https://togithub.com/nodejs/undici/pull/3160) - build(deps): bump node from `6d0f18a` to `db8772d` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3163](https://togithub.com/nodejs/undici/pull/3163) - fix header cloning bug by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3162](https://togithub.com/nodejs/undici/pull/3162) - chore: change bench naming for h2 by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3165](https://togithub.com/nodejs/undici/pull/3165) - expose WebSocket related events in node bundle by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3167](https://togithub.com/nodejs/undici/pull/3167) - feat: add support for if-match on retry handler by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3144](https://togithub.com/nodejs/undici/pull/3144) - fix: correct firing order of abort events by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3169](https://togithub.com/nodejs/undici/pull/3169) - create fast MessageEvent by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3170](https://togithub.com/nodejs/undici/pull/3170) - chore: add explicitly [@​fastify/busboy](https://togithub.com/fastify/busboy) by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3172](https://togithub.com/nodejs/undici/pull/3172) - chore: remove sinon as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3171](https://togithub.com/nodejs/undici/pull/3171) - webidl changes by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3175](https://togithub.com/nodejs/undici/pull/3175) - preserve dictionary key name in webidl errors by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3176](https://togithub.com/nodejs/undici/pull/3176) #### New Contributors - [@​tsibley](https://togithub.com/tsibley) made their first contribution in [https://github.com/nodejs/undici/pull/3151](https://togithub.com/nodejs/undici/pull/3151) **Full Changelog**: nodejs/undici@v6.14.1...v6.15.0 ### [`v6.14.1`](https://togithub.com/nodejs/undici/releases/tag/v6.14.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.14.0...v6.14.1) #### What's Changed - fix: tweak keep-alive timeout implementation by [@​mweberxyz](https://togithub.com/mweberxyz) in [https://github.com/nodejs/undici/pull/3145](https://togithub.com/nodejs/undici/pull/3145) - build(deps-dev): bump borp from 0.11.0 to 0.12.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3153](https://togithub.com/nodejs/undici/pull/3153) - build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3154](https://togithub.com/nodejs/undici/pull/3154) - fix(EnvHttpProxyAgent): prefer lowercase env vars by [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in [https://github.com/nodejs/undici/pull/3152](https://togithub.com/nodejs/undici/pull/3152) **Full Changelog**: nodejs/undici@v6.14.0...v6.14.1 ### [`v6.14.0`](https://togithub.com/nodejs/undici/releases/tag/v6.14.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.13.0...v6.14.0) #### What's Changed - bench: enable benchmarks for h2 by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3100](https://togithub.com/nodejs/undici/pull/3100) - perf: improve performance of isomorphicEncode by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3101](https://togithub.com/nodejs/undici/pull/3101) - util: remove isReadableAborted by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3104](https://togithub.com/nodejs/undici/pull/3104) - fix(types): The second parameter of EventSource is optional by [@​zbinlin](https://togithub.com/zbinlin) in [https://github.com/nodejs/undici/pull/3106](https://togithub.com/nodejs/undici/pull/3106) - fix: onConnect types by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3116](https://togithub.com/nodejs/undici/pull/3116) - add dispatcher option to EventSource by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3119](https://togithub.com/nodejs/undici/pull/3119) - core: improve parseURL by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3102](https://togithub.com/nodejs/undici/pull/3102) - test: increase coverage by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3121](https://togithub.com/nodejs/undici/pull/3121) - docs: add directions to run docs and benchmarks by [@​FatumaA](https://togithub.com/FatumaA) in [https://github.com/nodejs/undici/pull/3092](https://togithub.com/nodejs/undici/pull/3092) - perf: avoid unnecessary clone by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3117](https://togithub.com/nodejs/undici/pull/3117) - build(deps-dev): bump borp from 0.10.0 to 0.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3126](https://togithub.com/nodejs/undici/pull/3126) - drop node support for < v18.17.0 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3125](https://togithub.com/nodejs/undici/pull/3125) - test: improve test and ci performance by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3135](https://togithub.com/nodejs/undici/pull/3135) - Added EnvHttpProxyAgent to support HTTP_PROXY by [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in [https://github.com/nodejs/undici/pull/2994](https://togithub.com/nodejs/undici/pull/2994) - fetch: Change wording of "Body is unusable" error by [@​nzakas](https://togithub.com/nzakas) in [https://github.com/nodejs/undici/pull/3105](https://togithub.com/nodejs/undici/pull/3105) - perf: use class instead of object literals with getters by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3138](https://togithub.com/nodejs/undici/pull/3138) - fix: unhandled exception or failing error body by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3137](https://togithub.com/nodejs/undici/pull/3137) - reuse realm for Request/Response by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3142](https://togithub.com/nodejs/undici/pull/3142) - fix([H2-#​3140](https://togithub.com/H2-/undici/issues/3140)): abort requets upon GOAWAY by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3143](https://togithub.com/nodejs/undici/pull/3143) - don't store realm on Request/Response by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3146](https://togithub.com/nodejs/undici/pull/3146) - improve: wasm build by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3074](https://togithub.com/nodejs/undici/pull/3074) #### New Contributors - [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) made their first contribution in [https://github.com/nodejs/undici/pull/2994](https://togithub.com/nodejs/undici/pull/2994) - [@​nzakas](https://togithub.com/nzakas) made their first contribution in [https://github.com/nodejs/undici/pull/3105](https://togithub.com/nodejs/undici/pull/3105) **Full Changelog**: nodejs/undici@v6.13.0...v6.14.0 ### [`v6.13.0`](https://togithub.com/nodejs/undici/releases/tag/v6.13.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.12.0...v6.13.0) #### What's Changed - build(deps): bump node from `9696b26` to `ad255c6` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3073](https://togithub.com/nodejs/undici/pull/3073) - test: remove only by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3077](https://togithub.com/nodejs/undici/pull/3077) - fix: defer errors with setImmediate by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3081](https://togithub.com/nodejs/undici/pull/3081) - improve DecoratorHandler by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3079](https://togithub.com/nodejs/undici/pull/3079) - chore: removed unused escapeFormDataName by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3084](https://togithub.com/nodejs/undici/pull/3084) - Mention option to pass streams into FormData by [@​JaoodxD](https://togithub.com/JaoodxD) in [https://github.com/nodejs/undici/pull/3086](https://togithub.com/nodejs/undici/pull/3086) - fetch: improve performance of isValidEncodedURL by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3090](https://togithub.com/nodejs/undici/pull/3090) - optimize utf8Decode by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3085](https://togithub.com/nodejs/undici/pull/3085) - refactor: h2 refactoring by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3082](https://togithub.com/nodejs/undici/pull/3082) - Skip the creation of a transform stream in fetch by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3093](https://togithub.com/nodejs/undici/pull/3093) - fetch: improve performance of urlHasHttpsScheme by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3094](https://togithub.com/nodejs/undici/pull/3094) - fetch: avoid creation of an intermediary ReadableStream by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3095](https://togithub.com/nodejs/undici/pull/3095) - test: duplicate jest unspecific tests to native runner by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3075](https://togithub.com/nodejs/undici/pull/3075) - build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3096](https://togithub.com/nodejs/undici/pull/3096) - fetch: improve performance of isValidHeaderValue by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3098](https://togithub.com/nodejs/undici/pull/3098) - chore: automate releases with pr by [@​mweberxyz](https://togithub.com/mweberxyz) in [https://github.com/nodejs/undici/pull/3089](https://togithub.com/nodejs/undici/pull/3089) #### New Contributors - [@​github-actions](https://togithub.com/github-actions) made their first contribution in [https://github.com/nodejs/undici/pull/3099](https://togithub.com/nodejs/undici/pull/3099) **Full Changelog**: nodejs/undici@v6.12.0...v6.13.0 ### [`v6.12.0`](https://togithub.com/nodejs/undici/releases/tag/v6.12.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.11.1...v6.12.0) #### What's Changed - fix: broken test by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3045](https://togithub.com/nodejs/undici/pull/3045) - fix: http2 header parsing by [@​climba03003](https://togithub.com/climba03003) in [https://github.com/nodejs/undici/pull/3047](https://togithub.com/nodejs/undici/pull/3047) - types: fix Request.refererPolicy and RequestInit.refererPolicy are incompatible by [@​zbinlin](https://togithub.com/zbinlin) in [https://github.com/nodejs/undici/pull/3039](https://togithub.com/nodejs/undici/pull/3039) - fix(types): onHeaders always takes headers as an array of buffer by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3050](https://togithub.com/nodejs/undici/pull/3050) - fix: ProxyAgent causes request.headers.host to be forcibly reset by [@​1zilc](https://togithub.com/1zilc) in [https://github.com/nodejs/undici/pull/3026](https://togithub.com/nodejs/undici/pull/3026) - fallback to Buffer.isUtf8 on platforms without icu by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3006](https://togithub.com/nodejs/undici/pull/3006) - build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3037](https://togithub.com/nodejs/undici/pull/3037) - build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3035](https://togithub.com/nodejs/undici/pull/3035) - build(deps): bump node from `577f8eb` to `87524df` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3055](https://togithub.com/nodejs/undici/pull/3055) - build(deps): bump node from `87524df` to `9696b26` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3058](https://togithub.com/nodejs/undici/pull/3058) - fetch: Block ports 4190 & 6679 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3059](https://togithub.com/nodejs/undici/pull/3059) - test: activate testing for interceptors and cache by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3061](https://togithub.com/nodejs/undici/pull/3061) - cache: improve test coverage by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3063](https://togithub.com/nodejs/undici/pull/3063) - feat: modernize fuzzing by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3060](https://togithub.com/nodejs/undici/pull/3060) - fix: request abort by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3056](https://togithub.com/nodejs/undici/pull/3056) - fix: signal handling by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3053](https://togithub.com/nodejs/undici/pull/3053) - fix(H2): handle goaway properly by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3057](https://togithub.com/nodejs/undici/pull/3057) - test: client, set body to null if bigger than CHUNK_LIMIT by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3064](https://togithub.com/nodejs/undici/pull/3064) - mock: improve mock interceptor by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3062](https://togithub.com/nodejs/undici/pull/3062) - fix: bad client destroy on servername change by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3066](https://togithub.com/nodejs/undici/pull/3066) - perf: improve isBlobLike by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3070](https://togithub.com/nodejs/undici/pull/3070) - test: add sanity check for llhttp wasm files by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3068](https://togithub.com/nodejs/undici/pull/3068) #### New Contributors - [@​zbinlin](https://togithub.com/zbinlin) made their first contribution in [https://github.com/nodejs/undici/pull/3039](https://togithub.com/nodejs/undici/pull/3039) - [@​1zilc](https://togithub.com/1zilc) made their first contribution in [https://github.com/nodejs/undici/pull/3026](https://togithub.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).
kodiakhq Bot
referenced
this pull request
in X-oss-byte/Nextjs
May 31, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`6.18.1` -> `6.18.2`](https://renovatebot.com/diffs/npm/undici/6.11.1/6.18.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.18.2`](https://togithub.com/nodejs/undici/compare/v6.18.1...665f24738041757789fab95cce40cb0345cf2c0f) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.18.1...v6.18.2) ### [`v6.18.1`](https://togithub.com/nodejs/undici/releases/tag/v6.18.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.18.0...v6.18.1) #### What's Changed - docs: Update references to dispatcher in docs by [@​haikyuu](https://togithub.com/haikyuu) in [https://github.com/nodejs/undici/pull/3281](https://togithub.com/nodejs/undici/pull/3281) - fix: compatibility for global headers by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3286](https://togithub.com/nodejs/undici/pull/3286) - websocket: pre-calculated length by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3284](https://togithub.com/nodejs/undici/pull/3284) - ci: fix autobahn workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3291](https://togithub.com/nodejs/undici/pull/3291) - revert: "websocket: pre-calculated length" by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3290](https://togithub.com/nodejs/undici/pull/3290) - websocket: use FixedQueue instead of Set by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3283](https://togithub.com/nodejs/undici/pull/3283) #### New Contributors - [@​haikyuu](https://togithub.com/haikyuu) made their first contribution in [https://github.com/nodejs/undici/pull/3281](https://togithub.com/nodejs/undici/pull/3281) **Full Changelog**: nodejs/undici@v6.18.0...v6.18.1 ### [`v6.18.0`](https://togithub.com/nodejs/undici/releases/tag/v6.18.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.17.0...v6.18.0) #### What's Changed - permessage-deflate decompression support in websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3263](https://togithub.com/nodejs/undici/pull/3263) - fix: Fix server closing in tests. by [@​ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/nodejs/undici/pull/3279](https://togithub.com/nodejs/undici/pull/3279) **Full Changelog**: nodejs/undici@v6.17.0...v6.18.0 ### [`v6.17.0`](https://togithub.com/nodejs/undici/releases/tag/v6.17.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.16.1...v6.17.0) #### What's Changed - fetch: fix captureStackTrace by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3227](https://togithub.com/nodejs/undici/pull/3227) - fetch: fix wpt test request-upload.any.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3234](https://togithub.com/nodejs/undici/pull/3234) - websocket: don't clone buffer by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3240](https://togithub.com/nodejs/undici/pull/3240) - Remove unecessary async from writeBuffer by [@​DarkGL](https://togithub.com/DarkGL) in [https://github.com/nodejs/undici/pull/3245](https://togithub.com/nodejs/undici/pull/3245) - refactor websocket control frame handling by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3241](https://togithub.com/nodejs/undici/pull/3241) - fix parsing continuation frames in websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3247](https://togithub.com/nodejs/undici/pull/3247) - ci: node nightly test should use node 23 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3248](https://togithub.com/nodejs/undici/pull/3248) - Add test to verify if the connection is correctly aborted on cancel by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3219](https://togithub.com/nodejs/undici/pull/3219) - Autobahn suite by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3251](https://togithub.com/nodejs/undici/pull/3251) - websocket: fix 6 autobahn tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3254](https://togithub.com/nodejs/undici/pull/3254) - websocket: checkout correct commit in autobahn workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3258](https://togithub.com/nodejs/undici/pull/3258) - Cleanup websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3257](https://togithub.com/nodejs/undici/pull/3257) - websocket: autobahn workflow should fail on error by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3259](https://togithub.com/nodejs/undici/pull/3259) - add bodymixin bytes by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3262](https://togithub.com/nodejs/undici/pull/3262) - perf: avoid buffer cloning by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3264](https://togithub.com/nodejs/undici/pull/3264) - feat: dump interceptor by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3118](https://togithub.com/nodejs/undici/pull/3118) - use private properties in Headers by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3269](https://togithub.com/nodejs/undici/pull/3269) - Revert "websocket: autobahn workflow should fail on error" by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3270](https://togithub.com/nodejs/undici/pull/3270) - build(deps): bump node from `487dc5d` to `9e8f45f` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3271](https://togithub.com/nodejs/undici/pull/3271) #### New Contributors - [@​DarkGL](https://togithub.com/DarkGL) made their first contribution in [https://github.com/nodejs/undici/pull/3245](https://togithub.com/nodejs/undici/pull/3245) **Full Changelog**: nodejs/undici@v6.16.1...v6.17.0 ### [`v6.16.1`](https://togithub.com/nodejs/undici/releases/tag/v6.16.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.16.0...v6.16.1) #### What's Changed - fix some typos by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3217](https://togithub.com/nodejs/undici/pull/3217) - websocket: move codeblock in parseCloseBody by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3215](https://togithub.com/nodejs/undici/pull/3215) - fetch: enable wpt test request-referrer.any.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3223](https://togithub.com/nodejs/undici/pull/3223) - fetch: wpt add /fetch/api/resources/cache.py to server.mjs by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3225](https://togithub.com/nodejs/undici/pull/3225) - add pipe support for wpt server by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3228](https://togithub.com/nodejs/undici/pull/3228) - test: reduce the number of requests in `fire-and-forget.js` by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3229](https://togithub.com/nodejs/undici/pull/3229) - ci: add node 22 in ci test matrix, use 22 for coverage by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3226](https://togithub.com/nodejs/undici/pull/3226) - fetch: don't set an invalid origin header by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3235](https://togithub.com/nodejs/undici/pull/3235) - fail wpt runner if expected failures does not match actual by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3236](https://togithub.com/nodejs/undici/pull/3236) - fix: ignore content-length when dumping HEAD by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3222](https://togithub.com/nodejs/undici/pull/3222) **Full Changelog**: nodejs/undici@v6.16.0...v6.16.1 ### [`v6.16.0`](https://togithub.com/nodejs/undici/releases/tag/v6.16.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.15.0...v6.16.0) #### What's Changed - add index to sequence converter errors by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3178](https://togithub.com/nodejs/undici/pull/3178) - build(deps-dev): bump borp from 0.12.0 to 0.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3179](https://togithub.com/nodejs/undici/pull/3179) - build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3180](https://togithub.com/nodejs/undici/pull/3180) - build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3181](https://togithub.com/nodejs/undici/pull/3181) - fix: keep raw header name by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3183](https://togithub.com/nodejs/undici/pull/3183) - fix(fetch): improve Headers and Request type-compatibility by [@​kettanaito](https://togithub.com/kettanaito) in [https://github.com/nodejs/undici/pull/1964](https://togithub.com/nodejs/undici/pull/1964) - fix 3 mimesniff tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3185](https://togithub.com/nodejs/undici/pull/3185) - build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3187](https://togithub.com/nodejs/undici/pull/3187) - build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3191](https://togithub.com/nodejs/undici/pull/3191) - build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3192](https://togithub.com/nodejs/undici/pull/3192) - build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3189](https://togithub.com/nodejs/undici/pull/3189) - build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3188](https://togithub.com/nodejs/undici/pull/3188) - build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3190](https://togithub.com/nodejs/undici/pull/3190) - build(deps): bump node from `9459e24` to `487dc5d` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3195](https://togithub.com/nodejs/undici/pull/3195) - perf: avoid spread in makeRequest() by [@​gunjam](https://togithub.com/gunjam) in [https://github.com/nodejs/undici/pull/3193](https://togithub.com/nodejs/undici/pull/3193) - refactor: code cleanup by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3194](https://togithub.com/nodejs/undici/pull/3194) - fix parsing when receiving empty body websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3205](https://togithub.com/nodejs/undici/pull/3205) - fix: MockResponseCallbackOptions type by [@​merojosa](https://togithub.com/merojosa) in [https://github.com/nodejs/undici/pull/2951](https://togithub.com/nodejs/undici/pull/2951) - docs(proxy): fix typo by [@​kanadgupta](https://togithub.com/kanadgupta) in [https://github.com/nodejs/undici/pull/3207](https://togithub.com/nodejs/undici/pull/3207) - fix websocket receiving an invalid utf-8 in close frame by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3206](https://togithub.com/nodejs/undici/pull/3206) - perf: avoid setImmediate if body is reading by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3210](https://togithub.com/nodejs/undici/pull/3210) - fix: request abort signal by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3209](https://togithub.com/nodejs/undici/pull/3209) - fix: remove abort handler on close by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3211](https://togithub.com/nodejs/undici/pull/3211) - fix: pass abort function by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3212](https://togithub.com/nodejs/undici/pull/3212) - websocket: 200x faster generate mask by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3204](https://togithub.com/nodejs/undici/pull/3204) - use FinalizationRegistry to cancel the body if response is collected by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3199](https://togithub.com/nodejs/undici/pull/3199) - websocket: don't clone buffer if it's not needed. by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3214](https://togithub.com/nodejs/undici/pull/3214) - websocket: use FastBuffer by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3213](https://togithub.com/nodejs/undici/pull/3213) #### New Contributors - [@​kettanaito](https://togithub.com/kettanaito) made their first contribution in [https://github.com/nodejs/undici/pull/1964](https://togithub.com/nodejs/undici/pull/1964) - [@​gunjam](https://togithub.com/gunjam) made their first contribution in [https://github.com/nodejs/undici/pull/3193](https://togithub.com/nodejs/undici/pull/3193) - [@​merojosa](https://togithub.com/merojosa) made their first contribution in [https://github.com/nodejs/undici/pull/2951](https://togithub.com/nodejs/undici/pull/2951) - [@​kanadgupta](https://togithub.com/kanadgupta) made their first contribution in [https://github.com/nodejs/undici/pull/3207](https://togithub.com/nodejs/undici/pull/3207) **Full Changelog**: nodejs/undici@v6.15.0...v6.16.0 ### [`v6.15.0`](https://togithub.com/nodejs/undici/releases/tag/v6.15.0) [Compare Source](https://togithub.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 [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3148](https://togithub.com/nodejs/undici/pull/3148) - test: add headerslist copy check by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3156](https://togithub.com/nodejs/undici/pull/3156) - chore: ensure automated v6 release compared to v6 by [@​mweberxyz](https://togithub.com/mweberxyz) in [https://github.com/nodejs/undici/pull/3149](https://togithub.com/nodejs/undici/pull/3149) - fetch: do not leak signal listeners by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3158](https://togithub.com/nodejs/undici/pull/3158) - fix: request cache mode is not the same as request mode by [@​tsibley](https://togithub.com/tsibley) in [https://github.com/nodejs/undici/pull/3151](https://togithub.com/nodejs/undici/pull/3151) - fetch: don't re-lowercase HeadersList by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3159](https://togithub.com/nodejs/undici/pull/3159) - fix casing issue when cloning Headers object by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3160](https://togithub.com/nodejs/undici/pull/3160) - build(deps): bump node from `6d0f18a` to `db8772d` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3163](https://togithub.com/nodejs/undici/pull/3163) - fix header cloning bug by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3162](https://togithub.com/nodejs/undici/pull/3162) - chore: change bench naming for h2 by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3165](https://togithub.com/nodejs/undici/pull/3165) - expose WebSocket related events in node bundle by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3167](https://togithub.com/nodejs/undici/pull/3167) - feat: add support for if-match on retry handler by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3144](https://togithub.com/nodejs/undici/pull/3144) - fix: correct firing order of abort events by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3169](https://togithub.com/nodejs/undici/pull/3169) - create fast MessageEvent by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3170](https://togithub.com/nodejs/undici/pull/3170) - chore: add explicitly [@​fastify/busboy](https://togithub.com/fastify/busboy) by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3172](https://togithub.com/nodejs/undici/pull/3172) - chore: remove sinon as dev dependency by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3171](https://togithub.com/nodejs/undici/pull/3171) - webidl changes by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3175](https://togithub.com/nodejs/undici/pull/3175) - preserve dictionary key name in webidl errors by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3176](https://togithub.com/nodejs/undici/pull/3176) #### New Contributors - [@​tsibley](https://togithub.com/tsibley) made their first contribution in [https://github.com/nodejs/undici/pull/3151](https://togithub.com/nodejs/undici/pull/3151) **Full Changelog**: nodejs/undici@v6.14.1...v6.15.0 ### [`v6.14.1`](https://togithub.com/nodejs/undici/releases/tag/v6.14.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.14.0...v6.14.1) #### What's Changed - fix: tweak keep-alive timeout implementation by [@​mweberxyz](https://togithub.com/mweberxyz) in [https://github.com/nodejs/undici/pull/3145](https://togithub.com/nodejs/undici/pull/3145) - build(deps-dev): bump borp from 0.11.0 to 0.12.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3153](https://togithub.com/nodejs/undici/pull/3153) - build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3154](https://togithub.com/nodejs/undici/pull/3154) - fix(EnvHttpProxyAgent): prefer lowercase env vars by [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in [https://github.com/nodejs/undici/pull/3152](https://togithub.com/nodejs/undici/pull/3152) **Full Changelog**: nodejs/undici@v6.14.0...v6.14.1 ### [`v6.14.0`](https://togithub.com/nodejs/undici/releases/tag/v6.14.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.13.0...v6.14.0) #### What's Changed - bench: enable benchmarks for h2 by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3100](https://togithub.com/nodejs/undici/pull/3100) - perf: improve performance of isomorphicEncode by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3101](https://togithub.com/nodejs/undici/pull/3101) - util: remove isReadableAborted by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3104](https://togithub.com/nodejs/undici/pull/3104) - fix(types): The second parameter of EventSource is optional by [@​zbinlin](https://togithub.com/zbinlin) in [https://github.com/nodejs/undici/pull/3106](https://togithub.com/nodejs/undici/pull/3106) - fix: onConnect types by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3116](https://togithub.com/nodejs/undici/pull/3116) - add dispatcher option to EventSource by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3119](https://togithub.com/nodejs/undici/pull/3119) - core: improve parseURL by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3102](https://togithub.com/nodejs/undici/pull/3102) - test: increase coverage by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3121](https://togithub.com/nodejs/undici/pull/3121) - docs: add directions to run docs and benchmarks by [@​FatumaA](https://togithub.com/FatumaA) in [https://github.com/nodejs/undici/pull/3092](https://togithub.com/nodejs/undici/pull/3092) - perf: avoid unnecessary clone by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3117](https://togithub.com/nodejs/undici/pull/3117) - build(deps-dev): bump borp from 0.10.0 to 0.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3126](https://togithub.com/nodejs/undici/pull/3126) - drop node support for < v18.17.0 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3125](https://togithub.com/nodejs/undici/pull/3125) - test: improve test and ci performance by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3135](https://togithub.com/nodejs/undici/pull/3135) - Added EnvHttpProxyAgent to support HTTP_PROXY by [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in [https://github.com/nodejs/undici/pull/2994](https://togithub.com/nodejs/undici/pull/2994) - fetch: Change wording of "Body is unusable" error by [@​nzakas](https://togithub.com/nzakas) in [https://github.com/nodejs/undici/pull/3105](https://togithub.com/nodejs/undici/pull/3105) - perf: use class instead of object literals with getters by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3138](https://togithub.com/nodejs/undici/pull/3138) - fix: unhandled exception or failing error body by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3137](https://togithub.com/nodejs/undici/pull/3137) - reuse realm for Request/Response by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3142](https://togithub.com/nodejs/undici/pull/3142) - fix([H2-#​3140](https://togithub.com/H2-/undici/issues/3140)): abort requets upon GOAWAY by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3143](https://togithub.com/nodejs/undici/pull/3143) - don't store realm on Request/Response by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3146](https://togithub.com/nodejs/undici/pull/3146) - improve: wasm build by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3074](https://togithub.com/nodejs/undici/pull/3074) #### New Contributors - [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) made their first contribution in [https://github.com/nodejs/undici/pull/2994](https://togithub.com/nodejs/undici/pull/2994) - [@​nzakas](https://togithub.com/nzakas) made their first contribution in [https://github.com/nodejs/undici/pull/3105](https://togithub.com/nodejs/undici/pull/3105) **Full Changelog**: nodejs/undici@v6.13.0...v6.14.0 ### [`v6.13.0`](https://togithub.com/nodejs/undici/releases/tag/v6.13.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.12.0...v6.13.0) #### What's Changed - build(deps): bump node from `9696b26` to `ad255c6` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3073](https://togithub.com/nodejs/undici/pull/3073) - test: remove only by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3077](https://togithub.com/nodejs/undici/pull/3077) - fix: defer errors with setImmediate by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3081](https://togithub.com/nodejs/undici/pull/3081) - improve DecoratorHandler by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3079](https://togithub.com/nodejs/undici/pull/3079) - chore: removed unused escapeFormDataName by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3084](https://togithub.com/nodejs/undici/pull/3084) - Mention option to pass streams into FormData by [@​JaoodxD](https://togithub.com/JaoodxD) in [https://github.com/nodejs/undici/pull/3086](https://togithub.com/nodejs/undici/pull/3086) - fetch: improve performance of isValidEncodedURL by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3090](https://togithub.com/nodejs/undici/pull/3090) - optimize utf8Decode by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3085](https://togithub.com/nodejs/undici/pull/3085) - refactor: h2 refactoring by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3082](https://togithub.com/nodejs/undici/pull/3082) - Skip the creation of a transform stream in fetch by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3093](https://togithub.com/nodejs/undici/pull/3093) - fetch: improve performance of urlHasHttpsScheme by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3094](https://togithub.com/nodejs/undici/pull/3094) - fetch: avoid creation of an intermediary ReadableStream by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3095](https://togithub.com/nodejs/undici/pull/3095) - test: duplicate jest unspecific tests to native runner by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3075](https://togithub.com/nodejs/undici/pull/3075) - build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3096](https://togithub.com/nodejs/undici/pull/3096) - fetch: improve performance of isValidHeaderValue by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3098](https://togithub.com/nodejs/undici/pull/3098) - chore: automate releases with pr by [@​mweberxyz](https://togithub.com/mweberxyz) in [https://github.com/nodejs/undici/pull/3089](https://togithub.com/nodejs/undici/pull/3089) #### New Contributors - [@​github-actions](https://togithub.com/github-actions) made their first contribution in [https://github.com/nodejs/undici/pull/3099](https://togithub.com/nodejs/undici/pull/3099) **Full Changelog**: nodejs/undici@v6.12.0...v6.13.0 ### [`v6.12.0`](https://togithub.com/nodejs/undici/releases/tag/v6.12.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.11.1...v6.12.0) #### What's Changed - fix: broken test by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3045](https://togithub.com/nodejs/undici/pull/3045) - fix: http2 header parsing by [@​climba03003](https://togithub.com/climba03003) in [https://github.com/nodejs/undici/pull/3047](https://togithub.com/nodejs/undici/pull/3047) - types: fix Request.refererPolicy and RequestInit.refererPolicy are incompatible by [@​zbinlin](https://togithub.com/zbinlin) in [https://github.com/nodejs/undici/pull/3039](https://togithub.com/nodejs/undici/pull/3039) - fix(types): onHeaders always takes headers as an array of buffer by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3050](https://togithub.com/nodejs/undici/pull/3050) - fix: ProxyAgent causes request.headers.host to be forcibly reset by [@​1zilc](https://togithub.com/1zilc) in [https://github.com/nodejs/undici/pull/3026](https://togithub.com/nodejs/undici/pull/3026) - fallback to Buffer.isUtf8 on platforms without icu by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3006](https://togithub.com/nodejs/undici/pull/3006) - build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3037](https://togithub.com/nodejs/undici/pull/3037) - build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3035](https://togithub.com/nodejs/undici/pull/3035) - build(deps): bump node from `577f8eb` to `87524df` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3055](https://togithub.com/nodejs/undici/pull/3055) - build(deps): bump node from `87524df` to `9696b26` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3058](https://togithub.com/nodejs/undici/pull/3058) - fetch: Block ports 4190 & 6679 by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3059](https://togithub.com/nodejs/undici/pull/3059) - test: activate testing for interceptors and cache by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3061](https://togithub.com/nodejs/undici/pull/3061) - cache: improve test coverage by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3063](https://togithub.com/nodejs/undici/pull/3063) - feat: modernize fuzzing by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3060](https://togithub.com/nodejs/undici/pull/3060) - fix: request abort by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3056](https://togithub.com/nodejs/undici/pull/3056) - fix: signal handling by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3053](https://togithub.com/nodejs/undici/pull/3053) - fix(H2): handle goaway properly by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3057](https://togithub.com/nodejs/undici/pull/3057) - test: client, set body to null if bigger than CHUNK_LIMIT by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3064](https://togithub.com/nodejs/undici/pull/3064) - mock: improve mock interceptor by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3062](https://togithub.com/nodejs/undici/pull/3062) - fix: bad client destroy on servername change by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/3066](https://togithub.com/nodejs/undici/pull/3066) - perf: improve isBlobLike by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3070](https://togithub.com/nodejs/undici/pull/3070) - test: add sanity check for llhttp wasm files by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3068](https://togithub.com/nodejs/undici/pull/3068) #### New Contributors - [@​zbinlin](https://togithub.com/zbinlin) made their first contribution in [https://github.com/nodejs/undici/pull/3039](https://togithub.com/nodejs/undici/pull/3039) - [@​1zilc](https://togithub.com/1zilc) made their first contribution in [https://github.com/nodejs/undici/pull/3026](https://togithub.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).
create-app-token-action-releaser Bot
pushed a commit
to actions/create-github-app-token
that referenced
this pull request
Jun 3, 2024
## [1.10.1](v1.10.0...v1.10.1) (2024-06-03) ### Bug Fixes * **deps:** bump the production-dependencies group with 2 updates ([#138](#138)) ([8d81a59](8d81a59)), closes [#606](https://github.com/actions/create-github-app-token/issues/606) [#606](https://github.com/actions/create-github-app-token/issues/606) [#605](https://github.com/actions/create-github-app-token/issues/605) [#604](https://github.com/actions/create-github-app-token/issues/604) [nodejs/undici#3295](nodejs/undici#3295) [nodejs/undici#3298](nodejs/undici#3298) [nodejs/undici#3294](nodejs/undici#3294) [nodejs/undici#3281](nodejs/undici#3281) [nodejs/undici#3286](nodejs/undici#3286) [nodejs/undici#3284](nodejs/undici#3284) [nodejs/undici#3291](nodejs/undici#3291) [nodejs/undici#3290](nodejs/undici#3290) [nodejs/undici#3283](nodejs/undici#3283) [nodejs/undici#3281](nodejs/undici#3281) [nodejs/undici#3263](nodejs/undici#3263) [nodejs/undici#3279](nodejs/undici#3279) [nodejs/undici#3227](nodejs/undici#3227) [nodejs/undici#3234](nodejs/undici#3234) [nodejs/undici#3240](nodejs/undici#3240) [nodejs/undici#3245](nodejs/undici#3245) [nodejs/undici#3241](nodejs/undici#3241) [nodejs/undici#3247](nodejs/undici#3247) [nodejs/undici#3248](nodejs/undici#3248) [nodejs/undici#3219](nodejs/undici#3219) [nodejs/undici#3251](nodejs/undici#3251) [nodejs/undici#3254](nodejs/undici#3254) [nodejs/undici#3258](nodejs/undici#3258) [nodejs/undici#3257](nodejs/undici#3257) [nodejs/undici#3259](nodejs/undici#3259) [nodejs/undici#3262](nodejs/undici#3262) [nodejs/undici#3264](nodejs/undici#3264) [nodejs/undici#3118](nodejs/undici#3118) [nodejs/undici#3269](nodejs/undici#3269) [#3301](https://github.com/actions/create-github-app-token/issues/3301) [#3294](https://github.com/actions/create-github-app-token/issues/3294) [#3298](https://github.com/actions/create-github-app-token/issues/3298) [#3295](https://github.com/actions/create-github-app-token/issues/3295) [#3293](https://github.com/actions/create-github-app-token/issues/3293) [#3283](https://github.com/actions/create-github-app-token/issues/3283) [#3290](https://github.com/actions/create-github-app-token/issues/3290) [#3291](https://github.com/actions/create-github-app-token/issues/3291) [#3284](https://github.com/actions/create-github-app-token/issues/3284) [#3286](https://github.com/actions/create-github-app-token/issues/3286)
bloopy-boi Bot
added a commit
to h3mmy/bloopyboi
that referenced
this pull request
Jun 3, 2024
…→ v1.10.1 ) (#346) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://togithub.com/actions/create-github-app-token) | action | patch | `v1.10.0` -> `v1.10.1` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.10.1`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.10.1) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.10.0...v1.10.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​138](https://togithub.com/actions/create-github-app-token/issues/138)) ([8d81a59](https://togithub.com/actions/create-github-app-token/commit/8d81a59103d6d17f5ecc243eb5fd53757607a1d2)), closes [#​606](https://togithub.com/actions/create-github-app-token/issues/606) [#​606](https://togithub.com/actions/create-github-app-token/issues/606) [#​605](https://togithub.com/actions/create-github-app-token/issues/605) [#​604](https://togithub.com/actions/create-github-app-token/issues/604) [nodejs/undici#3295](https://togithub.com/nodejs/undici/issues/3295) [nodejs/undici#3298](https://togithub.com/nodejs/undici/issues/3298) [nodejs/undici#3294](https://togithub.com/nodejs/undici/issues/3294) [nodejs/undici#3281](https://togithub.com/nodejs/undici/issues/3281) [nodejs/undici#3286](https://togithub.com/nodejs/undici/issues/3286) [nodejs/undici#3284](https://togithub.com/nodejs/undici/issues/3284) [nodejs/undici#3291](https://togithub.com/nodejs/undici/issues/3291) [nodejs/undici#3290](https://togithub.com/nodejs/undici/issues/3290) [nodejs/undici#3283](https://togithub.com/nodejs/undici/issues/3283) [nodejs/undici#3281](https://togithub.com/nodejs/undici/issues/3281) [nodejs/undici#3263](https://togithub.com/nodejs/undici/issues/3263) [nodejs/undici#3279](https://togithub.com/nodejs/undici/issues/3279) [nodejs/undici#3227](https://togithub.com/nodejs/undici/issues/3227) [nodejs/undici#3234](https://togithub.com/nodejs/undici/issues/3234) [nodejs/undici#3240](https://togithub.com/nodejs/undici/issues/3240) [nodejs/undici#3245](https://togithub.com/nodejs/undici/issues/3245) [nodejs/undici#3241](https://togithub.com/nodejs/undici/issues/3241) [nodejs/undici#3247](https://togithub.com/nodejs/undici/issues/3247) [nodejs/undici#3248](https://togithub.com/nodejs/undici/issues/3248) [nodejs/undici#3219](https://togithub.com/nodejs/undici/issues/3219) [nodejs/undici#3251](https://togithub.com/nodejs/undici/issues/3251) [nodejs/undici#3254](https://togithub.com/nodejs/undici/issues/3254) [nodejs/undici#3258](https://togithub.com/nodejs/undici/issues/3258) [nodejs/undici#3257](https://togithub.com/nodejs/undici/issues/3257) [nodejs/undici#3259](https://togithub.com/nodejs/undici/issues/3259) [nodejs/undici#3262](https://togithub.com/nodejs/undici/issues/3262) [nodejs/undici#3264](https://togithub.com/nodejs/undici/issues/3264) [nodejs/undici#3118](https://togithub.com/nodejs/undici/issues/3118) [nodejs/undici#3269](https://togithub.com/nodejs/undici/issues/3269) [#​3301](https://togithub.com/actions/create-github-app-token/issues/3301) [#​3294](https://togithub.com/actions/create-github-app-token/issues/3294) [#​3298](https://togithub.com/actions/create-github-app-token/issues/3298) [#​3295](https://togithub.com/actions/create-github-app-token/issues/3295) [#​3293](https://togithub.com/actions/create-github-app-token/issues/3293) [#​3283](https://togithub.com/actions/create-github-app-token/issues/3283) [#​3290](https://togithub.com/actions/create-github-app-token/issues/3290) [#​3291](https://togithub.com/actions/create-github-app-token/issues/3291) [#​3284](https://togithub.com/actions/create-github-app-token/issues/3284) [#​3286](https://togithub.com/actions/create-github-app-token/issues/3286) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
renovate Bot
added a commit
to Hapag-Lloyd/Workflow-Templates
that referenced
this pull request
Jun 3, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://togithub.com/actions/create-github-app-token) | action | patch | `v1.10.0` -> `v1.10.1` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.10.1`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.10.1) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.10.0...v1.10.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​138](https://togithub.com/actions/create-github-app-token/issues/138)) ([8d81a59](https://togithub.com/actions/create-github-app-token/commit/8d81a59103d6d17f5ecc243eb5fd53757607a1d2)), closes [#​606](https://togithub.com/actions/create-github-app-token/issues/606) [#​606](https://togithub.com/actions/create-github-app-token/issues/606) [#​605](https://togithub.com/actions/create-github-app-token/issues/605) [#​604](https://togithub.com/actions/create-github-app-token/issues/604) [nodejs/undici#3295](https://togithub.com/nodejs/undici/issues/3295) [nodejs/undici#3298](https://togithub.com/nodejs/undici/issues/3298) [nodejs/undici#3294](https://togithub.com/nodejs/undici/issues/3294) [nodejs/undici#3281](https://togithub.com/nodejs/undici/issues/3281) [nodejs/undici#3286](https://togithub.com/nodejs/undici/issues/3286) [nodejs/undici#3284](https://togithub.com/nodejs/undici/issues/3284) [nodejs/undici#3291](https://togithub.com/nodejs/undici/issues/3291) [nodejs/undici#3290](https://togithub.com/nodejs/undici/issues/3290) [nodejs/undici#3283](https://togithub.com/nodejs/undici/issues/3283) [nodejs/undici#3281](https://togithub.com/nodejs/undici/issues/3281) [nodejs/undici#3263](https://togithub.com/nodejs/undici/issues/3263) [nodejs/undici#3279](https://togithub.com/nodejs/undici/issues/3279) [nodejs/undici#3227](https://togithub.com/nodejs/undici/issues/3227) [nodejs/undici#3234](https://togithub.com/nodejs/undici/issues/3234) [nodejs/undici#3240](https://togithub.com/nodejs/undici/issues/3240) [nodejs/undici#3245](https://togithub.com/nodejs/undici/issues/3245) [nodejs/undici#3241](https://togithub.com/nodejs/undici/issues/3241) [nodejs/undici#3247](https://togithub.com/nodejs/undici/issues/3247) [nodejs/undici#3248](https://togithub.com/nodejs/undici/issues/3248) [nodejs/undici#3219](https://togithub.com/nodejs/undici/issues/3219) [nodejs/undici#3251](https://togithub.com/nodejs/undici/issues/3251) [nodejs/undici#3254](https://togithub.com/nodejs/undici/issues/3254) [nodejs/undici#3258](https://togithub.com/nodejs/undici/issues/3258) [nodejs/undici#3257](https://togithub.com/nodejs/undici/issues/3257) [nodejs/undici#3259](https://togithub.com/nodejs/undici/issues/3259) [nodejs/undici#3262](https://togithub.com/nodejs/undici/issues/3262) [nodejs/undici#3264](https://togithub.com/nodejs/undici/issues/3264) [nodejs/undici#3118](https://togithub.com/nodejs/undici/issues/3118) [nodejs/undici#3269](https://togithub.com/nodejs/undici/issues/3269) [#​3301](https://togithub.com/actions/create-github-app-token/issues/3301) [#​3294](https://togithub.com/actions/create-github-app-token/issues/3294) [#​3298](https://togithub.com/actions/create-github-app-token/issues/3298) [#​3295](https://togithub.com/actions/create-github-app-token/issues/3295) [#​3293](https://togithub.com/actions/create-github-app-token/issues/3293) [#​3283](https://togithub.com/actions/create-github-app-token/issues/3283) [#​3290](https://togithub.com/actions/create-github-app-token/issues/3290) [#​3291](https://togithub.com/actions/create-github-app-token/issues/3291) [#​3284](https://togithub.com/actions/create-github-app-token/issues/3284) [#​3286](https://togithub.com/actions/create-github-app-token/issues/3286) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Racer159
pushed a commit
to defenseunicorns/maru-runner
that referenced
this pull request
Jun 7, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://togithub.com/actions/create-github-app-token) | action | patch | `v1.10.0` -> `v1.10.1` | | [actions/dependency-review-action](https://togithub.com/actions/dependency-review-action) | action | patch | `v4.3.2` -> `v4.3.3` | | [defenseunicorns/zarf](https://togithub.com/defenseunicorns/zarf) | | minor | `v0.33.2` -> `v0.34.0` | | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v3.25.6` -> `v3.25.8` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.10.1`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.10.1) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.10.0...v1.10.1) ##### Bug Fixes - **deps:** bump the production-dependencies group with 2 updates ([#​138](https://togithub.com/actions/create-github-app-token/issues/138)) ([8d81a59](https://togithub.com/actions/create-github-app-token/commit/8d81a59103d6d17f5ecc243eb5fd53757607a1d2)), closes [#​606](https://togithub.com/actions/create-github-app-token/issues/606) [#​606](https://togithub.com/actions/create-github-app-token/issues/606) [#​605](https://togithub.com/actions/create-github-app-token/issues/605) [#​604](https://togithub.com/actions/create-github-app-token/issues/604) [nodejs/undici#3295](https://togithub.com/nodejs/undici/issues/3295) [nodejs/undici#3298](https://togithub.com/nodejs/undici/issues/3298) [nodejs/undici#3294](https://togithub.com/nodejs/undici/issues/3294) [nodejs/undici#3281](https://togithub.com/nodejs/undici/issues/3281) [nodejs/undici#3286](https://togithub.com/nodejs/undici/issues/3286) [nodejs/undici#3284](https://togithub.com/nodejs/undici/issues/3284) [nodejs/undici#3291](https://togithub.com/nodejs/undici/issues/3291) [nodejs/undici#3290](https://togithub.com/nodejs/undici/issues/3290) [nodejs/undici#3283](https://togithub.com/nodejs/undici/issues/3283) [nodejs/undici#3281](https://togithub.com/nodejs/undici/issues/3281) [nodejs/undici#3263](https://togithub.com/nodejs/undici/issues/3263) [nodejs/undici#3279](https://togithub.com/nodejs/undici/issues/3279) [nodejs/undici#3227](https://togithub.com/nodejs/undici/issues/3227) [nodejs/undici#3234](https://togithub.com/nodejs/undici/issues/3234) [nodejs/undici#3240](https://togithub.com/nodejs/undici/issues/3240) [nodejs/undici#3245](https://togithub.com/nodejs/undici/issues/3245) [nodejs/undici#3241](https://togithub.com/nodejs/undici/issues/3241) [nodejs/undici#3247](https://togithub.com/nodejs/undici/issues/3247) [nodejs/undici#3248](https://togithub.com/nodejs/undici/issues/3248) [nodejs/undici#3219](https://togithub.com/nodejs/undici/issues/3219) [nodejs/undici#3251](https://togithub.com/nodejs/undici/issues/3251) [nodejs/undici#3254](https://togithub.com/nodejs/undici/issues/3254) [nodejs/undici#3258](https://togithub.com/nodejs/undici/issues/3258) [nodejs/undici#3257](https://togithub.com/nodejs/undici/issues/3257) [nodejs/undici#3259](https://togithub.com/nodejs/undici/issues/3259) [nodejs/undici#3262](https://togithub.com/nodejs/undici/issues/3262) [nodejs/undici#3264](https://togithub.com/nodejs/undici/issues/3264) [nodejs/undici#3118](https://togithub.com/nodejs/undici/issues/3118) [nodejs/undici#3269](https://togithub.com/nodejs/undici/issues/3269) [#​3301](https://togithub.com/actions/create-github-app-token/issues/3301) [#​3294](https://togithub.com/actions/create-github-app-token/issues/3294) [#​3298](https://togithub.com/actions/create-github-app-token/issues/3298) [#​3295](https://togithub.com/actions/create-github-app-token/issues/3295) [#​3293](https://togithub.com/actions/create-github-app-token/issues/3293) [#​3283](https://togithub.com/actions/create-github-app-token/issues/3283) [#​3290](https://togithub.com/actions/create-github-app-token/issues/3290) [#​3291](https://togithub.com/actions/create-github-app-token/issues/3291) [#​3284](https://togithub.com/actions/create-github-app-token/issues/3284) [#​3286](https://togithub.com/actions/create-github-app-token/issues/3286) </details> <details> <summary>actions/dependency-review-action (actions/dependency-review-action)</summary> ### [`v4.3.3`](https://togithub.com/actions/dependency-review-action/releases/tag/v4.3.3): Notes for v4.3.3 [Compare Source](https://togithub.com/actions/dependency-review-action/compare/v4.3.2...v4.3.3) #### What's Changed - Allow slashes in purl package names by [@​juxtin](https://togithub.com/juxtin) in [https://github.com/actions/dependency-review-action/pull/765](https://togithub.com/actions/dependency-review-action/pull/765) - use the v3 version of the deps.dev API by [@​josieang](https://togithub.com/josieang) in [https://github.com/actions/dependency-review-action/pull/741](https://togithub.com/actions/dependency-review-action/pull/741) - PR with suggestions - \[Improvement]: Help streamline / simplify dependency review action README by [@​am-stead](https://togithub.com/am-stead) in [https://github.com/actions/dependency-review-action/pull/773](https://togithub.com/actions/dependency-review-action/pull/773) - fix show-openssf-scorecard-levels input by [@​ramann](https://togithub.com/ramann) in [https://github.com/actions/dependency-review-action/pull/776](https://togithub.com/actions/dependency-review-action/pull/776) - Updates to the contribution guidelines by [@​jonjanego](https://togithub.com/jonjanego) in [https://github.com/actions/dependency-review-action/pull/778](https://togithub.com/actions/dependency-review-action/pull/778) - Create issue templates by [@​jonjanego](https://togithub.com/jonjanego) in [https://github.com/actions/dependency-review-action/pull/777](https://togithub.com/actions/dependency-review-action/pull/777) - Fix the max comment length issue by [@​jhutchings1](https://togithub.com/jhutchings1) and [@​elireisman](https://togithub.com/elireisman) in [https://github.com/actions/dependency-review-action/pull/767](https://togithub.com/actions/dependency-review-action/pull/767) - Bump project version to 4.3.3 in prep for a release by [@​elireisman](https://togithub.com/elireisman) in [https://github.com/actions/dependency-review-action/pull/781](https://togithub.com/actions/dependency-review-action/pull/781) #### New Contributors - [@​josieang](https://togithub.com/josieang) made their first contribution in [https://github.com/actions/dependency-review-action/pull/741](https://togithub.com/actions/dependency-review-action/pull/741) - [@​am-stead](https://togithub.com/am-stead) made their first contribution in [https://github.com/actions/dependency-review-action/pull/773](https://togithub.com/actions/dependency-review-action/pull/773) - [@​ramann](https://togithub.com/ramann) made their first contribution in [https://github.com/actions/dependency-review-action/pull/776](https://togithub.com/actions/dependency-review-action/pull/776) **Full Changelog**: actions/dependency-review-action@v4.3.2...v4.3.3 </details> <details> <summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary> ### [`v0.34.0`](https://togithub.com/defenseunicorns/zarf/releases/tag/v0.34.0) [Compare Source](https://togithub.com/defenseunicorns/zarf/compare/v0.33.2...v0.34.0) #### What's Changed - refactor: move validate to expose it as receivers by [@​Noxsios](https://togithub.com/Noxsios) in [https://github.com/defenseunicorns/zarf/pull/2419](https://togithub.com/defenseunicorns/zarf/pull/2419) - docs: add additional detail to security policy by [@​salaxander](https://togithub.com/salaxander) in [https://github.com/defenseunicorns/zarf/pull/2488](https://togithub.com/defenseunicorns/zarf/pull/2488) - chore: cleanup stale grype ignores and patch golang.org/x/net CVE by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2492](https://togithub.com/defenseunicorns/zarf/pull/2492) - docs: injector and init package reference material by [@​Noxsios](https://togithub.com/Noxsios) in [https://github.com/defenseunicorns/zarf/pull/2468](https://togithub.com/defenseunicorns/zarf/pull/2468) - chore: patch CVE-2024-3817 by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2498](https://togithub.com/defenseunicorns/zarf/pull/2498) - refactor: cleaner image pulls by [@​Noxsios](https://togithub.com/Noxsios) in [https://github.com/defenseunicorns/zarf/pull/2460](https://togithub.com/defenseunicorns/zarf/pull/2460) - chore: adding [@​dgershman](https://togithub.com/dgershman) by [@​dgershman](https://togithub.com/dgershman) in [https://github.com/defenseunicorns/zarf/pull/2506](https://togithub.com/defenseunicorns/zarf/pull/2506) - refactor: context usage in k8s code by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2405](https://togithub.com/defenseunicorns/zarf/pull/2405) - ci: run revive using golang-lint-ci by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2499](https://togithub.com/defenseunicorns/zarf/pull/2499) - feat: update injector away from rouille to axum by [@​schristoff](https://togithub.com/schristoff) in [https://github.com/defenseunicorns/zarf/pull/2457](https://togithub.com/defenseunicorns/zarf/pull/2457) - refactor: enable testifylint linter by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2504](https://togithub.com/defenseunicorns/zarf/pull/2504) - chore: remove rouille CVE from grype ignore by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2515](https://togithub.com/defenseunicorns/zarf/pull/2515) - fix(agent): missing path for pod without labels by [@​brandtkeller](https://togithub.com/brandtkeller) in [https://github.com/defenseunicorns/zarf/pull/2518](https://togithub.com/defenseunicorns/zarf/pull/2518) - fix: adopt namespace metadata by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2494](https://togithub.com/defenseunicorns/zarf/pull/2494) - refactor: enable ineffassign linter by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2500](https://togithub.com/defenseunicorns/zarf/pull/2500) - test: cluster getDeployedPackages by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2523](https://togithub.com/defenseunicorns/zarf/pull/2523) - test: add unit tests for merge zarf state by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2522](https://togithub.com/defenseunicorns/zarf/pull/2522) - test: pod agent unit tests by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2526](https://togithub.com/defenseunicorns/zarf/pull/2526) - docs: add google analytics for docs pages by [@​salaxander](https://togithub.com/salaxander) in [https://github.com/defenseunicorns/zarf/pull/2530](https://togithub.com/defenseunicorns/zarf/pull/2530) - test: add unit tests for detect distro by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2521](https://togithub.com/defenseunicorns/zarf/pull/2521) - test: add tests for injector by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2534](https://togithub.com/defenseunicorns/zarf/pull/2534) - chore: add codecov by [@​schristoff-du](https://togithub.com/schristoff-du) in [https://github.com/defenseunicorns/zarf/pull/2529](https://togithub.com/defenseunicorns/zarf/pull/2529) - chore: add unit tests for creator.LoadPackageDefinition by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2531](https://togithub.com/defenseunicorns/zarf/pull/2531) - test: refactor network test by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2533](https://togithub.com/defenseunicorns/zarf/pull/2533) - test: agent flux unit test by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2528](https://togithub.com/defenseunicorns/zarf/pull/2528) - chore: fix codecov by [@​schristoff](https://togithub.com/schristoff) in [https://github.com/defenseunicorns/zarf/pull/2538](https://togithub.com/defenseunicorns/zarf/pull/2538) - test: creator.ComposeComponents by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2537](https://togithub.com/defenseunicorns/zarf/pull/2537) - refactor: remove use of k8s serivce account by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2544](https://togithub.com/defenseunicorns/zarf/pull/2544) - refactor: remove use of k8s service by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2543](https://togithub.com/defenseunicorns/zarf/pull/2543) - refactor: remove use of k8s configmap by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2541](https://togithub.com/defenseunicorns/zarf/pull/2541) - refactor: remove use of k8s hpa by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2542](https://togithub.com/defenseunicorns/zarf/pull/2542) - test: add secrets tests by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2540](https://togithub.com/defenseunicorns/zarf/pull/2540) - refactor: allow callers to directly set logfile location by [@​Noxsios](https://togithub.com/Noxsios) in [https://github.com/defenseunicorns/zarf/pull/2545](https://togithub.com/defenseunicorns/zarf/pull/2545) - test: add test for packager source by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2525](https://togithub.com/defenseunicorns/zarf/pull/2525) - chore: add unit tests to variables pkg by [@​Racer159](https://togithub.com/Racer159) in [https://github.com/defenseunicorns/zarf/pull/2519](https://togithub.com/defenseunicorns/zarf/pull/2519) - test: clean up tests for composer by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/defenseunicorns/zarf/pull/2532](https://togithub.com/defenseunicorns/zarf/pull/2532) - test: argo agent unit tests by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/defenseunicorns/zarf/pull/2536](https://togithub.com/defenseunicorns/zarf/pull/2536) - fix(release): do not delete testdata in release workflow by [@​lucasrod16](https://togithub.com/lucasrod16) in [https://github.com/defenseunicorns/zarf/pull/2547](https://togithub.com/defenseunicorns/zarf/pull/2547) **Full Changelog**: zarf-dev/zarf@v0.33.2...v0.34.0 </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.25.8`](https://togithub.com/github/codeql-action/compare/v3.25.7...v3.25.8) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.7...v3.25.8) ### [`v3.25.7`](https://togithub.com/github/codeql-action/compare/v3.25.6...v3.25.7) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.6...v3.25.7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 12pm every weekday,before 11am every weekday" in timezone America/New_York, 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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/defenseunicorns/maru-runner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsic3VwcG9ydC1kZXBzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq Bot
referenced
this pull request
in X-oss-byte/Nextjs
Jun 15, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`6.18.2` -> `6.19.0`](https://renovatebot.com/diffs/npm/undici/6.11.1/6.19.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.19.0`](https://togithub.com/nodejs/undici/releases/tag/v6.19.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.18.2...v6.19.0) #### What's Changed - build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3305](https://togithub.com/nodejs/undici/pull/3305) - build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3303](https://togithub.com/nodejs/undici/pull/3303) - build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3304](https://togithub.com/nodejs/undici/pull/3304) - build(deps): bump github/codeql-action from 3.25.3 to 3.25.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3306](https://togithub.com/nodejs/undici/pull/3306) - build(deps): bump node from `9e8f45f` to `dd7e693` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3309](https://togithub.com/nodejs/undici/pull/3309) - build(deps): bump node from `dd7e693` to `e6d4495` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3313](https://togithub.com/nodejs/undici/pull/3313) - remove websocket experimental warning by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3311](https://togithub.com/nodejs/undici/pull/3311) - perf: optimization of request instantiation by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3107](https://togithub.com/nodejs/undici/pull/3107) - perf: convert object to params by [@​DarkGL](https://togithub.com/DarkGL) in [https://github.com/nodejs/undici/pull/3302](https://togithub.com/nodejs/undici/pull/3302) - build(deps-dev): bump borp from 0.14.0 to 0.15.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3320](https://togithub.com/nodejs/undici/pull/3320) - build(deps-dev): bump c8 from 9.1.0 to 10.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3321](https://togithub.com/nodejs/undici/pull/3321) - fix: add missing error classes to types by [@​maxbeatty](https://togithub.com/maxbeatty) in [https://github.com/nodejs/undici/pull/3316](https://togithub.com/nodejs/undici/pull/3316) - export interceptor to type def file by [@​jakecastelli](https://togithub.com/jakecastelli) in [https://github.com/nodejs/undici/pull/3318](https://togithub.com/nodejs/undici/pull/3318) - build(deps): bump node from `e6d4495` to `075a5cc` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3326](https://togithub.com/nodejs/undici/pull/3326) - doc: clearify the behaviour of `bodyTimeout` in the request by [@​jakecastelli](https://togithub.com/jakecastelli) in [https://github.com/nodejs/undici/pull/3324](https://togithub.com/nodejs/undici/pull/3324) - feature: support pre-shared sessions by [@​tastypackets](https://togithub.com/tastypackets) in [https://github.com/nodejs/undici/pull/3325](https://togithub.com/nodejs/undici/pull/3325) #### New Contributors - [@​maxbeatty](https://togithub.com/maxbeatty) made their first contribution in [https://github.com/nodejs/undici/pull/3316](https://togithub.com/nodejs/undici/pull/3316) - [@​jakecastelli](https://togithub.com/jakecastelli) made their first contribution in [https://github.com/nodejs/undici/pull/3318](https://togithub.com/nodejs/undici/pull/3318) **Full Changelog**: nodejs/undici@v6.18.2...v6.19.0 ### [`v6.18.2`](https://togithub.com/nodejs/undici/compare/v6.18.1...665f24738041757789fab95cce40cb0345cf2c0f) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.18.1...v6.18.2) ### [`v6.18.1`](https://togithub.com/nodejs/undici/releases/tag/v6.18.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.18.0...v6.18.1) #### What's Changed - docs: Update references to dispatcher in docs by [@​haikyuu](https://togithub.com/haikyuu) in [https://github.com/nodejs/undici/pull/3281](https://togithub.com/nodejs/undici/pull/3281) - fix: compatibility for global headers by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3286](https://togithub.com/nodejs/undici/pull/3286) - websocket: pre-calculated length by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3284](https://togithub.com/nodejs/undici/pull/3284) - ci: fix autobahn workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3291](https://togithub.com/nodejs/undici/pull/3291) - revert: "websocket: pre-calculated length" by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3290](https://togithub.com/nodejs/undici/pull/3290) - websocket: use FixedQueue instead of Set by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3283](https://togithub.com/nodejs/undici/pull/3283) #### New Contributors - [@​haikyuu](https://togithub.com/haikyuu) made their first contribution in [https://github.com/nodejs/undici/pull/3281](https://togithub.com/nodejs/undici/pull/3281) **Full Changelog**: nodejs/undici@v6.18.0...v6.18.1 ### [`v6.18.0`](https://togithub.com/nodejs/undici/releases/tag/v6.18.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.17.0...v6.18.0) #### What's Changed - permessage-deflate decompression support in websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3263](https://togithub.com/nodejs/undici/pull/3263) - fix: Fix server closing in tests. by [@​ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/nodejs/undici/pull/3279](https://togithub.com/nodejs/undici/pull/3279) **Full Changelog**: nodejs/undici@v6.17.0...v6.18.0 ### [`v6.17.0`](https://togithub.com/nodejs/undici/releases/tag/v6.17.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.16.1...v6.17.0) #### What's Changed - fetch: fix captureStackTrace by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3227](https://togithub.com/nodejs/undici/pull/3227) - fetch: fix wpt test request-upload.any.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3234](https://togithub.com/nodejs/undici/pull/3234) - websocket: don't clone buffer by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3240](https://togithub.com/nodejs/undici/pull/3240) - Remove unecessary async from writeBuffer by [@​DarkGL](https://togithub.com/DarkGL) in [https://github.com/nodejs/undici/pull/3245](https://togithub.com/nodejs/undici/pull/3245) - refactor websocket control frame handling by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3241](https://togithub.com/nodejs/undici/pull/3241) - fix parsing continuation frames in websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3247](https://togithub.com/nodejs/undici/pull/3247) - ci: node nightly test should use node 23 by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3248](https://togithub.com/nodejs/undici/pull/3248) - Add test to verify if the connection is correctly aborted on cancel by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/3219](https://togithub.com/nodejs/undici/pull/3219) - Autobahn suite by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3251](https://togithub.com/nodejs/undici/pull/3251) - websocket: fix 6 autobahn tests by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3254](https://togithub.com/nodejs/undici/pull/3254) - websocket: checkout correct commit in autobahn workflow by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3258](https://togithub.com/nodejs/undici/pull/3258) - Cleanup websocket by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3257](https://togithub.com/nodejs/undici/pull/3257) - websocket: autobahn workflow should fail on error by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3259](https://togithub.com/nodejs/undici/pull/3259) - add bodymixin bytes by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3262](https://togithub.com/nodejs/undici/pull/3262) - perf: avoid buffer cloning by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3264](https://togithub.com/nodejs/undici/pull/3264) - feat: dump interceptor by [@​metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/3118](https://togithub.com/nodejs/undici/pull/3118) - use private properties in Headers by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3269](https://togithub.com/nodejs/undici/pull/3269) - Revert "websocket: autobahn workflow should fail on error" by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3270](https://togithub.com/nodejs/undici/pull/3270) - build(deps): bump node from `487dc5d` to `9e8f45f` in /build by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/3271](https://togithub.com/nodejs/undici/pull/3271) #### New Contributors - [@​DarkGL](https://togithub.com/DarkGL) made their first contribution in [https://github.com/nodejs/undici/pull/3245](https://togithub.com/nodejs/undici/pull/3245) **Full Changelog**: nodejs/undici@v6.16.1...v6.17.0 ### [`v6.16.1`](https://togithub.com/nodejs/undici/releases/tag/v6.16.1) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.16.0...v6.16.1) #### What's Changed - fix some typos by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3217](https://togithub.com/nodejs/undici/pull/3217) - websocket: move codeblock in parseCloseBody by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3215](https://togithub.com/nodejs/undici/pull/3215) - fetch: enable wpt test request-referrer.any.js by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3223](https://togithub.com/nodejs/undici/pull/3223) - fetch: wpt add /fetch/api/resources/cache.py to server.mjs by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3225](https://togithub.com/nodejs/undici/pull/3225) - add pipe support for wpt server by [@​KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3228](https://togithub.com/nodejs/undici/pull/3228) - test: reduce the number of requests in `fire-and-forget.js` by [@​tsctx](https://togithub.com/tsctx) in [https://github.com/nodejs/undici/pull/3229](https://togithub.com/nodejs/undici/pull/3229) - ci: add node 22 in ci test matrix, use 22 for coverage by [@​Uzlopak](https://togithub.com/Uzlopak) in [
All autobahn tests pass.