generated from X-oss-byte/next.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 2ba4dbd
authored
Update dependency undici to v6.11.1 (#1683)
[](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.9.0` -> `6.11.1`](https://renovatebot.com/diffs/npm/undici/6.9.0/6.11.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>nodejs/undici (undici)</summary>
### [`v6.11.1`](https://github.com/nodejs/undici/compare/v6.11.0...6df3c738d03dc4014a26640316bf699950d62024)
[Compare Source](https://github.com/nodejs/undici/compare/v6.11.0...v6.11.1)
### [`v6.11.0`](https://github.com/nodejs/undici/compare/v6.10.2...ee5f892f3955eaca37730ed30349153ba203e9cd)
[Compare Source](https://github.com/nodejs/undici/compare/v6.10.2...v6.11.0)
### [`v6.10.2`](https://github.com/nodejs/undici/releases/tag/v6.10.2)
[Compare Source](https://github.com/nodejs/undici/compare/v6.10.1...v6.10.2)
##### What's Changed
- Do not fail test if streams support typed arrays by [@​mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/2978](https://github.com/nodejs/undici/pull/2978)
- fix(fetch): properly redirect non-ascii location header url by [@​Xvezda](https://github.com/Xvezda) in [https://github.com/nodejs/undici/pull/2971](https://github.com/nodejs/undici/pull/2971)
- perf: Remove double-stringify in setCookie by [@​peterver](https://github.com/peterver) in [https://github.com/nodejs/undici/pull/2980](https://github.com/nodejs/undici/pull/2980)
- \[fix [#​2982](https://github.com/nodejs/undici/issues/2982)] use DispatcherInterceptor type for Dispatcher#Compose by [@​clovis-guillemot](https://github.com/clovis-guillemot) in [https://github.com/nodejs/undici/pull/2983](https://github.com/nodejs/undici/pull/2983)
- fix: make EventSource properties enumerable by [@​MattBidewell](https://github.com/MattBidewell) in [https://github.com/nodejs/undici/pull/2987](https://github.com/nodejs/undici/pull/2987)
- docs: ✏️ fixed benchmark links by [@​benhalverson](https://github.com/benhalverson) in [https://github.com/nodejs/undici/pull/2991](https://github.com/nodejs/undici/pull/2991)
- fix([#​2986](https://github.com/nodejs/undici/issues/2986)): bad start check by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/2992](https://github.com/nodejs/undici/pull/2992)
- fix(H2 Client): bind stream 'data' listener only after received 'response' event by [@​St3ffGv4](https://github.com/St3ffGv4) in [https://github.com/nodejs/undici/pull/2985](https://github.com/nodejs/undici/pull/2985)
- feat: added search input by [@​benhalverson](https://github.com/benhalverson) in [https://github.com/nodejs/undici/pull/2993](https://github.com/nodejs/undici/pull/2993)
- chore: validate responses can be consumed without a Content-Length or… by [@​jacob-ebey](https://github.com/jacob-ebey) in [https://github.com/nodejs/undici/pull/2995](https://github.com/nodejs/undici/pull/2995)
- fix error message by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2998](https://github.com/nodejs/undici/pull/2998)
- Revert "perf: reuse TextDecoder instance ([#​2863](https://github.com/nodejs/undici/issues/2863))" by [@​panva](https://github.com/panva) in [https://github.com/nodejs/undici/pull/2999](https://github.com/nodejs/undici/pull/2999)
- test: remove only by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3001](https://github.com/nodejs/undici/pull/3001)
##### New Contributors
- [@​Xvezda](https://github.com/Xvezda) made their first contribution in [https://github.com/nodejs/undici/pull/2971](https://github.com/nodejs/undici/pull/2971)
- [@​peterver](https://github.com/peterver) made their first contribution in [https://github.com/nodejs/undici/pull/2980](https://github.com/nodejs/undici/pull/2980)
- [@​clovis-guillemot](https://github.com/clovis-guillemot) made their first contribution in [https://github.com/nodejs/undici/pull/2983](https://github.com/nodejs/undici/pull/2983)
- [@​MattBidewell](https://github.com/MattBidewell) made their first contribution in [https://github.com/nodejs/undici/pull/2987](https://github.com/nodejs/undici/pull/2987)
- [@​benhalverson](https://github.com/benhalverson) made their first contribution in [https://github.com/nodejs/undici/pull/2991](https://github.com/nodejs/undici/pull/2991)
- [@​St3ffGv4](https://github.com/St3ffGv4) made their first contribution in [https://github.com/nodejs/undici/pull/2985](https://github.com/nodejs/undici/pull/2985)
- [@​jacob-ebey](https://github.com/jacob-ebey) made their first contribution in [https://github.com/nodejs/undici/pull/2995](https://github.com/nodejs/undici/pull/2995)
**Full Changelog**: nodejs/undici@v6.10.0...v6.10.2
### [`v6.10.1`](https://github.com/nodejs/undici/compare/v6.10.0...dd3918fee4f90e02fb93ff1bc04e707144041938)
[Compare Source](https://github.com/nodejs/undici/compare/v6.10.0...v6.10.1)
### [`v6.10.0`](https://github.com/nodejs/undici/releases/tag/v6.10.0)
[Compare Source](https://github.com/nodejs/undici/compare/v6.9.0...v6.10.0)
#### What's Changed
- test: fix flakyness of issue-803 test by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2960](https://github.com/nodejs/undici/pull/2960)
- Cleanup format by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2959](https://github.com/nodejs/undici/pull/2959)
- Chore: run tests daily against node nightly by [@​mweberxyz](https://github.com/mweberxyz) in [https://github.com/nodejs/undici/pull/2969](https://github.com/nodejs/undici/pull/2969)
- fix: fix retry handler option by [@​acommodari](https://github.com/acommodari) in [https://github.com/nodejs/undici/pull/2962](https://github.com/nodejs/undici/pull/2962)
- build(deps): bump node from `4999fa1` to `577f8eb` in /build by [@​dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/2974](https://github.com/nodejs/undici/pull/2974)
- feat(TS): add types for composed dispatchers by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/2967](https://github.com/nodejs/undici/pull/2967)
- fix: count for error response and network errors by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/2966](https://github.com/nodejs/undici/pull/2966)
#### New Contributors
- [@​mweberxyz](https://github.com/mweberxyz) made their first contribution in [https://github.com/nodejs/undici/pull/2969](https://github.com/nodejs/undici/pull/2969)
- [@​acommodari](https://github.com/acommodari) made their first contribution in [https://github.com/nodejs/undici/pull/2962](https://github.com/nodejs/undici/pull/2962)
**Full Changelog**: nodejs/undici@v6.9.0...v6.10.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).1 parent 88988af commit 2ba4dbdCopy full SHA for 2ba4dbd
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
| 306 | + | |
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
|
0 commit comments