chore(deps): consolidated dependency bumps#461
Merged
Conversation
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>
This was referenced Apr 28, 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.
Summary
Replaces 13 individual dependabot PRs with a single combined update.
npm (app)
@tanstack/react-router1.168.22 → 1.168.23 (chore(deps): bump @tanstack/react-router from 1.168.22 to 1.168.23 in /app #454)@tiptap/starter-kit3.22.3 → 3.22.4 (chore(deps): bump @tiptap/starter-kit from 3.22.3 to 3.22.4 in /app #452)@tiptap/extension-placeholder3.22.3 → 3.22.4 (chore(deps): bump @tiptap/extension-placeholder from 3.22.3 to 3.22.4 in /app #453)typescript6.0.2 → 6.0.3, dev (chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 in /app #450)protobufjs8.0.0 → 8.0.3, transitive dev (chore(deps): bump the npm_and_yarn group across 1 directory with 1 update #448)cargo (app/src-tauri)
rand0.8 → 0.9 (chore(deps): bump rand from 0.8.5 to 0.9.2 in /app/src-tauri #422, chore(deps): bump the cargo group across 1 directory with 2 updates #457) —SliceRandom/SeedableRng/shuffle()API unchanged for our usage inloop_runner.rstokio1.50.0 → 1.51.1 (chore(deps): bump tokio from 1.50.0 to 1.51.1 in /app/src-tauri #416)tauri-plugin-dialog2.6.0 → 2.7.0 (chore(deps): bump tauri-plugin-dialog from 2.6.0 to 2.7.0 in /app/src-tauri #418)semver1.0.27 → 1.0.28 (chore(deps): bump semver from 1.0.27 to 1.0.28 in /app/src-tauri #420)zip8.3.0 → 8.6.0 (chore(deps): bump zip from 8.3.0 to 8.5.1 in /app/src-tauri #421)GitHub Actions
actions/upload-pages-artifact4 → 5 (chore(deps): bump actions/upload-pages-artifact from 4 to 5 #447)softprops/action-gh-release2 → 3 (chore(deps): bump softprops/action-gh-release from 2 to 3 #446)Excluded
PR #459 (
@anthropic-ai/claude-agent-sdk0.2.119) is intentionally excluded — the SDK changed its package layout (nocli.js/vendor/) which breaksapp/sidecar/build.js. Will be handled in a follow-up PR.Test plan
cargo check --manifest-path app/src-tauri/Cargo.tomlcd app && npx tsc --noEmitcd app/sidecar && npm run build🤖 Generated with Claude Code