Skip to content
Merged
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 @@ -52,7 +52,7 @@
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"clang-format": "^1.8.0",
"commander": "^13.1.0",
"commander": "^14.0.0",
Copy link

Copilot AI Jul 16, 2025

Choose a reason for hiding this comment

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

Major version update from ^13.1.0 to ^14.0.0 may introduce breaking changes. Verify that all usage of Commander.js APIs in the codebase is compatible with v14, and ensure appropriate testing has been performed to validate the upgrade.

Copilot uses AI. Check for mistakes.
"coveralls": "^3.1.1",
"deep-equal": "^2.2.3",
"eslint": "^9.16.0",
Expand Down
Loading