Housekeeping & Make ESLint Happy

This commit is contained in:
SukkaW
2024-11-24 15:10:50 +08:00
parent 461ec70eea
commit 279c528d6b
3 changed files with 214 additions and 215 deletions

View File

@@ -20,7 +20,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@ghostery/adblocker": "^2.0.4",
"@ghostery/adblocker": "^2.1.1",
"@henrygd/queue": "^1.0.7",
"async-retry": "^1.3.3",
"async-sema": "^3.1.1",
@@ -29,7 +29,7 @@
"cacheable-lookup": "^6.1.0",
"ci-info": "^4.1.0",
"cli-table3": "^0.6.5",
"csv-parse": "^5.5.6",
"csv-parse": "^5.6.0",
"devalue": "^5.1.1",
"dns2": "^2.1.0",
"fast-cidr-tools": "^0.3.1",
@@ -43,8 +43,8 @@
"punycode": "^2.3.1",
"tar-fs": "^3.0.6",
"tinyexec": "^0.3.1",
"tldts": "^6.1.61",
"tldts-experimental": "^6.1.61",
"tldts": "^6.1.64",
"tldts-experimental": "^6.1.64",
"undici": "^6.21.0",
"whoiser": "^1.18.0",
"why-is-node-running": "^3.2.1",
@@ -52,29 +52,29 @@
"yaml": "^2.6.1"
},
"devDependencies": {
"@eslint-sukka/node": "^6.11.0",
"@eslint-sukka/node": "^6.12.0",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@types/async-retry": "^1.4.9",
"@types/better-sqlite3": "^7.6.12",
"@types/cacache": "^17.0.2",
"@types/dns2": "^2.0.9",
"@types/make-fetch-happen": "^10.0.4",
"@types/mocha": "^10.0.9",
"@types/node": "^22.9.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.9.3",
"@types/node-fetch": "^2.6.12",
"@types/punycode": "^2.1.4",
"@types/tar-fs": "^2.0.4",
"@types/tar-stream": "^3.1.3",
"eslint": "^9.15.0",
"eslint-config-sukka": "^6.11.0",
"eslint-formatter-sukka": "^6.11.0",
"eslint-config-sukka": "^6.12.0",
"eslint-formatter-sukka": "^6.12.0",
"expect": "^29.7.0",
"mitata": "^1.0.11",
"mitata": "^1.0.15",
"mocha": "^10.8.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"pnpm": {
"patchedDependencies": {
"undici": "patches/undici.patch"