chore(deps): sweep 2026-09-08 - #84
Merged
Merged
Conversation
@types/node 26.4.1 to 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 (verified by removing it and diffing the lock), so the floor was doing nothing. The esbuild override stays: without it tsup resolves esbuild 0.27.7. packageManager to bun 1.4.2, the current release CI installs. 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. No runtime dependency changed and no release is needed.
@types/node26.4.1 to 26.5.0.nanoidoverride. With the override removed and the lock re-resolved, every locked copy of nanoid still lands on 3.3.18, the fixed release for GHSA-2v37-7h3g-55p8, so the floor was inert. Verified by removing every override, reinstalling, and diffing resolved versions.esbuildoverride: the same drill showed tsup resolving esbuild 0.27.7 without it.packageManagerto bun 1.4.2, the current release.Held on purpose: eslint 9 and TypeScript 6 (org-wide holds),
typescript-eslint8.70.0 (inside the 24h release soak at sweep time; dependabot will propose it). GitHub Actions pins audited and current (checkout, cache, setup-bun, setup-node all on their latest majors). OSV scan over the lock: no issues.Worked with Varun.
Type of change
Public API
none
Test plan
Ran locally on the branch:
bun run lint,bun run typecheck,bun run knip,bun run test(166 passed, 9 skipped),bun run build, all exit 0.osv-scanner scan --lockfile bun.lock: 456 packages, no issues.Checklist