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/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
"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 4.1.8 bypasses the pnpm catalog system used by this workspace.

The devTools catalog in pnpm-workspace.yaml defines vitest as ^4.0.15, and every workspace package (root, test, examples) references it via catalog:devTools. By inlining a specific version here, this PR creates version drift: future catalog bumps won't apply to @modelcontextprotocol/core.

The correct fix is to update the devTools catalog entry in pnpm-workspace.yaml to vitest: 4.1.8 (or ^4.1.8), and keep all packages on catalog:devTools.


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

}
}
Loading