Update eslint to v9

This commit is contained in:
Henry Mercer
2026-02-20 15:57:26 +00:00
parent 5e7a52feb2
commit c54531587d
16 changed files with 1550 additions and 1397 deletions
+6 -9
View File
@@ -46037,8 +46037,6 @@ var require_package = __commonJS({
devDependencies: {
"@ava/typescript": "6.0.0",
"@eslint/compat": "^2.0.2",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@octokit/types": "^16.0.0",
"@types/archiver": "^7.0.0",
@@ -46048,21 +46046,20 @@ var require_package = __commonJS({
"@types/node-forge": "^1.3.14",
"@types/semver": "^7.7.1",
"@types/sinon": "^21.0.0",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.48.0",
ava: "^6.4.1",
esbuild: "^0.27.2",
eslint: "^8.57.1",
eslint: "^9.39.2",
"eslint-import-resolver-typescript": "^3.8.7",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^5.1.8",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-github": "^6.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^62.5.0",
"eslint-plugin-no-async-foreach": "^0.1.1",
glob: "^11.1.0",
globals: "^16.5.0",
nock: "^14.0.10",
sinon: "^21.0.1",
typescript: "^5.9.3"
typescript: "^5.9.3",
"typescript-eslint": "^8.56.0"
},
overrides: {
"@actions/tool-cache": {