mirror of
https://github.com/dorny/paths-filter.git
synced 2026-06-29 04:30:43 +00:00
Upgrade eslint toolchain to fix minimatch vulnerabilities
Upgrade @typescript-eslint/* (6.x→8.x), eslint-plugin-github (4.x→5.x), and eslint-plugin-jest (27.x→28.x) to resolve minimatch 9.0.0–9.0.6 ReDoS vulnerabilities. Remove deprecated eslint rules that were moved to @stylistic in @typescript-eslint v8 (func-call-spacing, semi, type-annotation-spacing, camelcase) and rename no-empty-interface to no-empty-object-type. Resolves all remaining npm audit vulnerabilities.
This commit is contained in:
parent
ed72718963
commit
bf00a58d83
4 changed files with 2740 additions and 2012 deletions
|
|
@ -39,12 +39,12 @@
|
|||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/node": "^25.3.5",
|
||||
"@types/picomatch": "^2.3.3",
|
||||
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
||||
"@typescript-eslint/parser": "^6.19.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
||||
"@typescript-eslint/parser": "^8.57.0",
|
||||
"@vercel/ncc": "^0.38.4",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-github": "^4.10.1",
|
||||
"eslint-plugin-jest": "^27.6.3",
|
||||
"eslint-plugin-github": "^5.1.8",
|
||||
"eslint-plugin-jest": "^28.11.0",
|
||||
"jest": "^30.2.0",
|
||||
"jest-circus": "^30.2.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue