chore(deps): batch-update low-risk dependencies#96
Merged
Conversation
Clears the safe portion of the Dependabot backlog in one branch to avoid the lockfile-conflict cascade of merging ~15 PRs one at a time. JS (within-range, via pnpm update): - @tauri-apps/api 2.11.0->2.11.1, plugin-fs 2.5.0->2.5.1, plugin-shell ->2.3.5, cli 2.10.1->2.11.4 (Dependabot #95) - react/react-dom 19.2.5->19.2.7, @types/react (#84) - zustand 5.0.12->5.0.14 (#45), vite ->8.1.3 (#70), @vitejs/plugin-react ->6.0.3 (#69), eslint ->10.6.0 (#67), typescript-eslint ->8.62.1 (#63) JS dev-tooling majors: - lint-staged 16->17 (#68) - @commitlint/cli + config-conventional 20->21 (#65, #66) Rust: - toml 0.9->1 (#49) - serde round-trip API unchanged (read_config/ write_config in storage.rs), compiles clean - windows 0.61->0.62 (#43) - lockfile bumps within existing reqs: tauri 2.11.x, tauri-build 2.6.3, serde_json (#93, #94, #83) Held back deliberately (each needs its own PR): - reqwest 0.13 (#46): swaps default TLS from system (SChannel/openssl) to rustls+aws-lc-rs, adding a C/NASM build dep and changing runtime cert handling. prettier left at main's 3.8.3. - rusqlite 0.40 (#92): pulls libsqlite3-sys 0.38.1, whose build script uses the unstable cfg_select! - raises MSRV above stable 1.94.1. - cairo-rs 0.22 (#64): CI red; must stay pinned to gtk 0.18. Verified locally: eslint, tsc, vite build, cargo check, cargo clippy -D warnings, cargo test all pass. (prettier --check flags CRLF-only diffs locally due to core.autocrlf=true; clean on the LF-based CI.) 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.
Clears the safe portion of the Dependabot backlog in a single branch, so we avoid the lockfile-conflict cascade of merging ~15 PRs one at a time.
✅ Included (verified locally: eslint, tsc, vite build, cargo check, clippy -D warnings, cargo test all green)
JS — within existing semver ranges (via
pnpm update)@tauri-apps/api2.11.0→2.11.1,plugin-fs2.5.0→2.5.1,plugin-shell→2.3.5,cli2.10.1→2.11.4react/react-dom19.2.5→19.2.7,@types/reactzustand5.0.12→5.0.14vite→8.1.3@vitejs/plugin-react→6.0.3eslint→10.6.0typescript-eslint→8.62.1JS — dev-tooling majors
lint-staged16→17@commitlint/cli+config-conventional20→21 (paired)Rust
toml0.9→1read_config/write_config)windows0.61→0.62tauri2.11.x,tauri-build2.6.3,serde_json⏸️ Held back deliberately — each needs its own PR
reqwest0.13 — swaps default TLS from system (SChannel / Secure Transport / OpenSSL) to rustls + aws-lc-rs, adding a C/NASM build dependency and changing runtime certificate/proxy handling. Too impactful for a routine batch.rusqlite0.40 — pullslibsqlite3-sys0.38.1, whose build script uses the unstablecfg_select!, raising the MSRV above stable 1.94.1. Needs a deliberate toolchain-bump decision.❌ Close (do not merge)
cairo-rs0.22 — CI is red;cairo-rsmust stay pinned togtk 0.18(Tauri 2's gtk-rs), see the comment insrc-tauri/Cargo.toml.Note:
prettierleft untouched at main's 3.8.3 (its bump was not a Dependabot PR). Localprettier --checkflags CRLF-only diffs because ofcore.autocrlf=true; clean on the LF-based CI.🤖 Generated with Claude Code