Bump undici from 7.28.0 to 7.29.0 - #654
Merged
Merged
Conversation
Bumps [undici](https://github.com/nodejs/undici) from 7.28.0 to 7.29.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.28.0...v7.29.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.29.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
bgentry
approved these changes
Aug 4, 2026
bgentry
left a comment
Contributor
There was a problem hiding this comment.
🤖 Codex review: Approved after dependency security and compatibility review.
Upgrade
undici: 7.28.0 → 7.29.0- Reviewed head:
f91da43f36fc962df7ce3a7f3a5a43289a7ae103
Security review
- The lockfile integrity values match npm metadata and the downloaded 7.28.0 and 7.29.0 tarballs. Both 210-file tarballs match their corresponding
nodejs/undiciGit tags at the production-file blob level; npm registry signatures and SLSA provenance are present. - Graph churn is limited to the transitive dev dependency selected by
jsdom: no packages, lifecycle hooks, bins, native code, endpoints, credential access, or dependency edges were added. - The 12 changed production files implement the five published cache, header, retry, and cookie hardening fixes. All five advisories identify 7.29.0 as the first patched 7.x release.
Compatibility verification
npm ci --ignore-scriptsandnpm ls undici jsdom --all— passed; resolvedjsdom@29.1.1→undici@7.29.0.npm run lint— passed.npm run test:once— passed (34 files, 233 tests).npm run build— passed.- The normal GitHub JS, Go, release, and riverui image checks passed. The riverproui image check lacks the private context available to the pro build and is not on the changed jsdom/undici execution path.
Residual risk
- The upstream cache-hardening implementation delta is relatively large, but exact artifact/source matching and the complete local JS suite materially reduce compatibility and provenance risk. No blocking issue identified.
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 7.28.0 to 7.29.0.
Release notes
Sourced from undici's releases.
Commits
9e38fc1Bumped v7.29.0 (#5590)d887e34fix: validate coerced header values for CRLF (#5579)33928bcfix: validate blob body content type98011a8fix(cache): harden cache directive parsing4a9dafbtest(retry): correct broken content-range fixtures in retry-handler.js1b5a531fix(retry): reject partial content length mismatch466e99dtest: cover crash on mixed unqualified and qualified private cache directives9f10f1efix: handle empty qualified private cache directive3bf91ddfix: harden cookie domain, path, and unparsed attribute validationDependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.