@commitlint/read
Advanced tools
Comparing version 12.1.4 to 13.0.0
@@ -6,2 +6,16 @@ # Change Log | ||
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24) | ||
* chore!: remove node 10 support (#2596) ([4db4ba1](https://github.com/conventional-changelog/commitlint/commit/4db4ba1b0b312410a0f62100a93a80c246a6c410)), closes [#2596](https://github.com/conventional-changelog/commitlint/issues/2596) | ||
### BREAKING CHANGES | ||
* minimum node version is 12 | ||
## [12.1.3](https://github.com/conventional-changelog/commitlint/compare/v12.1.2...v12.1.3) (2021-05-12) | ||
@@ -8,0 +22,0 @@ |
{ | ||
"name": "@commitlint/read", | ||
"version": "12.1.4", | ||
"version": "13.0.0", | ||
"description": "Read commit messages from a specified range or last edit", | ||
@@ -15,3 +15,3 @@ "main": "lib/read.js", | ||
"engines": { | ||
"node": ">=v10" | ||
"node": ">=v12" | ||
}, | ||
@@ -38,4 +38,4 @@ "repository": { | ||
"devDependencies": { | ||
"@commitlint/test": "^12.1.4", | ||
"@commitlint/utils": "^12.1.4", | ||
"@commitlint/test": "^13.0.0", | ||
"@commitlint/utils": "^13.0.0", | ||
"@types/fs-extra": "^9.0.1", | ||
@@ -46,8 +46,8 @@ "@types/git-raw-commits": "^2.0.0", | ||
"dependencies": { | ||
"@commitlint/top-level": "^12.1.4", | ||
"@commitlint/types": "^12.1.4", | ||
"fs-extra": "^9.0.0", | ||
"@commitlint/top-level": "^13.0.0", | ||
"@commitlint/types": "^13.0.0", | ||
"fs-extra": "^10.0.0", | ||
"git-raw-commits": "^2.0.0" | ||
}, | ||
"gitHead": "dd15ea6a27f29f232b183acafdb672e9b3586912" | ||
"gitHead": "ca0ddf736a495fe6868cb9b4c43ae65476a5a6bf" | ||
} |
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
18273
+ Added@commitlint/top-level@13.2.0(transitive)
+ Added@commitlint/types@13.2.0(transitive)
+ Addedfs-extra@10.1.0(transitive)
- Removed@commitlint/top-level@12.1.4(transitive)
- Removed@commitlint/types@12.1.4(transitive)
- Removedat-least-node@1.0.0(transitive)
- Removedfs-extra@9.1.0(transitive)
Updated@commitlint/types@^13.0.0
Updatedfs-extra@^10.0.0