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/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"prettier": "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: Hardcoding vitest 4.1.8 here breaks the monorepo catalog pattern. Every other package (server, core, middleware packages, test packages, examples, root) still uses catalog:devTools for vitest. The correct fix is to update the catalog entry in pnpm-workspace.yaml line 34 from vitest: ^4.0.15 to vitest: ^4.1.8, so all workspace packages stay consistent and the lockfile can be regenerated cleanly. This hardcode creates permanent catalog drift and leaves the Snyk-vulnerable version unresolved in sibling packages.


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

"tsdown": "catalog:devTools"
}
}
Loading