Skip to content

Commit

Permalink
fix: Revert "build(deps): update dependency commander to v7 (#8676)"
Browse files Browse the repository at this point in the history
This reverts commit 0837551.
  • Loading branch information
rarkins committed Feb 16, 2021
1 parent 64f93ec commit 68f89c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions lib/config/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export function getConfig(input: string[]): GlobalConfig {

let program = new Command()
.storeOptionsAsProperties(false)
.passCommandToAction(false)
.arguments('[repositories...]');

options.forEach((option) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"chalk": "4.1.0",
"changelog-filename-regex": "2.0.1",
"clean-git-ref": "2.0.1",
"commander": "7.0.0",
"commander": "6.2.1",
"conventional-commits-detector": "1.0.3",
"crypto-random-string": "3.3.0",
"deepmerge": "4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@actions/core": "1.2.6",
"@jest/reporters": "26.6.2",
"@jest/test-result": "26.6.2",
"commander": "7.0.0",
"commander": "6.2.1",
"eslint": "7.12.1",
"fs-extra": "9.1.0",
"got": "11.8.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3663,10 +3663,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
dependencies:
delayed-stream "~1.0.0"

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@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@^4.0.1:
version "4.1.1"
Expand Down

0 comments on commit 68f89c4

Please sign in to comment.