Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump deps

the3ash bf36f984 f179ad29

+54 -169
+2 -2
package.json
··· 42 42 "@eslint/js": "^9.39.2", 43 43 "@types/markdown-it": "^14.1.2", 44 44 "@types/sanitize-html": "^2.16.0", 45 - "@typescript-eslint/eslint-plugin": "^8.50.1", 45 + "@typescript-eslint/eslint-plugin": "^8.51.0", 46 46 "@typescript-eslint/parser": "^8.51.0", 47 47 "eslint": "^9.39.2", 48 48 "eslint-config-prettier": "^10.1.8", ··· 52 52 "prettier-plugin-astro": "^0.14.1", 53 53 "tsx": "^4.21.0", 54 54 "typescript": "^5.9.3", 55 - "typescript-eslint": "^8.50.1" 55 + "typescript-eslint": "^8.51.0" 56 56 } 57 57 }
+52 -167
pnpm-lock.yaml
··· 79 79 specifier: ^2.16.0 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 - specifier: ^8.50.1 83 - version: 8.50.1(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 82 + specifier: ^8.51.0 83 + version: 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 84 84 '@typescript-eslint/parser': 85 85 specifier: ^8.51.0 86 86 version: 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) ··· 109 109 specifier: ^5.9.3 110 110 version: 5.9.3 111 111 typescript-eslint: 112 - specifier: ^8.50.1 113 - version: 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 112 + specifier: ^8.51.0 113 + version: 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 114 114 115 115 packages: 116 116 ··· 187 187 resolution: {integrity: sha512-Y6+WUMsTFWE5jb20IFP4YGa5IrGY/+a/FbOSjDF/wz9gepU2hwCYSXRHP/vPwBvwcY3SVMASt4yXxbXNXigmZQ==} 188 188 engines: {node: '>=18'} 189 189 190 - '@emnapi/runtime@1.7.1': 191 - resolution: {integrity: sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==} 190 + '@emnapi/runtime@1.8.1': 191 + resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==} 192 192 193 193 '@envelop/instrumentation@1.0.0': 194 194 resolution: {integrity: sha512-cxgkB66RQB95H3X27jlnxCRNTmPuSTgmBAq6/4n2Dtv4hsk4yz8FadA1ggmd0uZzvKqWD6CR+WFgTjhDqg7eyw==} ··· 506 506 cpu: [x64] 507 507 os: [win32] 508 508 509 - '@eslint-community/eslint-utils@4.9.0': 510 - resolution: {integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==} 509 + '@eslint-community/eslint-utils@4.9.1': 510 + resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} 511 511 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 512 512 peerDependencies: 513 513 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 ··· 1246 1246 '@types/yauzl@2.10.3': 1247 1247 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 1248 1248 1249 - '@typescript-eslint/eslint-plugin@8.50.1': 1250 - resolution: {integrity: sha512-PKhLGDq3JAg0Jk/aK890knnqduuI/Qj+udH7wCf0217IGi4gt+acgCyPVe79qoT+qKUvHMDQkwJeKW9fwl8Cyw==} 1251 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1252 - peerDependencies: 1253 - '@typescript-eslint/parser': ^8.50.1 1254 - eslint: ^8.57.0 || ^9.0.0 1255 - typescript: '>=4.8.4 <6.0.0' 1256 - 1257 - '@typescript-eslint/parser@8.50.1': 1258 - resolution: {integrity: sha512-hM5faZwg7aVNa819m/5r7D0h0c9yC4DUlWAOvHAtISdFTc8xB86VmX5Xqabrama3wIPJ/q9RbGS1worb6JfnMg==} 1249 + '@typescript-eslint/eslint-plugin@8.51.0': 1250 + resolution: {integrity: sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==} 1259 1251 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1260 1252 peerDependencies: 1253 + '@typescript-eslint/parser': ^8.51.0 1261 1254 eslint: ^8.57.0 || ^9.0.0 1262 1255 typescript: '>=4.8.4 <6.0.0' 1263 1256 ··· 1268 1261 eslint: ^8.57.0 || ^9.0.0 1269 1262 typescript: '>=4.8.4 <6.0.0' 1270 1263 1271 - '@typescript-eslint/project-service@8.50.1': 1272 - resolution: {integrity: sha512-E1ur1MCVf+YiP89+o4Les/oBAVzmSbeRB0MQLfSlYtbWU17HPxZ6Bhs5iYmKZRALvEuBoXIZMOIRRc/P++Ortg==} 1273 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1274 - peerDependencies: 1275 - typescript: '>=4.8.4 <6.0.0' 1276 - 1277 1264 '@typescript-eslint/project-service@8.51.0': 1278 1265 resolution: {integrity: sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==} 1279 1266 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1280 1267 peerDependencies: 1281 1268 typescript: '>=4.8.4 <6.0.0' 1282 1269 1283 - '@typescript-eslint/scope-manager@8.50.1': 1284 - resolution: {integrity: sha512-mfRx06Myt3T4vuoHaKi8ZWNTPdzKPNBhiblze5N50//TSHOAQQevl/aolqA/BcqqbJ88GUnLqjjcBc8EWdBcVw==} 1285 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1286 - 1287 1270 '@typescript-eslint/scope-manager@8.51.0': 1288 1271 resolution: {integrity: sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==} 1289 1272 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1290 1273 1291 - '@typescript-eslint/tsconfig-utils@8.50.1': 1292 - resolution: {integrity: sha512-ooHmotT/lCWLXi55G4mvaUF60aJa012QzvLK0Y+Mp4WdSt17QhMhWOaBWeGTFVkb2gDgBe19Cxy1elPXylslDw==} 1293 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1294 - peerDependencies: 1295 - typescript: '>=4.8.4 <6.0.0' 1296 - 1297 1274 '@typescript-eslint/tsconfig-utils@8.51.0': 1298 1275 resolution: {integrity: sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==} 1299 1276 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1300 1277 peerDependencies: 1301 1278 typescript: '>=4.8.4 <6.0.0' 1302 1279 1303 - '@typescript-eslint/type-utils@8.50.1': 1304 - resolution: {integrity: sha512-7J3bf022QZE42tYMO6SL+6lTPKFk/WphhRPe9Tw/el+cEwzLz1Jjz2PX3GtGQVxooLDKeMVmMt7fWpYRdG5Etg==} 1280 + '@typescript-eslint/type-utils@8.51.0': 1281 + resolution: {integrity: sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==} 1305 1282 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1306 1283 peerDependencies: 1307 1284 eslint: ^8.57.0 || ^9.0.0 1308 1285 typescript: '>=4.8.4 <6.0.0' 1309 1286 1310 - '@typescript-eslint/types@8.50.1': 1311 - resolution: {integrity: sha512-v5lFIS2feTkNyMhd7AucE/9j/4V9v5iIbpVRncjk/K0sQ6Sb+Np9fgYS/63n6nwqahHQvbmujeBL7mp07Q9mlA==} 1312 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1313 - 1314 1287 '@typescript-eslint/types@8.51.0': 1315 1288 resolution: {integrity: sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==} 1316 1289 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1317 1290 1318 - '@typescript-eslint/typescript-estree@8.50.1': 1319 - resolution: {integrity: sha512-woHPdW+0gj53aM+cxchymJCrh0cyS7BTIdcDxWUNsclr9VDkOSbqC13juHzxOmQ22dDkMZEpZB+3X1WpUvzgVQ==} 1320 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1321 - peerDependencies: 1322 - typescript: '>=4.8.4 <6.0.0' 1323 - 1324 1291 '@typescript-eslint/typescript-estree@8.51.0': 1325 1292 resolution: {integrity: sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==} 1326 1293 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1327 1294 peerDependencies: 1328 1295 typescript: '>=4.8.4 <6.0.0' 1329 1296 1330 - '@typescript-eslint/utils@8.50.1': 1331 - resolution: {integrity: sha512-lCLp8H1T9T7gPbEuJSnHwnSuO9mDf8mfK/Nion5mZmiEaQD9sWf9W4dfeFqRyqRjF06/kBuTmAqcs9sewM2NbQ==} 1297 + '@typescript-eslint/utils@8.51.0': 1298 + resolution: {integrity: sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==} 1332 1299 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1333 1300 peerDependencies: 1334 1301 eslint: ^8.57.0 || ^9.0.0 1335 1302 typescript: '>=4.8.4 <6.0.0' 1336 - 1337 - '@typescript-eslint/visitor-keys@8.50.1': 1338 - resolution: {integrity: sha512-IrDKrw7pCRUR94zeuCSUWQ+w8JEf5ZX5jl/e6AHGSLi1/zIr0lgutfn/7JpfCey+urpgQEdrZVYzCaVVKiTwhQ==} 1339 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1340 1303 1341 1304 '@typescript-eslint/visitor-keys@8.51.0': 1342 1305 resolution: {integrity: sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==} ··· 2073 2036 engines: {node: '>=4'} 2074 2037 hasBin: true 2075 2038 2076 - esquery@1.6.0: 2077 - resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} 2039 + esquery@1.7.0: 2040 + resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==} 2078 2041 engines: {node: '>=0.10'} 2079 2042 2080 2043 esrecurse@4.3.0: ··· 3688 3651 trough@2.2.0: 3689 3652 resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} 3690 3653 3691 - ts-api-utils@2.3.0: 3692 - resolution: {integrity: sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==} 3693 - engines: {node: '>=18.12'} 3694 - peerDependencies: 3695 - typescript: '>=4.8.4' 3696 - 3697 3654 ts-api-utils@2.4.0: 3698 3655 resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==} 3699 3656 engines: {node: '>=18.12'} ··· 3726 3683 resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 3727 3684 engines: {node: '>=16'} 3728 3685 3729 - typescript-eslint@8.50.1: 3730 - resolution: {integrity: sha512-ytTHO+SoYSbhAH9CrYnMhiLx8To6PSSvqnvXyPUgPETCvB6eBKmTI9w6XMPS3HsBRGkwTVBX+urA8dYQx6bHfQ==} 3686 + typescript-eslint@8.51.0: 3687 + resolution: {integrity: sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA==} 3731 3688 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3732 3689 peerDependencies: 3733 3690 eslint: ^8.57.0 || ^9.0.0 ··· 4090 4047 zod@3.25.76: 4091 4048 resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} 4092 4049 4093 - zod@4.2.1: 4094 - resolution: {integrity: sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==} 4050 + zod@4.3.5: 4051 + resolution: {integrity: sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==} 4095 4052 4096 4053 zwitch@2.0.4: 4097 4054 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} ··· 4262 4219 gonzales-pe: 4.3.0 4263 4220 node-source-walk: 7.0.1 4264 4221 4265 - '@emnapi/runtime@1.7.1': 4222 + '@emnapi/runtime@1.8.1': 4266 4223 dependencies: 4267 4224 tslib: 2.8.1 4268 4225 optional: true ··· 4428 4385 '@esbuild/win32-x64@0.27.2': 4429 4386 optional: true 4430 4387 4431 - '@eslint-community/eslint-utils@4.9.0(eslint@9.39.2(jiti@2.6.1))': 4388 + '@eslint-community/eslint-utils@4.9.1(eslint@9.39.2(jiti@2.6.1))': 4432 4389 dependencies: 4433 4390 eslint: 9.39.2(jiti@2.6.1) 4434 4391 eslint-visitor-keys: 3.4.3 ··· 4577 4534 4578 4535 '@img/sharp-wasm32@0.34.5': 4579 4536 dependencies: 4580 - '@emnapi/runtime': 1.7.1 4537 + '@emnapi/runtime': 1.8.1 4581 4538 optional: true 4582 4539 4583 4540 '@img/sharp-win32-arm64@0.34.5': ··· 4700 4657 validate-npm-package-name: 5.0.1 4701 4658 yaml: 2.8.2 4702 4659 yargs: 17.7.2 4703 - zod: 4.2.1 4660 + zod: 4.3.5 4704 4661 4705 4662 '@netlify/dev-utils@4.3.3': 4706 4663 dependencies: ··· 5363 5320 '@types/node': 25.0.3 5364 5321 optional: true 5365 5322 5366 - '@typescript-eslint/eslint-plugin@8.50.1(@typescript-eslint/parser@8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5367 - dependencies: 5368 - '@eslint-community/regexpp': 4.12.2 5369 - '@typescript-eslint/parser': 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5370 - '@typescript-eslint/scope-manager': 8.50.1 5371 - '@typescript-eslint/type-utils': 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5372 - '@typescript-eslint/utils': 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5373 - '@typescript-eslint/visitor-keys': 8.50.1 5374 - eslint: 9.39.2(jiti@2.6.1) 5375 - ignore: 7.0.5 5376 - natural-compare: 1.4.0 5377 - ts-api-utils: 2.3.0(typescript@5.9.3) 5378 - typescript: 5.9.3 5379 - transitivePeerDependencies: 5380 - - supports-color 5381 - 5382 - '@typescript-eslint/eslint-plugin@8.50.1(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5323 + '@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5383 5324 dependencies: 5384 5325 '@eslint-community/regexpp': 4.12.2 5385 5326 '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5386 - '@typescript-eslint/scope-manager': 8.50.1 5387 - '@typescript-eslint/type-utils': 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5388 - '@typescript-eslint/utils': 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5389 - '@typescript-eslint/visitor-keys': 8.50.1 5327 + '@typescript-eslint/scope-manager': 8.51.0 5328 + '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5329 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5330 + '@typescript-eslint/visitor-keys': 8.51.0 5390 5331 eslint: 9.39.2(jiti@2.6.1) 5391 5332 ignore: 7.0.5 5392 5333 natural-compare: 1.4.0 5393 - ts-api-utils: 2.3.0(typescript@5.9.3) 5394 - typescript: 5.9.3 5395 - transitivePeerDependencies: 5396 - - supports-color 5397 - 5398 - '@typescript-eslint/parser@8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5399 - dependencies: 5400 - '@typescript-eslint/scope-manager': 8.50.1 5401 - '@typescript-eslint/types': 8.50.1 5402 - '@typescript-eslint/typescript-estree': 8.50.1(typescript@5.9.3) 5403 - '@typescript-eslint/visitor-keys': 8.50.1 5404 - debug: 4.4.3 5405 - eslint: 9.39.2(jiti@2.6.1) 5334 + ts-api-utils: 2.4.0(typescript@5.9.3) 5406 5335 typescript: 5.9.3 5407 5336 transitivePeerDependencies: 5408 5337 - supports-color ··· 5415 5344 '@typescript-eslint/visitor-keys': 8.51.0 5416 5345 debug: 4.4.3 5417 5346 eslint: 9.39.2(jiti@2.6.1) 5418 - typescript: 5.9.3 5419 - transitivePeerDependencies: 5420 - - supports-color 5421 - 5422 - '@typescript-eslint/project-service@8.50.1(typescript@5.9.3)': 5423 - dependencies: 5424 - '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) 5425 - '@typescript-eslint/types': 8.51.0 5426 - debug: 4.4.3 5427 5347 typescript: 5.9.3 5428 5348 transitivePeerDependencies: 5429 5349 - supports-color ··· 5437 5357 transitivePeerDependencies: 5438 5358 - supports-color 5439 5359 5440 - '@typescript-eslint/scope-manager@8.50.1': 5441 - dependencies: 5442 - '@typescript-eslint/types': 8.50.1 5443 - '@typescript-eslint/visitor-keys': 8.50.1 5444 - 5445 5360 '@typescript-eslint/scope-manager@8.51.0': 5446 5361 dependencies: 5447 5362 '@typescript-eslint/types': 8.51.0 5448 5363 '@typescript-eslint/visitor-keys': 8.51.0 5449 5364 5450 - '@typescript-eslint/tsconfig-utils@8.50.1(typescript@5.9.3)': 5451 - dependencies: 5452 - typescript: 5.9.3 5453 - 5454 5365 '@typescript-eslint/tsconfig-utils@8.51.0(typescript@5.9.3)': 5455 5366 dependencies: 5456 5367 typescript: 5.9.3 5457 5368 5458 - '@typescript-eslint/type-utils@8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5369 + '@typescript-eslint/type-utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5459 5370 dependencies: 5460 - '@typescript-eslint/types': 8.50.1 5461 - '@typescript-eslint/typescript-estree': 8.50.1(typescript@5.9.3) 5462 - '@typescript-eslint/utils': 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5371 + '@typescript-eslint/types': 8.51.0 5372 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) 5373 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5463 5374 debug: 4.4.3 5464 5375 eslint: 9.39.2(jiti@2.6.1) 5465 - ts-api-utils: 2.3.0(typescript@5.9.3) 5376 + ts-api-utils: 2.4.0(typescript@5.9.3) 5466 5377 typescript: 5.9.3 5467 5378 transitivePeerDependencies: 5468 5379 - supports-color 5469 - 5470 - '@typescript-eslint/types@8.50.1': {} 5471 5380 5472 5381 '@typescript-eslint/types@8.51.0': {} 5473 5382 5474 - '@typescript-eslint/typescript-estree@8.50.1(typescript@5.9.3)': 5475 - dependencies: 5476 - '@typescript-eslint/project-service': 8.50.1(typescript@5.9.3) 5477 - '@typescript-eslint/tsconfig-utils': 8.50.1(typescript@5.9.3) 5478 - '@typescript-eslint/types': 8.50.1 5479 - '@typescript-eslint/visitor-keys': 8.50.1 5480 - debug: 4.4.3 5481 - minimatch: 9.0.5 5482 - semver: 7.7.3 5483 - tinyglobby: 0.2.15 5484 - ts-api-utils: 2.3.0(typescript@5.9.3) 5485 - typescript: 5.9.3 5486 - transitivePeerDependencies: 5487 - - supports-color 5488 - 5489 5383 '@typescript-eslint/typescript-estree@8.51.0(typescript@5.9.3)': 5490 5384 dependencies: 5491 5385 '@typescript-eslint/project-service': 8.51.0(typescript@5.9.3) ··· 5501 5395 transitivePeerDependencies: 5502 5396 - supports-color 5503 5397 5504 - '@typescript-eslint/utils@8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5398 + '@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5505 5399 dependencies: 5506 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 5507 - '@typescript-eslint/scope-manager': 8.50.1 5508 - '@typescript-eslint/types': 8.50.1 5509 - '@typescript-eslint/typescript-estree': 8.50.1(typescript@5.9.3) 5400 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 5401 + '@typescript-eslint/scope-manager': 8.51.0 5402 + '@typescript-eslint/types': 8.51.0 5403 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) 5510 5404 eslint: 9.39.2(jiti@2.6.1) 5511 5405 typescript: 5.9.3 5512 5406 transitivePeerDependencies: 5513 5407 - supports-color 5514 - 5515 - '@typescript-eslint/visitor-keys@8.50.1': 5516 - dependencies: 5517 - '@typescript-eslint/types': 8.50.1 5518 - eslint-visitor-keys: 4.2.1 5519 5408 5520 5409 '@typescript-eslint/visitor-keys@8.51.0': 5521 5410 dependencies: ··· 6364 6253 6365 6254 eslint-plugin-astro@1.5.0(eslint@9.39.2(jiti@2.6.1)): 6366 6255 dependencies: 6367 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 6256 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 6368 6257 '@jridgewell/sourcemap-codec': 1.5.5 6369 - '@typescript-eslint/types': 8.50.1 6258 + '@typescript-eslint/types': 8.51.0 6370 6259 astro-eslint-parser: 1.2.2 6371 6260 eslint: 9.39.2(jiti@2.6.1) 6372 6261 eslint-compat-utils: 0.6.5(eslint@9.39.2(jiti@2.6.1)) ··· 6387 6276 6388 6277 eslint@9.39.2(jiti@2.6.1): 6389 6278 dependencies: 6390 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 6279 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 6391 6280 '@eslint-community/regexpp': 4.12.2 6392 6281 '@eslint/config-array': 0.21.1 6393 6282 '@eslint/config-helpers': 0.4.2 ··· 6407 6296 eslint-scope: 8.4.0 6408 6297 eslint-visitor-keys: 4.2.1 6409 6298 espree: 10.4.0 6410 - esquery: 1.6.0 6299 + esquery: 1.7.0 6411 6300 esutils: 2.0.3 6412 6301 fast-deep-equal: 3.1.3 6413 6302 file-entry-cache: 8.0.0 ··· 6434 6323 6435 6324 esprima@4.0.1: {} 6436 6325 6437 - esquery@1.6.0: 6326 + esquery@1.7.0: 6438 6327 dependencies: 6439 6328 estraverse: 5.3.0 6440 6329 ··· 8619 8508 8620 8509 trough@2.2.0: {} 8621 8510 8622 - ts-api-utils@2.3.0(typescript@5.9.3): 8623 - dependencies: 8624 - typescript: 5.9.3 8625 - 8626 8511 ts-api-utils@2.4.0(typescript@5.9.3): 8627 8512 dependencies: 8628 8513 typescript: 5.9.3 ··· 8646 8531 8647 8532 type-fest@4.41.0: {} 8648 8533 8649 - typescript-eslint@8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): 8534 + typescript-eslint@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): 8650 8535 dependencies: 8651 - '@typescript-eslint/eslint-plugin': 8.50.1(@typescript-eslint/parser@8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 8652 - '@typescript-eslint/parser': 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 8653 - '@typescript-eslint/typescript-estree': 8.50.1(typescript@5.9.3) 8654 - '@typescript-eslint/utils': 8.50.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 8536 + '@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 8537 + '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 8538 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) 8539 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 8655 8540 eslint: 9.39.2(jiti@2.6.1) 8656 8541 typescript: 5.9.3 8657 8542 transitivePeerDependencies: ··· 8956 8841 8957 8842 zod@3.25.76: {} 8958 8843 8959 - zod@4.2.1: {} 8844 + zod@4.3.5: {} 8960 8845 8961 8846 zwitch@2.0.4: {}