Skip to content
Merged
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"type": "git",
"url": "https://github.com/TanStack/config.git"
},
"packageManager": "pnpm@11.10.0",
"packageManager": "pnpm@11.11.0",
"engines": {
"pnpm": ">=11.10.0"
"pnpm": ">=11.11.0"
Comment on lines +8 to +10

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Keep contributor documentation aligned with the pnpm requirement.

CONTRIBUTING.md:26-30 still says the repository uses pnpm v9, while this change requires pnpm >=11.11.0. Update the guide so contributors do not install an incompatible version.

Suggested documentation update
- We use [pnpm](...) v9 for package management.
+ We use [pnpm](...) v11.11.0 for package management.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` around lines 8 - 10, Update the pnpm version guidance in
CONTRIBUTING.md to require pnpm >=11.11.0, matching the packageManager and
engines declarations in package.json; replace the outdated pnpm v9 references
without changing unrelated contributor instructions.

},
"type": "module",
"scripts": {
Expand Down
Loading
Loading