@renovatebot/pep440
Advanced tools
Comparing version 3.0.17 to 3.0.18
{ | ||
"name": "@renovatebot/pep440", | ||
"version": "3.0.17", | ||
"version": "3.0.18", | ||
"description": "PEP440 implementation in JavaScript", | ||
@@ -30,7 +30,7 @@ "keywords": [ | ||
"lint-fix": "run-s eslint-fix markdown-lint-fix prettier-fix", | ||
"markdown-lint": "markdownlint-cli2", | ||
"markdown-lint-fix": "markdownlint-cli2-fix", | ||
"prepare": "husky install", | ||
"prettier": "prettier --ignore-unknown --check \"**/*.*\"", | ||
"prettier-fix": "prettier --ignore-unknown --write \"**/*.*\"", | ||
"markdown-lint": "markdownlint-cli2 '**/*.md'", | ||
"markdown-lint-fix": "markdownlint-cli2 --fix '**/*.md'", | ||
"prepare": "husky", | ||
"prettier": "prettier --ignore-unknown --check '**/*.*'", | ||
"prettier-fix": "prettier --ignore-unknown --write '**/*.*'", | ||
"test": "run-s prettier eslint markdown-lint jest" | ||
@@ -40,18 +40,18 @@ }, | ||
"conventional-changelog-conventionalcommits": "7.0.2", | ||
"eslint": "8.55.0", | ||
"eslint": "8.56.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-formatter-gha": "1.4.3", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-jest": "27.6.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jest": "27.6.3", | ||
"eslint-plugin-promise": "6.1.1", | ||
"husky": "8.0.3", | ||
"husky": "9.0.10", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.2.0", | ||
"markdownlint-cli2": "0.11.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "3.1.1", | ||
"prettier-plugin-packagejson": "2.4.7", | ||
"semantic-release": "22.0.12" | ||
"lint-staged": "15.2.1", | ||
"markdownlint-cli2": "0.12.1", | ||
"npm-run-all2": "6.1.2", | ||
"prettier": "3.2.5", | ||
"prettier-plugin-packagejson": "2.4.10", | ||
"semantic-release": "23.0.0" | ||
}, | ||
"packageManager": "pnpm@8.12.0", | ||
"packageManager": "pnpm@8.15.1", | ||
"engines": { | ||
@@ -58,0 +58,0 @@ "node": "^18.12.0 || >= 20.0.0", |
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
34951