@commitlint/lint
Advanced tools
+1
-1
@@ -1,2 +0,2 @@ | ||
| import util from 'util'; | ||
| import util from 'node:util'; | ||
| import isIgnored from '@commitlint/is-ignored'; | ||
@@ -3,0 +3,0 @@ import parse from '@commitlint/parse'; |
+8
-8
| { | ||
| "name": "@commitlint/lint", | ||
| "type": "module", | ||
| "version": "19.7.1", | ||
| "version": "19.8.0", | ||
| "description": "Lint a string against commitlint rules", | ||
@@ -39,12 +39,12 @@ "main": "lib/lint.js", | ||
| "devDependencies": { | ||
| "@commitlint/test": "^19.5.0", | ||
| "@commitlint/utils": "^19.5.0" | ||
| "@commitlint/test": "^19.8.0", | ||
| "@commitlint/utils": "^19.8.0" | ||
| }, | ||
| "dependencies": { | ||
| "@commitlint/is-ignored": "^19.7.1", | ||
| "@commitlint/parse": "^19.5.0", | ||
| "@commitlint/rules": "^19.6.0", | ||
| "@commitlint/types": "^19.5.0" | ||
| "@commitlint/is-ignored": "^19.8.0", | ||
| "@commitlint/parse": "^19.8.0", | ||
| "@commitlint/rules": "^19.8.0", | ||
| "@commitlint/types": "^19.8.0" | ||
| }, | ||
| "gitHead": "b0e851c73ccd6c71f4f0f16af370e566c773f43c" | ||
| "gitHead": "e82f05a737626bb69979d14564f5ff601997f679" | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14045
0.07%Updated
Updated
Updated