chore(deps): sweep 2026-09-08 - #126
Merged
Merged
Conversation
Dev-only: fastify 5.12.3, hono 4.13.7, jose 6.2.12 (the peer ranges are unchanged), @types/node 26.5.0. Drop the nanoid override: every locked copy already resolves to 3.3.18, the fixed release for GHSA-2v37-7h3g-55p8, with the override removed, so the floor was inert. axios and esbuild overrides stay: without them the lock falls to axios 1.16.0 (cdp-sdk's exact pin) and esbuild 0.27.7. Remove @x402/core from knip's ignoreDependencies, which knip has reported as stale since the package became a real import. packageManager to bun 1.4.2. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Summary
Routine dependency sweep, dev-only. The peer ranges (
fastify >=4,hono >=4,jose >=6) are unchanged, so no consumer must act and no release is needed.fastify5.12.1 to 5.12.3,hono4.13.5 to 4.13.7,jose6.2.10 to 6.2.12,@types/node26.4.1 to 26.5.0.nanoidoverride. With every override removed and the lock re-resolved, nanoid still lands on 3.3.18, the fixed release for GHSA-2v37-7h3g-55p8, so the floor was inert.axiosandesbuildoverrides: the same drill showed the lock falling to axios 1.16.0 (cdp-sdk's exact pin, ten advisories) and esbuild 0.27.7 without them.viemstays as the coupled-set single-version pin.@x402/corefrom knip'signoreDependencies: knip has flagged it as a stale ignore on main since the package became a real import.packageManagerto bun 1.4.2.Held on purpose: eslint 9 and TypeScript 6 (org-wide holds),
typescript-eslint8.70.0 (inside the 24h release soak at sweep time). Not touched: the viem/mppx/@Solana coupled set (already at the versions settled live on 2026-09-05). GitHub Actions pins audited and current. OSV scan over the lock: no issues.Supersedes the dependabot PR carrying the same three dev bumps.
Worked with Varun.
Type of change
Public API
none
Test plan
Ran locally on the branch:
bun run lint,bun run typecheck(src and examples),bun run knip(clean, no configuration hints),bun run test(coverage 96.6% statements),bun run build, all exit 0.osv-scanner scan --lockfile bun.lock: 893 packages, no issues.Checklist