Skip to content

Commit

Permalink
Update dependency undici to v5.28.0 (#719)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo banner](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)) | [`5.27.2` -> `5.28.0`](https://renovatebot.com/diffs/npm/undici/5.26.5/5.28.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/5.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/5.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.26.5/5.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.26.5/5.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

[Compare Source](https://github.com/nodejs/undici/compare/v5.27.2...v5.28.0)

#### What's Changed

-   fix(parseHeaders): util.parseHeaders handle correctly array of buffer… by [@&#8203;mdoria12](https://github.com/mdoria12) in [https://github.com/nodejs/undici/pull/2398](https://github.com/nodejs/undici/pull/2398)
-   docs: add license to undici-types by [@&#8203;dancastillo](https://github.com/dancastillo) in [https://github.com/nodejs/undici/pull/2401](https://github.com/nodejs/undici/pull/2401)
-   perf: optimize Readable.dump by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2402](https://github.com/nodejs/undici/pull/2402)
-   perf(headers): Improve Headers by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2397](https://github.com/nodejs/undici/pull/2397)
-   test: re-enable conditional WPT Report for websockets by [@&#8203;panva](https://github.com/panva) in [https://github.com/nodejs/undici/pull/2407](https://github.com/nodejs/undici/pull/2407)
-   fix: delay abort on 'close' by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2408](https://github.com/nodejs/undici/pull/2408)
-   refactor: use `substring` instead of `substr` by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2411](https://github.com/nodejs/undici/pull/2411)
-   add additional http2 test with fetch by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2419](https://github.com/nodejs/undici/pull/2419)
-   fix: HTTPToken check by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2410](https://github.com/nodejs/undici/pull/2410)
-   perf: optimize HeadersList.get by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2420](https://github.com/nodejs/undici/pull/2420)
-   properly handle pseudo-headers in fetch by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2422](https://github.com/nodejs/undici/pull/2422)
-   perf(headers): if the guard is immutable by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2424](https://github.com/nodejs/undici/pull/2424)
-   fix(mock-agent): send stream body by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2425](https://github.com/nodejs/undici/pull/2425)
-   build(deps): bump github/codeql-action from 2.21.5 to 2.22.5 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/2394](https://github.com/nodejs/undici/pull/2394)
-   feat([#&#8203;2264](https://github.com/nodejs/undici/issues/2264)): Expose Retry Handler by [@&#8203;metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/2281](https://github.com/nodejs/undici/pull/2281)
-   fix: implement `Headers#set` correctly by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2432](https://github.com/nodejs/undici/pull/2432)
-   fix: implement `Headers#delete` correctly by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2430](https://github.com/nodejs/undici/pull/2430)
-   test: update websocket wpt availability by [@&#8203;panva](https://github.com/panva) in [https://github.com/nodejs/undici/pull/2437](https://github.com/nodejs/undici/pull/2437)
-   fix: type comment position by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2443](https://github.com/nodejs/undici/pull/2443)
-   fix: `onHeaders` type declaration by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2444](https://github.com/nodejs/undici/pull/2444)
-   remove http2 status pseudo header from headers by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2438](https://github.com/nodejs/undici/pull/2438)
-   docs: Clarify `path` matching in `intercept()` by [@&#8203;oliversalzburg](https://github.com/oliversalzburg) in [https://github.com/nodejs/undici/pull/2426](https://github.com/nodejs/undici/pull/2426)
-   fix: set-cookie clone by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2446](https://github.com/nodejs/undici/pull/2446)
-   docs: fix typo in maxConcurrentStreams by [@&#8203;tniessen](https://github.com/tniessen) in [https://github.com/nodejs/undici/pull/2450](https://github.com/nodejs/undici/pull/2450)
-   refactor: remove leftovers by [@&#8203;metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/2451](https://github.com/nodejs/undici/pull/2451)
-   refactor: add missing new operator by [@&#8203;tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/2452](https://github.com/nodejs/undici/pull/2452)

#### New Contributors

-   [@&#8203;mdoria12](https://github.com/mdoria12) made their first contribution in [https://github.com/nodejs/undici/pull/2398](https://github.com/nodejs/undici/pull/2398)
-   [@&#8203;tsctx](https://github.com/tsctx) made their first contribution in [https://github.com/nodejs/undici/pull/2397](https://github.com/nodejs/undici/pull/2397)
-   [@&#8203;oliversalzburg](https://github.com/oliversalzburg) made their first contribution in [https://github.com/nodejs/undici/pull/2426](https://github.com/nodejs/undici/pull/2426)

**Full Changelog**: nodejs/undici@v5.27.2...v5.28.0

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

[Compare Source](https://github.com/nodejs/undici/compare/v5.27.1...v5.27.2)

**Full Changelog**: nodejs/undici@v5.27.1...v5.27.2

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

[Compare Source](https://github.com/nodejs/undici/compare/v5.27.0...v5.27.1)

#### What's Changed

-   add regression test by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2376](https://github.com/nodejs/undici/pull/2376)
-   fix: define conditions when content-length should be sent  by [@&#8203;pxue](https://github.com/pxue) in [https://github.com/nodejs/undici/pull/2305](https://github.com/nodejs/undici/pull/2305)
-   refactor: removed unnecessary default by [@&#8203;nikelborm](https://github.com/nikelborm) in [https://github.com/nodejs/undici/pull/2381](https://github.com/nodejs/undici/pull/2381)
-   fix: stream body handling by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2391](https://github.com/nodejs/undici/pull/2391)

#### New Contributors

-   [@&#8203;pxue](https://github.com/pxue) made their first contribution in [https://github.com/nodejs/undici/pull/2305](https://github.com/nodejs/undici/pull/2305)
-   [@&#8203;nikelborm](https://github.com/nikelborm) made their first contribution in [https://github.com/nodejs/undici/pull/2381](https://github.com/nodejs/undici/pull/2381)

**Full Changelog**: nodejs/undici@v5.27.0...v5.27.1

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

[Compare Source](https://github.com/nodejs/undici/compare/v5.26.5...v5.27.0)

#### What's Changed

-   Use sets and reusable TextEncoder/TextDecoder instances by [@&#8203;kibertoad](https://github.com/kibertoad) in [https://github.com/nodejs/undici/pull/2368](https://github.com/nodejs/undici/pull/2368)
-   feat: forward onRequestSent to handler by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/2375](https://github.com/nodejs/undici/pull/2375)
-   skip bundle test on node 16 by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2377](https://github.com/nodejs/undici/pull/2377)
-   fix windows CI by [@&#8203;KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2379](https://github.com/nodejs/undici/pull/2379)

**Full Changelog**: nodejs/undici@v5.26.5...v5.27.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).
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent d07aeba commit 67b1f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"timers-browserify": "2.0.12",
"tty-browserify": "0.0.1",
"ua-parser-js": "1.0.37",
"undici": "5.27.2",
"undici": "5.28.0",
"unistore": "3.5.2",
"util": "0.12.5",
"uuid": "9.0.1",
Expand Down

0 comments on commit 67b1f71

Please sign in to comment.