-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update dependency commander to v13 #334
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
e3b8b2b
to
6aa861e
Compare
6aa861e
to
5f1dca5
Compare
5f1dca5
to
ca13f06
Compare
ca13f06
to
37d8553
Compare
37d8553
to
0cc60bc
Compare
0cc60bc
to
fae0006
Compare
fae0006
to
530b389
Compare
530b389
to
a6c0957
Compare
a6c0957
to
e68c951
Compare
e68c951
to
3a06138
Compare
3a06138
to
9015e39
Compare
9015e39
to
e04a7bf
Compare
e04a7bf
to
ed61672
Compare
ed61672
to
bfc00b2
Compare
7593370
to
e6b7b15
Compare
e6b7b15
to
c111111
Compare
c111111
to
20c6887
Compare
20c6887
to
b2de309
Compare
b2de309
to
e2e9965
Compare
e2e9965
to
204a845
Compare
Deployment failed with the following error:
|
204a845
to
62c5515
Compare
62c5515
to
e0a857a
Compare
e0a857a
to
ef10b22
Compare
Deployment failed with the following error:
|
ef10b22
to
923c403
Compare
923c403
to
0e2c5b6
Compare
0e2c5b6
to
6a87bbd
Compare
6a87bbd
to
4e5bf68
Compare
4e5bf68
to
669796b
Compare
This PR contains the following updates:
^12.1.0
->^13.0.0
Release Notes
tj/commander.js (commander)
v13.1.0
Compare Source
Added
.option('--ws, --workspace')
([#2312])v13.0.0
Compare Source
Added
.parse()
with default settings ([#2299]).saveStateBeforeParse()
and.restoreStateBeforeParse()
for use by subclasses ([#2299])styleTitle()
to add color to help using.configureHelp()
or Help subclass ([#2251]).configureOutput()
forgetOutHasColors()
,getErrHasColors()
, andstripColor()
([#2251])minWidthToWrap
([#2251])displayWidth()
,boxWrap()
,preformatted()
et al ([#2251])Changed
-
([#2270]).parse()
ifstoreOptionsAsProperties: true
([#2299])this
in parameters for action handler callback ([#2197])Deleted
Help.wrap()
refactored intoformatItem()
andboxWrap()
([#2251])Migration Tips
Excess command-arguments
It is now an error for the user to specify more command-arguments than are expected. (
allowExcessArguments
is now false by default.)Old code:
Now shows an error:
You can declare the expected arguments. The help will then be more accurate too. Note that declaring
new arguments will change what is passed to the action handler.
Or you could suppress the error, useful for minimising changes in legacy code.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.