Skip to content
Draft
Show file tree
Hide file tree
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"engines": {
"node": ">=22.18.0"
},
"packageManager": "pnpm@10.33.2"
"packageManager": "pnpm@11.1.2"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep pnpm version pins aligned across workspaces

Updating only the root packageManager to pnpm@11.1.2 introduces a split with docs/package.json (still pnpm@10.33.2), so Corepack will run different pnpm majors depending on the working directory (cd docs vs repo root). This makes local docs installs and CI docs installs (pnpm -C docs ... from root) non-reproducible across environments and can lead to lockfile/behavior drift that is hard to diagnose.

Useful? React with 👍 / 👎.

}
Loading
Loading