chore(deps): batch bump JS + Rust dependencies, fix Sunday-flaky activity tests - #319
Merged
Conversation
This was referenced Sep 6, 2026
🔍 Cora AI Code Review✅ No issues found. Code looks good! Review powered by cora-code · BYOK · MIT |
CI runs npm ci, which requires package-lock.json in sync with package.json - bun.lock alone does not satisfy it.
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.
Dependabot opened 10 separate PRs but they all fail the repo gates
(CLA / branch-naming / PR-description jobs run on its branch names).
Consolidated here instead:
JS (bun.lock + package.json):
Rust (src-tauri/Cargo.lock, spec ranges unchanged):
Also fixes the Sunday-flaky activity tests: assertions assumed future
pad cells exist, which is false when the suite runs on a Sunday (grid
ends today). Tests now pin the clock to a fixed Wednesday via vitest
fake timers - 91/91 green on any day. (#309 note)
What
Dependency batch bump + date-independent activity tests.
Why
Single auditable bump instead of 10 gate-failing dependabot PRs; CI
was red every Sunday from the flaky assertions.
Testing
by missing host glib; CI covers the compile)