Skip to content

Upgrade all dependencies to latest versions#66

Merged
paulwellnerbou merged 1 commit into
mainfrom
claude/funny-buck-ec326b
May 8, 2026
Merged

Upgrade all dependencies to latest versions#66
paulwellnerbou merged 1 commit into
mainfrom
claude/funny-buck-ec326b

Conversation

@paulwellnerbou
Copy link
Copy Markdown
Owner

Summary

  • Bun 1.3.121.3.13 (Dockerfile + CI workflow)
  • Rust 1.941.95 (mermaid-builder Dockerfile stage)
  • biome 1.9.42.4.14 — ran biome migrate (config format change: organizeImportsassist, files.ignorefiles.includes)
  • TypeScript 5.9.36.0.3 — added composite: true to renderer tsconfig (TS 6 enforces this for project references)
  • vite 6.4.28.0.11 + @vitejs/plugin-react 4.7.06.0.1 (vite 8 uses Rolldown)
  • shiki 1.29.24.0.2 — renamed createdBundledHighlighter (was a typo) → createBundledHighlighter
  • react / react-dom 19.2.519.2.6
  • react-router-dom 7.14.17.15.0
  • lucide-react 1.9.01.14.0
  • hono 4.12.144.12.18
  • @codemirror/view 6.41.06.42.1
  • isomorphic-git 1.37.51.37.6
  • Biome 2.x formatter applied to 121 files (new default: arrays always formatted multi-line)

mmdr (mermaid-rs-renderer) is already at the latest published crate version 0.2.2 — no change needed.

Test plan

  • bun run typecheck — all workspaces pass
  • bun run build — Vite 8 build succeeds
  • bun run test:ci — 393 pass, 0 fail

Notes

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

- 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>
@paulwellnerbou paulwellnerbou merged commit e86b0a7 into main May 8, 2026
1 check passed
@paulwellnerbou paulwellnerbou deleted the claude/funny-buck-ec326b branch May 8, 2026 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant