Chore: make ESLint and TypeScript happy

This commit is contained in:
SukkaW
2025-08-07 22:28:15 +08:00
parent ce924cfd2e
commit 807fc19a46
7 changed files with 188 additions and 189 deletions

View File

@@ -48,11 +48,11 @@
"why-is-node-running": "^3.2.2",
"worktank": "^3.0.2",
"xbits": "^0.2.0",
"yaml": "^2.8.0",
"yaml": "^2.8.1",
"yauzl-promise": "^4.0.0"
},
"devDependencies": {
"@eslint-sukka/node": "^6.22.1",
"@eslint-sukka/node": "^6.23.0",
"@swc-node/register": "^1.10.10",
"@swc/core": "^1.13.3",
"@types/async-retry": "^1.4.9",
@@ -61,18 +61,18 @@
"@types/dns2": "^2.0.9",
"@types/fast-fifo": "^1.3.0",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/node": "^24.2.0",
"@types/punycode": "^2.1.4",
"@types/tar-fs": "^2.0.4",
"@types/yauzl-promise": "^4.0.1",
"eslint": "^9.32.0",
"eslint-config-sukka": "^6.22.1",
"eslint-formatter-sukka": "^6.22.1",
"eslint-config-sukka": "^6.23.0",
"eslint-formatter-sukka": "^6.23.0",
"expect": "^30.0.5",
"mitata": "^1.0.34",
"mocha": "^11.7.1",
"tinyexec": "^1.0.1",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.14.0",
"pnpm": {