Update dependency undici to v6 - autoclosed #124

Closed
RenovateBot wants to merge 1 commit from renovate/undici-6.x into develop
Member

This PR contains the following updates:

Package Type Update Change
undici (source) resolutions major ^5.26.2 -> ^6.0.0

Release Notes

nodejs/undici (undici)

v6.2.1

Compare Source

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.2.0...v6.2.1

v6.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.1.0...v6.2.0

v6.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v6.0.1...v6.1.0

v6.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.0.0...v6.0.1

v6.0.0

Compare Source

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v5.28.2...v6.0.0

v5.28.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v5.28.1...v5.28.2

v5.28.1

Compare Source

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v5.28.0...v5.28.1

v5.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v5.27.2...v5.28.0


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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://github.com/nodejs/undici)) | resolutions | major | [`^5.26.2` -> `^6.0.0`](https://renovatebot.com/diffs/npm/undici/5.27.2/6.2.1) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v6.2.1`](https://github.com/nodejs/undici/releases/tag/v6.2.1) [Compare Source](https://github.com/nodejs/undici/compare/v6.2.0...v6.2.1) #### What's Changed - perf: use tree by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2528 - chore: reduce dependencies by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2533 - Remove timers in agent.js by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/2536 **Full Changelog**: https://github.com/nodejs/undici/compare/v6.2.0...v6.2.1 ### [`v6.2.0`](https://github.com/nodejs/undici/releases/tag/v6.2.0) [Compare Source](https://github.com/nodejs/undici/compare/v6.1.0...v6.2.0) #### What's Changed - Remove FinalizationRegistry from Agent by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/2530 **Full Changelog**: https://github.com/nodejs/undici/compare/v6.1.0...v6.2.0 ### [`v6.1.0`](https://github.com/nodejs/undici/releases/tag/v6.1.0) [Compare Source](https://github.com/nodejs/undici/compare/v6.0.1...v6.1.0) #### What's Changed - fix: more sensible stack trace from dump error by [@&#8203;ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2503 - refactor: remove some node compat by [@&#8203;ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2502 - refactor: version cleanup by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2507 - perf(fetch): Improve fetch of detaurl by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2479 - feat: expose parseHeader by [@&#8203;ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2511 - perf(fetch): optimize call `dispatch` by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2493 - perf(util/parseHeaders): If the header name is buffer by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2501 - perf: twice faster method check by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2495 - refactor: remove Error.captureStackTrace by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2509 - perf: Improve processHeader by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2513 - perf: reduce `String#toLowerCase` call by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2516 - perf: optimize consumeEnd by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2510 - perf: reduce tst built time by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2517 - feat: allow customization of build environment by [@&#8203;khardix](https://github.com/khardix) in https://github.com/nodejs/undici/pull/2403 - fix: clear cache by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2519 - feat: Add resource timing entries for connection, request and response by [@&#8203;ToshB](https://github.com/ToshB) in https://github.com/nodejs/undici/pull/2481 - Call fg.unregister() after a dispatcher is done, adds UNDICI_NO_FG to… by [@&#8203;mcollina](https://github.com/mcollina) in https://github.com/nodejs/undici/pull/2527 - feat: expose headerNameToString by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2525 #### New Contributors - [@&#8203;khardix](https://github.com/khardix) made their first contribution in https://github.com/nodejs/undici/pull/2403 **Full Changelog**: https://github.com/nodejs/undici/compare/v6.0.1...v6.1.0 ### [`v6.0.1`](https://github.com/nodejs/undici/releases/tag/v6.0.1) [Compare Source](https://github.com/nodejs/undici/compare/v6.0.0...v6.0.1) #### What's Changed - fix: stream error timings by [@&#8203;ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2497 **Full Changelog**: https://github.com/nodejs/undici/compare/v6.0.0...v6.0.1 ### [`v6.0.0`](https://github.com/nodejs/undici/releases/tag/v6.0.0) [Compare Source](https://github.com/nodejs/undici/compare/v5.28.2...v6.0.0) #### What's Changed - 16 eol by [@&#8203;ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2480 - update spec & wpts by [@&#8203;KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2482 - version cleanup by [@&#8203;KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2483 - perf: avoid Response initialization by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2489 - perf: optimize `parseHeaders` by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2492 - chore: fix typo by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2490 - feat: print attempted addresses on ConnectTimeoutError by [@&#8203;fengmk2](https://github.com/fengmk2) in https://github.com/nodejs/undici/pull/2494 - Expose HTTP errors that are not meant to be retried by [@&#8203;MzUgM](https://github.com/MzUgM) in https://github.com/nodejs/undici/pull/2496 **Full Changelog**: https://github.com/nodejs/undici/compare/v5.28.2...v6.0.0 ### [`v5.28.2`](https://github.com/nodejs/undici/releases/tag/v5.28.2) [Compare Source](https://github.com/nodejs/undici/compare/v5.28.1...v5.28.2) #### What's Changed - fix: remove optional chainning for compatible with Nodejs12 and below by [@&#8203;bugb](https://github.com/bugb) in https://github.com/nodejs/undici/pull/2470 - fix: remove `node:` prefix by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2471 - perf: avoid Headers initialization by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2468 - fix: handle SharedArrayBuffer correctly by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2466 - fix: Add `null` type to `signal` in `RequestInit` by [@&#8203;gebsh](https://github.com/gebsh) in https://github.com/nodejs/undici/pull/2455 - fix: correctly handle data URL with hashes. by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2475 - fix: check response for timinginfo allow flag by [@&#8203;ToshB](https://github.com/ToshB) in https://github.com/nodejs/undici/pull/2477 - Make call to onBodySent conditional in RetryHandler by [@&#8203;MzUgM](https://github.com/MzUgM) in https://github.com/nodejs/undici/pull/2478 - refactor: better integrity check by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2462 - fix: Added support for inline URL username:password proxy auth by [@&#8203;matt-way](https://github.com/matt-way) in https://github.com/nodejs/undici/pull/2473 - build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/2472 - build(deps-dev): bump sinon from 16.1.3 to 17.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/2405 - build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/2396 - build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/2395 - build(deps): bump step-security/harden-runner from 2.5.0 to 2.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/2392 - build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/2389 - build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/2302 #### New Contributors - [@&#8203;bugb](https://github.com/bugb) made their first contribution in https://github.com/nodejs/undici/pull/2470 - [@&#8203;gebsh](https://github.com/gebsh) made their first contribution in https://github.com/nodejs/undici/pull/2455 - [@&#8203;ToshB](https://github.com/ToshB) made their first contribution in https://github.com/nodejs/undici/pull/2477 - [@&#8203;MzUgM](https://github.com/MzUgM) made their first contribution in https://github.com/nodejs/undici/pull/2478 - [@&#8203;matt-way](https://github.com/matt-way) made their first contribution in https://github.com/nodejs/undici/pull/2473 **Full Changelog**: https://github.com/nodejs/undici/compare/v5.28.1...v5.28.2 ### [`v5.28.1`](https://github.com/nodejs/undici/releases/tag/v5.28.1) [Compare Source](https://github.com/nodejs/undici/compare/v5.28.0...v5.28.1) #### What's Changed - perf: Improve `normalizeMethod` by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2456 - fix: dispatch error handling by [@&#8203;ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2459 - perf(request): optimize if headers are given by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2454 **Full Changelog**: https://github.com/nodejs/undici/compare/v5.28.0...v5.28.1 ### [`v5.28.0`](https://github.com/nodejs/undici/releases/tag/v5.28.0) [Compare Source](https://github.com/nodejs/undici/compare/v5.27.2...v5.28.0) #### What's Changed - fix(parseHeaders): util.parseHeaders handle correctly array of buffer… by [@&#8203;mdoria12](https://github.com/mdoria12) in https://github.com/nodejs/undici/pull/2398 - docs: add license to undici-types by [@&#8203;dancastillo](https://github.com/dancastillo) in https://github.com/nodejs/undici/pull/2401 - perf: optimize Readable.dump by [@&#8203;ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2402 - perf(headers): Improve Headers by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2397 - test: re-enable conditional WPT Report for websockets by [@&#8203;panva](https://github.com/panva) in https://github.com/nodejs/undici/pull/2407 - fix: delay abort on 'close' by [@&#8203;ronag](https://github.com/ronag) in https://github.com/nodejs/undici/pull/2408 - refactor: use `substring` instead of `substr` by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2411 - add additional http2 test with fetch by [@&#8203;KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2419 - fix: HTTPToken check by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2410 - perf: optimize HeadersList.get by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2420 - properly handle pseudo-headers in fetch by [@&#8203;KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2422 - perf(headers): if the guard is immutable by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2424 - fix(mock-agent): send stream body by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2425 - build(deps): bump github/codeql-action from 2.21.5 to 2.22.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/nodejs/undici/pull/2394 - feat([#&#8203;2264](https://github.com/nodejs/undici/issues/2264)): Expose Retry Handler by [@&#8203;metcoder95](https://github.com/metcoder95) in https://github.com/nodejs/undici/pull/2281 - fix: implement `Headers#set` correctly by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2432 - fix: implement `Headers#delete` correctly by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2430 - test: update websocket wpt availability by [@&#8203;panva](https://github.com/panva) in https://github.com/nodejs/undici/pull/2437 - fix: type comment position by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2443 - fix: `onHeaders` type declaration by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2444 - remove http2 status pseudo header from headers by [@&#8203;KhafraDev](https://github.com/KhafraDev) in https://github.com/nodejs/undici/pull/2438 - docs: Clarify `path` matching in `intercept()` by [@&#8203;oliversalzburg](https://github.com/oliversalzburg) in https://github.com/nodejs/undici/pull/2426 - fix: set-cookie clone by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2446 - docs: fix typo in maxConcurrentStreams by [@&#8203;tniessen](https://github.com/tniessen) in https://github.com/nodejs/undici/pull/2450 - refactor: remove leftovers by [@&#8203;metcoder95](https://github.com/metcoder95) in https://github.com/nodejs/undici/pull/2451 - refactor: add missing new operator by [@&#8203;tsctx](https://github.com/tsctx) in https://github.com/nodejs/undici/pull/2452 #### New Contributors - [@&#8203;mdoria12](https://github.com/mdoria12) made their first contribution in https://github.com/nodejs/undici/pull/2398 - [@&#8203;tsctx](https://github.com/tsctx) made their first contribution in https://github.com/nodejs/undici/pull/2397 - [@&#8203;oliversalzburg](https://github.com/oliversalzburg) made their first contribution in https://github.com/nodejs/undici/pull/2426 **Full Changelog**: https://github.com/nodejs/undici/compare/v5.27.2...v5.28.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. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->
RenovateBot added 1 commit 2023-12-25 00:02:42 +00:00
Update dependency undici to v6
Some checks failed
continuous-integration/drone/push Build is failing
401dc09282
Vylpes added the
type
dependencies
label 2023-12-25 15:19:11 +00:00
Vylpes self-assigned this 2023-12-25 15:19:17 +00:00
RenovateBot changed title from Update dependency undici to v6 to Update dependency undici to v6 - autoclosed 2024-01-01 00:02:48 +00:00
RenovateBot closed this pull request 2024-01-01 00:02:48 +00:00
Some checks are pending
continuous-integration/drone/push Build is failing
Test / build (push)
Required

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: External/card-drop#124
No description provided.