@commitlint/lint
Advanced tools
Comparing version 19.0.0 to 19.0.3
{ | ||
"name": "@commitlint/lint", | ||
"type": "module", | ||
"version": "19.0.0", | ||
"version": "19.0.3", | ||
"description": "Lint a string against commitlint rules", | ||
@@ -43,8 +43,8 @@ "main": "lib/lint.js", | ||
"dependencies": { | ||
"@commitlint/is-ignored": "^19.0.0", | ||
"@commitlint/parse": "^19.0.0", | ||
"@commitlint/rules": "^19.0.0", | ||
"@commitlint/types": "^19.0.0" | ||
"@commitlint/is-ignored": "^19.0.3", | ||
"@commitlint/parse": "^19.0.3", | ||
"@commitlint/rules": "^19.0.3", | ||
"@commitlint/types": "^19.0.3" | ||
}, | ||
"gitHead": "f1ff12159d627ee63bf8982ab02e6cca8f10b09f" | ||
"gitHead": "9b4ac34069e06cd327760ce37adbde8d537d8e3e" | ||
} |
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
Updated@commitlint/parse@^19.0.3
Updated@commitlint/rules@^19.0.3
Updated@commitlint/types@^19.0.3