Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #3337 #3338

Merged
merged 2 commits into from
Jun 18, 2024
Merged

fix #3337 #3338

merged 2 commits into from
Jun 18, 2024

Conversation

KhafraDev
Copy link
Member

fixes #3337 (confirmed with the repro op gave, couldn't repro locally)
might fix #3328 but not sure

Effectively reverts f979ec3

Adding this to the slight-spec-deviation-that-ends-up-fucking-up-things list

@Uzlopak
Copy link
Contributor

Uzlopak commented Jun 17, 2024

@KhafraDev
Tests fail?

lib/web/fetch/body.js Outdated Show resolved Hide resolved
@KhafraDev KhafraDev merged commit 035524e into nodejs:main Jun 18, 2024
30 checks passed
@KhafraDev KhafraDev deleted the fix-3337 branch June 18, 2024 04:22
@KhafraDev
Copy link
Member Author

We do need a test for this still, but considering the severity of this I think it was appropriate to land. Note that this is only a revert and now the reverted sections are verbatim with the spec.

From the linked issue: "Reproducible on Node 22.3 and NOT on 22.2."

  • node v22.2 uses undici v16.3.0
  • node v22.3 uses undici v16.8.0

I'm assuming that this is not an issue in the undici dispatcher api, otherwise it would have likely been noticed much earlier. The only change done with fetch's body between those two versions was the commit I linked (f979ec3).

Furthermore, I will be blocking any change done to the specs we implement if they attempt to skip or modify the spec in some way. I think we should accept the limitations of these specs, instead of attempting to "node-ify" them.

@KhafraDev
Copy link
Member Author

I've created a CSV of pretty much every bug fix in fetch over the last 4 months (as far back as github would take me, since I proved my point I didn't bother going back further).

Out of 13 bug fixes:

  • 9 of them were caused by deviating from the spec.
  • 2 of them are legitimate bugs that occurred despite us following the spec.
  • 1 of them was effectively a typo.

There is a chance I missed some, but there are a disproportionate amount of bug reports and bug fixes revolving around deviations from the spec.

@mcollina
Copy link
Member

@KhafraDev I don't think this specific test was meant to break the spec, and it didn't, otherwise our WPTs would have caught it, right?

I think we can all agree on these 3 goals:

  1. improve the performance of fetch()
  2. don't break our users
  3. break the spec only as a last resort

If the current set of tests cannot catch regressions, then the problem is in the test coverage.

This was referenced Jun 18, 2024
@KhafraDev
Copy link
Member Author

I don't agree, fetch is a web spec and we should do our best to implement the spec. There are better suited apis for people who need better performance. Otherwise, I can't help but agree with what ljharb said initially about fetch (paraphrasing) "if it's not compliant with the spec, why not rename it to something else?".

kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Jun 18, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | [`6.19.0` -> `6.19.2`](https://renovatebot.com/diffs/npm/undici/6.11.1/6.19.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.11.1/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.11.1/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.19.2`](https://github.com/nodejs/undici/releases/tag/v6.19.2)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.1...v6.19.2)

#### What's Changed

-   fix [#&#8203;3337](https://github.com/nodejs/undici/issues/3337) by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3338
-   build: use `husky` as `husky install` is deprecated by [@&#8203;jazelly](https://github.com/jazelly) in [nodejs/undici#3340
-   fix: interceptors.d.ts has no default export by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3332

**Full Changelog**: nodejs/undici@v6.19.1...v6.19.2

### [`v6.19.1`](https://github.com/nodejs/undici/compare/v6.19.0...f6b9b442b02d8ab81b06ea0473e1c22bc8ddc254)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.0...v6.19.1)

### [`v6.19.0`](https://github.com/nodejs/undici/releases/tag/v6.19.0)

[Compare Source](https://github.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 [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3305
-   build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3303
-   build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3304
-   build(deps): bump github/codeql-action from 3.25.3 to 3.25.7 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3306
-   build(deps): bump node from `9e8f45f` to `dd7e693` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3309
-   build(deps): bump node from `dd7e693` to `e6d4495` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3313
-   remove websocket experimental warning by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3311
-   perf: optimization of request instantiation by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3107
-   perf: convert object to params by [@&#8203;DarkGL](https://github.com/DarkGL) in [nodejs/undici#3302
-   build(deps-dev): bump borp from 0.14.0 to 0.15.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3320
-   build(deps-dev): bump c8 from 9.1.0 to 10.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3321
-   fix: add missing error classes to types by [@&#8203;maxbeatty](https://github.com/maxbeatty) in [nodejs/undici#3316
-   export interceptor to type def file by [@&#8203;jakecastelli](https://github.com/jakecastelli) in [nodejs/undici#3318
-   build(deps): bump node from `e6d4495` to `075a5cc` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3326
-   doc: clearify the behaviour of `bodyTimeout` in the request by [@&#8203;jakecastelli](https://github.com/jakecastelli) in [nodejs/undici#3324
-   feature: support pre-shared sessions by [@&#8203;tastypackets](https://github.com/tastypackets) in [nodejs/undici#3325

#### New Contributors

-   [@&#8203;maxbeatty](https://github.com/maxbeatty) made their first contribution in [nodejs/undici#3316
-   [@&#8203;jakecastelli](https://github.com/jakecastelli) made their first contribution in [nodejs/undici#3318

**Full Changelog**: nodejs/undici@v6.18.2...v6.19.0

### [`v6.18.2`](https://github.com/nodejs/undici/compare/v6.18.1...665f24738041757789fab95cce40cb0345cf2c0f)

[Compare Source](https://github.com/nodejs/undici/compare/v6.18.1...v6.18.2)

### [`v6.18.1`](https://github.com/nodejs/undici/releases/tag/v6.18.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.18.0...v6.18.1)

#### What's Changed

-   docs: Update references to dispatcher in docs by [@&#8203;haikyuu](https://github.com/haikyuu) in [nodejs/undici#3281
-   fix: compatibility for global headers by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3286
-   websocket: pre-calculated length by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3284
-   ci: fix autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3291
-   revert: "websocket: pre-calculated length" by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3290
-   websocket: use FixedQueue instead of Set by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3283

#### New Contributors

-   [@&#8203;haikyuu](https://github.com/haikyuu) made their first contribution in [nodejs/undici#3281

**Full Changelog**: nodejs/undici@v6.18.0...v6.18.1

### [`v6.18.0`](https://github.com/nodejs/undici/releases/tag/v6.18.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.17.0...v6.18.0)

#### What's Changed

-   permessage-deflate decompression support in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3263
-   fix: Fix server closing in tests. by [@&#8203;ShogunPanda](https://github.com/ShogunPanda) in [nodejs/undici#3279

**Full Changelog**: nodejs/undici@v6.17.0...v6.18.0

### [`v6.17.0`](https://github.com/nodejs/undici/releases/tag/v6.17.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.16.1...v6.17.0)

#### What's Changed

-   fetch: fix captureStackTrace by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3227
-   fetch: fix wpt test request-upload.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3234
-   websocket: don't clone buffer by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3240
-   Remove unecessary async from writeBuffer by [@&#8203;DarkGL](https://github.com/DarkGL) in [nodejs/undici#3245
-   refactor websocket control frame handling by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3241
-   fix parsing continuation frames in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3247
-   ci: node nightly test should use node 23 by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3248
-   Add test to verify if the connection is correctly aborted on cancel by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3219
-   Autobahn suite by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3251
-   websocket: fix 6 autobahn tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3254
-   websocket: checkout correct commit in autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3258
-   Cleanup websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3257
-   websocket: autobahn workflow should fail on error by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3259
-   add bodymixin bytes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3262
-   perf: avoid buffer cloning by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3264
-   feat: dump interceptor by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3118
-   use private properties in Headers by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3269
-   Revert "websocket: autobahn workflow should fail on error" by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3270
-   build(deps): bump node from `487dc5d` to `9e8f45f` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3271

#### New Contributors

-   [@&#8203;DarkGL](https://github.com/DarkGL) made their first contribution in [nodejs/undici#3245

**Full Changelog**: nodejs/undici@v6.16.1...v6.17.0

### [`v6.16.1`](https://github.com/nodejs/undici/releases/tag/v6.16.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.16.0...v6.16.1)

#### What's Changed

-   fix some typos by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3217
-   websocket: move codeblock in parseCloseBody by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3215
-   fetch: enable wpt test request-referrer.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3223
-   fetch: wpt add /fetch/api/resources/cache.py to server.mjs by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3225
-   add pipe support for wpt server by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3228
-   test: reduce the number of requests in `fire-and-forget.js` by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3229
-   ci: add node 22 in ci test matrix, use 22 for coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3226
-   fetch: don't set an invalid origin header by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3235
-   fail wpt runner if expected failures does not match actual by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3236
-   fix: ignore content-length when dumping HEAD by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3222

**Full Changelog**: nodejs/undici@v6.16.0...v6.16.1

### [`v6.16.0`](https://github.com/nodejs/undici/releases/tag/v6.16.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.15.0...v6.16.0)

#### What's Changed

-   add index to sequence converter errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3178
-   build(deps-dev): bump borp from 0.12.0 to 0.13.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3179
-   build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3180
-   build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3181
-   fix: keep raw header name by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3183
-   fix(fetch): improve Headers and Request type-compatibility by [@&#8203;kettanaito](https://github.com/kettanaito) in [nodejs/undici#1964
-   fix 3 mimesniff tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3185
-   build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3187
-   build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3191
-   build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3192
-   build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3189
-   build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3188
-   build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3190
-   build(deps): bump node from `9459e24` to `487dc5d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3195
-   perf: avoid spread in makeRequest() by [@&#8203;gunjam](https://github.com/gunjam) in [nodejs/undici#3193
-   refactor: code cleanup by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3194
-   fix parsing when receiving empty body websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3205
-   fix: MockResponseCallbackOptions type by [@&#8203;merojosa](https://github.com/merojosa) in [nodejs/undici#2951
-   docs(proxy): fix typo by [@&#8203;kanadgupta](https://github.com/kanadgupta) in [nodejs/undici#3207
-   fix websocket receiving an invalid utf-8 in close frame by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3206
-   perf: avoid setImmediate if body is reading by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3210
-   fix: request abort signal by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3209
-   fix: remove abort handler on close by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3211
-   fix: pass abort function by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3212
-   websocket: 200x faster generate mask by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3204
-   use FinalizationRegistry to cancel the body if response is collected by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3199
-   websocket: don't clone buffer if it's not needed. by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3214
-   websocket: use FastBuffer by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3213

#### New Contributors

-   [@&#8203;kettanaito](https://github.com/kettanaito) made their first contribution in [nodejs/undici#1964
-   [@&#8203;gunjam](https://github.com/gunjam) made their first contribution in [nodejs/undici#3193
-   [@&#8203;merojosa](https://github.com/merojosa) made their first contribution in [nodejs/undici#2951
-   [@&#8203;kanadgupta](https://github.com/kanadgupta) made their first contribution in [nodejs/undici#3207

**Full Changelog**: nodejs/undici@v6.15.0...v6.16.0

### [`v6.15.0`](https://github.com/nodejs/undici/releases/tag/v6.15.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.14.1...v6.15.0)

#### What's Changed

-   Expose EnvHttpProxyAgent to Node.js core bundle, so it can be turned … by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3148
-   test: add headerslist copy check by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3156
-   chore: ensure automated v6 release compared to v6 by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3149
-   fetch: do not leak signal listeners by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3158
-   fix: request cache mode is not the same as request mode by [@&#8203;tsibley](https://github.com/tsibley) in [nodejs/undici#3151
-   fetch: don't re-lowercase HeadersList by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3159
-   fix casing issue when cloning Headers object by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3160
-   build(deps): bump node from `6d0f18a` to `db8772d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3163
-   fix header cloning bug by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3162
-   chore: change bench naming for h2 by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3165
-   expose WebSocket related events in node bundle by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3167
-   feat: add support for if-match on retry handler by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3144
-   fix: correct firing order of abort events by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3169
-   create fast MessageEvent by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3170
-   chore: add explicitly [@&#8203;fastify/busboy](https://github.com/fastify/busboy) by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3172
-   chore: remove sinon as dev dependency by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3171
-   webidl changes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3175
-   preserve dictionary key name in webidl errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3176

#### New Contributors

-   [@&#8203;tsibley](https://github.com/tsibley) made their first contribution in [nodejs/undici#3151

**Full Changelog**: nodejs/undici@v6.14.1...v6.15.0

### [`v6.14.1`](https://github.com/nodejs/undici/releases/tag/v6.14.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.14.0...v6.14.1)

#### What's Changed

-   fix: tweak keep-alive timeout implementation by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3145
-   build(deps-dev): bump borp from 0.11.0 to 0.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3153
-   build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3154
-   fix(EnvHttpProxyAgent): prefer lowercase env vars by [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [nodejs/undici#3152

**Full Changelog**: nodejs/undici@v6.14.0...v6.14.1

### [`v6.14.0`](https://github.com/nodejs/undici/releases/tag/v6.14.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.13.0...v6.14.0)

#### What's Changed

-   bench: enable benchmarks for h2 by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3100
-   perf: improve performance of isomorphicEncode by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3101
-   util: remove isReadableAborted by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3104
-   fix(types): The second parameter of EventSource is optional by [@&#8203;zbinlin](https://github.com/zbinlin) in [nodejs/undici#3106
-   fix: onConnect types by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3116
-   add dispatcher option to EventSource by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3119
-   core: improve parseURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3102
-   test: increase coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3121
-   docs: add directions to run docs and benchmarks by [@&#8203;FatumaA](https://github.com/FatumaA) in [nodejs/undici#3092
-   perf: avoid unnecessary clone by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3117
-   build(deps-dev): bump borp from 0.10.0 to 0.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3126
-   drop node support for < v18.17.0 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3125
-   test: improve test and ci performance by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3135
-   Added EnvHttpProxyAgent to support HTTP_PROXY by [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [nodejs/undici#2994
-   fetch: Change wording of "Body is unusable" error by [@&#8203;nzakas](https://github.com/nzakas) in [nodejs/undici#3105
-   perf: use class instead of object literals with getters by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3138
-   fix: unhandled exception or failing error body by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3137
-   reuse realm for Request/Response by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3142
-   fix([H2-#&#8203;3140](https://github.com/H2-/undici/issues/3140)): abort requets upon GOAWAY by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3143
-   don't store realm on Request/Response by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3146
-   improve: wasm build by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3074

#### New Contributors

-   [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) made their first contribution in [nodejs/undici#2994
-   [@&#8203;nzakas](https://github.com/nzakas) made their first contribution in [nodejs/undici#3105

**Full Changelog**: nodejs/undici@v6.13.0...v6.14.0

### [`v6.13.0`](https://github.com/nodejs/undici/releases/tag/v6.13.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.12.0...v6.13.0)

#### What's Changed

-   build(deps): bump node from `9696b26` to `ad255c6` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3073
-   test: remove only by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3077
-   fix: defer errors with setImmediate by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3081
-   improve DecoratorHandler by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3079
-   chore: removed unused escapeFormDataName by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3084
-   Mention option to pass streams into FormData by [@&#8203;JaoodxD](https://github.com/JaoodxD) in [nodejs/undici#3086
-   fetch: improve performance of isValidEncodedURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3090
-   optimize utf8Decode by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3085
-   refactor: h2 refactoring by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3082
-   Skip the creation of a transform stream in fetch by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3093
-   fetch: improve performance of urlHasHttpsScheme by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3094
-   fetch: avoid creation of an intermediary ReadableStream by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3095
-   test: duplicate jest unspecific tests to native runner by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3075
-   build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3096
-   fetch: improve performance of isValidHeaderValue by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3098
-   chore: automate releases with pr by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3089

#### New Contributors

-   [@&#8203;github-actions](https://github.com/github-actions) made their first contribution in [nodejs/undici#3099

**Full Changelog**: nodejs/undici@v6.12.0...v6.13.0

### [`v6.12.0`](https://github.com/nodejs/undici/releases/tag/v6.12.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.11.1...v6.12.0)

#### What's Changed

-   fix: broken test by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3045
-   fix: http2 header parsing by [@&#8203;climba03003](https://github.com/climba03003) in [nodejs/undici#3047
-   types: fix Request.refererPolicy and RequestInit.refererPolicy are incompatible by [@&#8203;zbinlin](https://github.com/zbinlin) in [nodejs/undici#3039
-   fix(types): onHeaders always takes headers as an array of buffer by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3050
-   fix: ProxyAgent causes request.headers.host to be forcibly reset by [@&#8203;1zilc](https://github.com/1zilc) in [nodejs/undici#3026
-   fallback to Buffer.isUtf8 on platforms without icu by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3006
-   build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3037
-   build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3035
-   build(deps): bump node from `577f8eb` to `87524df` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3055
-   build(deps): bump node from `87524df` to `9696b26` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3058
-   fetch: Block ports 4190 & 6679 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3059
-   test: activate testing for interceptors and cache by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3061
-   cache: improve test coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3063
-   feat: modernize fuzzing by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3060
-   fix: request abort by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3056
-   fix: signal handling by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3053
-   fix(H2): handle goaway properly by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3057
-   test: client, set body to null if bigger than CHUNK_LIMIT by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3064
-   mock: improve mock interceptor by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3062
-   fix: bad client destroy on servername change by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3066
-   perf: improve isBlobLike by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3070
-   test: add sanity check for llhttp wasm files by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3068

#### New Contributors

-   [@&#8203;zbinlin](https://github.com/zbinlin) made their first contribution in [nodejs/undici#3039
-   [@&#8203;1zilc](https://github.com/1zilc) made their first contribution in [nodejs/undici#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 pushed a commit to X-oss-byte/Canary-nextjs that referenced this pull request Jun 18, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | [`6.19.0` -> `6.19.2`](https://renovatebot.com/diffs/npm/undici/6.19.0/6.19.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.19.0/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.19.0/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.19.2`](https://github.com/nodejs/undici/releases/tag/v6.19.2)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.1...v6.19.2)

#### What's Changed

-   fix [#&#8203;3337](https://github.com/nodejs/undici/issues/3337) by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3338
-   build: use `husky` as `husky install` is deprecated by [@&#8203;jazelly](https://github.com/jazelly) in [nodejs/undici#3340
-   fix: interceptors.d.ts has no default export by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3332

**Full Changelog**: nodejs/undici@v6.19.1...v6.19.2

### [`v6.19.1`](https://github.com/nodejs/undici/compare/v6.19.0...f6b9b442b02d8ab81b06ea0473e1c22bc8ddc254)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.0...v6.19.1)

</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).
@KhafraDev
Copy link
Member Author

I would like to mention that I wholeheartedly do agree w.r.t test coverage. Our current tests are not enough to safely deviate from the spec, so we should refrain, from all means possible, from doing so.

@mcollina
Copy link
Member

I don't agree, fetch is a web spec and we should do our best to implement the spec.

I think we are in agreement on this.

There are better suited apis for people who need better performance. Otherwise, I can't help but agree with what ljharb said initially about fetch (paraphrasing) "if it's not compliant with the spec, why not rename it to something else?".

We disagree here. fetch() is extremely popular, and we should improve its performance compared to the rest of the libraries. The two goals are not at odds, and I don't understand why you claim they are.

I would like to mention that I wholeheartedly do agree w.r.t test coverage. Our current tests are not enough to safely deviate from the spec, so we should refrain, from all means possible, from doing so.

I think our tests are not enough to make many changes to fetch(), independently of the spec. The given PR was not "violating/breaking" the spec in any deliberate way.
It didn't break any wpt, and so far I haven't been able to reproduce the bug at all.

return Buffer.from(buffer, byteOffset, byteLength)
}
return Buffer.from(buffer.slice(byteOffset, byteOffset + byteLength), 0, byteLength)
}
return Buffer.concat(bytes, byteLength)
Copy link
Member

@ChALkeR ChALkeR Jun 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This case wasn't cloned in shouldClone = true case in the same sense that the call in arrayBuffer() expected, as Buffer.concat returns a pooled Buffer, and arrayBuffer() returned just a .buffer of it

@KhafraDev
Copy link
Member Author

KhafraDev commented Jun 20, 2024

The given PR was not "violating/breaking" the spec in any deliberate way.

It wasn't a deliberate change, but it absolutely did violate the spec in any sense of the definition. If the spec tells us to clone the buffer, and we do not clone it, we have issues like this. The PR willingly skipped the clone, knowing full well that the spec tells us to clone the buffer.

The spec:

The arrayBuffer() method steps are to return the result of running consume body with this and the following step given a byte sequence bytes: return the result of creating an ArrayBuffer from bytes in this’s relevant realm.

@KhafraDev
Copy link
Member Author

The two goals are not at odds, and I don't understand why you claim they are.

Recent changes have shown that following the spec - as stringently as we once did - comes second to performance. In another issue you said that support node.js use cases comes before following the spec - "IMHO the only deviation from the spec we should be doing is to support fetch() use cases that our users expect to be able to do in Node.js and they are blocked in Browsers". I am assuming that performance is one of these use cases (... and diagnostics channel support...).

I think our tests are not enough to make many changes to fetch(), independently of the spec

I agree. The WPTs don't cover everything, not that I expect them to, but what they do cover is the text in the spec.
For example, before submitting a PR to a WHATWG spec repo, they ask if you've 1) filed implementation issues, and 2) if you've opened a PR in the wpt repo that adds tests. That is why it is so important to follow the spec, instead of skipping steps for whatever reasons.

create-app-token-action-releaser bot pushed a commit to actions/create-github-app-token that referenced this pull request Jul 1, 2024
## [1.10.3](v1.10.2...v1.10.3) (2024-07-01)

### Bug Fixes

* **deps:** bump undici from 6.18.2 to 6.19.2 in the production-dependencies group ([#149](#149)) ([cc82279](cc82279)), closes [#3337](https://github.com/actions/create-github-app-token/issues/3337) [nodejs/undici#3338](nodejs/undici#3338) [nodejs/undici#3340](nodejs/undici#3340) [nodejs/undici#3332](nodejs/undici#3332) [nodejs/undici#3335](nodejs/undici#3335) [nodejs/undici#3305](nodejs/undici#3305) [nodejs/undici#3303](nodejs/undici#3303) [nodejs/undici#3304](nodejs/undici#3304) [nodejs/undici#3306](nodejs/undici#3306) [nodejs/undici#3309](nodejs/undici#3309) [nodejs/undici#3313](nodejs/undici#3313) [nodejs/undici#3311](nodejs/undici#3311) [nodejs/undici#3107](nodejs/undici#3107) [nodejs/undici#3302](nodejs/undici#3302) [nodejs/undici#3320](nodejs/undici#3320) [nodejs/undici#3321](nodejs/undici#3321) [nodejs/undici#3316](nodejs/undici#3316) [nodejs/undici#3318](nodejs/undici#3318) [nodejs/undici#3326](nodejs/undici#3326) [nodejs/undici#3324](nodejs/undici#3324) [nodejs/undici#3325](nodejs/undici#3325) [nodejs/undici#3316](nodejs/undici#3316) [nodejs/undici#3318](nodejs/undici#3318) [#3342](https://github.com/actions/create-github-app-token/issues/3342) [#3332](https://github.com/actions/create-github-app-token/issues/3332) [#3340](https://github.com/actions/create-github-app-token/issues/3340) [#3337](https://github.com/actions/create-github-app-token/issues/3337) [#3338](https://github.com/actions/create-github-app-token/issues/3338) [#3336](https://github.com/actions/create-github-app-token/issues/3336) [#3335](https://github.com/actions/create-github-app-token/issues/3335) [#3325](https://github.com/actions/create-github-app-token/issues/3325) [#3324](https://github.com/actions/create-github-app-token/issues/3324) [#3326](https://github.com/actions/create-github-app-token/issues/3326)
bloopy-boi bot added a commit to h3mmy/bloopyboi that referenced this pull request Jul 1, 2024
…→ v1.10.3 ) (#389)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/create-github-app-token](https://github.com/actions/create-github-app-token)
| action | patch | `v1.10.2` -> `v1.10.3` |

---

### Release Notes

<details>
<summary>actions/create-github-app-token
(actions/create-github-app-token)</summary>

###
[`v1.10.3`](https://github.com/actions/create-github-app-token/releases/tag/v1.10.3)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3)

##### Bug Fixes

- **deps:** bump undici from 6.18.2 to 6.19.2 in the
production-dependencies group
([#&#8203;149](https://github.com/actions/create-github-app-token/issues/149))
([cc82279](https://github.com/actions/create-github-app-token/commit/cc82279e84540c5543078cedc5af4fcfab0a96bb)),
closes
[#&#8203;3337](https://github.com/actions/create-github-app-token/issues/3337)
[nodejs/undici#3338](https://github.com/nodejs/undici/issues/3338)
[nodejs/undici#3340](https://github.com/nodejs/undici/issues/3340)
[nodejs/undici#3332](https://github.com/nodejs/undici/issues/3332)
[nodejs/undici#3335](https://github.com/nodejs/undici/issues/3335)
[nodejs/undici#3305](https://github.com/nodejs/undici/issues/3305)
[nodejs/undici#3303](https://github.com/nodejs/undici/issues/3303)
[nodejs/undici#3304](https://github.com/nodejs/undici/issues/3304)
[nodejs/undici#3306](https://github.com/nodejs/undici/issues/3306)
[nodejs/undici#3309](https://github.com/nodejs/undici/issues/3309)
[nodejs/undici#3313](https://github.com/nodejs/undici/issues/3313)
[nodejs/undici#3311](https://github.com/nodejs/undici/issues/3311)
[nodejs/undici#3107](https://github.com/nodejs/undici/issues/3107)
[nodejs/undici#3302](https://github.com/nodejs/undici/issues/3302)
[nodejs/undici#3320](https://github.com/nodejs/undici/issues/3320)
[nodejs/undici#3321](https://github.com/nodejs/undici/issues/3321)
[nodejs/undici#3316](https://github.com/nodejs/undici/issues/3316)
[nodejs/undici#3318](https://github.com/nodejs/undici/issues/3318)
[nodejs/undici#3326](https://github.com/nodejs/undici/issues/3326)
[nodejs/undici#3324](https://github.com/nodejs/undici/issues/3324)
[nodejs/undici#3325](https://github.com/nodejs/undici/issues/3325)
[nodejs/undici#3316](https://github.com/nodejs/undici/issues/3316)
[nodejs/undici#3318](https://github.com/nodejs/undici/issues/3318)
[#&#8203;3342](https://github.com/actions/create-github-app-token/issues/3342)
[#&#8203;3332](https://github.com/actions/create-github-app-token/issues/3332)
[#&#8203;3340](https://github.com/actions/create-github-app-token/issues/3340)
[#&#8203;3337](https://github.com/actions/create-github-app-token/issues/3337)
[#&#8203;3338](https://github.com/actions/create-github-app-token/issues/3338)
[#&#8203;3336](https://github.com/actions/create-github-app-token/issues/3336)
[#&#8203;3335](https://github.com/actions/create-github-app-token/issues/3335)
[#&#8203;3325](https://github.com/actions/create-github-app-token/issues/3325)
[#&#8203;3324](https://github.com/actions/create-github-app-token/issues/3324)
[#&#8203;3326](https://github.com/actions/create-github-app-token/issues/3326)

</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://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuNSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS41IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->

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 Jul 1, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/create-github-app-token](https://github.com/actions/create-github-app-token)
| action | patch | `v1.10.2` -> `v1.10.3` |

---

### Release Notes

<details>
<summary>actions/create-github-app-token
(actions/create-github-app-token)</summary>

###
[`v1.10.3`](https://github.com/actions/create-github-app-token/releases/tag/v1.10.3)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3)

##### Bug Fixes

- **deps:** bump undici from 6.18.2 to 6.19.2 in the
production-dependencies group
([#&#8203;149](https://github.com/actions/create-github-app-token/issues/149))
([cc82279](https://github.com/actions/create-github-app-token/commit/cc82279e84540c5543078cedc5af4fcfab0a96bb)),
closes
[#&#8203;3337](https://github.com/actions/create-github-app-token/issues/3337)
[nodejs/undici#3338](https://github.com/nodejs/undici/issues/3338)
[nodejs/undici#3340](https://github.com/nodejs/undici/issues/3340)
[nodejs/undici#3332](https://github.com/nodejs/undici/issues/3332)
[nodejs/undici#3335](https://github.com/nodejs/undici/issues/3335)
[nodejs/undici#3305](https://github.com/nodejs/undici/issues/3305)
[nodejs/undici#3303](https://github.com/nodejs/undici/issues/3303)
[nodejs/undici#3304](https://github.com/nodejs/undici/issues/3304)
[nodejs/undici#3306](https://github.com/nodejs/undici/issues/3306)
[nodejs/undici#3309](https://github.com/nodejs/undici/issues/3309)
[nodejs/undici#3313](https://github.com/nodejs/undici/issues/3313)
[nodejs/undici#3311](https://github.com/nodejs/undici/issues/3311)
[nodejs/undici#3107](https://github.com/nodejs/undici/issues/3107)
[nodejs/undici#3302](https://github.com/nodejs/undici/issues/3302)
[nodejs/undici#3320](https://github.com/nodejs/undici/issues/3320)
[nodejs/undici#3321](https://github.com/nodejs/undici/issues/3321)
[nodejs/undici#3316](https://github.com/nodejs/undici/issues/3316)
[nodejs/undici#3318](https://github.com/nodejs/undici/issues/3318)
[nodejs/undici#3326](https://github.com/nodejs/undici/issues/3326)
[nodejs/undici#3324](https://github.com/nodejs/undici/issues/3324)
[nodejs/undici#3325](https://github.com/nodejs/undici/issues/3325)
[nodejs/undici#3316](https://github.com/nodejs/undici/issues/3316)
[nodejs/undici#3318](https://github.com/nodejs/undici/issues/3318)
[#&#8203;3342](https://github.com/actions/create-github-app-token/issues/3342)
[#&#8203;3332](https://github.com/actions/create-github-app-token/issues/3332)
[#&#8203;3340](https://github.com/actions/create-github-app-token/issues/3340)
[#&#8203;3337](https://github.com/actions/create-github-app-token/issues/3337)
[#&#8203;3338](https://github.com/actions/create-github-app-token/issues/3338)
[#&#8203;3336](https://github.com/actions/create-github-app-token/issues/3336)
[#&#8203;3335](https://github.com/actions/create-github-app-token/issues/3335)
[#&#8203;3325](https://github.com/actions/create-github-app-token/issues/3325)
[#&#8203;3324](https://github.com/actions/create-github-app-token/issues/3324)
[#&#8203;3326](https://github.com/actions/create-github-app-token/issues/3326)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gsuquet pushed a commit to gsuquet/renovate that referenced this pull request Jul 2, 2024
…#30)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/create-github-app-token](https://github.com/actions/create-github-app-token)
| action | patch | `v1.10.2` -> `v1.10.3` |

---

### Release Notes

<details>
<summary>actions/create-github-app-token
(actions/create-github-app-token)</summary>

###
[`v1.10.3`](https://github.com/actions/create-github-app-token/releases/tag/v1.10.3)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3)

##### Bug Fixes

- **deps:** bump undici from 6.18.2 to 6.19.2 in the
production-dependencies group
([#&#8203;149](https://github.com/actions/create-github-app-token/issues/149))
([cc82279](https://github.com/actions/create-github-app-token/commit/cc82279e84540c5543078cedc5af4fcfab0a96bb)),
closes
[#&#8203;3337](https://github.com/actions/create-github-app-token/issues/3337)
[nodejs/undici#3338](https://github.com/nodejs/undici/issues/3338)
[nodejs/undici#3340](https://github.com/nodejs/undici/issues/3340)
[nodejs/undici#3332](https://github.com/nodejs/undici/issues/3332)
[nodejs/undici#3335](https://github.com/nodejs/undici/issues/3335)
[nodejs/undici#3305](https://github.com/nodejs/undici/issues/3305)
[nodejs/undici#3303](https://github.com/nodejs/undici/issues/3303)
[nodejs/undici#3304](https://github.com/nodejs/undici/issues/3304)
[nodejs/undici#3306](https://github.com/nodejs/undici/issues/3306)
[nodejs/undici#3309](https://github.com/nodejs/undici/issues/3309)
[nodejs/undici#3313](https://github.com/nodejs/undici/issues/3313)
[nodejs/undici#3311](https://github.com/nodejs/undici/issues/3311)
[nodejs/undici#3107](https://github.com/nodejs/undici/issues/3107)
[nodejs/undici#3302](https://github.com/nodejs/undici/issues/3302)
[nodejs/undici#3320](https://github.com/nodejs/undici/issues/3320)
[nodejs/undici#3321](https://github.com/nodejs/undici/issues/3321)
[nodejs/undici#3316](https://github.com/nodejs/undici/issues/3316)
[nodejs/undici#3318](https://github.com/nodejs/undici/issues/3318)
[nodejs/undici#3326](https://github.com/nodejs/undici/issues/3326)
[nodejs/undici#3324](https://github.com/nodejs/undici/issues/3324)
[nodejs/undici#3325](https://github.com/nodejs/undici/issues/3325)
[nodejs/undici#3316](https://github.com/nodejs/undici/issues/3316)
[nodejs/undici#3318](https://github.com/nodejs/undici/issues/3318)
[#&#8203;3342](https://github.com/actions/create-github-app-token/issues/3342)
[#&#8203;3332](https://github.com/actions/create-github-app-token/issues/3332)
[#&#8203;3340](https://github.com/actions/create-github-app-token/issues/3340)
[#&#8203;3337](https://github.com/actions/create-github-app-token/issues/3337)
[#&#8203;3338](https://github.com/actions/create-github-app-token/issues/3338)
[#&#8203;3336](https://github.com/actions/create-github-app-token/issues/3336)
[#&#8203;3335](https://github.com/actions/create-github-app-token/issues/3335)
[#&#8203;3325](https://github.com/actions/create-github-app-token/issues/3325)
[#&#8203;3324](https://github.com/actions/create-github-app-token/issues/3324)
[#&#8203;3326](https://github.com/actions/create-github-app-token/issues/3326)

</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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate-gsuquet[bot] <173481049+renovate-gsuquet[bot]@users.noreply.github.com>
Racer159 added a commit to defenseunicorns/maru-runner that referenced this pull request Jul 11, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |
|
[actions/create-github-app-token](https://github.com/actions/create-github-app-token)
| action | patch | `v1.10.1` -> `v1.10.3` |
|
[actions/download-artifact](https://github.com/actions/download-artifact)
| action | patch | `v4.1.7` -> `v4.1.8` |
| [actions/setup-go](https://github.com/actions/setup-go) | action |
patch | `v5.0.1` -> `v5.0.2` |
| [actions/setup-node](https://github.com/actions/setup-node) | action
| patch | `v4.0.2` -> `v4.0.3` |
|
[actions/upload-artifact](https://github.com/actions/upload-artifact)
| action | patch | `v4.3.3` -> `v4.3.4` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) |
action | patch | `v0.16.0` -> `v0.16.1` |
| [defenseunicorns/zarf](https://github.com/defenseunicorns/zarf) | |
minor | `v0.34.0` -> `v0.35.0` |
|
[docker/setup-buildx-action](https://github.com/docker/setup-buildx-action)
| action | minor | `v3.3.0` -> `v3.4.0` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.8` -> `v3.25.11` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

<details>
<summary>actions/create-github-app-token
(actions/create-github-app-token)</summary>

###
[`v1.10.3`](https://github.com/actions/create-github-app-token/releases/tag/v1.10.3)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3)

##### Bug Fixes

- **deps:** bump undici from 6.18.2 to 6.19.2 in the
production-dependencies group
([#&#8203;149](https://github.com/actions/create-github-app-token/issues/149))
([cc82279](https://github.com/actions/create-github-app-token/commit/cc82279e84540c5543078cedc5af4fcfab0a96bb)),
closes
[#&#8203;3337](https://github.com/actions/create-github-app-token/issues/3337)
[nodejs/undici#3338](https://github.com/nodejs/undici/issues/3338)
[nodejs/undici#3340](https://github.com/nodejs/undici/issues/3340)
[nodejs/undici#3332](https://github.com/nodejs/undici/issues/3332)
[nodejs/undici#3335](https://github.com/nodejs/undici/issues/3335)
[nodejs/undici#3305](https://github.com/nodejs/undici/issues/3305)
[nodejs/undici#3303](https://github.com/nodejs/undici/issues/3303)
[nodejs/undici#3304](https://github.com/nodejs/undici/issues/3304)
[nodejs/undici#3306](https://github.com/nodejs/undici/issues/3306)
[nodejs/undici#3309](https://github.com/nodejs/undici/issues/3309)
[nodejs/undici#3313](https://github.com/nodejs/undici/issues/3313)
[nodejs/undici#3311](https://github.com/nodejs/undici/issues/3311)
[nodejs/undici#3107](https://github.com/nodejs/undici/issues/3107)
[nodejs/undici#3302](https://github.com/nodejs/undici/issues/3302)
[nodejs/undici#3320](https://github.com/nodejs/undici/issues/3320)
[nodejs/undici#3321](https://github.com/nodejs/undici/issues/3321)
[nodejs/undici#3316](https://github.com/nodejs/undici/issues/3316)
[nodejs/undici#3318](https://github.com/nodejs/undici/issues/3318)
[nodejs/undici#3326](https://github.com/nodejs/undici/issues/3326)
[nodejs/undici#3324](https://github.com/nodejs/undici/issues/3324)
[nodejs/undici#3325](https://github.com/nodejs/undici/issues/3325)
[nodejs/undici#3316](https://github.com/nodejs/undici/issues/3316)
[nodejs/undici#3318](https://github.com/nodejs/undici/issues/3318)
[#&#8203;3342](https://github.com/actions/create-github-app-token/issues/3342)
[#&#8203;3332](https://github.com/actions/create-github-app-token/issues/3332)
[#&#8203;3340](https://github.com/actions/create-github-app-token/issues/3340)
[#&#8203;3337](https://github.com/actions/create-github-app-token/issues/3337)
[#&#8203;3338](https://github.com/actions/create-github-app-token/issues/3338)
[#&#8203;3336](https://github.com/actions/create-github-app-token/issues/3336)
[#&#8203;3335](https://github.com/actions/create-github-app-token/issues/3335)
[#&#8203;3325](https://github.com/actions/create-github-app-token/issues/3325)
[#&#8203;3324](https://github.com/actions/create-github-app-token/issues/3324)
[#&#8203;3326](https://github.com/actions/create-github-app-token/issues/3326)

###
[`v1.10.2`](https://github.com/actions/create-github-app-token/releases/tag/v1.10.2)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v1.10.1...v1.10.2)

##### Bug Fixes

- do not revoke token if already expired
([#&#8203;147](https://github.com/actions/create-github-app-token/issues/147))
([66a7045](https://github.com/actions/create-github-app-token/commit/66a70456860bafc79e37635eea77b8b2a929f6c8)),
closes
[#&#8203;140](https://github.com/actions/create-github-app-token/issues/140)
[#&#8203;95](https://github.com/actions/create-github-app-token/issues/95)

</details>

<details>
<summary>actions/download-artifact (actions/download-artifact)</summary>

###
[`v4.1.8`](https://github.com/actions/download-artifact/releases/tag/v4.1.8)

[Compare
Source](https://github.com/actions/download-artifact/compare/v4.1.7...v4.1.8)

##### What's Changed

- Update
[@&#8203;actions/artifact](https://github.com/actions/artifact)
version, bump dependencies by
[@&#8203;robherley](https://github.com/robherley) in
[actions/download-artifact#341

**Full Changelog**:
actions/download-artifact@v4...v4.1.8

</details>

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

###
[`v5.0.2`](https://github.com/actions/setup-go/compare/v5.0.1...v5.0.2)

[Compare
Source](https://github.com/actions/setup-go/compare/v5.0.1...v5.0.2)

</details>

<details>
<summary>actions/setup-node (actions/setup-node)</summary>

###
[`v4.0.3`](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3)

[Compare
Source](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3)

</details>

<details>
<summary>actions/upload-artifact (actions/upload-artifact)</summary>

###
[`v4.3.4`](https://github.com/actions/upload-artifact/releases/tag/v4.3.4)

[Compare
Source](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4)

##### What's Changed

- Update
[@&#8203;actions/artifact](https://github.com/actions/artifact)
version, bump dependencies by
[@&#8203;robherley](https://github.com/robherley) in
[actions/upload-artifact#584

**Full Changelog**:
actions/upload-artifact@v4.3.3...v4.3.4

</details>

<details>
<summary>anchore/sbom-action (anchore/sbom-action)</summary>

###
[`v0.16.1`](https://github.com/anchore/sbom-action/releases/tag/v0.16.1)

[Compare
Source](https://github.com/anchore/sbom-action/compare/v0.16.0...v0.16.1)

#### Changes in v0.16.1

- fix: workaround windows install issue
([#&#8203;477](https://github.com/anchore/sbom-action/issues/477))
\[[willmurphyscode](https://github.com/willmurphyscode)]
- fix: allow users to properly use the file input over the default path
value
([#&#8203;471](https://github.com/anchore/sbom-action/issues/471))
\[[komish](https://github.com/komish)]
- chore(deps): update Syft to v1.5.0
([#&#8203;470](https://github.com/anchore/sbom-action/issues/470))
\[[anchore-actions-token-generator](https://github.com/anchore-actions-token-generator)]
- docs: notes for matrix and required permissions
([#&#8203;469](https://github.com/anchore/sbom-action/issues/469))
\[[kzantow](https://github.com/kzantow)]
- chore(deps): bump actions/checkout from 4.1.5 to 4.1.6
([#&#8203;466](https://github.com/anchore/sbom-action/issues/466))
\[[dependabot](https://github.com/dependabot)]

</details>

<details>
<summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary>

###
[`v0.35.0`](https://github.com/defenseunicorns/zarf/releases/tag/v0.35.0)

[Compare
Source](https://github.com/defenseunicorns/zarf/compare/v0.34.0...v0.35.0)

##### What's Changed

- refactor: remove use of k8s info and nodes by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2551
- test: shutdown http test servers by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[zarf-dev/zarf#2559
- feat: adding labels to all resources mutated by the agent by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2557
- test: zarf init state by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2556
- refactor: remove use of k8s deprecations by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2560
- test: remove validate pkg arch e2e test by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[zarf-dev/zarf#2563
- test: remove TestMismatchedVersions e2e test by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[zarf-dev/zarf#2564
- test: delete agent e2e label test by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2568
- fix: add custom error printing for Zarf commands by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2575
- refactor: remove use of k8s dynamic by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2561
- refactor: remove use of k8s namespace by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2550
- fix: cancel Cobra parent context on interrupt by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2567
- refactor: use root ctx in agent by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2578
- chore: deprecate DeprecatedKeys by
[@&#8203;schristoff-du](https://github.com/schristoff-du) in
[zarf-dev/zarf#2581
- test: validate package by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2569
- chore: fix typos by
[@&#8203;beholdenkey](https://github.com/beholdenkey) in
[zarf-dev/zarf#2590
- fix: docker containerd blob error by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2593
- fix(deps): update module github.com/defenseunicorns/pkg/oci to v1 by
[@&#8203;renovate](https://github.com/renovate) in
[zarf-dev/zarf#2511
- fix: change so that second SIGINT signal immediately exits program by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2598
- refactor: add context in packager by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2597
- chore: update go version to 1.22.4 by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[zarf-dev/zarf#2595
- fix: handle errors in version command by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2589
- fix: cosign image pulls by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2599
- refactor: move k8s tunnel to cluster package by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2566
- test: cleanup e2e tests by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[zarf-dev/zarf#2601
- refactor: enable errcheck linter by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2501
- fix: crane option argument parameters by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2609
- feat: remove .metadata.image from schema by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2606
- refactor: remove use of k8s pods by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2553
- fix: pass image reference to syft sbom source object by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[zarf-dev/zarf#2612
- fix: only build a single binary in the init-package make target by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[zarf-dev/zarf#2614
- fix: avoid injector pod name collisions by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[zarf-dev/zarf#2620
- fix: no longer remove the agent ignore label from namespaces by
[@&#8203;Racer159](https://github.com/Racer159) in
[zarf-dev/zarf#2623
- refactor: remove use of k8s secret by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[zarf-dev/zarf#2565
- fix: using a new s3 backend for test data by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[zarf-dev/zarf#2630
- chore(deps): update goreleaser/goreleaser-action action to v6 by
[@&#8203;renovate](https://github.com/renovate) in
[zarf-dev/zarf#2596

**Full Changelog**:
zarf-dev/zarf@v0.34.0...v0.35.0

</details>

<details>
<summary>docker/setup-buildx-action
(docker/setup-buildx-action)</summary>

###
[`v3.4.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.4.0)

[Compare
Source](https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0)

- Throw error message instead of exit code by
[@&#8203;crazy-max](https://github.com/crazy-max) in
[docker/setup-buildx-action#315
- Bump
[@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit)
from 0.20.0 to 0.31.0 in
[docker/setup-buildx-action#321
[docker/setup-buildx-action#338
- Bump braces from 3.0.2 to 3.0.3 in
[docker/setup-buildx-action#329
- Bump undici from 5.28.3 to 5.28.4 in
[docker/setup-buildx-action#312
- Bump uuid from 9.0.1 to 10.0.0 in
[docker/setup-buildx-action#326

**Full Changelog**:
docker/setup-buildx-action@v3.3.0...v3.4.0

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.25.11`](https://github.com/github/codeql-action/compare/v3.25.10...v3.25.11)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.10...v3.25.11)

###
[`v3.25.10`](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

###
[`v3.25.9`](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

</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://github.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzdXBwb3J0LWRlcHMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Jul 25, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | [`6.19.2` -> `6.19.4`](https://renovatebot.com/diffs/npm/undici/6.11.1/6.19.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.19.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.19.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.11.1/6.19.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.11.1/6.19.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.19.4`](https://github.com/nodejs/undici/compare/v6.19.3...62241c3600513cf0e8eac11cf16ed9dca98a80ac)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.3...62241c3600513cf0e8eac11cf16ed9dca98a80ac)

### [`v6.19.3`](https://github.com/nodejs/undici/releases/tag/v6.19.3)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.2...v6.19.3)

**Full Changelog**: nodejs/undici@v6.19.2...v6.19.3

### [`v6.19.2`](https://github.com/nodejs/undici/releases/tag/v6.19.2)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.1...v6.19.2)

#### What's Changed

-   fix [#&#8203;3337](https://github.com/nodejs/undici/issues/3337) by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3338
-   build: use `husky` as `husky install` is deprecated by [@&#8203;jazelly](https://github.com/jazelly) in [nodejs/undici#3340
-   fix: interceptors.d.ts has no default export by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3332

**Full Changelog**: nodejs/undici@v6.19.1...v6.19.2

### [`v6.19.1`](https://github.com/nodejs/undici/releases/tag/v6.19.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.0...v6.19.1)

#### What's Changed

-   don't append empty origin by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3335

**Full Changelog**: nodejs/undici@v6.19.0...v6.19.1

### [`v6.19.0`](https://github.com/nodejs/undici/releases/tag/v6.19.0)

[Compare Source](https://github.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 [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3305
-   build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3303
-   build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3304
-   build(deps): bump github/codeql-action from 3.25.3 to 3.25.7 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3306
-   build(deps): bump node from `9e8f45f` to `dd7e693` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3309
-   build(deps): bump node from `dd7e693` to `e6d4495` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3313
-   remove websocket experimental warning by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3311
-   perf: optimization of request instantiation by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3107
-   perf: convert object to params by [@&#8203;DarkGL](https://github.com/DarkGL) in [nodejs/undici#3302
-   build(deps-dev): bump borp from 0.14.0 to 0.15.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3320
-   build(deps-dev): bump c8 from 9.1.0 to 10.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3321
-   fix: add missing error classes to types by [@&#8203;maxbeatty](https://github.com/maxbeatty) in [nodejs/undici#3316
-   export interceptor to type def file by [@&#8203;jakecastelli](https://github.com/jakecastelli) in [nodejs/undici#3318
-   build(deps): bump node from `e6d4495` to `075a5cc` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3326
-   doc: clearify the behaviour of `bodyTimeout` in the request by [@&#8203;jakecastelli](https://github.com/jakecastelli) in [nodejs/undici#3324
-   feature: support pre-shared sessions by [@&#8203;tastypackets](https://github.com/tastypackets) in [nodejs/undici#3325

#### New Contributors

-   [@&#8203;maxbeatty](https://github.com/maxbeatty) made their first contribution in [nodejs/undici#3316
-   [@&#8203;jakecastelli](https://github.com/jakecastelli) made their first contribution in [nodejs/undici#3318

**Full Changelog**: nodejs/undici@v6.18.2...v6.19.0

### [`v6.18.2`](https://github.com/nodejs/undici/compare/v6.18.1...665f24738041757789fab95cce40cb0345cf2c0f)

[Compare Source](https://github.com/nodejs/undici/compare/v6.18.1...v6.18.2)

### [`v6.18.1`](https://github.com/nodejs/undici/releases/tag/v6.18.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.18.0...v6.18.1)

#### What's Changed

-   docs: Update references to dispatcher in docs by [@&#8203;haikyuu](https://github.com/haikyuu) in [nodejs/undici#3281
-   fix: compatibility for global headers by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3286
-   websocket: pre-calculated length by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3284
-   ci: fix autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3291
-   revert: "websocket: pre-calculated length" by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3290
-   websocket: use FixedQueue instead of Set by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3283

#### New Contributors

-   [@&#8203;haikyuu](https://github.com/haikyuu) made their first contribution in [nodejs/undici#3281

**Full Changelog**: nodejs/undici@v6.18.0...v6.18.1

### [`v6.18.0`](https://github.com/nodejs/undici/releases/tag/v6.18.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.17.0...v6.18.0)

#### What's Changed

-   permessage-deflate decompression support in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3263
-   fix: Fix server closing in tests. by [@&#8203;ShogunPanda](https://github.com/ShogunPanda) in [nodejs/undici#3279

**Full Changelog**: nodejs/undici@v6.17.0...v6.18.0

### [`v6.17.0`](https://github.com/nodejs/undici/releases/tag/v6.17.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.16.1...v6.17.0)

#### What's Changed

-   fetch: fix captureStackTrace by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3227
-   fetch: fix wpt test request-upload.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3234
-   websocket: don't clone buffer by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3240
-   Remove unecessary async from writeBuffer by [@&#8203;DarkGL](https://github.com/DarkGL) in [nodejs/undici#3245
-   refactor websocket control frame handling by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3241
-   fix parsing continuation frames in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3247
-   ci: node nightly test should use node 23 by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3248
-   Add test to verify if the connection is correctly aborted on cancel by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3219
-   Autobahn suite by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3251
-   websocket: fix 6 autobahn tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3254
-   websocket: checkout correct commit in autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3258
-   Cleanup websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3257
-   websocket: autobahn workflow should fail on error by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3259
-   add bodymixin bytes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3262
-   perf: avoid buffer cloning by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3264
-   feat: dump interceptor by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3118
-   use private properties in Headers by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3269
-   Revert "websocket: autobahn workflow should fail on error" by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3270
-   build(deps): bump node from `487dc5d` to `9e8f45f` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3271

#### New Contributors

-   [@&#8203;DarkGL](https://github.com/DarkGL) made their first contribution in [nodejs/undici#3245

**Full Changelog**: nodejs/undici@v6.16.1...v6.17.0

### [`v6.16.1`](https://github.com/nodejs/undici/releases/tag/v6.16.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.16.0...v6.16.1)

#### What's Changed

-   fix some typos by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3217
-   websocket: move codeblock in parseCloseBody by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3215
-   fetch: enable wpt test request-referrer.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3223
-   fetch: wpt add /fetch/api/resources/cache.py to server.mjs by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3225
-   add pipe support for wpt server by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3228
-   test: reduce the number of requests in `fire-and-forget.js` by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3229
-   ci: add node 22 in ci test matrix, use 22 for coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3226
-   fetch: don't set an invalid origin header by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3235
-   fail wpt runner if expected failures does not match actual by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3236
-   fix: ignore content-length when dumping HEAD by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3222

**Full Changelog**: nodejs/undici@v6.16.0...v6.16.1

### [`v6.16.0`](https://github.com/nodejs/undici/releases/tag/v6.16.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.15.0...v6.16.0)

#### What's Changed

-   add index to sequence converter errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3178
-   build(deps-dev): bump borp from 0.12.0 to 0.13.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3179
-   build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3180
-   build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3181
-   fix: keep raw header name by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3183
-   fix(fetch): improve Headers and Request type-compatibility by [@&#8203;kettanaito](https://github.com/kettanaito) in [nodejs/undici#1964
-   fix 3 mimesniff tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3185
-   build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3187
-   build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3191
-   build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3192
-   build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3189
-   build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3188
-   build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3190
-   build(deps): bump node from `9459e24` to `487dc5d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3195
-   perf: avoid spread in makeRequest() by [@&#8203;gunjam](https://github.com/gunjam) in [nodejs/undici#3193
-   refactor: code cleanup by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3194
-   fix parsing when receiving empty body websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3205
-   fix: MockResponseCallbackOptions type by [@&#8203;merojosa](https://github.com/merojosa) in [nodejs/undici#2951
-   docs(proxy): fix typo by [@&#8203;kanadgupta](https://github.com/kanadgupta) in [nodejs/undici#3207
-   fix websocket receiving an invalid utf-8 in close frame by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3206
-   perf: avoid setImmediate if body is reading by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3210
-   fix: request abort signal by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3209
-   fix: remove abort handler on close by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3211
-   fix: pass abort function by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3212
-   websocket: 200x faster generate mask by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3204
-   use FinalizationRegistry to cancel the body if response is collected by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3199
-   websocket: don't clone buffer if it's not needed. by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3214
-   websocket: use FastBuffer by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3213

#### New Contributors

-   [@&#8203;kettanaito](https://github.com/kettanaito) made their first contribution in [nodejs/undici#1964
-   [@&#8203;gunjam](https://github.com/gunjam) made their first contribution in [nodejs/undici#3193
-   [@&#8203;merojosa](https://github.com/merojosa) made their first contribution in [nodejs/undici#2951
-   [@&#8203;kanadgupta](https://github.com/kanadgupta) made their first contribution in [nodejs/undici#3207

**Full Changelog**: nodejs/undici@v6.15.0...v6.16.0

### [`v6.15.0`](https://github.com/nodejs/undici/releases/tag/v6.15.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.14.1...v6.15.0)

#### What's Changed

-   Expose EnvHttpProxyAgent to Node.js core bundle, so it can be turned … by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3148
-   test: add headerslist copy check by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3156
-   chore: ensure automated v6 release compared to v6 by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3149
-   fetch: do not leak signal listeners by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3158
-   fix: request cache mode is not the same as request mode by [@&#8203;tsibley](https://github.com/tsibley) in [nodejs/undici#3151
-   fetch: don't re-lowercase HeadersList by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3159
-   fix casing issue when cloning Headers object by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3160
-   build(deps): bump node from `6d0f18a` to `db8772d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3163
-   fix header cloning bug by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3162
-   chore: change bench naming for h2 by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3165
-   expose WebSocket related events in node bundle by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3167
-   feat: add support for if-match on retry handler by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3144
-   fix: correct firing order of abort events by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3169
-   create fast MessageEvent by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3170
-   chore: add explicitly [@&#8203;fastify/busboy](https://github.com/fastify/busboy) by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3172
-   chore: remove sinon as dev dependency by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3171
-   webidl changes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3175
-   preserve dictionary key name in webidl errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3176

#### New Contributors

-   [@&#8203;tsibley](https://github.com/tsibley) made their first contribution in [nodejs/undici#3151

**Full Changelog**: nodejs/undici@v6.14.1...v6.15.0

### [`v6.14.1`](https://github.com/nodejs/undici/releases/tag/v6.14.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.14.0...v6.14.1)

#### What's Changed

-   fix: tweak keep-alive timeout implementation by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3145
-   build(deps-dev): bump borp from 0.11.0 to 0.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3153
-   build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3154
-   fix(EnvHttpProxyAgent): prefer lowercase env vars by [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [nodejs/undici#3152

**Full Changelog**: nodejs/undici@v6.14.0...v6.14.1

### [`v6.14.0`](https://github.com/nodejs/undici/releases/tag/v6.14.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.13.0...v6.14.0)

#### What's Changed

-   bench: enable benchmarks for h2 by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3100
-   perf: improve performance of isomorphicEncode by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3101
-   util: remove isReadableAborted by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3104
-   fix(types): The second parameter of EventSource is optional by [@&#8203;zbinlin](https://github.com/zbinlin) in [nodejs/undici#3106
-   fix: onConnect types by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3116
-   add dispatcher option to EventSource by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3119
-   core: improve parseURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3102
-   test: increase coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3121
-   docs: add directions to run docs and benchmarks by [@&#8203;FatumaA](https://github.com/FatumaA) in [nodejs/undici#3092
-   perf: avoid unnecessary clone by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3117
-   build(deps-dev): bump borp from 0.10.0 to 0.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3126
-   drop node support for < v18.17.0 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3125
-   test: improve test and ci performance by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3135
-   Added EnvHttpProxyAgent to support HTTP_PROXY by [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [nodejs/undici#2994
-   fetch: Change wording of "Body is unusable" error by [@&#8203;nzakas](https://github.com/nzakas) in [nodejs/undici#3105
-   perf: use class instead of object literals with getters by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3138
-   fix: unhandled exception or failing error body by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3137
-   reuse realm for Request/Response by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3142
-   fix([H2-#&#8203;3140](https://github.com/H2-/undici/issues/3140)): abort requets upon GOAWAY by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3143
-   don't store realm on Request/Response by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3146
-   improve: wasm build by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3074

#### New Contributors

-   [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) made their first contribution in [nodejs/undici#2994
-   [@&#8203;nzakas](https://github.com/nzakas) made their first contribution in [nodejs/undici#3105

**Full Changelog**: nodejs/undici@v6.13.0...v6.14.0

### [`v6.13.0`](https://github.com/nodejs/undici/releases/tag/v6.13.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.12.0...v6.13.0)

#### What's Changed

-   build(deps): bump node from `9696b26` to `ad255c6` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3073
-   test: remove only by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3077
-   fix: defer errors with setImmediate by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3081
-   improve DecoratorHandler by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3079
-   chore: removed unused escapeFormDataName by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3084
-   Mention option to pass streams into FormData by [@&#8203;JaoodxD](https://github.com/JaoodxD) in [nodejs/undici#3086
-   fetch: improve performance of isValidEncodedURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3090
-   optimize utf8Decode by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3085
-   refactor: h2 refactoring by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3082
-   Skip the creation of a transform stream in fetch by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3093
-   fetch: improve performance of urlHasHttpsScheme by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3094
-   fetch: avoid creation of an intermediary ReadableStream by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3095
-   test: duplicate jest unspecific tests to native runner by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3075
-   build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3096
-   fetch: improve performance of isValidHeaderValue by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3098
-   chore: automate releases with pr by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3089

#### New Contributors

-   [@&#8203;github-actions](https://github.com/github-actions) made their first contribution in [nodejs/undici#3099

**Full Changelog**: nodejs/undici@v6.12.0...v6.13.0

### [`v6.12.0`](https://github.com/nodejs/undici/releases/tag/v6.12.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.11.1...v6.12.0)

#### What's Changed

-   fix: broken test by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3045
-   fix: http2 header parsing by [@&#8203;climba03003](https://github.com/climba03003) in [nodejs/undici#3047
-   types: fix Request.refererPolicy and RequestInit.refererPolicy are incompatible by [@&#8203;zbinlin](https://github.com/zbinlin) in [nodejs/undici#3039
-   fix(types): onHeaders always takes headers as an array of buffer by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3050
-   fix: ProxyAgent causes request.headers.host to be forcibly reset by [@&#8203;1zilc](https://github.com/1zilc) in [nodejs/undici#3026
-   fallback to Buffer.isUtf8 on platforms without icu by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3006
-   build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3037
-   build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3035
-   build(deps): bump node from `577f8eb` to `87524df` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3055
-   build(deps): bump node from `87524df` to `9696b26` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3058
-   fetch: Block ports 4190 & 6679 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3059
-   test: activate testing for interceptors and cache by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3061
-   cache: improve test coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3063
-   feat: modernize fuzzing by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3060
-   fix: request abort by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3056
-   fix: signal handling by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3053
-   fix(H2): handle goaway properly by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3057
-   test: client, set body to null if bigger than CHUNK_LIMIT by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3064
-   mock: improve mock interceptor by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3062
-   fix: bad client destroy on servername change by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3066
-   perf: improve isBlobLike by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3070
-   test: add sanity check for llhttp wasm files by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3068

#### New Contributors

-   [@&#8203;zbinlin](https://github.com/zbinlin) made their first contribution in [nodejs/undici#3039
-   [@&#8203;1zilc](https://github.com/1zilc) made their first contribution in [nodejs/undici#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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Aug 1, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | [`6.19.4` -> `6.19.5`](https://renovatebot.com/diffs/npm/undici/6.11.1/6.19.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.19.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.19.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.11.1/6.19.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.11.1/6.19.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.19.5`](https://github.com/nodejs/undici/releases/tag/v6.19.5)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.4...v6.19.5)

**Full Changelog**: nodejs/undici@v6.19.4...v6.19.5

### [`v6.19.4`](https://github.com/nodejs/undici/compare/v6.19.3...62241c3600513cf0e8eac11cf16ed9dca98a80ac)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.3...v6.19.4)

### [`v6.19.3`](https://github.com/nodejs/undici/releases/tag/v6.19.3)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.2...v6.19.3)

**Full Changelog**: nodejs/undici@v6.19.2...v6.19.3

### [`v6.19.2`](https://github.com/nodejs/undici/releases/tag/v6.19.2)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.1...v6.19.2)

#### What's Changed

-   fix [#&#8203;3337](https://github.com/nodejs/undici/issues/3337) by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3338
-   build: use `husky` as `husky install` is deprecated by [@&#8203;jazelly](https://github.com/jazelly) in [nodejs/undici#3340
-   fix: interceptors.d.ts has no default export by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3332

**Full Changelog**: nodejs/undici@v6.19.1...v6.19.2

### [`v6.19.1`](https://github.com/nodejs/undici/releases/tag/v6.19.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.0...v6.19.1)

#### What's Changed

-   don't append empty origin by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3335

**Full Changelog**: nodejs/undici@v6.19.0...v6.19.1

### [`v6.19.0`](https://github.com/nodejs/undici/releases/tag/v6.19.0)

[Compare Source](https://github.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 [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3305
-   build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3303
-   build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3304
-   build(deps): bump github/codeql-action from 3.25.3 to 3.25.7 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3306
-   build(deps): bump node from `9e8f45f` to `dd7e693` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3309
-   build(deps): bump node from `dd7e693` to `e6d4495` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3313
-   remove websocket experimental warning by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3311
-   perf: optimization of request instantiation by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3107
-   perf: convert object to params by [@&#8203;DarkGL](https://github.com/DarkGL) in [nodejs/undici#3302
-   build(deps-dev): bump borp from 0.14.0 to 0.15.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3320
-   build(deps-dev): bump c8 from 9.1.0 to 10.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3321
-   fix: add missing error classes to types by [@&#8203;maxbeatty](https://github.com/maxbeatty) in [nodejs/undici#3316
-   export interceptor to type def file by [@&#8203;jakecastelli](https://github.com/jakecastelli) in [nodejs/undici#3318
-   build(deps): bump node from `e6d4495` to `075a5cc` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3326
-   doc: clearify the behaviour of `bodyTimeout` in the request by [@&#8203;jakecastelli](https://github.com/jakecastelli) in [nodejs/undici#3324
-   feature: support pre-shared sessions by [@&#8203;tastypackets](https://github.com/tastypackets) in [nodejs/undici#3325

#### New Contributors

-   [@&#8203;maxbeatty](https://github.com/maxbeatty) made their first contribution in [nodejs/undici#3316
-   [@&#8203;jakecastelli](https://github.com/jakecastelli) made their first contribution in [nodejs/undici#3318

**Full Changelog**: nodejs/undici@v6.18.2...v6.19.0

### [`v6.18.2`](https://github.com/nodejs/undici/compare/v6.18.1...665f24738041757789fab95cce40cb0345cf2c0f)

[Compare Source](https://github.com/nodejs/undici/compare/v6.18.1...v6.18.2)

### [`v6.18.1`](https://github.com/nodejs/undici/releases/tag/v6.18.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.18.0...v6.18.1)

#### What's Changed

-   docs: Update references to dispatcher in docs by [@&#8203;haikyuu](https://github.com/haikyuu) in [nodejs/undici#3281
-   fix: compatibility for global headers by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3286
-   websocket: pre-calculated length by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3284
-   ci: fix autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3291
-   revert: "websocket: pre-calculated length" by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3290
-   websocket: use FixedQueue instead of Set by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3283

#### New Contributors

-   [@&#8203;haikyuu](https://github.com/haikyuu) made their first contribution in [nodejs/undici#3281

**Full Changelog**: nodejs/undici@v6.18.0...v6.18.1

### [`v6.18.0`](https://github.com/nodejs/undici/releases/tag/v6.18.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.17.0...v6.18.0)

#### What's Changed

-   permessage-deflate decompression support in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3263
-   fix: Fix server closing in tests. by [@&#8203;ShogunPanda](https://github.com/ShogunPanda) in [nodejs/undici#3279

**Full Changelog**: nodejs/undici@v6.17.0...v6.18.0

### [`v6.17.0`](https://github.com/nodejs/undici/releases/tag/v6.17.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.16.1...v6.17.0)

#### What's Changed

-   fetch: fix captureStackTrace by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3227
-   fetch: fix wpt test request-upload.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3234
-   websocket: don't clone buffer by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3240
-   Remove unecessary async from writeBuffer by [@&#8203;DarkGL](https://github.com/DarkGL) in [nodejs/undici#3245
-   refactor websocket control frame handling by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3241
-   fix parsing continuation frames in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3247
-   ci: node nightly test should use node 23 by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3248
-   Add test to verify if the connection is correctly aborted on cancel by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3219
-   Autobahn suite by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3251
-   websocket: fix 6 autobahn tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3254
-   websocket: checkout correct commit in autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3258
-   Cleanup websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3257
-   websocket: autobahn workflow should fail on error by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3259
-   add bodymixin bytes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3262
-   perf: avoid buffer cloning by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3264
-   feat: dump interceptor by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3118
-   use private properties in Headers by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3269
-   Revert "websocket: autobahn workflow should fail on error" by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3270
-   build(deps): bump node from `487dc5d` to `9e8f45f` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3271

#### New Contributors

-   [@&#8203;DarkGL](https://github.com/DarkGL) made their first contribution in [nodejs/undici#3245

**Full Changelog**: nodejs/undici@v6.16.1...v6.17.0

### [`v6.16.1`](https://github.com/nodejs/undici/releases/tag/v6.16.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.16.0...v6.16.1)

#### What's Changed

-   fix some typos by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3217
-   websocket: move codeblock in parseCloseBody by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3215
-   fetch: enable wpt test request-referrer.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3223
-   fetch: wpt add /fetch/api/resources/cache.py to server.mjs by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3225
-   add pipe support for wpt server by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3228
-   test: reduce the number of requests in `fire-and-forget.js` by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3229
-   ci: add node 22 in ci test matrix, use 22 for coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3226
-   fetch: don't set an invalid origin header by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3235
-   fail wpt runner if expected failures does not match actual by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3236
-   fix: ignore content-length when dumping HEAD by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3222

**Full Changelog**: nodejs/undici@v6.16.0...v6.16.1

### [`v6.16.0`](https://github.com/nodejs/undici/releases/tag/v6.16.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.15.0...v6.16.0)

#### What's Changed

-   add index to sequence converter errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3178
-   build(deps-dev): bump borp from 0.12.0 to 0.13.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3179
-   build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3180
-   build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3181
-   fix: keep raw header name by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3183
-   fix(fetch): improve Headers and Request type-compatibility by [@&#8203;kettanaito](https://github.com/kettanaito) in [nodejs/undici#1964
-   fix 3 mimesniff tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3185
-   build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3187
-   build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3191
-   build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3192
-   build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3189
-   build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3188
-   build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3190
-   build(deps): bump node from `9459e24` to `487dc5d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3195
-   perf: avoid spread in makeRequest() by [@&#8203;gunjam](https://github.com/gunjam) in [nodejs/undici#3193
-   refactor: code cleanup by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3194
-   fix parsing when receiving empty body websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3205
-   fix: MockResponseCallbackOptions type by [@&#8203;merojosa](https://github.com/merojosa) in [nodejs/undici#2951
-   docs(proxy): fix typo by [@&#8203;kanadgupta](https://github.com/kanadgupta) in [nodejs/undici#3207
-   fix websocket receiving an invalid utf-8 in close frame by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3206
-   perf: avoid setImmediate if body is reading by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3210
-   fix: request abort signal by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3209
-   fix: remove abort handler on close by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3211
-   fix: pass abort function by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3212
-   websocket: 200x faster generate mask by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3204
-   use FinalizationRegistry to cancel the body if response is collected by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3199
-   websocket: don't clone buffer if it's not needed. by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3214
-   websocket: use FastBuffer by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3213

#### New Contributors

-   [@&#8203;kettanaito](https://github.com/kettanaito) made their first contribution in [nodejs/undici#1964
-   [@&#8203;gunjam](https://github.com/gunjam) made their first contribution in [nodejs/undici#3193
-   [@&#8203;merojosa](https://github.com/merojosa) made their first contribution in [nodejs/undici#2951
-   [@&#8203;kanadgupta](https://github.com/kanadgupta) made their first contribution in [nodejs/undici#3207

**Full Changelog**: nodejs/undici@v6.15.0...v6.16.0

### [`v6.15.0`](https://github.com/nodejs/undici/releases/tag/v6.15.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.14.1...v6.15.0)

#### What's Changed

-   Expose EnvHttpProxyAgent to Node.js core bundle, so it can be turned … by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3148
-   test: add headerslist copy check by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3156
-   chore: ensure automated v6 release compared to v6 by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3149
-   fetch: do not leak signal listeners by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3158
-   fix: request cache mode is not the same as request mode by [@&#8203;tsibley](https://github.com/tsibley) in [nodejs/undici#3151
-   fetch: don't re-lowercase HeadersList by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3159
-   fix casing issue when cloning Headers object by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3160
-   build(deps): bump node from `6d0f18a` to `db8772d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3163
-   fix header cloning bug by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3162
-   chore: change bench naming for h2 by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3165
-   expose WebSocket related events in node bundle by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3167
-   feat: add support for if-match on retry handler by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3144
-   fix: correct firing order of abort events by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3169
-   create fast MessageEvent by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3170
-   chore: add explicitly [@&#8203;fastify/busboy](https://github.com/fastify/busboy) by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3172
-   chore: remove sinon as dev dependency by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3171
-   webidl changes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3175
-   preserve dictionary key name in webidl errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3176

#### New Contributors

-   [@&#8203;tsibley](https://github.com/tsibley) made their first contribution in [nodejs/undici#3151

**Full Changelog**: nodejs/undici@v6.14.1...v6.15.0

### [`v6.14.1`](https://github.com/nodejs/undici/releases/tag/v6.14.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.14.0...v6.14.1)

#### What's Changed

-   fix: tweak keep-alive timeout implementation by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3145
-   build(deps-dev): bump borp from 0.11.0 to 0.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3153
-   build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3154
-   fix(EnvHttpProxyAgent): prefer lowercase env vars by [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [nodejs/undici#3152

**Full Changelog**: nodejs/undici@v6.14.0...v6.14.1

### [`v6.14.0`](https://github.com/nodejs/undici/releases/tag/v6.14.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.13.0...v6.14.0)

#### What's Changed

-   bench: enable benchmarks for h2 by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3100
-   perf: improve performance of isomorphicEncode by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3101
-   util: remove isReadableAborted by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3104
-   fix(types): The second parameter of EventSource is optional by [@&#8203;zbinlin](https://github.com/zbinlin) in [nodejs/undici#3106
-   fix: onConnect types by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3116
-   add dispatcher option to EventSource by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3119
-   core: improve parseURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3102
-   test: increase coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3121
-   docs: add directions to run docs and benchmarks by [@&#8203;FatumaA](https://github.com/FatumaA) in [nodejs/undici#3092
-   perf: avoid unnecessary clone by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3117
-   build(deps-dev): bump borp from 0.10.0 to 0.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3126
-   drop node support for < v18.17.0 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3125
-   test: improve test and ci performance by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3135
-   Added EnvHttpProxyAgent to support HTTP_PROXY by [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [nodejs/undici#2994
-   fetch: Change wording of "Body is unusable" error by [@&#8203;nzakas](https://github.com/nzakas) in [nodejs/undici#3105
-   perf: use class instead of object literals with getters by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3138
-   fix: unhandled exception or failing error body by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3137
-   reuse realm for Request/Response by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3142
-   fix([H2-#&#8203;3140](https://github.com/H2-/undici/issues/3140)): abort requets upon GOAWAY by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3143
-   don't store realm on Request/Response by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3146
-   improve: wasm build by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3074

#### New Contributors

-   [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) made their first contribution in [nodejs/undici#2994
-   [@&#8203;nzakas](https://github.com/nzakas) made their first contribution in [nodejs/undici#3105

**Full Changelog**: nodejs/undici@v6.13.0...v6.14.0

### [`v6.13.0`](https://github.com/nodejs/undici/releases/tag/v6.13.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.12.0...v6.13.0)

#### What's Changed

-   build(deps): bump node from `9696b26` to `ad255c6` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3073
-   test: remove only by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3077
-   fix: defer errors with setImmediate by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3081
-   improve DecoratorHandler by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3079
-   chore: removed unused escapeFormDataName by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3084
-   Mention option to pass streams into FormData by [@&#8203;JaoodxD](https://github.com/JaoodxD) in [nodejs/undici#3086
-   fetch: improve performance of isValidEncodedURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3090
-   optimize utf8Decode by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3085
-   refactor: h2 refactoring by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3082
-   Skip the creation of a transform stream in fetch by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3093
-   fetch: improve performance of urlHasHttpsScheme by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3094
-   fetch: avoid creation of an intermediary ReadableStream by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3095
-   test: duplicate jest unspecific tests to native runner by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3075
-   build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3096
-   fetch: improve performance of isValidHeaderValue by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3098
-   chore: automate releases with pr by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3089

#### New Contributors

-   [@&#8203;github-actions](https://github.com/github-actions) made their first contribution in [nodejs/undici#3099

**Full Changelog**: nodejs/undici@v6.12.0...v6.13.0

### [`v6.12.0`](https://github.com/nodejs/undici/releases/tag/v6.12.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.11.1...v6.12.0)

#### What's Changed

-   fix: broken test by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3045
-   fix: http2 header parsing by [@&#8203;climba03003](https://github.com/climba03003) in [nodejs/undici#3047
-   types: fix Request.refererPolicy and RequestInit.refererPolicy are incompatible by [@&#8203;zbinlin](https://github.com/zbinlin) in [nodejs/undici#3039
-   fix(types): onHeaders always takes headers as an array of buffer by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3050
-   fix: ProxyAgent causes request.headers.host to be forcibly reset by [@&#8203;1zilc](https://github.com/1zilc) in [nodejs/undici#3026
-   fallback to Buffer.isUtf8 on platforms without icu by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3006
-   build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3037
-   build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3035
-   build(deps): bump node from `577f8eb` to `87524df` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3055
-   build(deps): bump node from `87524df` to `9696b26` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3058
-   fetch: Block ports 4190 & 6679 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3059
-   test: activate testing for interceptors and cache by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3061
-   cache: improve test coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3063
-   feat: modernize fuzzing by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3060
-   fix: request abort by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3056
-   fix: signal handling by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3053
-   fix(H2): handle goaway properly by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3057
-   test: client, set body to null if bigger than CHUNK_LIMIT by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3064
-   mock: improve mock interceptor by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3062
-   fix: bad client destroy on servername change by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3066
-   perf: improve isBlobLike by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3070
-   test: add sanity check for llhttp wasm files by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3068

#### New Contributors

-   [@&#8203;zbinlin](https://github.com/zbinlin) made their first contribution in [nodejs/undici#3039
-   [@&#8203;1zilc](https://github.com/1zilc) made their first contribution in [nodejs/undici#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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
art920 pushed a commit to Hapag-Lloyd/json-logic-rule-maker that referenced this pull request Aug 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.2` -> `v4.1.7` |
| [actions/checkout](https://github.com/actions/checkout) | action |
digest | `b4ffde6` -> `692973e` |
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.1` -> `v4.1.7` |
|
[actions/create-github-app-token](https://github.com/actions/create-github-app-token)
| action | minor | `v1.9.3` -> `v1.10.3` |
| [actions/setup-java](https://github.com/actions/setup-java) | action
| digest | `99b8673` -> `6a0805f` |
| [actions/setup-node](https://github.com/actions/setup-node) | action
| digest | `60edb5d` -> `1e60f62` |
|
[amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request)
| action | minor | `v5.4.0` -> `v5.5.3` |
| rhysd/actionlint | container | minor | `1.6.27` -> `1.7.1` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

###
[`v4.1.6`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.5...v4.1.6)

- Check platform to set archive extension appropriately by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1732

###
[`v4.1.5`](https://github.com/actions/checkout/releases/tag/v4.1.5)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.4...v4.1.5)

#### What's Changed

- Update NPM dependencies by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1703
- Bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1694
- Bump actions/setup-node from 1 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1696
- Bump actions/upload-artifact from 2 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1695
- README: Suggest `user.email` to be
`41898282+github-actions[bot]@&#8203;users.noreply.github.com` by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1707

**Full Changelog**:
actions/checkout@v4.1.4...v4.1.5

###
[`v4.1.4`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.3...v4.1.4)

- Disable `extensions.worktreeConfig` when disabling `sparse-checkout`
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1692
- Add dependabot config by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1688
- Bump the minor-actions-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1693
- Bump word-wrap from 1.2.3 to 1.2.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1643

###
[`v4.1.3`](https://github.com/actions/checkout/releases/tag/v4.1.3)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.2...v4.1.3)

#### What's Changed

- Update `actions/checkout` version in `update-main-version.yml` by
[@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1650
- Check git version before attempting to disable `sparse-checkout` by
[@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1656
- Add SSH user parameter by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1685

**Full Changelog**:
actions/checkout@v4.1.2...v4.1.3

</details>

<details>
<summary>actions/create-github-app-token
(actions/create-github-app-token)</summary>

###
[`v1.10.3`](https://github.com/actions/create-github-app-token/releases/tag/v1.10.3)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3)

##### Bug Fixes

- **deps:** bump undici from 6.18.2 to 6.19.2 in the
production-dependencies group
([#&#8203;149](https://github.com/actions/create-github-app-token/issues/149))
([cc82279](https://github.com/actions/create-github-app-token/commit/cc82279e84540c5543078cedc5af4fcfab0a96bb)),
closes
[#&#8203;3337](https://github.com/actions/create-github-app-token/issues/3337)
[nodejs/undici#3338](https://github.com/nodejs/undici/issues/3338)
[nodejs/undici#3340](https://github.com/nodejs/undici/issues/3340)
[nodejs/undici#3332](https://github.com/nodejs/undici/issues/3332)
[nodejs/undici#3335](https://github.com/nodejs/undici/issues/3335)
[nodejs/undici#3305](https://github.com/nodejs/undici/issues/3305)
[nodejs/undici#3303](https://github.com/nodejs/undici/issues/3303)
[nodejs/undici#3304](https://github.com/nodejs/undici/issues/3304)
[nodejs/undici#3306](https://github.com/nodejs/undici/issues/3306)
[nodejs/undici#3309](https://github.com/nodejs/undici/issues/3309)
[nodejs/undici#3313](https://github.com/nodejs/undici/issues/3313)
[nodejs/undici#3311](https://github.com/nodejs/undici/issues/3311)
[nodejs/undici#3107](https://github.com/nodejs/undici/issues/3107)
[nodejs/undici#3302](https://github.com/nodejs/undici/issues/3302)
[nodejs/undici#3320](https://github.com/nodejs/undici/issues/3320)
[nodejs/undici#3321](https://github.com/nodejs/undici/issues/3321)
[nodejs/undici#3316](https://github.com/nodejs/undici/issues/3316)
[nodejs/undici#3318](https://github.com/nodejs/undici/issues/3318)
[nodejs/undici#3326](https://github.com/nodejs/undici/issues/3326)
[nodejs/undici#3324](https://github.com/nodejs/undici/issues/3324)
[nodejs/undici#3325](https://github.com/nodejs/undici/issues/3325)
[nodejs/undici#3316](https://github.com/nodejs/undici/issues/3316)
[nodejs/undici#3318](https://github.com/nodejs/undici/issues/3318)
[#&#8203;3342](https://github.com/actions/create-github-app-token/issues/3342)
[#&#8203;3332](https://github.com/actions/create-github-app-token/issues/3332)
[#&#8203;3340](https://github.com/actions/create-github-app-token/issues/3340)
[#&#8203;3337](https://github.com/actions/create-github-app-token/issues/3337)
[#&#8203;3338](https://github.com/actions/create-github-app-token/issues/3338)
[#&#8203;3336](https://github.com/actions/create-github-app-token/issues/3336)
[#&#8203;3335](https://github.com/actions/create-github-app-token/issues/3335)
[#&#8203;3325](https://github.com/actions/create-github-app-token/issues/3325)
[#&#8203;3324](https://github.com/actions/create-github-app-token/issues/3324)
[#&#8203;3326](https://github.com/actions/create-github-app-token/issues/3326)

###
[`v1.10.2`](https://github.com/actions/create-github-app-token/releases/tag/v1.10.2)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v1.10.1...v1.10.2)

##### Bug Fixes

- do not revoke token if already expired
([#&#8203;147](https://github.com/actions/create-github-app-token/issues/147))
([66a7045](https://github.com/actions/create-github-app-token/commit/66a70456860bafc79e37635eea77b8b2a929f6c8)),
closes
[#&#8203;140](https://github.com/actions/create-github-app-token/issues/140)
[#&#8203;95](https://github.com/actions/create-github-app-token/issues/95)

###
[`v1.10.1`](https://github.com/actions/create-github-app-token/releases/tag/v1.10.1)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v1.10.0...v1.10.1)

##### Bug Fixes

- **deps:** bump the production-dependencies group with 2 updates
([#&#8203;138](https://github.com/actions/create-github-app-token/issues/138))
([8d81a59](https://github.com/actions/create-github-app-token/commit/8d81a59103d6d17f5ecc243eb5fd53757607a1d2)),
closes
[#&#8203;606](https://github.com/actions/create-github-app-token/issues/606)
[#&#8203;606](https://github.com/actions/create-github-app-token/issues/606)
[#&#8203;605](https://github.com/actions/create-github-app-token/issues/605)
[#&#8203;604](https://github.com/actions/create-github-app-token/issues/604)
[nodejs/undici#3295](https://github.com/nodejs/undici/issues/3295)
[nodejs/undici#3298](https://github.com/nodejs/undici/issues/3298)
[nodejs/undici#3294](https://github.com/nodejs/undici/issues/3294)
[nodejs/undici#3281](https://github.com/nodejs/undici/issues/3281)
[nodejs/undici#3286](https://github.com/nodejs/undici/issues/3286)
[nodejs/undici#3284](https://github.com/nodejs/undici/issues/3284)
[nodejs/undici#3291](https://github.com/nodejs/undici/issues/3291)
[nodejs/undici#3290](https://github.com/nodejs/undici/issues/3290)
[nodejs/undici#3283](https://github.com/nodejs/undici/issues/3283)
[nodejs/undici#3281](https://github.com/nodejs/undici/issues/3281)
[nodejs/undici#3263](https://github.com/nodejs/undici/issues/3263)
[nodejs/undici#3279](https://github.com/nodejs/undici/issues/3279)
[nodejs/undici#3227](https://github.com/nodejs/undici/issues/3227)
[nodejs/undici#3234](https://github.com/nodejs/undici/issues/3234)
[nodejs/undici#3240](https://github.com/nodejs/undici/issues/3240)
[nodejs/undici#3245](https://github.com/nodejs/undici/issues/3245)
[nodejs/undici#3241](https://github.com/nodejs/undici/issues/3241)
[nodejs/undici#3247](https://github.com/nodejs/undici/issues/3247)
[nodejs/undici#3248](https://github.com/nodejs/undici/issues/3248)
[nodejs/undici#3219](https://github.com/nodejs/undici/issues/3219)
[nodejs/undici#3251](https://github.com/nodejs/undici/issues/3251)
[nodejs/undici#3254](https://github.com/nodejs/undici/issues/3254)
[nodejs/undici#3258](https://github.com/nodejs/undici/issues/3258)
[nodejs/undici#3257](https://github.com/nodejs/undici/issues/3257)
[nodejs/undici#3259](https://github.com/nodejs/undici/issues/3259)
[nodejs/undici#3262](https://github.com/nodejs/undici/issues/3262)
[nodejs/undici#3264](https://github.com/nodejs/undici/issues/3264)
[nodejs/undici#3118](https://github.com/nodejs/undici/issues/3118)
[nodejs/undici#3269](https://github.com/nodejs/undici/issues/3269)
[#&#8203;3301](https://github.com/actions/create-github-app-token/issues/3301)
[#&#8203;3294](https://github.com/actions/create-github-app-token/issues/3294)
[#&#8203;3298](https://github.com/actions/create-github-app-token/issues/3298)
[#&#8203;3295](https://github.com/actions/create-github-app-token/issues/3295)
[#&#8203;3293](https://github.com/actions/create-github-app-token/issues/3293)
[#&#8203;3283](https://github.com/actions/create-github-app-token/issues/3283)
[#&#8203;3290](https://github.com/actions/create-github-app-token/issues/3290)
[#&#8203;3291](https://github.com/actions/create-github-app-token/issues/3291)
[#&#8203;3284](https://github.com/actions/create-github-app-token/issues/3284)
[#&#8203;3286](https://github.com/actions/create-github-app-token/issues/3286)

###
[`v1.10.0`](https://github.com/actions/create-github-app-token/releases/tag/v1.10.0)

[Compare
Source](https://github.com/actions/create-github-app-token/compare/v1.9.3...v1.10.0)

##### Features

- **`private-key`:** escaped newlines will be replaced
([#&#8203;132](https://github.com/actions/create-github-app-token/issues/132))
([9d23fb9](https://github.com/actions/create-github-app-token/commit/9d23fb93dd620572046d85c7c1032b488c12514f))

</details>

<details>
<summary>amannn/action-semantic-pull-request
(amannn/action-semantic-pull-request)</summary>

###
[`v5.5.3`](https://github.com/amannn/action-semantic-pull-request/releases/tag/v5.5.3)

[Compare
Source](https://github.com/amannn/action-semantic-pull-request/compare/v5.5.2...v5.5.3)

##### Bug Fixes

- Bump `braces` dependency
([#&#8203;269](https://github.com/amannn/action-semantic-pull-request/issues/269).
by [@&#8203;EelcoLos](https://github.com/EelcoLos))
([2d952a1](https://github.com/amannn/action-semantic-pull-request/commit/2d952a1bf90a6a7ab8f0293dc86f5fdf9acb1915))

###
[`v5.5.2`](https://github.com/amannn/action-semantic-pull-request/releases/tag/v5.5.2)

[Compare
Source](https://github.com/amannn/action-semantic-pull-request/compare/v5.5.1...v5.5.2)

##### Bug Fixes

- Bump tar from 6.1.11 to 6.2.1
([#&#8203;262](https://github.com/amannn/action-semantic-pull-request/issues/262)
by [@&#8203;EelcoLos](https://github.com/EelcoLos))
([9a90d5a](https://github.com/amannn/action-semantic-pull-request/commit/9a90d5a5ac979326e3bb9272750cdd4f192ce24a))

###
[`v5.5.1`](https://github.com/amannn/action-semantic-pull-request/releases/tag/v5.5.1)

[Compare
Source](https://github.com/amannn/action-semantic-pull-request/compare/v5.5.0...v5.5.1)

##### Bug Fixes

- Bump ip from 2.0.0 to 2.0.1
([#&#8203;263](https://github.com/amannn/action-semantic-pull-request/issues/263)
by [@&#8203;EelcoLos](https://github.com/EelcoLos))
([5e7e9ac](https://github.com/amannn/action-semantic-pull-request/commit/5e7e9acca3ddc6a9d7b640fe1f905c4fff131f4a))

###
[`v5.5.0`](https://github.com/amannn/action-semantic-pull-request/releases/tag/v5.5.0)

[Compare
Source](https://github.com/amannn/action-semantic-pull-request/compare/v5.4.0...v5.5.0)

##### Features

- Add outputs for `type`, `scope` and `subject`
([#&#8203;261](https://github.com/amannn/action-semantic-pull-request/issues/261)
by [@&#8203;bcaurel](https://github.com/bcaurel))
([b05f5f6](https://github.com/amannn/action-semantic-pull-request/commit/b05f5f6423ef5cdfc7fdff00c4c10dd9a4f54aff))

</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 is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/Hapag-Lloyd/json-logic-rule-maker).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy40NDAuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Aug 11, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | [`6.19.5` -> `6.19.7`](https://renovatebot.com/diffs/npm/undici/6.11.1/6.19.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.19.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.19.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.11.1/6.19.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.11.1/6.19.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.19.7`](https://github.com/nodejs/undici/releases/tag/v6.19.7)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.6...v6.19.7)

**Full Changelog**: nodejs/undici@v6.19.6...v6.19.7

### [`v6.19.6`](https://github.com/nodejs/undici/compare/v6.19.5...b9bf7adfddeb9cd93a9433a0a1d38e39afa5dfb5)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.5...v6.19.6)

### [`v6.19.5`](https://github.com/nodejs/undici/releases/tag/v6.19.5)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.4...v6.19.5)

**Full Changelog**: nodejs/undici@v6.19.4...v6.19.5

### [`v6.19.4`](https://github.com/nodejs/undici/compare/v6.19.3...62241c3600513cf0e8eac11cf16ed9dca98a80ac)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.3...v6.19.4)

### [`v6.19.3`](https://github.com/nodejs/undici/releases/tag/v6.19.3)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.2...v6.19.3)

**Full Changelog**: nodejs/undici@v6.19.2...v6.19.3

### [`v6.19.2`](https://github.com/nodejs/undici/releases/tag/v6.19.2)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.1...v6.19.2)

#### What's Changed

-   fix [#&#8203;3337](https://github.com/nodejs/undici/issues/3337) by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3338
-   build: use `husky` as `husky install` is deprecated by [@&#8203;jazelly](https://github.com/jazelly) in [nodejs/undici#3340
-   fix: interceptors.d.ts has no default export by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3332

**Full Changelog**: nodejs/undici@v6.19.1...v6.19.2

### [`v6.19.1`](https://github.com/nodejs/undici/releases/tag/v6.19.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.0...v6.19.1)

#### What's Changed

-   don't append empty origin by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3335

**Full Changelog**: nodejs/undici@v6.19.0...v6.19.1

### [`v6.19.0`](https://github.com/nodejs/undici/releases/tag/v6.19.0)

[Compare Source](https://github.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 [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3305
-   build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3303
-   build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3304
-   build(deps): bump github/codeql-action from 3.25.3 to 3.25.7 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3306
-   build(deps): bump node from `9e8f45f` to `dd7e693` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3309
-   build(deps): bump node from `dd7e693` to `e6d4495` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3313
-   remove websocket experimental warning by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3311
-   perf: optimization of request instantiation by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3107
-   perf: convert object to params by [@&#8203;DarkGL](https://github.com/DarkGL) in [nodejs/undici#3302
-   build(deps-dev): bump borp from 0.14.0 to 0.15.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3320
-   build(deps-dev): bump c8 from 9.1.0 to 10.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3321
-   fix: add missing error classes to types by [@&#8203;maxbeatty](https://github.com/maxbeatty) in [nodejs/undici#3316
-   export interceptor to type def file by [@&#8203;jakecastelli](https://github.com/jakecastelli) in [nodejs/undici#3318
-   build(deps): bump node from `e6d4495` to `075a5cc` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3326
-   doc: clearify the behaviour of `bodyTimeout` in the request by [@&#8203;jakecastelli](https://github.com/jakecastelli) in [nodejs/undici#3324
-   feature: support pre-shared sessions by [@&#8203;tastypackets](https://github.com/tastypackets) in [nodejs/undici#3325

#### New Contributors

-   [@&#8203;maxbeatty](https://github.com/maxbeatty) made their first contribution in [nodejs/undici#3316
-   [@&#8203;jakecastelli](https://github.com/jakecastelli) made their first contribution in [nodejs/undici#3318

**Full Changelog**: nodejs/undici@v6.18.2...v6.19.0

### [`v6.18.2`](https://github.com/nodejs/undici/compare/v6.18.1...665f24738041757789fab95cce40cb0345cf2c0f)

[Compare Source](https://github.com/nodejs/undici/compare/v6.18.1...v6.18.2)

### [`v6.18.1`](https://github.com/nodejs/undici/releases/tag/v6.18.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.18.0...v6.18.1)

#### What's Changed

-   docs: Update references to dispatcher in docs by [@&#8203;haikyuu](https://github.com/haikyuu) in [nodejs/undici#3281
-   fix: compatibility for global headers by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3286
-   websocket: pre-calculated length by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3284
-   ci: fix autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3291
-   revert: "websocket: pre-calculated length" by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3290
-   websocket: use FixedQueue instead of Set by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3283

#### New Contributors

-   [@&#8203;haikyuu](https://github.com/haikyuu) made their first contribution in [nodejs/undici#3281

**Full Changelog**: nodejs/undici@v6.18.0...v6.18.1

### [`v6.18.0`](https://github.com/nodejs/undici/releases/tag/v6.18.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.17.0...v6.18.0)

#### What's Changed

-   permessage-deflate decompression support in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3263
-   fix: Fix server closing in tests. by [@&#8203;ShogunPanda](https://github.com/ShogunPanda) in [nodejs/undici#3279

**Full Changelog**: nodejs/undici@v6.17.0...v6.18.0

### [`v6.17.0`](https://github.com/nodejs/undici/releases/tag/v6.17.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.16.1...v6.17.0)

#### What's Changed

-   fetch: fix captureStackTrace by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3227
-   fetch: fix wpt test request-upload.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3234
-   websocket: don't clone buffer by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3240
-   Remove unecessary async from writeBuffer by [@&#8203;DarkGL](https://github.com/DarkGL) in [nodejs/undici#3245
-   refactor websocket control frame handling by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3241
-   fix parsing continuation frames in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3247
-   ci: node nightly test should use node 23 by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3248
-   Add test to verify if the connection is correctly aborted on cancel by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3219
-   Autobahn suite by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3251
-   websocket: fix 6 autobahn tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3254
-   websocket: checkout correct commit in autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3258
-   Cleanup websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3257
-   websocket: autobahn workflow should fail on error by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3259
-   add bodymixin bytes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3262
-   perf: avoid buffer cloning by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3264
-   feat: dump interceptor by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3118
-   use private properties in Headers by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3269
-   Revert "websocket: autobahn workflow should fail on error" by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3270
-   build(deps): bump node from `487dc5d` to `9e8f45f` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3271

#### New Contributors

-   [@&#8203;DarkGL](https://github.com/DarkGL) made their first contribution in [nodejs/undici#3245

**Full Changelog**: nodejs/undici@v6.16.1...v6.17.0

### [`v6.16.1`](https://github.com/nodejs/undici/releases/tag/v6.16.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.16.0...v6.16.1)

#### What's Changed

-   fix some typos by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3217
-   websocket: move codeblock in parseCloseBody by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3215
-   fetch: enable wpt test request-referrer.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3223
-   fetch: wpt add /fetch/api/resources/cache.py to server.mjs by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3225
-   add pipe support for wpt server by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3228
-   test: reduce the number of requests in `fire-and-forget.js` by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3229
-   ci: add node 22 in ci test matrix, use 22 for coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3226
-   fetch: don't set an invalid origin header by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3235
-   fail wpt runner if expected failures does not match actual by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3236
-   fix: ignore content-length when dumping HEAD by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3222

**Full Changelog**: nodejs/undici@v6.16.0...v6.16.1

### [`v6.16.0`](https://github.com/nodejs/undici/releases/tag/v6.16.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.15.0...v6.16.0)

#### What's Changed

-   add index to sequence converter errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3178
-   build(deps-dev): bump borp from 0.12.0 to 0.13.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3179
-   build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3180
-   build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3181
-   fix: keep raw header name by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3183
-   fix(fetch): improve Headers and Request type-compatibility by [@&#8203;kettanaito](https://github.com/kettanaito) in [nodejs/undici#1964
-   fix 3 mimesniff tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3185
-   build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3187
-   build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3191
-   build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3192
-   build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3189
-   build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3188
-   build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3190
-   build(deps): bump node from `9459e24` to `487dc5d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3195
-   perf: avoid spread in makeRequest() by [@&#8203;gunjam](https://github.com/gunjam) in [nodejs/undici#3193
-   refactor: code cleanup by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3194
-   fix parsing when receiving empty body websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3205
-   fix: MockResponseCallbackOptions type by [@&#8203;merojosa](https://github.com/merojosa) in [nodejs/undici#2951
-   docs(proxy): fix typo by [@&#8203;kanadgupta](https://github.com/kanadgupta) in [nodejs/undici#3207
-   fix websocket receiving an invalid utf-8 in close frame by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3206
-   perf: avoid setImmediate if body is reading by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3210
-   fix: request abort signal by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3209
-   fix: remove abort handler on close by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3211
-   fix: pass abort function by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3212
-   websocket: 200x faster generate mask by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3204
-   use FinalizationRegistry to cancel the body if response is collected by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3199
-   websocket: don't clone buffer if it's not needed. by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3214
-   websocket: use FastBuffer by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3213

#### New Contributors

-   [@&#8203;kettanaito](https://github.com/kettanaito) made their first contribution in [nodejs/undici#1964
-   [@&#8203;gunjam](https://github.com/gunjam) made their first contribution in [nodejs/undici#3193
-   [@&#8203;merojosa](https://github.com/merojosa) made their first contribution in [nodejs/undici#2951
-   [@&#8203;kanadgupta](https://github.com/kanadgupta) made their first contribution in [nodejs/undici#3207

**Full Changelog**: nodejs/undici@v6.15.0...v6.16.0

### [`v6.15.0`](https://github.com/nodejs/undici/releases/tag/v6.15.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.14.1...v6.15.0)

#### What's Changed

-   Expose EnvHttpProxyAgent to Node.js core bundle, so it can be turned … by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3148
-   test: add headerslist copy check by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3156
-   chore: ensure automated v6 release compared to v6 by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3149
-   fetch: do not leak signal listeners by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3158
-   fix: request cache mode is not the same as request mode by [@&#8203;tsibley](https://github.com/tsibley) in [nodejs/undici#3151
-   fetch: don't re-lowercase HeadersList by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3159
-   fix casing issue when cloning Headers object by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3160
-   build(deps): bump node from `6d0f18a` to `db8772d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3163
-   fix header cloning bug by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3162
-   chore: change bench naming for h2 by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3165
-   expose WebSocket related events in node bundle by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3167
-   feat: add support for if-match on retry handler by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3144
-   fix: correct firing order of abort events by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3169
-   create fast MessageEvent by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3170
-   chore: add explicitly [@&#8203;fastify/busboy](https://github.com/fastify/busboy) by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3172
-   chore: remove sinon as dev dependency by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3171
-   webidl changes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3175
-   preserve dictionary key name in webidl errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3176

#### New Contributors

-   [@&#8203;tsibley](https://github.com/tsibley) made their first contribution in [nodejs/undici#3151

**Full Changelog**: nodejs/undici@v6.14.1...v6.15.0

### [`v6.14.1`](https://github.com/nodejs/undici/releases/tag/v6.14.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.14.0...v6.14.1)

#### What's Changed

-   fix: tweak keep-alive timeout implementation by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3145
-   build(deps-dev): bump borp from 0.11.0 to 0.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3153
-   build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3154
-   fix(EnvHttpProxyAgent): prefer lowercase env vars by [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [nodejs/undici#3152

**Full Changelog**: nodejs/undici@v6.14.0...v6.14.1

### [`v6.14.0`](https://github.com/nodejs/undici/releases/tag/v6.14.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.13.0...v6.14.0)

#### What's Changed

-   bench: enable benchmarks for h2 by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3100
-   perf: improve performance of isomorphicEncode by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3101
-   util: remove isReadableAborted by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3104
-   fix(types): The second parameter of EventSource is optional by [@&#8203;zbinlin](https://github.com/zbinlin) in [nodejs/undici#3106
-   fix: onConnect types by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3116
-   add dispatcher option to EventSource by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3119
-   core: improve parseURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3102
-   test: increase coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3121
-   docs: add directions to run docs and benchmarks by [@&#8203;FatumaA](https://github.com/FatumaA) in [nodejs/undici#3092
-   perf: avoid unnecessary clone by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3117
-   build(deps-dev): bump borp from 0.10.0 to 0.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3126
-   drop node support for < v18.17.0 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3125
-   test: improve test and ci performance by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3135
-   Added EnvHttpProxyAgent to support HTTP_PROXY by [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [nodejs/undici#2994
-   fetch: Change wording of "Body is unusable" error by [@&#8203;nzakas](https://github.com/nzakas) in [nodejs/undici#3105
-   perf: use class instead of object literals with getters by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3138
-   fix: unhandled exception or failing error body by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3137
-   reuse realm for Request/Response by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3142
-   fix([H2-#&#8203;3140](https://github.com/H2-/undici/issues/3140)): abort requets upon GOAWAY by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3143
-   don't store realm on Request/Response by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3146
-   improve: wasm build by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3074

#### New Contributors

-   [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) made their first contribution in [nodejs/undici#2994
-   [@&#8203;nzakas](https://github.com/nzakas) made their first contribution in [nodejs/undici#3105

**Full Changelog**: nodejs/undici@v6.13.0...v6.14.0

### [`v6.13.0`](https://github.com/nodejs/undici/releases/tag/v6.13.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.12.0...v6.13.0)

#### What's Changed

-   build(deps): bump node from `9696b26` to `ad255c6` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3073
-   test: remove only by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3077
-   fix: defer errors with setImmediate by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3081
-   improve DecoratorHandler by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3079
-   chore: removed unused escapeFormDataName by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3084
-   Mention option to pass streams into FormData by [@&#8203;JaoodxD](https://github.com/JaoodxD) in [nodejs/undici#3086
-   fetch: improve performance of isValidEncodedURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3090
-   optimize utf8Decode by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3085
-   refactor: h2 refactoring by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3082
-   Skip the creation of a transform stream in fetch by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3093
-   fetch: improve performance of urlHasHttpsScheme by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3094
-   fetch: avoid creation of an intermediary ReadableStream by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3095
-   test: duplicate jest unspecific tests to native runner by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3075
-   build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3096
-   fetch: improve performance of isValidHeaderValue by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3098
-   chore: automate releases with pr by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3089

#### New Contributors

-   [@&#8203;github-actions](https://github.com/github-actions) made their first contribution in [nodejs/undici#3099

**Full Changelog**: nodejs/undici@v6.12.0...v6.13.0

### [`v6.12.0`](https://github.com/nodejs/undici/releases/tag/v6.12.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.11.1...v6.12.0)

#### What's Changed

-   fix: broken test by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3045
-   fix: http2 header parsing by [@&#8203;climba03003](https://github.com/climba03003) in [nodejs/undici#3047
-   types: fix Request.refererPolicy and RequestInit.refererPolicy are incompatible by [@&#8203;zbinlin](https://github.com/zbinlin) in [nodejs/undici#3039
-   fix(types): onHeaders always takes headers as an array of buffer by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3050
-   fix: ProxyAgent causes request.headers.host to be forcibly reset by [@&#8203;1zilc](https://github.com/1zilc) in [nodejs/undici#3026
-   fallback to Buffer.isUtf8 on platforms without icu by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3006
-   build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3037
-   build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3035
-   build(deps): bump node from `577f8eb` to `87524df` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3055
-   build(deps): bump node from `87524df` to `9696b26` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3058
-   fetch: Block ports 4190 & 6679 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3059
-   test: activate testing for interceptors and cache by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3061
-   cache: improve test coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3063
-   feat: modernize fuzzing by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3060
-   fix: request abort by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3056
-   fix: signal handling by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3053
-   fix(H2): handle goaway properly by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3057
-   test: client, set body to null if bigger than CHUNK_LIMIT by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3064
-   mock: improve mock interceptor by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3062
-   fix: bad client destroy on servername change by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3066
-   perf: improve isBlobLike by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3070
-   test: add sanity check for llhttp wasm files by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3068

#### New Contributors

-   [@&#8203;zbinlin](https://github.com/zbinlin) made their first contribution in [nodejs/undici#3039
-   [@&#8203;1zilc](https://github.com/1zilc) made their first contribution in [nodejs/undici#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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Aug 21, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | [`6.19.7` -> `6.19.8`](https://renovatebot.com/diffs/npm/undici/6.11.1/6.19.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.19.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.19.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.11.1/6.19.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.11.1/6.19.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nodejs/undici (undici)</summary>

### [`v6.19.8`](https://github.com/nodejs/undici/compare/v6.19.7...3d3ce0695c8c3f9a8f3c8af90dd42d0569d3f0bb)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.7...v6.19.8)

### [`v6.19.7`](https://github.com/nodejs/undici/releases/tag/v6.19.7)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.6...v6.19.7)

**Full Changelog**: nodejs/undici@v6.19.6...v6.19.7

### [`v6.19.6`](https://github.com/nodejs/undici/releases/tag/v6.19.6)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.5...v6.19.6)

**Full Changelog**: nodejs/undici@v6.19.5...v6.19.6

### [`v6.19.5`](https://github.com/nodejs/undici/releases/tag/v6.19.5)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.4...v6.19.5)

**Full Changelog**: nodejs/undici@v6.19.4...v6.19.5

### [`v6.19.4`](https://github.com/nodejs/undici/compare/v6.19.3...62241c3600513cf0e8eac11cf16ed9dca98a80ac)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.3...v6.19.4)

### [`v6.19.3`](https://github.com/nodejs/undici/releases/tag/v6.19.3)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.2...v6.19.3)

**Full Changelog**: nodejs/undici@v6.19.2...v6.19.3

### [`v6.19.2`](https://github.com/nodejs/undici/releases/tag/v6.19.2)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.1...v6.19.2)

#### What's Changed

-   fix [#&#8203;3337](https://github.com/nodejs/undici/issues/3337) by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3338
-   build: use `husky` as `husky install` is deprecated by [@&#8203;jazelly](https://github.com/jazelly) in [nodejs/undici#3340
-   fix: interceptors.d.ts has no default export by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3332

**Full Changelog**: nodejs/undici@v6.19.1...v6.19.2

### [`v6.19.1`](https://github.com/nodejs/undici/releases/tag/v6.19.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.19.0...v6.19.1)

#### What's Changed

-   don't append empty origin by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3335

**Full Changelog**: nodejs/undici@v6.19.0...v6.19.1

### [`v6.19.0`](https://github.com/nodejs/undici/releases/tag/v6.19.0)

[Compare Source](https://github.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 [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3305
-   build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3303
-   build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3304
-   build(deps): bump github/codeql-action from 3.25.3 to 3.25.7 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3306
-   build(deps): bump node from `9e8f45f` to `dd7e693` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3309
-   build(deps): bump node from `dd7e693` to `e6d4495` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3313
-   remove websocket experimental warning by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3311
-   perf: optimization of request instantiation by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3107
-   perf: convert object to params by [@&#8203;DarkGL](https://github.com/DarkGL) in [nodejs/undici#3302
-   build(deps-dev): bump borp from 0.14.0 to 0.15.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3320
-   build(deps-dev): bump c8 from 9.1.0 to 10.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3321
-   fix: add missing error classes to types by [@&#8203;maxbeatty](https://github.com/maxbeatty) in [nodejs/undici#3316
-   export interceptor to type def file by [@&#8203;jakecastelli](https://github.com/jakecastelli) in [nodejs/undici#3318
-   build(deps): bump node from `e6d4495` to `075a5cc` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3326
-   doc: clearify the behaviour of `bodyTimeout` in the request by [@&#8203;jakecastelli](https://github.com/jakecastelli) in [nodejs/undici#3324
-   feature: support pre-shared sessions by [@&#8203;tastypackets](https://github.com/tastypackets) in [nodejs/undici#3325

#### New Contributors

-   [@&#8203;maxbeatty](https://github.com/maxbeatty) made their first contribution in [nodejs/undici#3316
-   [@&#8203;jakecastelli](https://github.com/jakecastelli) made their first contribution in [nodejs/undici#3318

**Full Changelog**: nodejs/undici@v6.18.2...v6.19.0

### [`v6.18.2`](https://github.com/nodejs/undici/compare/v6.18.1...665f24738041757789fab95cce40cb0345cf2c0f)

[Compare Source](https://github.com/nodejs/undici/compare/v6.18.1...v6.18.2)

### [`v6.18.1`](https://github.com/nodejs/undici/releases/tag/v6.18.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.18.0...v6.18.1)

#### What's Changed

-   docs: Update references to dispatcher in docs by [@&#8203;haikyuu](https://github.com/haikyuu) in [nodejs/undici#3281
-   fix: compatibility for global headers by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3286
-   websocket: pre-calculated length by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3284
-   ci: fix autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3291
-   revert: "websocket: pre-calculated length" by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3290
-   websocket: use FixedQueue instead of Set by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3283

#### New Contributors

-   [@&#8203;haikyuu](https://github.com/haikyuu) made their first contribution in [nodejs/undici#3281

**Full Changelog**: nodejs/undici@v6.18.0...v6.18.1

### [`v6.18.0`](https://github.com/nodejs/undici/releases/tag/v6.18.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.17.0...v6.18.0)

#### What's Changed

-   permessage-deflate decompression support in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3263
-   fix: Fix server closing in tests. by [@&#8203;ShogunPanda](https://github.com/ShogunPanda) in [nodejs/undici#3279

**Full Changelog**: nodejs/undici@v6.17.0...v6.18.0

### [`v6.17.0`](https://github.com/nodejs/undici/releases/tag/v6.17.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.16.1...v6.17.0)

#### What's Changed

-   fetch: fix captureStackTrace by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3227
-   fetch: fix wpt test request-upload.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3234
-   websocket: don't clone buffer by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3240
-   Remove unecessary async from writeBuffer by [@&#8203;DarkGL](https://github.com/DarkGL) in [nodejs/undici#3245
-   refactor websocket control frame handling by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3241
-   fix parsing continuation frames in websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3247
-   ci: node nightly test should use node 23 by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3248
-   Add test to verify if the connection is correctly aborted on cancel by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3219
-   Autobahn suite by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3251
-   websocket: fix 6 autobahn tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3254
-   websocket: checkout correct commit in autobahn workflow by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3258
-   Cleanup websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3257
-   websocket: autobahn workflow should fail on error by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3259
-   add bodymixin bytes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3262
-   perf: avoid buffer cloning by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3264
-   feat: dump interceptor by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3118
-   use private properties in Headers by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3269
-   Revert "websocket: autobahn workflow should fail on error" by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3270
-   build(deps): bump node from `487dc5d` to `9e8f45f` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3271

#### New Contributors

-   [@&#8203;DarkGL](https://github.com/DarkGL) made their first contribution in [nodejs/undici#3245

**Full Changelog**: nodejs/undici@v6.16.1...v6.17.0

### [`v6.16.1`](https://github.com/nodejs/undici/releases/tag/v6.16.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.16.0...v6.16.1)

#### What's Changed

-   fix some typos by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3217
-   websocket: move codeblock in parseCloseBody by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3215
-   fetch: enable wpt test request-referrer.any.js by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3223
-   fetch: wpt add /fetch/api/resources/cache.py to server.mjs by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3225
-   add pipe support for wpt server by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3228
-   test: reduce the number of requests in `fire-and-forget.js` by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3229
-   ci: add node 22 in ci test matrix, use 22 for coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3226
-   fetch: don't set an invalid origin header by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3235
-   fail wpt runner if expected failures does not match actual by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3236
-   fix: ignore content-length when dumping HEAD by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3222

**Full Changelog**: nodejs/undici@v6.16.0...v6.16.1

### [`v6.16.0`](https://github.com/nodejs/undici/releases/tag/v6.16.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.15.0...v6.16.0)

#### What's Changed

-   add index to sequence converter errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3178
-   build(deps-dev): bump borp from 0.12.0 to 0.13.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3179
-   build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3180
-   build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3181
-   fix: keep raw header name by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3183
-   fix(fetch): improve Headers and Request type-compatibility by [@&#8203;kettanaito](https://github.com/kettanaito) in [nodejs/undici#1964
-   fix 3 mimesniff tests by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3185
-   build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3187
-   build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3191
-   build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3192
-   build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3189
-   build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3188
-   build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3190
-   build(deps): bump node from `9459e24` to `487dc5d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3195
-   perf: avoid spread in makeRequest() by [@&#8203;gunjam](https://github.com/gunjam) in [nodejs/undici#3193
-   refactor: code cleanup by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3194
-   fix parsing when receiving empty body websocket by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3205
-   fix: MockResponseCallbackOptions type by [@&#8203;merojosa](https://github.com/merojosa) in [nodejs/undici#2951
-   docs(proxy): fix typo by [@&#8203;kanadgupta](https://github.com/kanadgupta) in [nodejs/undici#3207
-   fix websocket receiving an invalid utf-8 in close frame by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3206
-   perf: avoid setImmediate if body is reading by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3210
-   fix: request abort signal by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3209
-   fix: remove abort handler on close by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3211
-   fix: pass abort function by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3212
-   websocket: 200x faster generate mask by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3204
-   use FinalizationRegistry to cancel the body if response is collected by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3199
-   websocket: don't clone buffer if it's not needed. by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3214
-   websocket: use FastBuffer by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3213

#### New Contributors

-   [@&#8203;kettanaito](https://github.com/kettanaito) made their first contribution in [nodejs/undici#1964
-   [@&#8203;gunjam](https://github.com/gunjam) made their first contribution in [nodejs/undici#3193
-   [@&#8203;merojosa](https://github.com/merojosa) made their first contribution in [nodejs/undici#2951
-   [@&#8203;kanadgupta](https://github.com/kanadgupta) made their first contribution in [nodejs/undici#3207

**Full Changelog**: nodejs/undici@v6.15.0...v6.16.0

### [`v6.15.0`](https://github.com/nodejs/undici/releases/tag/v6.15.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.14.1...v6.15.0)

#### What's Changed

-   Expose EnvHttpProxyAgent to Node.js core bundle, so it can be turned … by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3148
-   test: add headerslist copy check by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3156
-   chore: ensure automated v6 release compared to v6 by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3149
-   fetch: do not leak signal listeners by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3158
-   fix: request cache mode is not the same as request mode by [@&#8203;tsibley](https://github.com/tsibley) in [nodejs/undici#3151
-   fetch: don't re-lowercase HeadersList by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3159
-   fix casing issue when cloning Headers object by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3160
-   build(deps): bump node from `6d0f18a` to `db8772d` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3163
-   fix header cloning bug by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3162
-   chore: change bench naming for h2 by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3165
-   expose WebSocket related events in node bundle by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3167
-   feat: add support for if-match on retry handler by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3144
-   fix: correct firing order of abort events by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3169
-   create fast MessageEvent by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3170
-   chore: add explicitly [@&#8203;fastify/busboy](https://github.com/fastify/busboy) by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3172
-   chore: remove sinon as dev dependency by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3171
-   webidl changes by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3175
-   preserve dictionary key name in webidl errors by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3176

#### New Contributors

-   [@&#8203;tsibley](https://github.com/tsibley) made their first contribution in [nodejs/undici#3151

**Full Changelog**: nodejs/undici@v6.14.1...v6.15.0

### [`v6.14.1`](https://github.com/nodejs/undici/releases/tag/v6.14.1)

[Compare Source](https://github.com/nodejs/undici/compare/v6.14.0...v6.14.1)

#### What's Changed

-   fix: tweak keep-alive timeout implementation by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3145
-   build(deps-dev): bump borp from 0.11.0 to 0.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3153
-   build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3154
-   fix(EnvHttpProxyAgent): prefer lowercase env vars by [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [nodejs/undici#3152

**Full Changelog**: nodejs/undici@v6.14.0...v6.14.1

### [`v6.14.0`](https://github.com/nodejs/undici/releases/tag/v6.14.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.13.0...v6.14.0)

#### What's Changed

-   bench: enable benchmarks for h2 by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3100
-   perf: improve performance of isomorphicEncode by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3101
-   util: remove isReadableAborted by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3104
-   fix(types): The second parameter of EventSource is optional by [@&#8203;zbinlin](https://github.com/zbinlin) in [nodejs/undici#3106
-   fix: onConnect types by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3116
-   add dispatcher option to EventSource by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3119
-   core: improve parseURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3102
-   test: increase coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3121
-   docs: add directions to run docs and benchmarks by [@&#8203;FatumaA](https://github.com/FatumaA) in [nodejs/undici#3092
-   perf: avoid unnecessary clone by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3117
-   build(deps-dev): bump borp from 0.10.0 to 0.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3126
-   drop node support for < v18.17.0 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3125
-   test: improve test and ci performance by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3135
-   Added EnvHttpProxyAgent to support HTTP_PROXY by [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [nodejs/undici#2994
-   fetch: Change wording of "Body is unusable" error by [@&#8203;nzakas](https://github.com/nzakas) in [nodejs/undici#3105
-   perf: use class instead of object literals with getters by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3138
-   fix: unhandled exception or failing error body by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3137
-   reuse realm for Request/Response by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3142
-   fix([H2-#&#8203;3140](https://github.com/H2-/undici/issues/3140)): abort requets upon GOAWAY by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3143
-   don't store realm on Request/Response by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3146
-   improve: wasm build by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3074

#### New Contributors

-   [@&#8203;10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) made their first contribution in [nodejs/undici#2994
-   [@&#8203;nzakas](https://github.com/nzakas) made their first contribution in [nodejs/undici#3105

**Full Changelog**: nodejs/undici@v6.13.0...v6.14.0

### [`v6.13.0`](https://github.com/nodejs/undici/releases/tag/v6.13.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.12.0...v6.13.0)

#### What's Changed

-   build(deps): bump node from `9696b26` to `ad255c6` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3073
-   test: remove only by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3077
-   fix: defer errors with setImmediate by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3081
-   improve DecoratorHandler by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3079
-   chore: removed unused escapeFormDataName by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3084
-   Mention option to pass streams into FormData by [@&#8203;JaoodxD](https://github.com/JaoodxD) in [nodejs/undici#3086
-   fetch: improve performance of isValidEncodedURL by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3090
-   optimize utf8Decode by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3085
-   refactor: h2 refactoring by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3082
-   Skip the creation of a transform stream in fetch by [@&#8203;mcollina](https://github.com/mcollina) in [nodejs/undici#3093
-   fetch: improve performance of urlHasHttpsScheme by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3094
-   fetch: avoid creation of an intermediary ReadableStream by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3095
-   test: duplicate jest unspecific tests to native runner by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3075
-   build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3096
-   fetch: improve performance of isValidHeaderValue by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3098
-   chore: automate releases with pr by [@&#8203;mweberxyz](https://github.com/mweberxyz) in [nodejs/undici#3089

#### New Contributors

-   [@&#8203;github-actions](https://github.com/github-actions) made their first contribution in [nodejs/undici#3099

**Full Changelog**: nodejs/undici@v6.12.0...v6.13.0

### [`v6.12.0`](https://github.com/nodejs/undici/releases/tag/v6.12.0)

[Compare Source](https://github.com/nodejs/undici/compare/v6.11.1...v6.12.0)

#### What's Changed

-   fix: broken test by [@&#8203;tsctx](https://github.com/tsctx) in [nodejs/undici#3045
-   fix: http2 header parsing by [@&#8203;climba03003](https://github.com/climba03003) in [nodejs/undici#3047
-   types: fix Request.refererPolicy and RequestInit.refererPolicy are incompatible by [@&#8203;zbinlin](https://github.com/zbinlin) in [nodejs/undici#3039
-   fix(types): onHeaders always takes headers as an array of buffer by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3050
-   fix: ProxyAgent causes request.headers.host to be forcibly reset by [@&#8203;1zilc](https://github.com/1zilc) in [nodejs/undici#3026
-   fallback to Buffer.isUtf8 on platforms without icu by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3006
-   build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3037
-   build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5 by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3035
-   build(deps): bump node from `577f8eb` to `87524df` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3055
-   build(deps): bump node from `87524df` to `9696b26` in /build by [@&#8203;dependabot](https://github.com/dependabot) in [nodejs/undici#3058
-   fetch: Block ports 4190 & 6679 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [nodejs/undici#3059
-   test: activate testing for interceptors and cache by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3061
-   cache: improve test coverage by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3063
-   feat: modernize fuzzing by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3060
-   fix: request abort by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3056
-   fix: signal handling by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3053
-   fix(H2): handle goaway properly by [@&#8203;metcoder95](https://github.com/metcoder95) in [nodejs/undici#3057
-   test: client, set body to null if bigger than CHUNK_LIMIT by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3064
-   mock: improve mock interceptor by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3062
-   fix: bad client destroy on servername change by [@&#8203;ronag](https://github.com/ronag) in [nodejs/undici#3066
-   perf: improve isBlobLike by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3070
-   test: add sanity check for llhttp wasm files by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [nodejs/undici#3068

#### New Contributors

-   [@&#8203;zbinlin](https://github.com/zbinlin) made their first contribution in [nodejs/undici#3039
-   [@&#8203;1zilc](https://github.com/1zilc) made their first contribution in [nodejs/undici#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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fetch arrayBuffer() leaks random data from process memory Failing JSON parsing in Node 22
5 participants