@commitlint/prompt
Advanced tools
Comparing version 9.0.1 to 9.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [9.1.0](https://github.com/conventional-changelog/commitlint/compare/v9.0.1...v9.1.0) (2020-06-21) | ||
### Bug Fixes | ||
* update dependency chalk to v4 ([#1275](https://github.com/conventional-changelog/commitlint/issues/1275)) ([a5d8fa1](https://github.com/conventional-changelog/commitlint/commit/a5d8fa118e8221361f14f5fd2b21d7aaad008a27)) | ||
## [9.0.1](https://github.com/conventional-changelog/commitlint/compare/v9.0.0...v9.0.1) (2020-05-26) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@commitlint/prompt", | ||
"version": "9.0.1", | ||
"version": "9.1.0", | ||
"description": "commitizen prompt using commitlint.config.js", | ||
@@ -53,11 +53,11 @@ "main": "./lib/index.js", | ||
"@babel/core": "^7.7.7", | ||
"@commitlint/utils": "^9.0.1", | ||
"@commitlint/utils": "^9.1.0", | ||
"babel-preset-commitlint": "^9.0.1", | ||
"commitizen": "3.1.2", | ||
"cross-env": "7.0.0" | ||
"commitizen": "4.1.2", | ||
"cross-env": "7.0.2" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.9.6", | ||
"@commitlint/load": "^9.0.1", | ||
"chalk": "^3.0.0", | ||
"@commitlint/load": "^9.1.0", | ||
"chalk": "^4.0.0", | ||
"lodash": "^4.17.15", | ||
@@ -67,3 +67,3 @@ "throat": "^5.0.0", | ||
}, | ||
"gitHead": "7ff3f2902bcaa8b93b653a0af25c811d12ae0dc1" | ||
"gitHead": "c9f5c5cb3f995362c760308f114b6319c0e55ce3" | ||
} |
@@ -12,3 +12,3 @@ > commitizen adapter using commitlint.config.js | ||
```bash | ||
npm install --save-dev @commitlint/prompt @commitlint/config-angular commitizen | ||
npm install --save-dev @commitlint/prompt @commitlint/config-conventional commitizen | ||
echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commitlint.config.js | ||
@@ -15,0 +15,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
72209
+ Addedchalk@4.1.2(transitive)
- Removedchalk@3.0.0(transitive)
Updated@commitlint/load@^9.1.0
Updatedchalk@^4.0.0