Skip to content

chore(deps): combine 13 Dependabot dependency updates into one PR#349

Open
OBenner wants to merge 1 commit into
developfrom
chore/combined-dependency-updates
Open

chore(deps): combine 13 Dependabot dependency updates into one PR#349
OBenner wants to merge 1 commit into
developfrom
chore/combined-dependency-updates

Conversation

@OBenner

@OBenner OBenner commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Summary

Consolidates the 13 open chore(deps) Dependabot PRs into one branch so they can be reviewed and merged together. Manifests were edited to the target versions and the npm lockfiles regenerated (npm install --package-lock-only), so a few resolved patch versions are a touch newer than the individual PRs but satisfy the same ranges.

Python — apps/backend/requirements.txt

Package From To PR Note
claude-agent-sdk >=0.1.19 >=0.2.87 #301 core SDK
real_ladybug >=0.13.0 >=0.15.3 #302
pandas >=3.0.2 >=3.0.3 #299
psutil >=5.9.0 >=7.2.2 #298 major
tiktoken >=0.12.0 >=0.13.0 #303

Every one of these is already installed at the new floor in the maintainer's backend venv, and the QA test suites (test_qa_reviewer_runtime.py, test_qa_fixer_runtime.py) pass against them — so these floor bumps just document what's already in use.

npm root workspace — package.json (apps/frontend, apps/web-frontend) + package-lock.json

Package From To (resolved) PR Note
electron ^41.3.0 ^42.4.0 (42.4.1) #344 major
@anthropic-ai/sdk ^0.95.1 ^0.104.1 (0.104.2) #345
@biomejs/biome 2.4.15 2.5.0 #346 dev
vite ^8.0.11 / ^7.2.7 ^8.0.16 #347 dev
vitest ^4.0.16 / ^3.1.4 ^4.1.0 (4.1.9) #310 dev
react-router-dom ^7.13.0 ^7.17.0 (7.18.0) #327
hono (transitive) 4.12.18 4.12.26 #328 via @modelcontextprotocol/sdk

.design-systempackage.json + package-lock.json + pnpm-lock.yaml

Taken verbatim from the Dependabot branch (no other PR touches this project, and it uses pnpm which isn't available locally), PR #343:

  • @vitejs/plugin-react ^5.1.2 → ^5.2.0, vite ^7.3.3 → ^8.0.16, esbuild (lockfiles).

Validation

  • Python floors already satisfied by the running venv; backend QA tests green.
  • npm lockfile regenerated and verified consistent (every target version resolves correctly in package-lock.json); JSON validated.
  • ⚠️ The Electron frontend was not built locally (no npm ci — it would download the Electron 42 binary and compile native modules). The major bumps — electron 41→42 and psutil 5→7 — should get a CI / smoke check before merge.

Closes / replaces

Replaces #298, #299, #301, #302, #303, #310, #327, #328, #343, #344, #345, #346, #347.

The 3 ci(deps) GitHub-Actions bumps (#297, #300, #312) were left out — they're outside the chore(deps) scope you asked for. Easy to fold in if you want.

🤖 Generated with Claude Code

Consolidates 13 open chore(deps) Dependabot PRs into a single change. The
npm lockfiles were regenerated from the bumped manifests, so a few resolved
patch versions are slightly newer than the individual PRs but satisfy the
same ranges.

Python — apps/backend/requirements.txt (version floors; every one already
installed in the maintainer venv, so the QA test suites stay green):
- claude-agent-sdk  >=0.1.19 -> >=0.2.87   (#301)
- real_ladybug      >=0.13.0 -> >=0.15.3   (#302)
- pandas            >=3.0.2  -> >=3.0.3    (#299)
- psutil            >=5.9.0  -> >=7.2.2    (#298, major)
- tiktoken          >=0.12.0 -> >=0.13.0   (#303)

npm root workspace (apps/frontend, apps/web-frontend; package-lock.json):
- electron          ^41.3.0  -> ^42.4.0   (#344, major)
- @anthropic-ai/sdk ^0.95.1  -> ^0.104.1  (#345)
- @biomejs/biome    2.4.15   -> 2.5.0     (#346, dev)
- vite              ^8.0.11 / ^7.2.7 -> ^8.0.16 (#347, dev)
- vitest            ^4.0.16 / ^3.1.4 -> ^4.1.0  (#310, dev)
- react-router-dom  ^7.13.0  -> ^7.17.0  (#327)
- hono (transitive) 4.12.18  -> 4.12.26  (#328)

.design-system (package.json + package-lock.json + pnpm-lock.yaml, taken
verbatim from the Dependabot branch since no other PR touches it):
- @vitejs/plugin-react ^5.1.2 -> ^5.2.0, vite ^7.3.3 -> ^8.0.16, esbuild (#343)

Replaces #298 #299 #301 #302 #303 #310 #327 #328 #343 #344 #345 #346 #347.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Oleg Miagkov <mrobenner@gmail.com>
@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@OBenner, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 15 minutes and 38 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: b6b572fb-4c43-41e6-ac6e-5e353ab8e3ec

📥 Commits

Reviewing files that changed from the base of the PR and between 0f0da8b and a5cb2f1.

⛔ Files ignored due to path filters (3)
  • .design-system/package-lock.json is excluded by !**/package-lock.json, !**/package-lock.json
  • .design-system/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
  • package-lock.json is excluded by !**/package-lock.json, !**/package-lock.json
📒 Files selected for processing (4)
  • .design-system/package.json
  • apps/backend/requirements.txt
  • apps/frontend/package.json
  • apps/web-frontend/package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/combined-dependency-updates

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud

Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant