chore(deps): full dependency sweep + GH Actions bump#861
Merged
Conversation
Replaces dependabot PRs #837, #838, #840, #848, #849, #850, #851, #852, #853, #854, #855, #856, #857, #858, #859 with a single coherent bump. - pnpm up -r --latest across all workspaces (npm deps, dev deps). Pinned packages/ink → marked ^15 (marked-terminal 7.3.0 peer requires marked >=1 <16). - GitHub Actions (pinned to commit SHAs with version comment): actions/setup-node v4 → v6.4.0 actions/upload-artifact v4 → v7.0.1 actions/cache v4 → v5.0.5 actions/dependency-review-action v4 → v5.0.0 github/codeql-action v3.27.0 → v4.35.4 - All 37 workspace tests pass, all packages build, tsc --noEmit clean.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
This was referenced May 14, 2026
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
Replaces the dependabot PR backlog with a single coherent sweep.
Closes: #837, #838, #840, #848, #849, #850, #851, #852, #853, #854, #855, #856, #857, #858, #859
Changes
pnpm up -r --latestacross all 37 workspaces.packages/ink→marked@^15(marked-terminal 7.3.0 peer requires marked >=1 <16; no marked-terminal release supports marked 16+ yet).Verification
pnpm installclean (no peer warnings after marked pin)pnpm lintclean across all packages (tsc --noEmit)pnpm test— 37/37 task groups passpnpm build— 36/36 task groups pass