@commitlint/read
Advanced tools
Comparing version 11.0.0 to 12.0.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18) | ||
**Note:** Version bump only for package @commitlint/read | ||
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@commitlint/read", | ||
"version": "11.0.0", | ||
"version": "12.0.0", | ||
"description": "Read commit messages from a specified range or last edit", | ||
@@ -15,3 +15,3 @@ "main": "lib/read.js", | ||
"engines": { | ||
"node": ">=v10.22.0" | ||
"node": ">=v10" | ||
}, | ||
@@ -38,13 +38,15 @@ "repository": { | ||
"devDependencies": { | ||
"@commitlint/test": "^11.0.0", | ||
"@commitlint/utils": "^11.0.0", | ||
"@commitlint/test": "^12.0.0", | ||
"@commitlint/utils": "^12.0.0", | ||
"@types/fs-extra": "^9.0.1", | ||
"@types/git-raw-commits": "^2.0.0" | ||
"@types/git-raw-commits": "^2.0.0", | ||
"execa": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"@commitlint/top-level": "^11.0.0", | ||
"@commitlint/top-level": "^12.0.0", | ||
"@commitlint/types": "^12.0.0", | ||
"fs-extra": "^9.0.0", | ||
"git-raw-commits": "^2.0.0" | ||
}, | ||
"gitHead": "922317463f7c90c0fb319e075de533dd63343863" | ||
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" | ||
} |
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
16839
4
5
+ Added@commitlint/types@^12.0.0
+ Added@commitlint/top-level@12.1.4(transitive)
+ Added@commitlint/types@12.1.4(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removed@commitlint/top-level@11.0.0(transitive)