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 @@ -22,7 +22,7 @@
"@types/node": "^26.0.1",
"mermaid": "^11.16.0",
"ts-morph": "^28.0.0",
"tsx": "^4.21.0",
"tsx": "^4.23.0",

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 Frozen Install Uses Stale Lockfile

Changing the docs tsx range without the matching pnpm-lock.yaml update leaves frozen pnpm installs with a manifest/lockfile mismatch. The docs Docker build runs installs with frozen-lockfile semantics, so that path can fail during dependency installation before the docs generation command runs.

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

Comment:
**Frozen Install Uses Stale Lockfile**

Changing the docs `tsx` range without the matching `pnpm-lock.yaml` update leaves frozen pnpm installs with a manifest/lockfile mismatch. The docs Docker build runs installs with frozen-lockfile semantics, so that path can fail during dependency installation before the docs generation command runs.

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

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