chore(deps): apply post-1.0 Dependabot batch (6 safe bumps)#58
Merged
Conversation
Consolidates the CI-green, low-risk Dependabot updates into one verified change (avoids intra-ecosystem lockfile rebase churn across 6 PRs): - tokio 1.48.0 -> 1.50.0 (cargo) - anyhow 1.0.102 -> 1.0.103 (cargo dev-dep) - vite 8.0.16 -> 8.1.2 (ui dev) - svelte-check 4.6.0 -> 4.7.1 (ui dev) - svelte 5.56.3 -> 5.56.4 (ui) - @tauri-apps/api 2.11.0 -> 2.11.1 (ui) Supersedes #43,#45,#46,#47,#48,#50. Deliberately NOT included: - #49 reqwest 0.12->0.13: reqwest 0.13 removed RequestBuilder::form() used in auth.rs (Cargo.toml pins 0.12 on purpose) — closing it. - #44 str0m, #42 libloading: native-webrtc-feature-gated deps; default CI doesn't build them, so a bump could silently break the 1.1 native engine build. Defer to the native-engine work. - #40 checkout->v7, #41 setup-node->v6: major GitHub Action bumps; checkout is used in release.yml on the self-hosted Node-22 runner that just cut 1.0 — defer until runner Node compatibility is confirmed. Verified: cargo test 133; svelte-check 0; vitest 307; all green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Consolidates the 6 CI-green, low-risk Dependabot bumps into one verified change (avoids intra-ecosystem lockfile rebase churn). Supersedes #43, #45, #46, #47, #48, #50 (closing those).
Included: tokio 1.50.0 · anyhow 1.0.103 · vite 8.1.2 · svelte-check 4.7.1 · svelte 5.56.4 · @tauri-apps/api 2.11.1
Deliberately excluded:
RequestBuilder::form()used inauth.rs(pinned on purpose). Closing.native-webrtc-feature-gated; default CI doesn't build them, so a bump could silently break the 1.1 native engine. Deferred to that work.checkoutruns inrelease.ymlon the self-hosted Node-22 runner that just cut 1.0. Deferred until runner Node compat is confirmed.Verified: cargo test 133 · svelte-check 0 · vitest 307.
🤖 Generated with Claude Code