-
Notifications
You must be signed in to change notification settings - Fork 53
Commit 9e0bc70
authored
chore(deps): update dependency undici to v5.25.3 (#331)
[](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.24.0` -> `5.25.3`](https://renovatebot.com/diffs/npm/undici/5.24.0/5.25.3) | [](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>
### [`v5.25.3`](https://github.com/nodejs/undici/releases/tag/v5.25.3)
[Compare Source](https://github.com/nodejs/undici/compare/v5.25.2...v5.25.3)
#### What's Changed
- perf: improve parse-url implementation by [@​anonrig](https://github.com/anonrig) in [https://github.com/nodejs/undici/pull/2286](https://github.com/nodejs/undici/pull/2286)
- test: enable websockets inclusion in WPTReport by [@​panva](https://github.com/panva) in [https://github.com/nodejs/undici/pull/2284](https://github.com/nodejs/undici/pull/2284)
- remove npm run test from pre-commit hook by [@​dancastillo](https://github.com/dancastillo) in [https://github.com/nodejs/undici/pull/2296](https://github.com/nodejs/undici/pull/2296)
- perf: use [@​fastify/busboy](https://github.com/fastify/busboy) by [@​gurgunday](https://github.com/gurgunday) in [https://github.com/nodejs/undici/pull/2211](https://github.com/nodejs/undici/pull/2211)
- Disable finalizationregistry if node code cov by [@​mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/2298](https://github.com/nodejs/undici/pull/2298)
#### New Contributors
- [@​gurgunday](https://github.com/gurgunday) made their first contribution in [https://github.com/nodejs/undici/pull/2211](https://github.com/nodejs/undici/pull/2211)
**Full Changelog**: nodejs/undici@v5.25.2...v5.25.3
### [`v5.25.2`](https://github.com/nodejs/undici/releases/tag/v5.25.2)
[Compare Source](https://github.com/nodejs/undici/compare/v5.25.1...v5.25.2)
#### What's Changed
- Add Khaf to releasers by [@​mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/2276](https://github.com/nodejs/undici/pull/2276)
- fix: fix request with readable mode is object by [@​killagu](https://github.com/killagu) in [https://github.com/nodejs/undici/pull/2279](https://github.com/nodejs/undici/pull/2279)
- fix loading websockets when node is built w/ --without-ssl by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2282](https://github.com/nodejs/undici/pull/2282)
#### New Contributors
- [@​killagu](https://github.com/killagu) made their first contribution in [https://github.com/nodejs/undici/pull/2279](https://github.com/nodejs/undici/pull/2279)
**Full Changelog**: nodejs/undici@v5.25.1...v5.25.2
### [`v5.25.1`](https://github.com/nodejs/undici/releases/tag/v5.25.1)
[Compare Source](https://github.com/nodejs/undici/compare/v5.25.0...v5.25.1)
#### What's Changed
- Add publish types script by [@​Ethan-Arrowood](https://github.com/Ethan-Arrowood) in [https://github.com/nodejs/undici/pull/2273](https://github.com/nodejs/undici/pull/2273)
**Full Changelog**: nodejs/undici@v5.25.0...v5.25.1
### [`v5.25.0`](https://github.com/nodejs/undici/releases/tag/v5.25.0)
[Compare Source](https://github.com/nodejs/undici/compare/v5.24.0...v5.25.0)
#### What's Changed
- fix: h2 without body by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/2258](https://github.com/nodejs/undici/pull/2258)
- ci: remove duplicated runs by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/2265](https://github.com/nodejs/undici/pull/2265)
- improve documentation of timeouts by making the units clear in all places by [@​mcfedr](https://github.com/mcfedr) in [https://github.com/nodejs/undici/pull/2266](https://github.com/nodejs/undici/pull/2266)
- expose websocket in node bundle by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2217](https://github.com/nodejs/undici/pull/2217)
- test: fix Fetch/HTTP2 tests by [@​metcoder95](https://github.com/metcoder95) in [https://github.com/nodejs/undici/pull/2263](https://github.com/nodejs/undici/pull/2263)
- fix undici when node is built with --without-ssl by [@​KhafraDev](https://github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/2272](https://github.com/nodejs/undici/pull/2272)
- fix: Fix type definition for Client Interceptors by [@​ComradeCow](https://github.com/ComradeCow) in [https://github.com/nodejs/undici/pull/2269](https://github.com/nodejs/undici/pull/2269)
- Fix http2 agent by [@​mcollina](https://github.com/mcollina) in [https://github.com/nodejs/undici/pull/2275](https://github.com/nodejs/undici/pull/2275)
#### New Contributors
- [@​ComradeCow](https://github.com/ComradeCow) made their first contribution in [https://github.com/nodejs/undici/pull/2269](https://github.com/nodejs/undici/pull/2269)
**Full Changelog**: nodejs/undici@v5.24.0...v5.25.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 9pm on sunday" (UTC), 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.
---
- [ ] <!-- rebase-check -->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/ascorbic/unpic-img).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->1 parent d8b93bd commit 9e0bc70Copy full SHA for 9e0bc70
2 files changed
+15
-12
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
+14-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments