Skip to content

Bump undici from 7.25.0 to 7.29.0 - #49

Open
dependabot[bot] wants to merge 302 commits into
mainfrom
dependabot/npm_and_yarn/undici-7.29.0
Open

dependabot[bot] wants to merge 302 commits into
mainfrom
dependabot/npm_and_yarn/undici-7.29.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps undici from 7.25.0 to 7.29.0.

Release notes

Sourced from undici's releases.

v7.29.0

⚠️ Security fixes

High severity

  • GHSA-4cwx-7wf7-3272: malformed qualified private Cache-Control directives could cause cross-user information disclosure in shared caches or a parse-time crash. The cache parser now treats empty qualified directives conservatively and safely handles mixed qualified and unqualified directives. Fixed by 9f10f1e9, with regression coverage in 466e99d1.

Medium severity

  • GHSA-m8rv-5g2x-5cg5: a malicious type property on a duck-typed blob-like HTTP/1.1 request body could inject CRLF sequences into the generated content-type header. Undici now coerces and validates the value before adding it to the request. Fixed by 33928bc2.
  • GHSA-jr45-8vmc-qm54: optional whitespace around = in qualified no-cache and private directives could bypass shared-cache restrictions and disclose authenticated data across users. Cache-Control parsing now normalizes these forms and applies conservative cache decisions. Fixed by 98011a86.
  • GHSA-8xcm-r25x-g524: the retry interceptor could expose a stale Content-Length after resuming a partial response, potentially causing downstream response desynchronization, hangs, or corruption. Undici now rejects partial responses whose Content-Length is inconsistent with Content-Range. Fixed by 1b5a5312, with corrected fixtures in 4a9dafb1.
  • GHSA-v3r7-h72x-cjcm: unsanitized domain and unparsed values passed to setCookie() could inject cookie attributes. Undici now validates cookie domains, paths, and unparsed attributes more strictly. Fixed by 3bf91ddb.

Full Changelog: nodejs/undici@v7.28.0...v7.29.0

v7.28.0

⚠️ Security Release

This release line addresses 7 security advisories, all shipped in v7.28.0.

Action required: Upgrade to undici 7.28.0 or later.

npm install undici@^7.28.0

The v7 line is not affected by GHSA-38rv-x7px-6hhq (CVE-2026-9675), which is an 8.x-only regression.

Note on GHSA-hm92-r4w5-c3mj: this fix shipped in v7.28.0, not the earlier 7.2x line — the vulnerable single-pool code was still present through v7.27.2. The per-origin pool fix is 3805b8f8 (#5041).

Summary

Advisory CVE Severity (CVSS) Fixed in Fix commit
GHSA-vxpw-j846-p89q CVE-2026-12151 High (7.5) 7.28.0 8cb10f98
GHSA-vmh5-mc38-953g CVE-2026-9697 High (7.4) 7.28.0 04201f89
GHSA-hm92-r4w5-c3mj CVE-2026-6734 High (7.5) 7.28.0 3805b8f8
GHSA-pr7r-676h-xcf6 CVE-2026-9678 Moderate (5.9) 7.28.0 85a24055
GHSA-p88m-4jfj-68fv CVE-2026-9679 Moderate (5.9) 7.28.0 d0574cc4
GHSA-g8m3-5g58-fq7m CVE-2026-11525 Low (3.7) 7.28.0 d0574cc4
GHSA-35p6-xmwp-9g52 CVE-2026-6733 Low (3.7) 7.28.0 ea8930cf

... (truncated)

Commits
  • 9e38fc1 Bumped v7.29.0 (#5590)
  • d887e34 fix: validate coerced header values for CRLF (#5579)
  • 33928bc fix: validate blob body content type
  • 98011a8 fix(cache): harden cache directive parsing
  • 4a9dafb test(retry): correct broken content-range fixtures in retry-handler.js
  • 1b5a531 fix(retry): reject partial content length mismatch
  • 466e99d test: cover crash on mixed unqualified and qualified private cache directives
  • 9f10f1e fix: handle empty qualified private cache directive
  • 3bf91dd fix: harden cookie domain, path, and unparsed attribute validation
  • f9eba0a Bumped v7.28.0 (#5430)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

joemsak and others added 24 commits March 14, 2026 13:16
- Link Denver Streets Partnership to denverstreetspartnership.org
- Add Denver Critical Mass line with links to website and Instagram
- Replace emoji icons with SVGs for bike, Instagram, and chat
  (emojis rendered poorly in both light and dark modes)
- Animated sun/moon dark mode toggle: sun circle morphs into
  crescent moon via SVG mask, rays fade and scale, whole icon
  rotates — inspired by Havard Brynjulfsen's CodePen
- Re-sequence animation delays for new content
Replace the static PDF download with a styled, print-friendly HTML
resume that shares the site's palette, dark mode, and copy patterns
so it stays in sync with site edits without an export step.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Limit npm update PRs to direct dependencies only. Indirect/transitive
deps no longer trigger PRs, eliminating stale-base churn from minor
sub-dependency bumps that resolve themselves on the next npm install.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Introduce a dedicated print-only stylesheet so the printed/PDF
resume renders at paper-friendly density (10.5pt body, tighter
sections, scaled-down headings) regardless of screen theme. Handles
@page geometry, dark-mode reset, page-break behavior, and quieter
link styling that the inline print: variants couldn't cleanly
express.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The first pass kept the screen's two-column label-on-left layout in
print, leaving section content squeezed into the right ~75%. Collapse
print to a single column so each section label sits as a heading row
above its content using the full page width. Bump H1 to 35pt for
header impact, raise section labels and date metadata into a readable
range, and override dark-mode pastel accent shades to their
light-mode counterparts so the rose/sky/amber/lime/fuchsia labels
stay legible on white paper if the user prints from dark mode.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The Experience label was getting stranded at the bottom of page 1
when its first role (Gusto, the longest entry) couldn't fit and got
pushed to page 2. Add break-after: avoid on every section label and
break-before: avoid on the first content sibling so the label and
its first row always stay together.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Firefox treats CSS grid track gaps as legal page-break locations,
which caused the Experience label to keep getting orphaned even
with break-after: avoid in place. Switch the labeled sections to
display: block in print so there are no grid gap break candidates
between the label and its content.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Applies the five outstanding Dependabot updates in one lockfile
resolution rather than five separate merges, since each one would
conflict with the others on package-lock.json. All checks pass
(format, lint, vitest 4 run, vite 8 build).

  globals     15.15.0 -> 17.5.0
  jsdom       26.1.0  -> 29.1.0
  lint-staged 15.5.2  -> 16.4.0
  vite        6.4.2   -> 8.0.10
  vitest      3.2.4   -> 4.1.5

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Bumps [undici](https://github.com/nodejs/undici) from 7.25.0 to 7.29.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.25.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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2026

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant