chore(deps): consolidate open dependency PRs #103-#114 - #115
Merged
Conversation
…s (RUSTSEC-2026-0221) Applies every open Dependabot bump (2 GitHub Actions, 5 Rust/Cargo, 5 npm) as latest-compatible on one branch instead of 12 conflicting lockfile-touching PRs. Security audit surfaced one pre-existing, undocumented advisory (event-listener 5.4.1, transitive via sqlx), fixed with a non-breaking patch bump to 5.4.2.
This was referenced Aug 3, 2026
Owner
Author
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Aug 3, 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
Consolidates all 12 open Dependabot PRs into one branch, applying every
bump as latest-compatible within its existing major (manifests updated
directly, lockfiles regenerated once — not merged branch-by-branch,
which would have produced 12 conflicting lockfile diffs).
Superseded PRs
taiki-e/install-actionactions/download-artifacttokio"1")vitestthiserror"2")@testing-library/jest-domjsdomsysinfo"0.39")@tailwindcss/vitezustandbase64"0.22"→"0.23")jsonwebtoken"10"→"11")Pre-existing fixes
None — the full CI-mirrored gate (fmt, clippy
-D warnings, unit +integration tests, doctests, frontend lint/typecheck/format/test/build)
was already green on
mainbefore these bumps; no pre-existingbreakage was found or needed fixing.
Security audit
gh api repos/pacphi/finima/dependabot/alerts: no open alerts.pnpm audit(frontend): no known vulnerabilities.cargo audit(via.github/scripts/cargo-audit.sh, honoring theexisting
audit-ignoreexceptions): surfaced one new, undocumentedfinding not covered by
audit-ignore:event-listener5.4.1, informational —"unsound"):
StackSlot<'_, T>unconditionally implementsSend/Sync, allowing a!Sendtag set viaEvent::with_tagto crossthread boundaries — a data race in safe code
(advisory,
upstream PR).
Pulled in transitively via
sqlx-core(not a direct dependency).Patched in 5.4.2 — a non-breaking patch release. Fixed via
cargo update -p event-listener --precise 5.4.2; full gatere-verified green afterward. Nothing deferred.
Verification
All commands mirror
.github/workflows/ci.ymlexactly.Backend:
Frontend:
No Make/CI/doc toolchain-version references needed updating — all 12
bumps are ordinary library/action bumps, not toolchain pins (Node,
pnpm, Rust). Confirmed via grep across
Makefile,.github/workflows/,README.md,docs/**,Dockerfile*, andfrontend/package.jsonengines/packageManager.