try
try copied to clipboard
fix(deps): update dependency commander to v8.3.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
commander | 8.0.0 -> 8.3.0 |
Release Notes
tj/commander.js
v8.3.0
Added
-
.getOptionValueSource()
and.setOptionValueWithSource()
, where expected values for source are one of 'default', 'env', 'config', 'cli' ([#1613])
Deprecated
-
.command('*')
, use default command instead ([#1612]) -
on('command:*')
, use.showSuggestionAfterError()
instead ([#1612])
v8.2.0
Added
-
.showSuggestionAfterError()
to show suggestions after unknown command or unknown option ([#1590]) - add
Option
support for values from environment variables using.env()
([#1587])
Changed
- show error for unknown global option before subcommand (rather than just help) ([#1590])
Removed
- TypeScript declaration of unimplemented
Option
methodargumentRejected
v8.1.0
Added
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.