@commitlint/lint
Advanced tools
Comparing version 19.4.1 to 19.5.0
{ | ||
"name": "@commitlint/lint", | ||
"type": "module", | ||
"version": "19.4.1", | ||
"version": "19.5.0", | ||
"description": "Lint a string against commitlint rules", | ||
@@ -39,12 +39,12 @@ "main": "lib/lint.js", | ||
"devDependencies": { | ||
"@commitlint/test": "^19.0.0", | ||
"@commitlint/utils": "^19.0.0" | ||
"@commitlint/test": "^19.5.0", | ||
"@commitlint/utils": "^19.5.0" | ||
}, | ||
"dependencies": { | ||
"@commitlint/is-ignored": "^19.2.2", | ||
"@commitlint/parse": "^19.0.3", | ||
"@commitlint/rules": "^19.4.1", | ||
"@commitlint/types": "^19.0.3" | ||
"@commitlint/is-ignored": "^19.5.0", | ||
"@commitlint/parse": "^19.5.0", | ||
"@commitlint/rules": "^19.5.0", | ||
"@commitlint/types": "^19.5.0" | ||
}, | ||
"gitHead": "249e6a2767a757094776bda5f8d8f596b20e83c8" | ||
"gitHead": "7e79af18b7500cda0e38f35944ee08b0b312c006" | ||
} |
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.5.0
Updated@commitlint/rules@^19.5.0
Updated@commitlint/types@^19.5.0