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
14 changes: 7 additions & 7 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 @@ -49,7 +49,7 @@
"author": "TestSprite team",
"license": "Apache-2.0",
"dependencies": {
"commander": "^12.1.0",
"commander": "^15.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🩺 Stability & Availability | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -eu

jq '{engines, type, scripts, dependencies}' package.json
fd -H -t f 'package-lock.json|npm-shrinkwrap.json|yarn.lock|pnpm-lock.yaml|tsconfig.*|Dockerfile.*' .
rg -n 'node-version|setup-node|FROM node|engines|module|moduleResolution|commander|exitOverride|configureOutput' \
  package.json src .github Dockerfile* tsconfig*.json 2>/dev/null || true

Repository: TestSprite/testsprite-cli

Length of output: 7139


Commander 15 conflicts with the current Node support floor. This repo still declares and tests Node 20.19.0, but Commander 15 requires Node >=22.12. Keep Commander 14 unless you also drop Node 20 from engines and CI.

🤖 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` at line 52, Update the commander dependency declaration in
package.json from version 15 to the latest compatible Commander 14 range,
preserving the repository’s Node 20.19.0 engines and CI support.

"undici": "^7.16.0",
"valibot": "^1.4.1"
},
Expand Down
Loading