dependabot-config
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -36,5 +36,5 @@ "use strict"; | ||
} | ||
catch (err) { | ||
catch (err) { // eslint-disable-line @typescript-eslint/no-unused-vars | ||
return 'missing'; | ||
} | ||
}; |
{ | ||
"name": "dependabot-config", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Utilities for creating and managing Dependabot config files", | ||
@@ -47,23 +47,25 @@ "author": "Gray Brace", | ||
"pretest": "rimraf ./coverage && rimraf ./reports", | ||
"test": "jest --config jest.config.cjs --no-cache" | ||
"test": "jest --config jest.config.json --no-cache" | ||
}, | ||
"devDependencies": { | ||
"@eslint/eslintrc": "^3.1.0", | ||
"@eslint/js": "^9.9.1", | ||
"@types/jest": "^29.5.12", | ||
"@typescript-eslint/eslint-plugin": "^7.11.0", | ||
"@typescript-eslint/parser": "^7.11.0", | ||
"eslint": "^8.57.0", | ||
"@typescript-eslint/eslint-plugin": "^8.3.0", | ||
"@typescript-eslint/parser": "^8.3.0", | ||
"eslint": "^9.9.1", | ||
"jest": "^29.7.0", | ||
"jest-each": "^29.7.0", | ||
"jest-junit": "^16.0.0", | ||
"knip": "^5.17.3", | ||
"knip": "^5.29.1", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^5.0.7", | ||
"ts-jest": "^29.1.4", | ||
"typescript": "^5.4.5" | ||
"rimraf": "^6.0.1", | ||
"ts-jest": "^29.2.5", | ||
"typescript": "^5.5.4" | ||
}, | ||
"dependencies": { | ||
"minimatch": "^9.0.4", | ||
"yaml": "^2.4.3", | ||
"minimatch": "^10.0.1", | ||
"yaml": "^2.5.0", | ||
"yargs": "^17.7.2" | ||
} | ||
} |
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
12935
14
+ Addedminimatch@10.0.1(transitive)
- Removedminimatch@9.0.5(transitive)
Updatedminimatch@^10.0.1
Updatedyaml@^2.5.0