chore(deps): bump h3 from 2.0.1-rc.25 to 2.0.1-rc.26 - #3411
chore(deps): bump h3 from 2.0.1-rc.25 to 2.0.1-rc.26#3411dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Codex review: needs maintainer review before merge. Reviewed August 18, 2026, 4:48 PM ET / 20:48 UTC. ClawSweeper reviewWhat this changesUpdates ClawHub’s direct production H3 HTTP framework dependency from 2.0.1-rc.25 to 2.0.1-rc.26 and refreshes the Bun lockfile resolutions. Merge readinessThe earlier lockfile-integrity blocker is fixed: the current head retains the Carapace SHA-512 entry while updating only h3 and its srvx resolution. The dependency is used by production HTTP and auth routes, so this otherwise-correct update needs after-fix runtime proof before merge. Priority: P2 Review scores
Verification
Live VerificationCommand: Result: PASS (completed) Assertions:
How this fits togetherClawHub’s server uses H3 to accept HTTP requests for route handlers, the Convex backend proxy, and local development auth checks. Requests enter H3, pass through route-specific checks or proxying, and return browser or API responses. flowchart LR
A[Browser and API clients] --> B[H3 HTTP runtime]
B --> C[Route and proxy handlers]
C --> D[Convex API and archive service]
D --> E[HTTP responses]
Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Keep the integrity-protected lockfile entry and merge after a redacted real ClawHub runtime proof shows the updated server starts and serves a safe proxy or route request correctly. Do we have a high-confidence way to reproduce the issue? Not applicable — this PR is a dependency update, and no reported bug has a separate reproduction path. Is this the best way to solve the issue? Unclear — the lockfile correction resolves the prior review finding, but the best merge path still requires proof that ClawHub’s real H3 server behavior remains sound after the upgrade. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against db95517a87f3. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
HistoryReview history (3 earlier review cycles)
|
01936c0 to
140794c
Compare
140794c to
a902aa8
Compare
Bumps [h3](https://github.com/h3js/h3) from 2.0.1-rc.25 to 2.0.1-rc.26. - [Release notes](https://github.com/h3js/h3/releases) - [Changelog](https://github.com/h3js/h3/blob/main/CHANGELOG.md) - [Commits](h3js/h3@v2.0.1-rc.25...v2.0.1-rc.26) --- updated-dependencies: - dependency-name: h3 dependency-version: 2.0.1-rc.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
a902aa8 to
6c8bfca
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Found 2 test failures on Blacksmith runners: Failures
|
![Fix with [code]smith](https://pr-comments-assets.blacksmith.sh/codesmith/fix-with-codesmith-light.png)
Bumps h3 from 2.0.1-rc.25 to 2.0.1-rc.26.
Release notes
Sourced from h3's releases.
... (truncated)
Changelog
Sourced from h3's changelog.
... (truncated)
Commits
64ebd14chore(release): v2.0.1-rc.266e24eb3chore: update deps6ebd459fix(response): allow status and headers staged during the first stream chunk ...321b1dcchore: apply automated updates50266f3chore: update docsba42947chore: update undocsdd19737refactor(sse): promote EventStream to public API, deprecate createEventStream...c82019dfeat(sse): allow returning EventStream directly from handlers (#1508)8dc8a28fix(response): strip HEAD body when merging prepared headers into a mutable R...5cba776fix(response): keep content-length header for Uint8Array responses (#1504)