Skip to content
Closed
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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"mermaid": "^11.16.0",
"ts-morph": "^28.0.0",
"tsx": "^4.21.0",
"vite": "^8.0.16",
"vite": "^8.1.3",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Lockfile Stays Stale

When docs dependencies are installed with pnpm's frozen lockfile mode, this manifest now asks for vite ^8.1.3 while the lockfile was not updated in this PR. That mismatch can fail the install before the docs build runs, or leave CI testing a different dependency graph than the one declared here.

Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/package.json
Line: 26

Comment:
**Lockfile Stays Stale**

When docs dependencies are installed with pnpm's frozen lockfile mode, this manifest now asks for `vite` `^8.1.3` while the lockfile was not updated in this PR. That mismatch can fail the install before the docs build runs, or leave CI testing a different dependency graph than the one declared here.

How can I resolve this? If you propose a fix, please make it concise.

"vitepress-plugin-mermaid": "2.0.17",
"vue": "^3.5.39"
}
Expand Down