@commitlint/rules
Advanced tools
Comparing version 12.1.4 to 13.0.0
@@ -6,2 +6,22 @@ # Change Log | ||
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24) | ||
### Features | ||
* add subject-exclamation-mark rule to improve error messages ([#2593](https://github.com/conventional-changelog/commitlint/issues/2593)) ([be701bd](https://github.com/conventional-changelog/commitlint/commit/be701bdb1de4e667b7a872767244285c4fa4fda4)) | ||
* **rules:** add `trailer-exists` rule ([#2578](https://github.com/conventional-changelog/commitlint/issues/2578)) ([cd3816d](https://github.com/conventional-changelog/commitlint/commit/cd3816d553762eae99e088689395c55afce0c6cc)) | ||
* 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 +28,0 @@ |
@@ -30,2 +30,4 @@ declare const _default: { | ||
'subject-min-length': import("@commitlint/types").SyncRule<number>; | ||
'subject-exclamation-mark': import("@commitlint/types").SyncRule<never>; | ||
'trailer-exists': import("@commitlint/types").SyncRule<string>; | ||
'type-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>; | ||
@@ -32,0 +34,0 @@ 'type-empty': import("@commitlint/types").SyncRule<never>; |
@@ -31,2 +31,4 @@ "use strict"; | ||
const subject_min_length_1 = require("./subject-min-length"); | ||
const subject_exclamation_mark_1 = require("./subject-exclamation-mark"); | ||
const trailer_exists_1 = require("./trailer-exists"); | ||
const type_case_1 = require("./type-case"); | ||
@@ -66,2 +68,4 @@ const type_empty_1 = require("./type-empty"); | ||
'subject-min-length': subject_min_length_1.subjectMinLength, | ||
'subject-exclamation-mark': subject_exclamation_mark_1.subjectExclamationMark, | ||
'trailer-exists': trailer_exists_1.trailerExists, | ||
'type-case': type_case_1.typeCase, | ||
@@ -68,0 +72,0 @@ 'type-empty': type_empty_1.typeEmpty, |
{ | ||
"name": "@commitlint/rules", | ||
"version": "12.1.4", | ||
"version": "13.0.0", | ||
"description": "Lint your commit messages", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=v10" | ||
"node": ">=v12" | ||
}, | ||
@@ -38,5 +38,5 @@ "repository": { | ||
"devDependencies": { | ||
"@commitlint/parse": "^12.1.4", | ||
"@commitlint/test": "^12.1.4", | ||
"@commitlint/utils": "^12.1.4", | ||
"@commitlint/parse": "^13.0.0", | ||
"@commitlint/test": "^13.0.0", | ||
"@commitlint/utils": "^13.0.0", | ||
"conventional-changelog-angular": "5.0.12", | ||
@@ -46,8 +46,9 @@ "globby": "^11.0.0" | ||
"dependencies": { | ||
"@commitlint/ensure": "^12.1.4", | ||
"@commitlint/message": "^12.1.4", | ||
"@commitlint/to-lines": "^12.1.4", | ||
"@commitlint/types": "^12.1.4" | ||
"@commitlint/ensure": "^13.0.0", | ||
"@commitlint/message": "^13.0.0", | ||
"@commitlint/to-lines": "^13.0.0", | ||
"@commitlint/types": "^13.0.0", | ||
"execa": "^5.0.0" | ||
}, | ||
"gitHead": "dd15ea6a27f29f232b183acafdb672e9b3586912" | ||
"gitHead": "ca0ddf736a495fe6868cb9b4c43ae65476a5a6bf" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
89999
147
1014
5
0
+ Addedexeca@^5.0.0
+ Added@commitlint/ensure@13.2.0(transitive)
+ Added@commitlint/message@13.2.0(transitive)
+ Added@commitlint/to-lines@13.2.0(transitive)
+ Added@commitlint/types@13.2.0(transitive)
+ Addedcross-spawn@7.0.5(transitive)
+ Addedexeca@5.1.1(transitive)
+ Addedget-stream@6.0.1(transitive)
+ Addedhuman-signals@2.1.0(transitive)
+ Addedis-stream@2.0.1(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedmerge-stream@2.0.0(transitive)
+ Addedmimic-fn@2.1.0(transitive)
+ Addednpm-run-path@4.0.1(transitive)
+ Addedonetime@5.1.2(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)
+ Addedstrip-final-newline@2.0.0(transitive)
+ Addedwhich@2.0.2(transitive)
- Removed@commitlint/ensure@12.1.4(transitive)
- Removed@commitlint/message@12.1.4(transitive)
- Removed@commitlint/to-lines@12.1.4(transitive)
- Removed@commitlint/types@12.1.4(transitive)
Updated@commitlint/ensure@^13.0.0
Updated@commitlint/message@^13.0.0
Updated@commitlint/to-lines@^13.0.0
Updated@commitlint/types@^13.0.0