Skip to content
Open
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
23 changes: 7 additions & 16 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 @@ -59,7 +59,7 @@
"dependencies": {
"@inquirer/prompts": "^7.0.0",
"chalk": "^5.4.0",
"commander": "^13.0.0",
"commander": "^14.0.3",
Copy link
Copy Markdown

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

Choose a reason for hiding this comment

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

P1: This bumps Commander past the project's declared Node support. Commander 14 requires Node 20+, but this package still declares engines.node: >=18, so Node 18 consumers can install a dependency combination that is unsupported and likely to break.

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

<comment>This bumps Commander past the project's declared Node support. Commander 14 requires Node 20+, but this package still declares `engines.node: >=18`, so Node 18 consumers can install a dependency combination that is unsupported and likely to break.</comment>

<file context>
@@ -59,7 +59,7 @@
     "@inquirer/prompts": "^7.0.0",
     "chalk": "^5.4.0",
-    "commander": "^13.0.0",
+    "commander": "^14.0.3",
     "cosmiconfig": "^9.0.0",
     "figlet": "^1.10.0",
</file context>
Suggested change
"commander": "^14.0.3",
"commander": "^13.0.0",
Fix with Cubic

"cosmiconfig": "^9.0.0",
"figlet": "^1.10.0",
"gradient-string": "^3.0.0",
Expand Down
Loading