Skip to content

Commit

Permalink
chore: update dependency execa to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed Jan 12, 2018
1 parent 0de6afb commit 8ff5be2
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"concurrently": "3.5.1",
"cross-env": "5.1.1",
"dependency-check": "2.10.0",
"execa": "0.8.0",
"execa": "0.9.0",
"mkdirp": "0.5.1",
"resolve-bin": "0.4.0",
"rimraf": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"concurrently": "3.5.1",
"conventional-changelog-angular": "1.6.0",
"cross-env": "5.1.1",
"execa": "0.8.0",
"execa": "0.9.0",
"globby": "6.1.0",
"lodash.includes": "4.3.0",
"rimraf": "2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@commitlint/prompt": "^6.0.1",
"execa": "0.8.0",
"execa": "0.9.0",
"meow": "3.7.0"
}
}
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
"execa": "0.8.0",
"execa": "0.9.0",
"rimraf": "2.6.1",
"xo": "0.18.2"
},
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/travis-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"dependencies": {
"@commitlint/cli": "^6.0.1",
"babel-runtime": "6.26.0",
"execa": "0.8.0"
"execa": "0.9.0"
}
}
2 changes: 1 addition & 1 deletion @packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"license": "MIT",
"dependencies": {
"@marionebl/sander": "0.6.1",
"execa": "0.8.0",
"execa": "0.9.0",
"pkg-dir": "2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"license": "MIT",
"dependencies": {
"execa": "0.8.0"
"execa": "0.9.0"
},
"devDependencies": {
"xo": "0.18.2"
Expand Down
18 changes: 15 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2717,9 +2717,9 @@ event-emitter@~0.3.5:
d "1"
es5-ext "~0.10.14"

execa@0.8.0, execa@^0.8.0:
version "0.8.0"
resolved "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da"
execa@0.9.0:
version "0.9.0"
resolved "https://registry.npmjs.org/execa/-/execa-0.9.0.tgz#adb7ce62cf985071f60580deb4a88b9e34712d01"
dependencies:
cross-spawn "^5.0.1"
get-stream "^3.0.0"
Expand Down Expand Up @@ -2753,6 +2753,18 @@ execa@^0.7.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"

execa@^0.8.0:
version "0.8.0"
resolved "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da"
dependencies:
cross-spawn "^5.0.1"
get-stream "^3.0.0"
is-stream "^1.1.0"
npm-run-path "^2.0.0"
p-finally "^1.0.0"
signal-exit "^3.0.0"
strip-eof "^1.0.0"

exit-hook@^1.0.0:
version "1.1.1"
resolved "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8"
Expand Down

0 comments on commit 8ff5be2

Please sign in to comment.