chore: refresh dependencies (npm minor/patch, Cargo.lock, GitHub Actions) - #217
Merged
Conversation
|
Warning Review limit reachedNext included review available in 5 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ons) npm: every minor/patch bump within current majors, including the exact pins react/react-dom 19.2.8, vite 8.2.2, @vitejs/plugin-react 6.1.1, and markdownlint-cli2 0.23.2 (its 0.22 pinned the vulnerable js-yaml 4.1.1 and markdown-it 14.1.1). Lockfile now carries patched versions for all 30 open Dependabot alerts (undici, fast-uri, js-yaml, brace-expansion, shell-quote, linkify-it, markdown-it, postcss, @babel/core, vite). Deferred majors stay: eslint 10, @types/node 26, vitest 5, typescript 7, jsdom 30, jest-dom 7. cargo: cargo update within semver (39 crates), cargo check clean. actions: checkout v7, setup-node v7, cache v6. Verified: yarn test:ci (790 passed), yarn build (WASM release + Vite prod). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VDq6at6VpsyBxLqB8wBnDT
stid
force-pushed
the
chore/deps-refresh
branch
from
September 4, 2026 06:10
c7d5420 to
fc1d3c3
Compare
This was referenced Sep 4, 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
Supersedes the 12 open Dependabot PRs (#183 #191 #197 #199 #201 #203 #205 #206 #208 #210 #211 #214) with one grouped refresh, so
yarn.lockconflicts only once.npm — every minor/patch bump within current majors:
yarn upgrade(typescript-eslint 8.69, prettier 3.9, happy-dom 20.14, postcss 8.5.28, terser 5.51, commitlint 21.2, …)cargo —
cargo updatewithin semver, 39 crates;cargo checkclean (the 4 warnings are pre-existing).actions — checkout v7, setup-node v7, cache v6 (same as #201).
Version 4.51.9 → 4.51.11 (4.51.10 is taken by #216; whichever merges second needs a one-line rebase of
src/version.ts).Test plan
yarn test:ci— 790 passed, 21 skippedyarn build— WASM release rebuilt against the new Cargo.lock + Vite 8.2 prod bundle (release binary now 127 KB, down from ~155 KB, with the newer wasm-bindgen/wasm-opt)yarn lint:mdreports 10 pre-existing findings in two untouched files (the__tests__glob inside the protected LCD machine block, and 4-space nested lists in the roadmap). Not in CI; left alone on purpose.🤖 Generated with Claude Code
https://claude.ai/code/session_01VDq6at6VpsyBxLqB8wBnDT