@nerdwallet/shepherd
Advanced tools
Comparing version
@@ -0,1 +1,8 @@ | ||
## [1.14.1](https://github.com/NerdWalletOSS/shepherd/compare/v1.14.0...v1.14.1) (2021-03-08) | ||
### Bug Fixes | ||
* drop deprecated silent() from simple-git ([#445](https://github.com/NerdWalletOSS/shepherd/issues/445)) ([8ce510e](https://github.com/NerdWalletOSS/shepherd/commit/8ce510e0585d5e5aba666603fee101b4dbde7b72)) | ||
# [1.14.0](https://github.com/NerdWalletOSS/shepherd/compare/v1.13.1...v1.14.0) (2021-02-11) | ||
@@ -2,0 +9,0 @@ |
@@ -33,3 +33,2 @@ "use strict"; | ||
const git = promise_1.default(); | ||
git.silent(true); | ||
yield git.clone(repoPath, localPath, ['--depth', '1']); | ||
@@ -81,5 +80,3 @@ } | ||
git(repo) { | ||
const git = promise_1.default(this.getRepoDir(repo)); | ||
git.silent(true); | ||
return git; | ||
return promise_1.default(this.getRepoDir(repo)); | ||
} | ||
@@ -86,0 +83,0 @@ isShepherdCommitMessage(message) { |
{ | ||
"name": "@nerdwallet/shepherd", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"description": "A utility for applying code changes across many repositories", | ||
@@ -62,3 +62,3 @@ "keywords": [ | ||
"preferences": "^2.0.2", | ||
"simple-git": "^2.34.2" | ||
"simple-git": "^2.36.1" | ||
}, | ||
@@ -65,0 +65,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
217399
0.06%2521
-0.12%Updated