Skip to content

chore(deps): consolidated dependency bumps#461

Merged
hbanerjee74 merged 1 commit into
mainfrom
chore/consolidated-deps-bump
Apr 28, 2026
Merged

chore(deps): consolidated dependency bumps#461
hbanerjee74 merged 1 commit into
mainfrom
chore/consolidated-deps-bump

Conversation

@hbanerjee74

Copy link
Copy Markdown
Contributor

Summary

Replaces 13 individual dependabot PRs with a single combined update.

npm (app)

cargo (app/src-tauri)

GitHub Actions

Excluded

PR #459 (@anthropic-ai/claude-agent-sdk 0.2.119) is intentionally excluded — the SDK changed its package layout (no cli.js / vendor/) which breaks app/sidecar/build.js. Will be handled in a follow-up PR.

Test plan

  • cargo check --manifest-path app/src-tauri/Cargo.toml
  • cd app && npx tsc --noEmit
  • cd app/sidecar && npm run build
  • CI passes

🤖 Generated with Claude Code

Replaces individual dependabot PRs #416, #418, #420, #421, #422, #446, #447,
#448, #450, #452, #453, #454, #457 with a single combined update.

npm (app):
- @tanstack/react-router 1.168.22 -> 1.168.23
- @tiptap/starter-kit 3.22.3 -> 3.22.4
- @tiptap/extension-placeholder 3.22.3 -> 3.22.4
- typescript 6.0.2 -> 6.0.3 (dev)
- protobufjs 8.0.0 -> 8.0.3 (transitive, dev)

cargo (app/src-tauri):
- rand 0.8 -> 0.9 (manifest); transitive shuffle/SeedableRng API unchanged
- tokio 1.50.0 -> 1.51.1
- tauri-plugin-dialog 2.6.0 -> 2.7.0
- semver 1.0.27 -> 1.0.28
- zip 8.3.0 -> 8.6.0

GitHub Actions:
- actions/upload-pages-artifact 4 -> 5
- softprops/action-gh-release 2 -> 3

PR #459 (@anthropic-ai/claude-agent-sdk 0.2.119) is intentionally excluded:
the SDK changed its package layout (no cli.js / vendor/) and requires a
sidecar build.js rewrite — handled separately.

Verified: cargo check, npx tsc --noEmit (frontend), sidecar build.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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