Skip to content
Closed
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
46 changes: 10 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@biomejs/biome": "~2.4.12",
"@types/node": "^22.19.17",
"@types/node": "^24.12.2",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot Apr 18, 2026

Choose a reason for hiding this comment

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

P2: @types/node is ahead of the minimum supported runtime (node >=22), which can mask use of Node 24-only APIs and cause runtime breaks on Node 22.

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

<comment>`@types/node` is ahead of the minimum supported runtime (`node >=22`), which can mask use of Node 24-only APIs and cause runtime breaks on Node 22.</comment>

<file context>
@@ -16,7 +16,7 @@
 	"devDependencies": {
 		"@biomejs/biome": "~2.4.12",
-		"@types/node": "^22.19.17",
+		"@types/node": "^24.12.2",
 		"@vitest/coverage-v8": "^4.1.4",
 		"typescript": "^6.0.3",
</file context>
Suggested change
"@types/node": "^24.12.2",
"@types/node": "^22.19.17",
Fix with Cubic

"@vitest/coverage-v8": "^4.1.4",
"typescript": "^6.0.3",
"vitest": "~4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"tinyglobby": "^0.2.16"
},
"devDependencies": {
"@types/node": "^22.19.17",
"@types/node": "^24.12.2",
"tsup": "^8.0.0",
"typescript": "^6.0.3",
"vitest": "~4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^22.19.17",
"@types/node": "^24.12.2",
"tsup": "^8.0.0",
"typescript": "^6.0.3"
},
Expand Down