fastify-reply-from
fastify-reply-from copied to clipboard
build(deps): Bump undici from 5.28.3 to 6.10.1
Bumps undici from 5.28.3 to 6.10.1.
Release notes
Sourced from undici's releases.
v6.10.0
What's Changed
- test: fix flakyness of issue-803 test by
@Uzlopakin nodejs/undici#2960- Cleanup format by
@KhafraDevin nodejs/undici#2959- Chore: run tests daily against node nightly by
@mweberxyzin nodejs/undici#2969- fix: fix retry handler option by
@acommodariin nodejs/undici#2962- build(deps): bump node from
4999fa1to577f8ebin /build by@dependabotin nodejs/undici#2974- feat(TS): add types for composed dispatchers by
@metcoder95in nodejs/undici#2967- fix: count for error response and network errors by
@metcoder95in nodejs/undici#2966New Contributors
@mweberxyzmade their first contribution in nodejs/undici#2969@acommodarimade their first contribution in nodejs/undici#2962Full Changelog: https://github.com/nodejs/undici/compare/v6.9.0...v6.10.0
v6.9.0
What's Changed
- feat: add new dispatch compose by
@metcoder95in nodejs/undici#2826- ci: add macos-latest to test-matrix by
@Uzlopakin nodejs/undici#2952- types: align RequestInit.body type with lib.dom.ts by
@jdufresnein nodejs/undici#2956- ci: pin versions of github actions by
@UlisesGasconin nodejs/undici#2957- fetch: improve output for FormData, Response, Request by
@mertcanaltinin nodejs/undici#2955- perf: optimize collectASequenceOfBytes by
@tsctxin nodejs/undici#2958New Contributors
@jdufresnemade their first contribution in nodejs/undici#2956@UlisesGasconmade their first contribution in nodejs/undici#2957Full Changelog: https://github.com/nodejs/undici/compare/v6.8.0...v6.9.0
v6.8.0
What's Changed
- fix: send correct SNI for proxy connections by
@chrros95in nodejs/undici#2939- build(deps): bump node from
8bf9240to7bfef1din /build by@dependabotin nodejs/undici#2937- fetch: improve util.inspect output for web specifications by
@mertcanaltinin nodejs/undici#2938- ci: fix broken ci on windows and node v21 because of libuv bug by
@Uzlopakin nodejs/undici#2941- perf: improve getResolveErrorBodyCallback by
@Uzlopakin nodejs/undici#2940- fix: don't assign kAgent twice by
@ronagin nodejs/undici#2942- perf: dump immediatly if known size exceeds limit by
@ronagin nodejs/undici#2882- build(deps): bump node from
7bfef1dto4999fa1in /build by@dependabotin nodejs/undici#2946- try to fix windows failure by
@ronagin nodejs/undici#2950- perf: improve parsing form-data by
@tsctxin nodejs/undici#2944New Contributors
@chrros95made their first contribution in nodejs/undici#2939Full Changelog: https://github.com/nodejs/undici/compare/v6.7.1...v6.8.0
v6.7.1
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@simoneb @mcollina @airhorns @trygve-lie I have a question - when do you plan to merge this change? I would like to continue using your library, but I also need undici to be in a higher version :)
@elmarcusec CI seems to be broken, we can't merge until it's green. I'll try to trigger another run to see what happens.
@dependabot rebase
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
ok so the PR was already up to date with master, and the problem is that the code needs to change to reflect that changes made in undici. @elmarcusec if you need this, would you be interested in looking into this and make the necessary changes? I haven't assessed the extent of such changes yet, but they're hopefully not major. You can start by looking into the failing tests https://github.com/fastify/fastify-reply-from/actions/runs/8422259328/job/23061145566?pr=356
We can't include this in this cycle as undici no longer supports node versions <16
I'm planning to bump a major with this soon.
A newer version of undici exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
@mcollina I just wanted to ask about when you plan to merge it, because I have to answer in the project when it will be solved
@mcollina if you want to release it as well, we can just update the workflow in next to v4.1.0 and release, but node 14 support will end
See https://github.com/fastify/fastify-reply-from/pull/359
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.