Bump undici from 6.27.0 to 7.29.0 - #159
Merged
Merged
Conversation
Bumps [undici](https://github.com/nodejs/undici) from 6.27.0 to 8.6.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.27.0...v8.6.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
undici 8 removed the legacy dispatch handler protocol ("Remove legacy
handler wrappers" in v8.0.0), so its Agent rejects the old-style
handlers produced by Node's built-in fetch on Node 22/24 with
"invalid onRequestStart method" — this is what broke CI.
undici 7 is the only major with the bidirectional handler compat
layer (WrapHandler/UnwrapHandler): it accepts both the old protocol
(fetch on Node 22/24) and the new one (fetch on Node 26+), which also
fixes the "invalid onError method" failure from #134.
Also add a dependabot ignore for undici major bumps until the REST
client stops mixing npm undici with the built-in fetch.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
I changed version to the |
generall
approved these changes
Aug 3, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps undici from 6.27.0 to 8.6.0.
Release notes
Sourced from undici's releases.
... (truncated)
Commits
6f86196Bumped v8.6.0 (#5491)61ddd8efix: requeue h2 requests after goaway (#5473)c5085effeat: support HTTP QUERY method (RFC 10008) (#5459)c144fd6build(deps): bump github/codeql-action/analyze from 4.36.1 to 4.36.2 (#5477)782ad38build(deps): bump github/codeql-action from 4.36.1 to 4.36.2 (#5484)c4e045abuild(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#5482)de960dbbuild(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#5478)1132de8build(deps): bump fastify/github-action-merge-dependabot (#5480)3acb7babuild(deps): bump github/codeql-action/upload-sarif (#5481)88c4254build(deps): bump github/codeql-action/init from 4.36.1 to 4.36.2 (#5476)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)