chore(deps): bump minor/patch dependencies across the workspace#1004
Merged
Conversation
Bulk `pnpm update -r` (within semver ranges — no majors). Covers the dependabot minor/patch + group PRs: @types/node, vitest 4.1.9, next 16.2.9, fumadocs-core/ui 16.10, fumadocs-mdx 15.0.12, @opentelemetry/* , ink 7.0.6, happy-dom, posthog-js, better-sqlite3, playwright, vue 3.5.38, langsmith, ajv, tailwindcss 4.3.1, etc. Majors held back for separate review: @angular/core 22, commander 15, marked 18. Verified: pnpm check:all (gates + typecheck + build + test) — 42/42 green.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
This was referenced Jun 15, 2026
The bulk update set next to ^16.2.9 in app manifests while the root pnpm.override pins next >=16.2.6, leaving the committed lockfile out of sync — frozen-lockfile (CI default) failed. Regenerated the lockfile so it matches.
The CVE-floor overrides used open-ended '>=X' (could silently pull a future breaking major). Add an upper bound at the current major for each: serialize-javascript <8, axios <2, fast-xml-builder <2, next <17, postcss <9, shell-quote <2, esbuild <1, form-data <5. Resolved versions unchanged (axios 1.18, next 16.2.9, postcss 8.5.15, esbuild 0.28.1, form-data 4.0.6); frozen-lockfile still green.
Contributor
Lighthouse
Run by |
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.
Bulk
pnpm update -r(within semver ranges — minor/patch only, no majors).Supersedes the dependabot minor/patch + group PRs (closing them): #1002, #989, #984, #983, #982, #981, #966, #965.
Majors held for separate review (left open): #972 @angular/core 22, #971 commander 15, #970 marked 18.
Verified:
pnpm check:all(gates + typecheck + build + test) — 42/42 green.