@commitlint/format
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/format", | ||
"version": "9.0.1", | ||
"version": "9.1.0", | ||
"description": "Format commitlint reports", | ||
@@ -37,8 +37,8 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/utils": "^9.0.1" | ||
"@commitlint/utils": "^9.1.0" | ||
}, | ||
"dependencies": { | ||
"chalk": "^3.0.0" | ||
"chalk": "^4.0.0" | ||
}, | ||
"gitHead": "7ff3f2902bcaa8b93b653a0af25c811d12ae0dc1" | ||
"gitHead": "c9f5c5cb3f995362c760308f114b6319c0e55ce3" | ||
} |
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
18264
+ Addedchalk@4.1.2(transitive)
- Removedchalk@3.0.0(transitive)
Updatedchalk@^4.0.0