-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump commander from 6.2.0 to 7.0.0 #1791
Conversation
dd72d50
to
431d84e
Compare
We should prolly have proper error message instead of straight up failing. That will make a bit more sense ig. |
Oh, like reported as a status text on the check line? Or how? Interesting! |
Or do you mean on the commandline? |
Yes. For instance, if i dont provide any steps to savesequence it fails, but instead it should report please add steps in args. |
aa96050
to
41039b3
Compare
this is a major version bump so not too unexpected though...
I also see:
i wonder if checking the release notes for breaking changes will help us resolve this. |
https://github.com/tj/commander.js/releases/tag/v7.0.0 Quite a few breaking changes. Will need to do some migration stuff. |
so cli is broken right now, do you want me to |
Right now in this PR or in main? Hmm, whichever you prefer would be great!
Thanks!!
…On Thu, Jan 21, 2021, 2:21 PM Barun Acharya ***@***.***> wrote:
so cli is broken right now, do you want me to .storeOptionsAsProperties()
add this or migrate them properly?
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#1791 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAF6J2534O76VV5FMSSM7LS3B5C7ANCNFSM4WKE3OUQ>
.
|
Nah, not in this PR. Will merge this PR after breaking it I guess. Would you mind looking at #1785, will ease up writing tests in future cause it will be kinda centralised. |
d8464ae
to
9249c19
Compare
c5bf956
to
2f23bc6
Compare
Bumps [commander](https://github.com/tj/commander.js) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v6.2.0...v7.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
2f23bc6
to
8e0d91f
Compare
Just noticed, why do we have |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
So everything passes. |
Dependabot tried to merge this PR, but received the following error from GitHub:
|
Fantastic!!!! |
Bumps commander from 6.2.0 to 7.0.0.
Release notes
Sourced from commander's releases.
... (truncated)
Changelog
Sourced from commander's changelog.
... (truncated)
Commits
034ad9f
Feature/prepare for 7 (#1436)182ee06
Small addition to docs for new parameterfcc8988
ability to specifyminColumnWidth
forHelp.wrap
(#1430)d934573
Update dependencies (#1432)891e23d
Test coverage (#1433)ff301fa
Feature/update chinese readme (#1431)e2670f4
Make new excess arguments error opt-in (#1429)8ac84ec
Positional options (#1427)1383870
Combine prerelease 7 versions together (#1418)d8faba2
Increase test coverage, including incrementNodeInspectorPort (#1428)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: