[Snyk] Upgrade commander from 14.0.0 to 14.0.1 #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade commander from 14.0.0 to 14.0.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 1 version ahead of your current version.
The recommended version was released 24 days ago.
Release notes
Package name: commander
-
14.0.1 - 2025-09-12
- broken markdown link in README (#2369)
- improve code readability by using optional chaining (#2394)
- use more idiomatic code with object spread instead of
- improve code readability using
- refactor
- change private variadic support routines from
- update (dev) dependencies
-
14.0.0 - 2025-05-18
- support for groups of options and commands in the help using low-level
- support for unescaped negative numbers as option-arguments and command-arguments (#2339)
- TypeScript: add
- remove bogus leading space in help when option has default value but not a description (#2348)
- Breaking: Commander 14 requires Node.js v20 or higher
- internal refactor of
from commander GitHub release notesFixed
Changed
Object.assign()(#2395)string.endsWith()instead ofstring.slice()(#2396).parseOptions()to process args array in-place (#2409)._concatValue()to._collectValue()(change code fromarray.concat()toarray.push()) (#2410)Added
.helpGroup()onOptionandCommand, and higher-level
.optionsGroup()and.commandsGroup()which can be used in chaining way to specify group title for following options/commands (#2328)
parseArgproperty toArgumentclass (#2359)Fixed
.configureOutput()now makes copy of settings instead of modifying in-place, fixing side-effects (#2350)Changed
Helpclass adding.formatItemList()and.groupItems()methods (#2328)Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: