chore(deps): consolidate 9 dependabot bumps into one PR#579
Merged
Conversation
Supersedes 9 individual dependabot PRs (#495–502, #516), consolidated to avoid a CI roundtrip per PR. All bumps applied on one branch and verified together (UI typecheck + 1297 vitest + production build + lint; uv relock). Python (uv.lock): - pyjwt 2.12.1 -> 2.13.0 (#516) npm (ui/package.json + pnpm-lock.yaml) — constraints set to dependabot's targets; pnpm resolved latest-compatible patches (newer than the targets): - next ^16.2.6 -> ^16.2.7 (resolved 16.2.9) (#501) - @tanstack/react-query ~5.100.14 -> ~5.101.0 (+ -devtools in lockstep) (#498) - @radix-ui/react-select ~2.2.6 -> ~2.3.0 (resolved 2.3.1) (#500) - @radix-ui/react-tooltip ~1.2.8 -> ~1.2.9 (resolved 1.2.10) (#502) - @radix-ui/react-popover ~1.1.15 -> ~1.1.16 (resolved 1.1.17) (#499) GitHub Actions (SHA-pinned): - astral-sh/setup-uv v7 -> v8.2.0 (#497) - ossf/scorecard-action v2.4.0 -> v2.4.3 (#496) - github/codeql-action v4 SHA bump (#495) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: SoundMindsAI <eric.starr@soundminds.ai>
There was a problem hiding this comment.
Code Review
This pull request updates several frontend dependencies in ui/package.json and their corresponding lockfile entries in ui/pnpm-lock.yaml, including upgrades to Radix UI components, TanStack React Query, and Next.js. Additionally, the Python dependency pyjwt is upgraded in uv.lock. I have no feedback to provide as there are no review comments or issues identified in these dependency updates.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This was referenced Jun 19, 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.
Why
Nine open
chore(deps):dependabot PRs (#495–502, #516), each triggering its own full CI run. Consolidating them into a single branch runs CI once instead of nine times. The five npm PRs all touchui/package.json+ui/pnpm-lock.yaml, so they would have conflicted/rebased against each other anyway.What's bumped
Python (
uv.lock) —uv lock --upgrade-package pyjwtnpm (
ui/package.json+pnpm-lock.yaml) — constraints set to dependabot's targets;pnpm installresolved latest-compatible patches (newer than the targets, which supersedes those PRs):-devtoolsbumped in lockstep) (chore(deps): bump @tanstack/react-query from 5.100.14 to 5.101.0 in /ui #498)GitHub Actions (SHA-pinned)
Verification (local, run together)
pnpm typecheck✅pnpm test✅ 1297 tests / 174 filespnpm build✅ (Next.js production build)pnpm lint✅ 0 errorsuv lock✅ relocked cleanSupersedes
Closes the following dependabot PRs (will be closed once this merges): #495, #496, #497, #498, #499, #500, #501, #502, #516
🤖 Generated with Claude Code