chore: weekly maintenance — dep bumps#281
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Weekly dependency maintenance sweep. Bumped
next-sanityto the latest patch within its declared range.bun run buildandbun run check(biome + typecheck + tests + manifest check) pass.Changes
next-sanity:13.1.1→13.1.3(patch)Checklist
bun run checkpasses (biome + typecheck + tests)bun run buildpassesFindings (not acted on)
typescriptdevDependency is pinned to^6.0.3;typescript@7.0.2is out and already used separately in this repo as thetypescript7alias package for actual type-checking (bun node_modules/typescript7/bin/tsc). Worth a deliberate look at whether the plaintypescriptdevDependency can be dropped or bumped now thattypescript7covers type-checking — but that's a decision for a human, not a sweep..github/workflows/*.ymlare pinned to what appear to be current majors (actions/checkout@v7,oven-sh/setup-bun@v2,actions/github-script@v8,peter-evans/commit-comment@v4,treosh/lighthouse-ci-action@v12,zentered/vercel-preview-url@v1.4.0,UnlyEd/github-action-await-vercel@v2.0.0). No deprecated runners (allubuntu-latest) and no obvious staleness — nothing actionable found. This sweep has no network access to verify against upstream release feeds, so treat as a spot-check rather than exhaustive.package.jsonis already at the latest version satisfying its declared semver range (bun outdatedonly flaggednext-sanityand thetypescriptmajor above).Generated by Claude Code