Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/middleware/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"tsdown": "catalog:devTools",
"typescript": "catalog:devTools",
"typescript-eslint": "catalog:devTools",
"vitest": "catalog:devTools"
"vitest": "4.1.8"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Bypasses catalog:devTools pattern by hardcoding vitest

All other devDependencies in this file use catalog:devTools (e.g., eslint, typescript, tsdown, prettier, typescript-eslint), but vitest is now hardcoded to 4.1.8. This creates inconsistency across the workspace and will leave vitest pinned/stale when the catalog is next updated — the rest of the dev tools will silently move forward while this one stays at 4.1.8, causing version skew. The correct fix is to update the catalog's vitest entry to 4.1.8 rather than bypassing it here.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

}
}
Loading