chore: bump undici from 7.29.0 to 8.10.0 - #699
dependabot[bot] wants to merge 3 commits into
Conversation
Bumps [undici](https://github.com/nodejs/undici) from 7.29.0 to 8.10.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.29.0...v8.10.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.10.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
undici 8's ProxyAgent only tunnels http:-scheme requests through CONNECT when proxyTunnel is set; WebSocket support rewrites ws(s): to http(s): before dispatching, so it was silently forwarded instead of tunneled, breaking the Upgrade handshake through the proxy under test. ProxyAgent also passes the proxy's literal hostname as the TLS servername for HTTPS main-proxy connections, which Node rejects for IP literals (the tests always address the main proxy by 127.0.0.1). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
@bliuchak Not sure if we want to do this bump. Undici 8 requires node 22 and locally if you run As it's just a dev dependency, we could just bump the Dockerfile version and remove node 20 from |
|
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. |
| } | ||
| return new ProxyAgent({ uri: proxy.origin, token, connectTimeout, requestTls: tls, proxyTls: tls }); | ||
|
|
||
| // `undici`'s WebSocket support rewrites ws(s): to http(s): before dispatching, so a `ws:` |
There was a problem hiding this comment.
(nit): I would prefer simple 1 sentence comments. Don't like those essays 😄
|
I'll close this and open a separate PR where I'm gonna add E2E tests for Node v20. |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps undici from 7.29.0 to 8.10.0.
Release notes
Sourced from undici's releases.
... (truncated)
Commits
c8d80e6Bumped v8.10.0 (#5644)66923b4fix: preserve DNS origin hostname on sockets (#5577)3926499fix: retry refused HTTP/2 streams (#5598)73d6e9efix(h2): detach upgrade close handler after GOAWAY (#5641)b111adbfix(mock): emit request body lifecycle hooks (#5367)ae4a3e3build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#5636)ec3fbf1build(deps): bump github/codeql-action/init from 4.36.2 to 4.37.3 (#5634)2151720build(deps): bump ossf/scorecard-action from 2.4.3 to 2.4.4 (#5633)b96a116fix(interceptors): allow interceptors without opts.origin (#5628)a18ef2dfix(mock): non-string path matchers under ignoreTrailingSlash, and DataView r...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 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)