1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-21 23:52:12 +01:00

Upgrade to eslint v9

This commit is contained in:
Jozef Izso 2026-03-02 16:54:09 +01:00
parent 66787f5fcb
commit a02df32035
Failed to extract signature
2 changed files with 760 additions and 623 deletions

1367
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -52,16 +52,16 @@
"@types/node": "^20.19.23", "@types/node": "^20.19.23",
"@types/picomatch": "^4.0.2", "@types/picomatch": "^4.0.2",
"@types/xml2js": "^0.4.14", "@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^7.18.0", "@typescript-eslint/parser": "^8.56.1",
"@vercel/ncc": "^0.38.4", "@vercel/ncc": "^0.38.4",
"eol-converter-cli": "^1.1.0", "eol-converter-cli": "^1.1.0",
"eslint": "^8.57.1", "eslint": "^9.39.3",
"eslint-import-resolver-typescript": "^3.10.1", "eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-github": "^4.10.2", "eslint-plugin-github": "^6.0.0",
"eslint-plugin-import": "^2.32.0", "eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.14.0", "eslint-plugin-jest": "^29.15.0",
"eslint-plugin-prettier": "^5.5.4", "eslint-plugin-prettier": "^5.5.5",
"jest": "^30.2.0", "jest": "^30.2.0",
"jest-junit": "^16.0.0", "jest-junit": "^16.0.0",
"js-yaml": "^4.1.1", "js-yaml": "^4.1.1",