Skip to content

Commit

Permalink
Update dependency undici to v5.26.4 (#500)
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://togithub.com/nodejs/undici)) | [`5.26.3` -> `5.26.4`](https://renovatebot.com/diffs/npm/undici/5.26.3/5.26.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/5.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/5.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/5.26.3/5.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/5.26.3/5.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/nodejs/undici/compare/v5.26.3...v5.26.4)

#### What's Changed

-   use esbuild define/hooks by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2342
-   fix request's arrayBuffer returning uint8 instead of arraybuffer by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2344
-   fix: skip readMore call if parser is null or undefined by [@&#8203;iiAku](https://togithub.com/iiAku) in [nodejs/undici#2346
-   test: first attempt for flaky fix by [@&#8203;metcoder95](https://togithub.com/metcoder95) in [nodejs/undici#2337
-   test: only include WebSocket in WPT Report where it's landed by [@&#8203;panva](https://togithub.com/panva) in [nodejs/undici#2351
-   Update DispatchInterceptor.md by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [nodejs/undici#2354
-   fix: Avoid error for stream() being aborted by [@&#8203;BobNobrain](https://togithub.com/BobNobrain) in [nodejs/undici#2355
-   fix names with esbuild by [@&#8203;KhafraDev](https://togithub.com/KhafraDev) in [nodejs/undici#2359

#### New Contributors

-   [@&#8203;iiAku](https://togithub.com/iiAku) made their first contribution in [nodejs/undici#2346
-   [@&#8203;Uzlopak](https://togithub.com/Uzlopak) made their first contribution in [nodejs/undici#2354
-   [@&#8203;BobNobrain](https://togithub.com/BobNobrain) made their first contribution in [nodejs/undici#2355

**Full Changelog**: nodejs/undici@v5.26.3...v5.26.4

</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] committed Oct 21, 2023
1 parent 41a6592 commit b498555
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.36",
"undici": "5.26.3",
"undici": "5.26.4",
"unistore": "3.5.2",
"util": "0.12.5",
"uuid": "9.0.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b498555

Please sign in to comment.