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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"ultracite": "7.0.8",
"vitest": "^4.0.17"
},
"packageManager": "pnpm@10.28.2",
"packageManager": "pnpm@10.29.2",
Copy link

@cubic-dev-ai cubic-dev-ai bot Feb 16, 2026

Choose a reason for hiding this comment

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

P3: The pnpm version in packageManager now diverges from the engines.pnpm constraint, which can cause engine warnings or CI failures. Keep these versions aligned.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 159:

<comment>The pnpm version in packageManager now diverges from the engines.pnpm constraint, which can cause engine warnings or CI failures. Keep these versions aligned.</comment>

<file context>
@@ -156,7 +156,7 @@
     "vitest": "^4.0.17"
   },
-  "packageManager": "pnpm@10.28.2",
+  "packageManager": "pnpm@10.29.2",
   "engines": {
     "pnpm": "10.28.2",
</file context>
Fix with Cubic

"engines": {
"pnpm": "10.28.2",
"node": ">=22.18.0"
Expand Down
Loading