Housekeeping

This commit is contained in:
SukkaW 2025-05-21 09:52:17 +08:00
parent 20666ea2c9
commit f539552940
4 changed files with 185 additions and 752 deletions

View File

@ -1 +1 @@
22 23

View File

@ -20,7 +20,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@ghostery/adblocker": "^2.5.2", "@ghostery/adblocker": "^2.6.0",
"@henrygd/queue": "^1.0.7", "@henrygd/queue": "^1.0.7",
"@mitata/counters": "^0.0.8", "@mitata/counters": "^0.0.8",
"async-retry": "^1.3.3", "async-retry": "^1.3.3",
@ -39,7 +39,7 @@
"tar-fs": "^3.0.8", "tar-fs": "^3.0.8",
"tldts": "^6.1.86", "tldts": "^6.1.86",
"tldts-experimental": "^6.1.86", "tldts-experimental": "^6.1.86",
"undici": "^7.9.0", "undici": "^7.10.0",
"undici-cache-store-better-sqlite3": "^1.0.0", "undici-cache-store-better-sqlite3": "^1.0.0",
"whoiser": "^1.18.0", "whoiser": "^1.18.0",
"why-is-node-running": "^3.2.2", "why-is-node-running": "^3.2.2",
@ -57,16 +57,16 @@
"@types/dns2": "^2.0.9", "@types/dns2": "^2.0.9",
"@types/fast-fifo": "^1.3.0", "@types/fast-fifo": "^1.3.0",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^22.15.18", "@types/node": "^22.15.20",
"@types/punycode": "^2.1.4", "@types/punycode": "^2.1.4",
"@types/tar-fs": "^2.0.4", "@types/tar-fs": "^2.0.4",
"@types/yauzl-promise": "^4.0.1", "@types/yauzl-promise": "^4.0.1",
"eslint": "^9.26.0", "eslint": "^9.27.0",
"eslint-config-sukka": "^6.20.0", "eslint-config-sukka": "^6.20.0",
"eslint-formatter-sukka": "^6.20.0", "eslint-formatter-sukka": "^6.20.0",
"expect": "^29.7.0", "expect": "^29.7.0",
"mitata": "^1.0.34", "mitata": "^1.0.34",
"mocha": "^11.3.0", "mocha": "^11.4.0",
"tinyexec": "^1.0.1", "tinyexec": "^1.0.1",
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },

923
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "esnext", "target": "esnext",
"lib": ["ESNext"], "lib": ["ESNext", "ESNext.Iterator"],
"moduleDetection": "force", "moduleDetection": "force",
"module": "esnext", "module": "esnext",
"moduleResolution": "bundler", "moduleResolution": "bundler",