@commitlint/rules
Advanced tools
+9
-8
| { | ||
| "name": "@commitlint/rules", | ||
| "type": "module", | ||
| "version": "20.3.1", | ||
| "version": "20.4.0", | ||
| "description": "Lint your commit messages", | ||
@@ -39,15 +39,16 @@ "main": "lib/index.js", | ||
| "devDependencies": { | ||
| "@commitlint/parse": "^20.3.1", | ||
| "@commitlint/test": "^20.0.0", | ||
| "@commitlint/parse": "^20.4.0", | ||
| "@commitlint/test": "^20.4.0", | ||
| "@commitlint/utils": "^20.0.0", | ||
| "conventional-changelog-angular": "^7.0.0", | ||
| "conventional-changelog-angular": "^8.1.0", | ||
| "conventional-commits-parser": "^6.2.1", | ||
| "glob": "^11.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "@commitlint/ensure": "^20.3.1", | ||
| "@commitlint/message": "^20.0.0", | ||
| "@commitlint/ensure": "^20.4.0", | ||
| "@commitlint/message": "^20.4.0", | ||
| "@commitlint/to-lines": "^20.0.0", | ||
| "@commitlint/types": "^20.3.1" | ||
| "@commitlint/types": "^20.4.0" | ||
| }, | ||
| "gitHead": "be3a280aeadef5afa8ec83dbbe794ab2f72b9c3a" | ||
| "gitHead": "c68de5e24b010e38eac171f35ba18d31bb1fd3dd" | ||
| } |
78294
0.06%6
20%Updated
Updated
Updated