Skip to content

chore(deps): consolidate 9 dependabot bumps into one PR#579

Merged
SoundMindsAI merged 1 commit into
mainfrom
chore/deps-consolidated-2026-06-19
Jun 19, 2026
Merged

chore(deps): consolidate 9 dependabot bumps into one PR#579
SoundMindsAI merged 1 commit into
mainfrom
chore/deps-consolidated-2026-06-19

Conversation

@SoundMindsAI

Copy link
Copy Markdown
Owner

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 touch ui/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 pyjwt

npm (ui/package.json + pnpm-lock.yaml) — constraints set to dependabot's targets; pnpm install resolved latest-compatible patches (newer than the targets, which supersedes those PRs):

GitHub Actions (SHA-pinned)

Verification (local, run together)

  • pnpm typecheck
  • pnpm test ✅ 1297 tests / 174 files
  • pnpm build ✅ (Next.js production build)
  • pnpm lint ✅ 0 errors
  • uv lock ✅ relocked clean

Supersedes

Closes the following dependabot PRs (will be closed once this merges): #495, #496, #497, #498, #499, #500, #501, #502, #516

🤖 Generated with Claude Code

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>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant