Upgrade all dependencies to latest versions#66
Merged
Conversation
- Bun 1.3.12 → 1.3.13 (Dockerfile + CI) - Rust 1.94 → 1.95 (mermaid-builder Dockerfile stage) - biome 1.9.4 → 2.4.14 + migrate config (organizeImports → assist, files.ignore → files.includes) - TypeScript 5.9.3 → 6.0.3; add composite:true to renderer tsconfig (now required for project refs) - vite 6.4.2 → 8.0.11 + @vitejs/plugin-react 4.7.0 → 6.0.1 - shiki 1.29.2 → 4.0.2; rename createdBundledHighlighter (typo) → createBundledHighlighter - react/react-dom 19.2.5 → 19.2.6, react-router-dom 7.14.1 → 7.15.0 - lucide-react 1.9.0 → 1.14.0, hono 4.12.14 → 4.12.18 - @codemirror/view 6.41.0 → 6.42.1, isomorphic-git 1.37.5 → 1.37.6 - biome formatter applied across 121 files (new default: arrays always multi-line) Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
1.3.12→1.3.13(Dockerfile + CI workflow)1.94→1.95(mermaid-builder Dockerfile stage)1.9.4→2.4.14— ranbiome migrate(config format change:organizeImports→assist,files.ignore→files.includes)5.9.3→6.0.3— addedcomposite: trueto renderer tsconfig (TS 6 enforces this for project references)6.4.2→8.0.11+ @vitejs/plugin-react4.7.0→6.0.1(vite 8 uses Rolldown)1.29.2→4.0.2— renamedcreatedBundledHighlighter(was a typo) →createBundledHighlighter19.2.5→19.2.67.14.1→7.15.01.9.0→1.14.04.12.14→4.12.186.41.0→6.42.11.37.5→1.37.6mmdr(mermaid-rs-renderer) is already at the latest published crate version0.2.2— no change needed.Test plan
bun run typecheck— all workspaces passbun run build— Vite 8 build succeedsbun run test:ci— 393 pass, 0 failNotes
Biome 2.x surfaced ~500 pre-existing lint violations (warnings) that existed under biome 1.9.4 but were never enforced in CI. Tracked in #65 for a follow-up cleanup.
🤖 Generated with Claude Code