chore(deps): bump compatible runtime and frontend deps (T-54) - #15
Merged
Conversation
- hono: ^4.6.14 → ^4.12.27 (root + server) - @xyflow/react: ^12.10.2 → ^12.11.1 - react-router-dom: ^7.15.1 → ^7.18.1 - zustand: ^5.0.1 → ^5.0.14 - autoprefixer: ^10.4.20 → ^10.5.2 - postcss: ^8.4.49 → ^8.5.16 All compatible (minor/patch) within existing major versions. server typecheck, web typecheck, 212 server tests, web build all pass.
jaesbit
force-pushed
the
feat/t54-compat-deps
branch
from
July 3, 2026 16:04
20a93a8 to
93f6894
Compare
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
Bumps six dependencies that were identified as directly compatible (minor/patch) in the post-T-53 audit. No architecture changes, no major-version jumps.
Changes
hono^4.6.14^4.12.27@xyflow/react^12.10.2^12.11.1react-router-dom^7.15.1^7.18.1zustand^5.0.1^5.0.14autoprefixer^10.4.20^10.5.2postcss^8.4.49^8.5.16bun.lockregenerated.Out of scope
QuickJS 0.32, TypeScript 6, React 19, Vite 8, Tailwind 4, lucide-react 1, react-markdown 10, tailwind-merge 3 — those are major-version jumps tracked separately in T-55.
Verification
bun run --filter '@omp-deck/server' typecheck✓bun run --filter '@omp-deck/web' typecheck✓cd apps/server && bun test— 212 pass, 0 fail ✓bun run --filter '@omp-deck/web' build✓