build(deps): update dependency commander to v7 (#8676)

This commit is contained in:
renovate[bot] 2021-02-15 08:56:50 +01:00 committed by GitHub
parent 13fc99937e
commit 083755161b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 7 deletions

View file

@ -73,7 +73,6 @@ export function getConfig(input: string[]): GlobalConfig {
let program = new Command()
.storeOptionsAsProperties(false)
.passCommandToAction(false)
.arguments('[repositories...]');
options.forEach((option) => {

View file

@ -127,7 +127,7 @@
"chalk": "4.1.0",
"changelog-filename-regex": "2.0.1",
"clean-git-ref": "2.0.1",
"commander": "6.2.1",
"commander": "7.0.0",
"conventional-commits-detector": "1.0.3",
"crypto-random-string": "3.3.0",
"deepmerge": "4.2.2",

View file

@ -5,7 +5,7 @@
"@actions/core": "1.2.6",
"@jest/reporters": "26.6.2",
"@jest/test-result": "26.6.2",
"commander": "6.2.1",
"commander": "7.0.0",
"eslint": "7.12.1",
"fs-extra": "9.1.0",
"got": "11.8.1",

View file

@ -3663,10 +3663,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
dependencies:
delayed-stream "~1.0.0"
commander@6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
commander@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-7.0.0.tgz#3e2bbfd8bb6724760980988fb5b22b7ee6b71ab2"
integrity sha512-ovx/7NkTrnPuIV8sqk/GjUIIM1+iUQeqA3ye2VNpq9sVoiZsooObWlQy+OPWGI17GDaEoybuAGJm6U8yC077BA==
commander@^4.0.1:
version "4.1.1"