Update commander β 11.1.0 (unknown) #48
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.
Welcome to Depfu π
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
β³οΈ commander (^10.0.0 β ^11.1.0) Β· Repo Β· Changelog
Release Notes
11.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
Update CHANGELOG for 11.1.0 (#2025)
Merge branch 'fix/grammar' of github.com:aweebit/commander.js into aweebit-fix/grammar
Refactor headings (#2028)
Comment out new misuse check until a major version (#2026)
Refactor type-checking setup (#1969)
Add more Option and Argument properties to typings (#2019)
Replace {any} with {*} as native JSDoc (#2015)
Revert factory function reexport (#2014)
Explicitly export factory functions (#2013)
Bump actions/checkout from 3 to 4 (#2012)
Add public Arguments property (#2010)
Work-around bug in Jest (#2011)
Rework option inline doc (#2009)
Move Jest configuration to config file (#2005)
Make OptionValueSource a string with well-known values for auto-complete. (#1983)
Types for version getter (#1982)
Refactor to wrap invalid argument (#1977)
Improve chain variable name (#1958)
Use _getCommandAndAncestors() less aggressively
Use _getCommandAndAncestors() consistently
Introduce _getCommandAndAncestors()
Call storeOptionsAsProperties() with appropriate parameter value in test
Add test for storeOptionsAsProperties() after setting option value
Throw error on options-as-properties config after setting option values
Fix help for commands with executable handler & only a short help flag
Revert "Fix version() parameter type"
Do not use undefined long help option flag in legacy code
Change initial variable values in test for better error messages
Fix version() parameter type
Fix executableDir() return type
Improve docs about inherited settings
Add note on inherited settings to docs
Watch for npm package updates with dependabot
Fix indentation
Fix grammar in docs
Bump extra Commander version number in lock file (#1905)
Add example of displaying custom usage in subcommand list (#1896)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands