SukkaW 10 ヶ月 前
コミット
f539552940
4 ファイル変更106 行追加379 行削除
  1. 1 1
      .node-version
  2. 5 5
      package.json
  3. 99 372
      pnpm-lock.yaml
  4. 1 1
      tsconfig.json

+ 1 - 1
.node-version

@@ -1 +1 @@
-22
+23

+ 5 - 5
package.json

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

ファイルの差分が大きいため隠しています
+ 99 - 372
pnpm-lock.yaml


+ 1 - 1
tsconfig.json

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

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません