chore(deps): consolidate Dependabot updates (Cargo + CI) - #1206
Merged
Merged
Conversation
gaspb
force-pushed
the
chore/dependabot-updates
branch
from
July 8, 2026 21:40
9b630af to
ea74e88
Compare
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.
Description
Consolidates a batch of open Dependabot dependency updates into a single PR.
The individual Dependabot branches were stale (based on an older
mainthat predates the vendoredsecrecycrate and thelazy-regexworkspace dep), so merging them would have revertedmain. Instead the version bumps were re-applied directly on top of the currentmainand verified together withcargo clippy --workspace --all-targets --locked -- -D warnings.Resolves (safe to close once merged)
actions/checkoutv6 → v7bytes→ 1.12svix→ 1.96.1itertools→ 0.15quick_cache→ 0.7object_store→ 0.14parquet→ 59rust_iso3166→ 0.2typst/typst-pdf/typst-svg0.15,typst-as-lib0.16,derive_typst_intoval0.8)ecow→ 0.3 (coupled to the typst upgrade)The typst 0.15 bump needed small code changes in
meteroid-invoicing:PagedDocumentmoved to thetypst-layoutcrate,PdfOptionsgainedcreator/prettyfields,PagedDocument::pagesis now an accessor method, andtypst_svg::svgtakes aSvgOptionsargument.Not included (need dedicated PRs)
cached0.59 → 2.0. In 2.0 the cachedResultvalue (including its error) must beClone, but the codebase uses non-Cloneerror_stack::Reporterrors, and the async cache internals changed (Mutex→RwLock,TimedSizedCache→LruTtlCache), breaking the manual cache-invalidation sites. Requires a dedicated migration.depsgroup. This is a React 18 → 19 major migration (plusreact-day-pickerv10, Radix majors,lucide-reactv1,date-fns4). It installs cleanly but produces ~47 TypeScript errors (removed globalJSXnamespace, changed day-picker/component APIs). Needs a dedicated frontend migration with runtime testing.dev-depsgroup (eslint10,babel8, …). Entangled with the deps group; needs lint/build validation.packages/uigroups. Obsolete: their branches are 7–13 commits behindmainand would revert current versions (eslint 9→8, vite 8→6, zod 4→3, TS 6→5).mainalready exceeds their targets — recommend closing.Checklist
cargo clippy --workspace --all-targets --locked -- -D warningsis green (lib, bins and all test targets compile). Integration suite not run here (needs a DB) — CI covers it.Generated by Claude Code