Comparing version 0.2.1 to 0.2.2
@@ -16,3 +16,3 @@ "use strict"; | ||
} = await (0, _execa.default)('git', ['log', '--pretty=format:%s'], { | ||
stderr: null | ||
stderr: 'ignore' | ||
}); | ||
@@ -19,0 +19,0 @@ return stdout.split('\n'); |
@@ -84,3 +84,3 @@ "use strict"; | ||
stdout: process.stdout, | ||
stderr: null | ||
stderr: 'ignore' | ||
}); | ||
@@ -87,0 +87,0 @@ }; |
@@ -14,4 +14,4 @@ "use strict"; | ||
await (0, _execa.default)('git', ['push', '--follow-tags'], { | ||
stdout: null, | ||
stderr: null | ||
stdout: 'ignore', | ||
stderr: 'ignore' | ||
}); | ||
@@ -18,0 +18,0 @@ }; |
@@ -20,4 +20,4 @@ "use strict"; | ||
await (0, _execa.default)('git', ['commit', '-m', `${prefixes.required.dependencies.value} upgrade dependencies`, ...packageJsonPaths], { | ||
stdout: null, | ||
stderr: null | ||
stdout: 'ignore', | ||
stderr: 'ignore' | ||
}); | ||
@@ -24,0 +24,0 @@ } |
@@ -24,8 +24,8 @@ "use strict"; | ||
await (0, _execa.default)('git', ['add', ...packageJsonPaths, ...packageChangelogPaths], { | ||
stdout: null, | ||
stderr: null | ||
stdout: 'ignore', | ||
stderr: 'ignore' | ||
}); | ||
await (0, _execa.default)('git', ['commit', '-m', `${prefixes.required.publish.value} ${names}: release`], { | ||
stdout: null, | ||
stderr: null | ||
stdout: 'ignore', | ||
stderr: 'ignore' | ||
}); | ||
@@ -32,0 +32,0 @@ } |
@@ -22,4 +22,4 @@ "use strict"; | ||
await (0, _execa.default)('git', ['tag', '-m', `${name}@${bump.version}`, `${name}@${bump.version}`], { | ||
stdout: null, | ||
stderr: null | ||
stdout: 'ignore', | ||
stderr: 'ignore' | ||
}); | ||
@@ -26,0 +26,0 @@ } |
{ | ||
"name": "@auto/git", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "", | ||
@@ -14,5 +14,5 @@ "keywords": [], | ||
"@auto/utils": "^0.2.0", | ||
"execa": "^1.0.0", | ||
"execa": "^3.0.0", | ||
"prompts": "^2.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16155
0
+ Addedcross-spawn@7.0.6(transitive)
+ Addedexeca@3.4.0(transitive)
+ Addedget-stream@5.2.0(transitive)
+ Addedhuman-signals@1.1.1(transitive)
+ Addedis-stream@2.0.1(transitive)
+ Addedmerge-stream@2.0.0(transitive)
+ Addedmimic-fn@2.1.0(transitive)
+ Addednpm-run-path@4.0.1(transitive)
+ Addedonetime@5.1.2(transitive)
+ Addedp-finally@2.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedstrip-final-newline@2.0.0(transitive)
+ Addedwhich@2.0.2(transitive)
- Removedcross-spawn@6.0.6(transitive)
- Removedexeca@1.0.0(transitive)
- Removedget-stream@4.1.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removednice-try@1.0.5(transitive)
- Removednpm-run-path@2.0.2(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedstrip-eof@1.0.0(transitive)
- Removedwhich@1.3.1(transitive)
Updatedexeca@^3.0.0