git-conventional-commits
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -29,3 +29,3 @@ const fs = require("fs"); | ||
const changelogOverride = configOverride.changelog; | ||
changelogConfig.changelogConfigcommitTypes = changelogOverride.commitTypes || changelogConfig.changelogConfigcommitTypes; | ||
changelogConfig.commitTypes = changelogOverride.commitTypes || changelogConfig.commitTypes; | ||
changelogConfig.commitScopes = changelogOverride.commitScopes || changelogConfig.commitScopes; | ||
@@ -32,0 +32,0 @@ changelogConfig.commitIgnoreRegexPattern = changelogOverride.commitIgnoreRegexPattern || changelogConfig.commitIgnoreRegexPattern; |
{ | ||
"name": "git-conventional-commits", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "git conventional commits util", | ||
@@ -15,8 +15,8 @@ "licence": "MIT", | ||
"dependencies": { | ||
"yargs": "^14.0.0", | ||
"execa": "^2.0.3" | ||
"execa": "^4.0.3", | ||
"yargs": "^15.4.1" | ||
}, | ||
"devDependencies": { | ||
"jest": "^24.8.0", | ||
"tmp-promise": "^2.0.2" | ||
"jest": "^26.1.0", | ||
"tmp-promise": "^3.0.2" | ||
}, | ||
@@ -23,0 +23,0 @@ "bin": { |
28934
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedcliui@6.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedexeca@4.1.0(transitive)
+ Addedfind-up@4.1.0(transitive)
+ Addedhuman-signals@1.1.1(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addednpm-run-path@4.0.1(transitive)
+ Addedp-locate@4.1.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedwrap-ansi@6.2.0(transitive)
+ Addedyargs@15.4.1(transitive)
+ Addedyargs-parser@18.1.3(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedcliui@5.0.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedemoji-regex@7.0.3(transitive)
- Removedexeca@2.1.0(transitive)
- Removedfind-up@3.0.0(transitive)
- Removedis-fullwidth-code-point@2.0.0(transitive)
- Removedlocate-path@3.0.0(transitive)
- Removednpm-run-path@3.1.0(transitive)
- Removedp-finally@2.0.1(transitive)
- Removedp-locate@3.0.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedstring-width@3.1.0(transitive)
- Removedstrip-ansi@5.2.0(transitive)
- Removedwrap-ansi@5.1.0(transitive)
- Removedyargs@14.2.3(transitive)
- Removedyargs-parser@15.0.3(transitive)
Updatedexeca@^4.0.3
Updatedyargs@^15.4.1