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
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"chalk": "^5.0.0",
"commander": "^8.3.0",
"got": "^12.1.0",
"inquirer": "^8.2.0",
"inquirer": "^10.0.0",
Copy link

Copilot AI Aug 7, 2025

Choose a reason for hiding this comment

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

This is a major version upgrade from inquirer 8.x to 10.x which likely introduces breaking changes. The PR description mentions this is a breaking change but doesn't detail what compatibility issues might arise. Consider reviewing the inquirer changelog and testing thoroughly to ensure existing CLI functionality still works as expected.

Copilot uses AI. Check for mistakes.
"ora": "^6.0.1"
}
}
Loading