generated from X-oss-byte/next.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit ec2eef4
authored
Update dependency undici to v6.14.1 (#1772)
[](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.13.0` -> `6.14.1`](https://renovatebot.com/diffs/npm/undici/6.11.1/6.14.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.14.1`](https://github.com/nodejs/undici/compare/v6.14.0...1c440555a0c25d6a2ee2b0bdf8c5afcd9636332f)
[Compare Source](https://github.com/nodejs/undici/compare/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 [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3100](https://github.com/nodejs/undici/pull/3100)
- perf: improve performance of isomorphicEncode by [@​tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3101](https://github.com/nodejs/undici/pull/3101)
- util: remove isReadableAborted by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3104](https://github.com/nodejs/undici/pull/3104)
- fix(types): The second parameter of EventSource is optional by [@​zbinlin](https://github.com/zbinlin) in [https://github.com/nodejs/undici/pull/3106](https://github.com/nodejs/undici/pull/3106)
- fix: onConnect types by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3116](https://github.com/nodejs/undici/pull/3116)
- add dispatcher option to EventSource by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3119](https://github.com/nodejs/undici/pull/3119)
- core: improve parseURL by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3102](https://github.com/nodejs/undici/pull/3102)
- test: increase coverage by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3121](https://github.com/nodejs/undici/pull/3121)
- docs: add directions to run docs and benchmarks by [@​FatumaA](https://github.com/FatumaA) in [https://github.com/nodejs/undici/pull/3092](https://github.com/nodejs/undici/pull/3092)
- perf: avoid unnecessary clone by [@​tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3117](https://github.com/nodejs/undici/pull/3117)
- build(deps-dev): bump borp from 0.10.0 to 0.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3126](https://github.com/nodejs/undici/pull/3126)
- drop node support for < v18.17.0 by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3125](https://github.com/nodejs/undici/pull/3125)
- test: improve test and ci performance by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3135](https://github.com/nodejs/undici/pull/3135)
- Added EnvHttpProxyAgent to support HTTP_PROXY by [@​10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) in [https://github.com/nodejs/undici/pull/2994](https://github.com/nodejs/undici/pull/2994)
- fetch: Change wording of "Body is unusable" error by [@​nzakas](https://github.com/nzakas) in [https://github.com/nodejs/undici/pull/3105](https://github.com/nodejs/undici/pull/3105)
- perf: use class instead of object literals with getters by [@​tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3138](https://github.com/nodejs/undici/pull/3138)
- fix: unhandled exception or failing error body by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3137](https://github.com/nodejs/undici/pull/3137)
- reuse realm for Request/Response by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3142](https://github.com/nodejs/undici/pull/3142)
- fix([H2-#​3140](https://github.com/H2-/undici/issues/3140)): abort requets upon GOAWAY by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3143](https://github.com/nodejs/undici/pull/3143)
- don't store realm on Request/Response by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3146](https://github.com/nodejs/undici/pull/3146)
- improve: wasm build by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3074](https://github.com/nodejs/undici/pull/3074)
#### New Contributors
- [@​10xLaCroixDrinker](https://github.com/10xLaCroixDrinker) made their first contribution in [https://github.com/nodejs/undici/pull/2994](https://github.com/nodejs/undici/pull/2994)
- [@​nzakas](https://github.com/nzakas) made their first contribution in [https://github.com/nodejs/undici/pull/3105](https://github.com/nodejs/undici/pull/3105)
**Full Changelog**: nodejs/undici@v6.13.0...v6.14.0
### [`v6.13.0`](https://github.com/nodejs/undici/releases/tag/v6.13.0)
[Compare Source](https://github.com/nodejs/undici/compare/v6.12.0...v6.13.0)
#### What's Changed
- build(deps): bump node from `9696b26` to `ad255c6` in /build by [@​dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3073](https://github.com/nodejs/undici/pull/3073)
- test: remove only by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3077](https://github.com/nodejs/undici/pull/3077)
- fix: defer errors with setImmediate by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3081](https://github.com/nodejs/undici/pull/3081)
- improve DecoratorHandler by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3079](https://github.com/nodejs/undici/pull/3079)
- chore: removed unused escapeFormDataName by [@​mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/3084](https://github.com/nodejs/undici/pull/3084)
- Mention option to pass streams into FormData by [@​JaoodxD](https://github.com/JaoodxD) in [https://github.com/nodejs/undici/pull/3086](https://github.com/nodejs/undici/pull/3086)
- fetch: improve performance of isValidEncodedURL by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3090](https://github.com/nodejs/undici/pull/3090)
- optimize utf8Decode by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3085](https://github.com/nodejs/undici/pull/3085)
- refactor: h2 refactoring by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3082](https://github.com/nodejs/undici/pull/3082)
- Skip the creation of a transform stream in fetch by [@​mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/3093](https://github.com/nodejs/undici/pull/3093)
- fetch: improve performance of urlHasHttpsScheme by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3094](https://github.com/nodejs/undici/pull/3094)
- fetch: avoid creation of an intermediary ReadableStream by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3095](https://github.com/nodejs/undici/pull/3095)
- test: duplicate jest unspecific tests to native runner by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3075](https://github.com/nodejs/undici/pull/3075)
- build(deps): bump node from `ad255c6` to `6d0f18a` in /build by [@​dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3096](https://github.com/nodejs/undici/pull/3096)
- fetch: improve performance of isValidHeaderValue by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3098](https://github.com/nodejs/undici/pull/3098)
- chore: automate releases with pr by [@​mweberxyz](https://github.com/mweberxyz) in [https://github.com/nodejs/undici/pull/3089](https://github.com/nodejs/undici/pull/3089)
#### New Contributors
- [@​github-actions](https://github.com/github-actions) made their first contribution in [https://github.com/nodejs/undici/pull/3099](https://github.com/nodejs/undici/pull/3099)
**Full Changelog**: nodejs/undici@v6.12.0...v6.13.0
### [`v6.12.0`](https://github.com/nodejs/undici/releases/tag/v6.12.0)
[Compare Source](https://github.com/nodejs/undici/compare/v6.11.1...v6.12.0)
#### What's Changed
- fix: broken test by [@​tsctx](https://github.com/tsctx) in [https://github.com/nodejs/undici/pull/3045](https://github.com/nodejs/undici/pull/3045)
- fix: http2 header parsing by [@​climba03003](https://github.com/climba03003) in [https://github.com/nodejs/undici/pull/3047](https://github.com/nodejs/undici/pull/3047)
- types: fix Request.refererPolicy and RequestInit.refererPolicy are incompatible by [@​zbinlin](https://github.com/zbinlin) in [https://github.com/nodejs/undici/pull/3039](https://github.com/nodejs/undici/pull/3039)
- fix(types): onHeaders always takes headers as an array of buffer by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3050](https://github.com/nodejs/undici/pull/3050)
- fix: ProxyAgent causes request.headers.host to be forcibly reset by [@​1zilc](https://github.com/1zilc) in [https://github.com/nodejs/undici/pull/3026](https://github.com/nodejs/undici/pull/3026)
- fallback to Buffer.isUtf8 on platforms without icu by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3006](https://github.com/nodejs/undici/pull/3006)
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3037](https://github.com/nodejs/undici/pull/3037)
- build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3035](https://github.com/nodejs/undici/pull/3035)
- build(deps): bump node from `577f8eb` to `87524df` in /build by [@​dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3055](https://github.com/nodejs/undici/pull/3055)
- build(deps): bump node from `87524df` to `9696b26` in /build by [@​dependabot](https://github.com/dependabot) in [https://github.com/nodejs/undici/pull/3058](https://github.com/nodejs/undici/pull/3058)
- fetch: Block ports 4190 & 6679 by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/3059](https://github.com/nodejs/undici/pull/3059)
- test: activate testing for interceptors and cache by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3061](https://github.com/nodejs/undici/pull/3061)
- cache: improve test coverage by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3063](https://github.com/nodejs/undici/pull/3063)
- feat: modernize fuzzing by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3060](https://github.com/nodejs/undici/pull/3060)
- fix: request abort by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3056](https://github.com/nodejs/undici/pull/3056)
- fix: signal handling by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3053](https://github.com/nodejs/undici/pull/3053)
- fix(H2): handle goaway properly by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/3057](https://github.com/nodejs/undici/pull/3057)
- test: client, set body to null if bigger than CHUNK_LIMIT by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3064](https://github.com/nodejs/undici/pull/3064)
- mock: improve mock interceptor by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3062](https://github.com/nodejs/undici/pull/3062)
- fix: bad client destroy on servername change by [@​ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3066](https://github.com/nodejs/undici/pull/3066)
- perf: improve isBlobLike by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3070](https://github.com/nodejs/undici/pull/3070)
- test: add sanity check for llhttp wasm files by [@​Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3068](https://github.com/nodejs/undici/pull/3068)
#### New Contributors
- [@​zbinlin](https://github.com/zbinlin) made their first contribution in [https://github.com/nodejs/undici/pull/3039](https://github.com/nodejs/undici/pull/3039)
- [@​1zilc](https://github.com/1zilc) made their first contribution in [https://github.com/nodejs/undici/pull/3026](https://github.com/nodejs/undici/pull/3026)
**Full Changelog**: nodejs/undici@v6.11.1...v6.12.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).1 parent c5f4c2c commit ec2eef4Copy full SHA for ec2eef4
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