Skip to content

Commit

Permalink
Update dependency undici to v6.13.0 (#1735)
Browse files Browse the repository at this point in the history
[![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.11.1` -> `6.13.0`](https://renovatebot.com/diffs/npm/undici/6.11.1/6.13.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.11.1/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.11.1/6.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`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 [https://github.com/nodejs/undici/pull/3073](https://github.com/nodejs/undici/pull/3073)
-   test: remove only by [@&#8203;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 [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3081](https://github.com/nodejs/undici/pull/3081)
-   improve DecoratorHandler by [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3090](https://github.com/nodejs/undici/pull/3090)
-   optimize utf8Decode by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3085](https://github.com/nodejs/undici/pull/3085)
-   refactor: h2 refactoring by [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;mweberxyz](https://github.com/mweberxyz) in [https://github.com/nodejs/undici/pull/3089](https://github.com/nodejs/undici/pull/3089)

#### New Contributors

-   [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3063](https://github.com/nodejs/undici/pull/3063)
-   feat: modernize fuzzing by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3060](https://github.com/nodejs/undici/pull/3060)
-   fix: request abort by [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3056](https://github.com/nodejs/undici/pull/3056)
-   fix: signal handling by [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;ronag](https://github.com/ronag) in [https://github.com/nodejs/undici/pull/3066](https://github.com/nodejs/undici/pull/3066)
-   perf: improve isBlobLike by [@&#8203;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 [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/nodejs/undici/pull/3068](https://github.com/nodejs/undici/pull/3068)

#### New Contributors

-   [@&#8203;zbinlin](https://github.com/zbinlin) made their first contribution in [https://github.com/nodejs/undici/pull/3039](https://github.com/nodejs/undici/pull/3039)
-   [@&#8203;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).
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent 0b7feb7 commit c27512d
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": "6.11.1",
"undici": "6.13.0",
"unistore": "3.5.2",
"util": "0.12.5",
"uuid": "9.0.1",
Expand Down

0 comments on commit c27512d

Please sign in to comment.