@commitlint/lint
Advanced tools
Comparing version 17.1.0 to 17.2.0
{ | ||
"name": "@commitlint/lint", | ||
"version": "17.1.0", | ||
"version": "17.2.0", | ||
"description": "Lint a string against commitlint rules", | ||
@@ -38,12 +38,12 @@ "main": "lib/lint.js", | ||
"devDependencies": { | ||
"@commitlint/test": "^17.0.0", | ||
"@commitlint/test": "^17.2.0", | ||
"@commitlint/utils": "^17.0.0" | ||
}, | ||
"dependencies": { | ||
"@commitlint/is-ignored": "^17.1.0", | ||
"@commitlint/parse": "^17.0.0", | ||
"@commitlint/rules": "^17.0.0", | ||
"@commitlint/is-ignored": "^17.2.0", | ||
"@commitlint/parse": "^17.2.0", | ||
"@commitlint/rules": "^17.2.0", | ||
"@commitlint/types": "^17.0.0" | ||
}, | ||
"gitHead": "a2c25b93e34d37a950609fa4606849a55a1826b4" | ||
"gitHead": "a2fab85ec0668b112f43073c766a2a8545a55497" | ||
} |
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@^17.2.0
Updated@commitlint/rules@^17.2.0