mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Chore: update domain alive check options
This commit is contained in:
parent
7cea991feb
commit
daf80a4291
@ -52,7 +52,8 @@ export async function getMethods() {
|
||||
|
||||
const isRegisterableDomainAlive = createRegisterableDomainAliveChecker({
|
||||
dns: {
|
||||
dnsServers
|
||||
dnsServers,
|
||||
maxAttempts: 6
|
||||
},
|
||||
registerableDomainResultCache,
|
||||
whois: {
|
||||
@ -62,7 +63,8 @@ export async function getMethods() {
|
||||
|
||||
const isDomainAlive = createDomainAliveChecker({
|
||||
dns: {
|
||||
dnsServers
|
||||
dnsServers,
|
||||
maxAttempts: 6
|
||||
},
|
||||
registerableDomainResultCache,
|
||||
resultCache,
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
"cli-progress": "^3.12.0",
|
||||
"csv-parse": "^6.1.0",
|
||||
"dns2": "github:lsongdev/node-dns#e4fa035aca0b8eb730bde3431fbf0c60a31a09c9",
|
||||
"domain-alive": "^0.1.5",
|
||||
"domain-alive": "^0.1.6",
|
||||
"fast-cidr-tools": "^0.3.2",
|
||||
"fast-fifo": "^1.3.2",
|
||||
"fast-uri": "^3.0.6",
|
||||
@ -42,7 +42,7 @@
|
||||
"telegram": "^2.26.22",
|
||||
"tldts": "^6.1.86",
|
||||
"tldts-experimental": "^6.1.86",
|
||||
"undici": "^7.14.0",
|
||||
"undici": "^7.15.0",
|
||||
"undici-cache-store-better-sqlite3": "^1.0.0",
|
||||
"why-is-node-running": "^3.2.2",
|
||||
"worktank": "^3.0.2",
|
||||
@ -53,7 +53,7 @@
|
||||
"devDependencies": {
|
||||
"@eslint-sukka/node": "^6.23.1",
|
||||
"@swc-node/register": "^1.11.1",
|
||||
"@swc/core": "^1.13.4",
|
||||
"@swc/core": "^1.13.5",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/cli-progress": "^3.11.6",
|
||||
"@types/dns2": "^2.0.10",
|
||||
@ -63,7 +63,7 @@
|
||||
"@types/punycode": "^2.1.4",
|
||||
"@types/tar-fs": "^2.0.4",
|
||||
"@types/yauzl-promise": "^4.0.1",
|
||||
"eslint": "^9.33.0",
|
||||
"eslint": "^9.34.0",
|
||||
"eslint-config-sukka": "^6.23.1",
|
||||
"eslint-formatter-sukka": "^6.23.1",
|
||||
"expect": "^30.0.5",
|
||||
|
||||
328
pnpm-lock.yaml
generated
328
pnpm-lock.yaml
generated
@ -39,8 +39,8 @@ importers:
|
||||
specifier: github:lsongdev/node-dns#e4fa035aca0b8eb730bde3431fbf0c60a31a09c9
|
||||
version: https://codeload.github.com/lsongdev/node-dns/tar.gz/e4fa035aca0b8eb730bde3431fbf0c60a31a09c9
|
||||
domain-alive:
|
||||
specifier: ^0.1.5
|
||||
version: 0.1.5
|
||||
specifier: ^0.1.6
|
||||
version: 0.1.6
|
||||
fast-cidr-tools:
|
||||
specifier: ^0.3.2
|
||||
version: 0.3.2
|
||||
@ -84,11 +84,11 @@ importers:
|
||||
specifier: ^6.1.86
|
||||
version: 6.1.86
|
||||
undici:
|
||||
specifier: ^7.14.0
|
||||
version: 7.14.0
|
||||
specifier: ^7.15.0
|
||||
version: 7.15.0
|
||||
undici-cache-store-better-sqlite3:
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0(undici@7.14.0)
|
||||
version: 1.0.0(undici@7.15.0)
|
||||
why-is-node-running:
|
||||
specifier: ^3.2.2
|
||||
version: 3.2.2
|
||||
@ -107,13 +107,13 @@ importers:
|
||||
devDependencies:
|
||||
'@eslint-sukka/node':
|
||||
specifier: ^6.23.1
|
||||
version: 6.23.1(eslint@9.33.0)(typescript@5.9.2)
|
||||
version: 6.23.1(eslint@9.34.0)(typescript@5.9.2)
|
||||
'@swc-node/register':
|
||||
specifier: ^1.11.1
|
||||
version: 1.11.1(@swc/core@1.13.4)(@swc/types@0.1.24)(typescript@5.9.2)
|
||||
version: 1.11.1(@swc/core@1.13.5)(@swc/types@0.1.24)(typescript@5.9.2)
|
||||
'@swc/core':
|
||||
specifier: ^1.13.4
|
||||
version: 1.13.4
|
||||
specifier: ^1.13.5
|
||||
version: 1.13.5
|
||||
'@types/better-sqlite3':
|
||||
specifier: ^7.6.13
|
||||
version: 7.6.13
|
||||
@ -142,11 +142,11 @@ importers:
|
||||
specifier: ^4.0.1
|
||||
version: 4.0.1
|
||||
eslint:
|
||||
specifier: ^9.33.0
|
||||
version: 9.33.0
|
||||
specifier: ^9.34.0
|
||||
version: 9.34.0
|
||||
eslint-config-sukka:
|
||||
specifier: ^6.23.1
|
||||
version: 6.23.1(@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint@9.33.0)(typescript@5.9.2))(@typescript-eslint/utils@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0)(typescript@5.9.2)
|
||||
version: 6.23.1(@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint@9.34.0)(typescript@5.9.2))(@typescript-eslint/utils@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.34.0)(typescript@5.9.2)
|
||||
eslint-formatter-sukka:
|
||||
specifier: ^6.23.1
|
||||
version: 6.23.1
|
||||
@ -233,6 +233,10 @@ packages:
|
||||
resolution: {integrity: sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/js@9.34.0':
|
||||
resolution: {integrity: sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/object-schema@2.1.6':
|
||||
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
@ -574,68 +578,68 @@ packages:
|
||||
'@swc-node/sourcemap-support@0.6.1':
|
||||
resolution: {integrity: sha512-ovltDVH5QpdHXZkW138vG4+dgcNsxfwxHVoV6BtmTbz2KKl1A8ZSlbdtxzzfNjCjbpayda8Us9eMtcHobm38dA==}
|
||||
|
||||
'@swc/core-darwin-arm64@1.13.4':
|
||||
resolution: {integrity: sha512-CGbTu9dGBwgklUj+NAQAYyPjBuoHaNRWK4QXJRv1QNIkhtE27aY7QA9uEON14SODxsio3t8+Pjjl2Mzx1Pxf+g==}
|
||||
'@swc/core-darwin-arm64@1.13.5':
|
||||
resolution: {integrity: sha512-lKNv7SujeXvKn16gvQqUQI5DdyY8v7xcoO3k06/FJbHJS90zEwZdQiMNRiqpYw/orU543tPaWgz7cIYWhbopiQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-darwin-x64@1.13.4':
|
||||
resolution: {integrity: sha512-qLFwYmLrqHNCf+JO9YLJT6IP/f9LfbXILTaqyfluFLW1GCfJyvUrSt3CWaL2lwwyT1EbBh6BVaAAecXiJIo3vg==}
|
||||
'@swc/core-darwin-x64@1.13.5':
|
||||
resolution: {integrity: sha512-ILd38Fg/w23vHb0yVjlWvQBoE37ZJTdlLHa8LRCFDdX4WKfnVBiblsCU9ar4QTMNdeTBEX9iUF4IrbNWhaF1Ng==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.13.4':
|
||||
resolution: {integrity: sha512-y7SeNIA9em3+smNMpr781idKuNwJNAqewiotv+pIR5FpXdXXNjHWW+jORbqQYd61k6YirA5WQv+Af4UzqEX17g==}
|
||||
'@swc/core-linux-arm-gnueabihf@1.13.5':
|
||||
resolution: {integrity: sha512-Q6eS3Pt8GLkXxqz9TAw+AUk9HpVJt8Uzm54MvPsqp2yuGmY0/sNaPPNVqctCX9fu/Nu8eaWUen0si6iEiCsazQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.13.4':
|
||||
resolution: {integrity: sha512-u0c51VdzRmXaphLgghY9+B2Frzler6nIv+J788nqIh6I0ah3MmMW8LTJKZfdaJa3oFxzGNKXsJiaU2OFexNkug==}
|
||||
'@swc/core-linux-arm64-gnu@1.13.5':
|
||||
resolution: {integrity: sha512-aNDfeN+9af+y+M2MYfxCzCy/VDq7Z5YIbMqRI739o8Ganz6ST+27kjQFd8Y/57JN/hcnUEa9xqdS3XY7WaVtSw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.13.4':
|
||||
resolution: {integrity: sha512-Z92GJ98x8yQHn4I/NPqwAQyHNkkMslrccNVgFcnY1msrb6iGSw5uFg2H2YpvQ5u2/Yt6CRpLIUVVh8SGg1+gFA==}
|
||||
'@swc/core-linux-arm64-musl@1.13.5':
|
||||
resolution: {integrity: sha512-9+ZxFN5GJag4CnYnq6apKTnnezpfJhCumyz0504/JbHLo+Ue+ZtJnf3RhyA9W9TINtLE0bC4hKpWi8ZKoETyOQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.13.4':
|
||||
resolution: {integrity: sha512-rSUcxgpFF0L8Fk1CbUf946XCX1CRp6eaHfKqplqFNWCHv8HyqAtSFvgCHhT+bXru6Ca/p3sLC775SUeSWhsJ9w==}
|
||||
'@swc/core-linux-x64-gnu@1.13.5':
|
||||
resolution: {integrity: sha512-WD530qvHrki8Ywt/PloKUjaRKgstQqNGvmZl54g06kA+hqtSE2FTG9gngXr3UJxYu/cNAjJYiBifm7+w4nbHbA==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-musl@1.13.4':
|
||||
resolution: {integrity: sha512-qY77eFUvmdXNSmTW+I1fsz4enDuB0I2fE7gy6l9O4koSfjcCxkXw2X8x0lmKLm3FRiINS1XvZSg2G+q4NNQCRQ==}
|
||||
'@swc/core-linux-x64-musl@1.13.5':
|
||||
resolution: {integrity: sha512-Luj8y4OFYx4DHNQTWjdIuKTq2f5k6uSXICqx+FSabnXptaOBAbJHNbHT/06JZh6NRUouaf0mYXN0mcsqvkhd7Q==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.13.4':
|
||||
resolution: {integrity: sha512-xjPeDrOf6elCokxuyxwoskM00JJFQMTT2hTQZE24okjG3JiXzSFV+TmzYSp+LWNxPpnufnUUy/9Ee8+AcpslGw==}
|
||||
'@swc/core-win32-arm64-msvc@1.13.5':
|
||||
resolution: {integrity: sha512-cZ6UpumhF9SDJvv4DA2fo9WIzlNFuKSkZpZmPG1c+4PFSEMy5DFOjBSllCvnqihCabzXzpn6ykCwBmHpy31vQw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.13.4':
|
||||
resolution: {integrity: sha512-Ta+Bblc9tE9X9vQlpa3r3+mVnHYdKn09QsZ6qQHvuXGKWSS99DiyxKTYX2vxwMuoTObR0BHvnhNbaGZSV1VwNA==}
|
||||
'@swc/core-win32-ia32-msvc@1.13.5':
|
||||
resolution: {integrity: sha512-C5Yi/xIikrFUzZcyGj9L3RpKljFvKiDMtyDzPKzlsDrKIw2EYY+bF88gB6oGY5RGmv4DAX8dbnpRAqgFD0FMEw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.13.4':
|
||||
resolution: {integrity: sha512-pHnb4QwGiuWs4Z9ePSgJ48HP3NZIno6l75SB8YLCiPVDiLhvCLKEjz/caPRsFsmet9BEP8e3bAf2MV8MXgaTSg==}
|
||||
'@swc/core-win32-x64-msvc@1.13.5':
|
||||
resolution: {integrity: sha512-YrKdMVxbYmlfybCSbRtrilc6UA8GF5aPmGKBdPvjrarvsmf4i7ZHGCEnLtfOMd3Lwbs2WUZq3WdMbozYeLU93Q==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core@1.13.4':
|
||||
resolution: {integrity: sha512-bCq2GCuKV16DSOOEdaRqHMm1Ok4YEoLoNdgdzp8BS/Hxxr/0NVCHBUgRLLRy/TlJGv20Idx+djd5FIDvsnqMaw==}
|
||||
'@swc/core@1.13.5':
|
||||
resolution: {integrity: sha512-WezcBo8a0Dg2rnR82zhwoR6aRNxeTGfK5QCD6TQ+kg3xx/zNT02s/0o+81h/3zhvFSB24NtqEr8FTw88O5W/JQ==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
'@swc/helpers': '>=0.5.17'
|
||||
@ -1104,6 +1108,10 @@ packages:
|
||||
resolution: {integrity: sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==}
|
||||
engines: {node: '>=0.3.1'}
|
||||
|
||||
dns2@https://codeload.github.com/lsongdev/node-dns/tar.gz/3adb7e91b3101c0e4f43ebaca3a568269ea04d11:
|
||||
resolution: {tarball: https://codeload.github.com/lsongdev/node-dns/tar.gz/3adb7e91b3101c0e4f43ebaca3a568269ea04d11}
|
||||
version: 2.1.0
|
||||
|
||||
dns2@https://codeload.github.com/lsongdev/node-dns/tar.gz/e4fa035aca0b8eb730bde3431fbf0c60a31a09c9:
|
||||
resolution: {tarball: https://codeload.github.com/lsongdev/node-dns/tar.gz/e4fa035aca0b8eb730bde3431fbf0c60a31a09c9}
|
||||
version: 2.1.0
|
||||
@ -1111,8 +1119,8 @@ packages:
|
||||
dom-serializer@1.4.1:
|
||||
resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==}
|
||||
|
||||
domain-alive@0.1.5:
|
||||
resolution: {integrity: sha512-/cSOCNv0Ybx5jAAZ+NISypDV6Bp3G/yfyFacAQywUN399wEcEe2h7uiX/QZCMb5Cqbom08LJ4XQ+4+yP0jcRNw==}
|
||||
domain-alive@0.1.6:
|
||||
resolution: {integrity: sha512-P9PxBY4QSO2yWl/2lNR7zf9Nvhr6mB3wWx2nk6kEwb0YJ3osGAHVZBG+VOEDR1YLYS8FFJFENpbN53U/omeLUQ==}
|
||||
|
||||
domelementtype@2.3.0:
|
||||
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
|
||||
@ -1311,8 +1319,8 @@ packages:
|
||||
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
eslint@9.33.0:
|
||||
resolution: {integrity: sha512-TS9bTNIryDzStCpJN93aC5VRSW3uTx9sClUn4B87pwiCaJh220otoI0X8mJKr+VcPtniMdN8GKjlwgWGUv5ZKA==}
|
||||
eslint@9.34.0:
|
||||
resolution: {integrity: sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -2114,8 +2122,8 @@ packages:
|
||||
undici-types@7.10.0:
|
||||
resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==}
|
||||
|
||||
undici@7.14.0:
|
||||
resolution: {integrity: sha512-Vqs8HTzjpQXZeXdpsfChQTlafcMQaaIwnGwLam1wudSSjlJeQ3bw1j+TLPePgrCnCpUXx7Ba5Pdpf5OBih62NQ==}
|
||||
undici@7.15.0:
|
||||
resolution: {integrity: sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ==}
|
||||
engines: {node: '>=20.18.1'}
|
||||
|
||||
unrs-resolver@1.11.1:
|
||||
@ -2239,34 +2247,34 @@ snapshots:
|
||||
tslib: 2.8.1
|
||||
optional: true
|
||||
|
||||
'@eslint-community/eslint-plugin-eslint-comments@4.5.0(eslint@9.33.0)':
|
||||
'@eslint-community/eslint-plugin-eslint-comments@4.5.0(eslint@9.34.0)':
|
||||
dependencies:
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
ignore: 5.3.2
|
||||
|
||||
'@eslint-community/eslint-utils@4.7.0(eslint@9.33.0)':
|
||||
'@eslint-community/eslint-utils@4.7.0(eslint@9.34.0)':
|
||||
dependencies:
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@eslint-community/regexpp@4.12.1': {}
|
||||
|
||||
'@eslint-sukka/node@6.23.1(eslint@9.33.0)(typescript@5.9.2)':
|
||||
'@eslint-sukka/node@6.23.1(eslint@9.34.0)(typescript@5.9.2)':
|
||||
dependencies:
|
||||
'@eslint-sukka/shared': 6.23.1(eslint@9.33.0)(typescript@5.9.2)
|
||||
eslint-plugin-n: 17.21.3(eslint@9.33.0)(typescript@5.9.2)
|
||||
eslint-plugin-sukka: 6.23.1(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@eslint-sukka/shared': 6.23.1(eslint@9.34.0)(typescript@5.9.2)
|
||||
eslint-plugin-n: 17.21.3(eslint@9.34.0)(typescript@5.9.2)
|
||||
eslint-plugin-sukka: 6.23.1(eslint@9.34.0)(typescript@5.9.2)
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@eslint-sukka/shared@6.23.1(eslint@9.33.0)(typescript@5.9.2)':
|
||||
'@eslint-sukka/shared@6.23.1(eslint@9.34.0)(typescript@5.9.2)':
|
||||
dependencies:
|
||||
'@dual-bundle/import-meta-resolve': 4.1.0
|
||||
'@package-json/types': 0.0.11
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
@ -2302,6 +2310,8 @@ snapshots:
|
||||
|
||||
'@eslint/js@9.33.0': {}
|
||||
|
||||
'@eslint/js@9.34.0': {}
|
||||
|
||||
'@eslint/object-schema@2.1.6': {}
|
||||
|
||||
'@eslint/plugin-kit@0.3.5':
|
||||
@ -2568,16 +2578,16 @@ snapshots:
|
||||
|
||||
'@sinclair/typebox@0.34.40': {}
|
||||
|
||||
'@swc-node/core@1.14.1(@swc/core@1.13.4)(@swc/types@0.1.24)':
|
||||
'@swc-node/core@1.14.1(@swc/core@1.13.5)(@swc/types@0.1.24)':
|
||||
dependencies:
|
||||
'@swc/core': 1.13.4
|
||||
'@swc/core': 1.13.5
|
||||
'@swc/types': 0.1.24
|
||||
|
||||
'@swc-node/register@1.11.1(@swc/core@1.13.4)(@swc/types@0.1.24)(typescript@5.9.2)':
|
||||
'@swc-node/register@1.11.1(@swc/core@1.13.5)(@swc/types@0.1.24)(typescript@5.9.2)':
|
||||
dependencies:
|
||||
'@swc-node/core': 1.14.1(@swc/core@1.13.4)(@swc/types@0.1.24)
|
||||
'@swc-node/core': 1.14.1(@swc/core@1.13.5)(@swc/types@0.1.24)
|
||||
'@swc-node/sourcemap-support': 0.6.1
|
||||
'@swc/core': 1.13.4
|
||||
'@swc/core': 1.13.5
|
||||
colorette: 2.0.20
|
||||
debug: 4.4.1(supports-color@8.1.1)
|
||||
oxc-resolver: 11.6.2
|
||||
@ -2593,51 +2603,51 @@ snapshots:
|
||||
source-map-support: 0.5.21
|
||||
tslib: 2.8.1
|
||||
|
||||
'@swc/core-darwin-arm64@1.13.4':
|
||||
'@swc/core-darwin-arm64@1.13.5':
|
||||
optional: true
|
||||
|
||||
'@swc/core-darwin-x64@1.13.4':
|
||||
'@swc/core-darwin-x64@1.13.5':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.13.4':
|
||||
'@swc/core-linux-arm-gnueabihf@1.13.5':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.13.4':
|
||||
'@swc/core-linux-arm64-gnu@1.13.5':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.13.4':
|
||||
'@swc/core-linux-arm64-musl@1.13.5':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.13.4':
|
||||
'@swc/core-linux-x64-gnu@1.13.5':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-musl@1.13.4':
|
||||
'@swc/core-linux-x64-musl@1.13.5':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.13.4':
|
||||
'@swc/core-win32-arm64-msvc@1.13.5':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.13.4':
|
||||
'@swc/core-win32-ia32-msvc@1.13.5':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.13.4':
|
||||
'@swc/core-win32-x64-msvc@1.13.5':
|
||||
optional: true
|
||||
|
||||
'@swc/core@1.13.4':
|
||||
'@swc/core@1.13.5':
|
||||
dependencies:
|
||||
'@swc/counter': 0.1.3
|
||||
'@swc/types': 0.1.24
|
||||
optionalDependencies:
|
||||
'@swc/core-darwin-arm64': 1.13.4
|
||||
'@swc/core-darwin-x64': 1.13.4
|
||||
'@swc/core-linux-arm-gnueabihf': 1.13.4
|
||||
'@swc/core-linux-arm64-gnu': 1.13.4
|
||||
'@swc/core-linux-arm64-musl': 1.13.4
|
||||
'@swc/core-linux-x64-gnu': 1.13.4
|
||||
'@swc/core-linux-x64-musl': 1.13.4
|
||||
'@swc/core-win32-arm64-msvc': 1.13.4
|
||||
'@swc/core-win32-ia32-msvc': 1.13.4
|
||||
'@swc/core-win32-x64-msvc': 1.13.4
|
||||
'@swc/core-darwin-arm64': 1.13.5
|
||||
'@swc/core-darwin-x64': 1.13.5
|
||||
'@swc/core-linux-arm-gnueabihf': 1.13.5
|
||||
'@swc/core-linux-arm64-gnu': 1.13.5
|
||||
'@swc/core-linux-arm64-musl': 1.13.5
|
||||
'@swc/core-linux-x64-gnu': 1.13.5
|
||||
'@swc/core-linux-x64-musl': 1.13.5
|
||||
'@swc/core-win32-arm64-msvc': 1.13.5
|
||||
'@swc/core-win32-ia32-msvc': 1.13.5
|
||||
'@swc/core-win32-x64-msvc': 1.13.5
|
||||
|
||||
'@swc/counter@0.1.3': {}
|
||||
|
||||
@ -2707,15 +2717,15 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/node': 24.3.0
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint@9.33.0)(typescript@5.9.2)':
|
||||
'@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint@9.34.0)(typescript@5.9.2)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
'@typescript-eslint/parser': 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/parser': 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/scope-manager': 8.40.0
|
||||
'@typescript-eslint/type-utils': 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/type-utils': 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/visitor-keys': 8.40.0
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 7.0.5
|
||||
natural-compare: 1.4.0
|
||||
@ -2724,14 +2734,14 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.40.0(eslint@9.33.0)(typescript@5.9.2)':
|
||||
'@typescript-eslint/parser@8.40.0(eslint@9.34.0)(typescript@5.9.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.40.0
|
||||
'@typescript-eslint/types': 8.40.0
|
||||
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2)
|
||||
'@typescript-eslint/visitor-keys': 8.40.0
|
||||
debug: 4.4.1(supports-color@8.1.1)
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
typescript: 5.9.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -2754,13 +2764,13 @@ snapshots:
|
||||
dependencies:
|
||||
typescript: 5.9.2
|
||||
|
||||
'@typescript-eslint/type-utils@8.40.0(eslint@9.33.0)(typescript@5.9.2)':
|
||||
'@typescript-eslint/type-utils@8.40.0(eslint@9.34.0)(typescript@5.9.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.40.0
|
||||
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2)
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
debug: 4.4.1(supports-color@8.1.1)
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
ts-api-utils: 2.1.0(typescript@5.9.2)
|
||||
typescript: 5.9.2
|
||||
transitivePeerDependencies:
|
||||
@ -2784,13 +2794,13 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.40.0(eslint@9.33.0)(typescript@5.9.2)':
|
||||
'@typescript-eslint/utils@8.40.0(eslint@9.34.0)(typescript@5.9.2)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0)
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0)
|
||||
'@typescript-eslint/scope-manager': 8.40.0
|
||||
'@typescript-eslint/types': 8.40.0
|
||||
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2)
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
typescript: 5.9.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -3073,6 +3083,8 @@ snapshots:
|
||||
|
||||
diff@7.0.0: {}
|
||||
|
||||
dns2@https://codeload.github.com/lsongdev/node-dns/tar.gz/3adb7e91b3101c0e4f43ebaca3a568269ea04d11: {}
|
||||
|
||||
dns2@https://codeload.github.com/lsongdev/node-dns/tar.gz/e4fa035aca0b8eb730bde3431fbf0c60a31a09c9: {}
|
||||
|
||||
dom-serializer@1.4.1:
|
||||
@ -3081,11 +3093,11 @@ snapshots:
|
||||
domhandler: 4.3.1
|
||||
entities: 2.2.0
|
||||
|
||||
domain-alive@0.1.5:
|
||||
domain-alive@0.1.6:
|
||||
dependencies:
|
||||
async-retry: 1.3.3
|
||||
debug: 4.4.1(supports-color@8.1.1)
|
||||
dns2: https://codeload.github.com/lsongdev/node-dns/tar.gz/e4fa035aca0b8eb730bde3431fbf0c60a31a09c9
|
||||
dns2: https://codeload.github.com/lsongdev/node-dns/tar.gz/3adb7e91b3101c0e4f43ebaca3a568269ea04d11
|
||||
foxts: 3.12.0
|
||||
punycode: 2.3.1
|
||||
tldts: 7.0.12
|
||||
@ -3145,38 +3157,38 @@ snapshots:
|
||||
|
||||
escape-string-regexp@4.0.0: {}
|
||||
|
||||
eslint-compat-utils@0.5.1(eslint@9.33.0):
|
||||
eslint-compat-utils@0.5.1(eslint@9.34.0):
|
||||
dependencies:
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
semver: 7.7.2
|
||||
|
||||
eslint-compat-utils@0.6.5(eslint@9.33.0):
|
||||
eslint-compat-utils@0.6.5(eslint@9.34.0):
|
||||
dependencies:
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
semver: 7.7.2
|
||||
|
||||
eslint-config-sukka@6.23.1(@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint@9.33.0)(typescript@5.9.2))(@typescript-eslint/utils@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0)(typescript@5.9.2):
|
||||
eslint-config-sukka@6.23.1(@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint@9.34.0)(typescript@5.9.2))(@typescript-eslint/utils@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.34.0)(typescript@5.9.2):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-plugin-eslint-comments': 4.5.0(eslint@9.33.0)
|
||||
'@eslint-sukka/shared': 6.23.1(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@eslint-community/eslint-plugin-eslint-comments': 4.5.0(eslint@9.34.0)
|
||||
'@eslint-sukka/shared': 6.23.1(eslint@9.34.0)(typescript@5.9.2)
|
||||
'@eslint/js': 9.33.0
|
||||
'@typescript-eslint/parser': 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/parser': 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
ci-info: 4.3.0
|
||||
defu: 6.1.4
|
||||
eslint-import-resolver-typescript: 4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0))(eslint@9.33.0)
|
||||
eslint-plugin-autofix: 2.2.0(eslint@9.33.0)
|
||||
eslint-plugin-de-morgan: 1.3.1(eslint@9.33.0)
|
||||
eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0)
|
||||
eslint-plugin-jsonc: 2.20.1(eslint@9.33.0)
|
||||
eslint-import-resolver-typescript: 4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.34.0))(eslint@9.34.0)
|
||||
eslint-plugin-autofix: 2.2.0(eslint@9.34.0)
|
||||
eslint-plugin-de-morgan: 1.3.1(eslint@9.34.0)
|
||||
eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.34.0)
|
||||
eslint-plugin-jsonc: 2.20.1(eslint@9.34.0)
|
||||
eslint-plugin-paths: 1.1.0
|
||||
eslint-plugin-promise: 7.2.1(eslint@9.33.0)
|
||||
eslint-plugin-regexp: 2.10.0(eslint@9.33.0)
|
||||
eslint-plugin-sukka: 6.23.1(eslint@9.33.0)(typescript@5.9.2)
|
||||
eslint-plugin-unused-imports: 4.2.0(@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint@9.33.0)(typescript@5.9.2))(eslint@9.33.0)
|
||||
eslint-plugin-promise: 7.2.1(eslint@9.34.0)
|
||||
eslint-plugin-regexp: 2.10.0(eslint@9.34.0)
|
||||
eslint-plugin-sukka: 6.23.1(eslint@9.34.0)(typescript@5.9.2)
|
||||
eslint-plugin-unused-imports: 4.2.0(@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint@9.34.0)(typescript@5.9.2))(eslint@9.34.0)
|
||||
foxts: 3.12.0
|
||||
jsonc-eslint-parser: 2.4.0
|
||||
picocolors: 1.1.1
|
||||
typescript-eslint: 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
typescript-eslint: 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
transitivePeerDependencies:
|
||||
- '@eslint/json'
|
||||
- '@typescript-eslint/eslint-plugin'
|
||||
@ -3208,10 +3220,10 @@ snapshots:
|
||||
- supports-color
|
||||
optional: true
|
||||
|
||||
eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0))(eslint@9.33.0):
|
||||
eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.34.0))(eslint@9.34.0):
|
||||
dependencies:
|
||||
debug: 4.4.1(supports-color@8.1.1)
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
|
||||
get-tsconfig: 4.10.1
|
||||
is-bun-module: 2.0.0
|
||||
@ -3219,41 +3231,41 @@ snapshots:
|
||||
tinyglobby: 0.2.14
|
||||
unrs-resolver: 1.11.1
|
||||
optionalDependencies:
|
||||
eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0)
|
||||
eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.34.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-json-compat-utils@0.2.1(eslint@9.33.0)(jsonc-eslint-parser@2.4.0):
|
||||
eslint-json-compat-utils@0.2.1(eslint@9.34.0)(jsonc-eslint-parser@2.4.0):
|
||||
dependencies:
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
esquery: 1.6.0
|
||||
jsonc-eslint-parser: 2.4.0
|
||||
|
||||
eslint-plugin-autofix@2.2.0(eslint@9.33.0):
|
||||
eslint-plugin-autofix@2.2.0(eslint@9.34.0):
|
||||
dependencies:
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
eslint-rule-composer: 0.3.0
|
||||
espree: 9.6.1
|
||||
esutils: 2.0.3
|
||||
string-similarity: 4.0.4
|
||||
|
||||
eslint-plugin-de-morgan@1.3.1(eslint@9.33.0):
|
||||
eslint-plugin-de-morgan@1.3.1(eslint@9.34.0):
|
||||
dependencies:
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
|
||||
eslint-plugin-es-x@7.8.0(eslint@9.33.0):
|
||||
eslint-plugin-es-x@7.8.0(eslint@9.34.0):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0)
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0)
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
eslint: 9.33.0
|
||||
eslint-compat-utils: 0.5.1(eslint@9.33.0)
|
||||
eslint: 9.34.0
|
||||
eslint-compat-utils: 0.5.1(eslint@9.34.0)
|
||||
|
||||
eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.33.0):
|
||||
eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.34.0):
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.40.0
|
||||
comment-parser: 1.4.1
|
||||
debug: 4.4.1(supports-color@8.1.1)
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
|
||||
is-glob: 4.0.3
|
||||
minimatch: 10.0.3
|
||||
@ -3261,17 +3273,17 @@ snapshots:
|
||||
stable-hash-x: 0.2.0
|
||||
unrs-resolver: 1.11.1
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-jsonc@2.20.1(eslint@9.33.0):
|
||||
eslint-plugin-jsonc@2.20.1(eslint@9.34.0):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0)
|
||||
eslint: 9.33.0
|
||||
eslint-compat-utils: 0.6.5(eslint@9.33.0)
|
||||
eslint-json-compat-utils: 0.2.1(eslint@9.33.0)(jsonc-eslint-parser@2.4.0)
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0)
|
||||
eslint: 9.34.0
|
||||
eslint-compat-utils: 0.6.5(eslint@9.34.0)
|
||||
eslint-json-compat-utils: 0.2.1(eslint@9.34.0)(jsonc-eslint-parser@2.4.0)
|
||||
espree: 10.4.0
|
||||
graphemer: 1.4.0
|
||||
jsonc-eslint-parser: 2.4.0
|
||||
@ -3280,12 +3292,12 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- '@eslint/json'
|
||||
|
||||
eslint-plugin-n@17.21.3(eslint@9.33.0)(typescript@5.9.2):
|
||||
eslint-plugin-n@17.21.3(eslint@9.34.0)(typescript@5.9.2):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0)
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0)
|
||||
enhanced-resolve: 5.18.3
|
||||
eslint: 9.33.0
|
||||
eslint-plugin-es-x: 7.8.0(eslint@9.33.0)
|
||||
eslint: 9.34.0
|
||||
eslint-plugin-es-x: 7.8.0(eslint@9.34.0)
|
||||
get-tsconfig: 4.10.1
|
||||
globals: 15.15.0
|
||||
globrex: 0.1.2
|
||||
@ -3299,27 +3311,27 @@ snapshots:
|
||||
dependencies:
|
||||
comment-json: 4.2.5
|
||||
|
||||
eslint-plugin-promise@7.2.1(eslint@9.33.0):
|
||||
eslint-plugin-promise@7.2.1(eslint@9.34.0):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0)
|
||||
eslint: 9.33.0
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0)
|
||||
eslint: 9.34.0
|
||||
|
||||
eslint-plugin-regexp@2.10.0(eslint@9.33.0):
|
||||
eslint-plugin-regexp@2.10.0(eslint@9.34.0):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0)
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0)
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
comment-parser: 1.4.1
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
jsdoc-type-pratt-parser: 4.8.0
|
||||
refa: 0.12.1
|
||||
regexp-ast-analysis: 0.7.1
|
||||
scslre: 0.3.0
|
||||
|
||||
eslint-plugin-sukka@6.23.1(eslint@9.33.0)(typescript@5.9.2):
|
||||
eslint-plugin-sukka@6.23.1(eslint@9.34.0)(typescript@5.9.2):
|
||||
dependencies:
|
||||
'@eslint-sukka/shared': 6.23.1(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/type-utils': 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@eslint-sukka/shared': 6.23.1(eslint@9.34.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/type-utils': 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
foxts: 3.12.0
|
||||
optionalDependencies:
|
||||
typescript: 5.9.2
|
||||
@ -3327,11 +3339,11 @@ snapshots:
|
||||
- eslint
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-unused-imports@4.2.0(@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint@9.33.0)(typescript@5.9.2))(eslint@9.33.0):
|
||||
eslint-plugin-unused-imports@4.2.0(@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint@9.34.0)(typescript@5.9.2))(eslint@9.34.0):
|
||||
dependencies:
|
||||
eslint: 9.33.0
|
||||
eslint: 9.34.0
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/eslint-plugin': 8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint@9.34.0)(typescript@5.9.2)
|
||||
|
||||
eslint-rule-composer@0.3.0: {}
|
||||
|
||||
@ -3344,15 +3356,15 @@ snapshots:
|
||||
|
||||
eslint-visitor-keys@4.2.1: {}
|
||||
|
||||
eslint@9.33.0:
|
||||
eslint@9.34.0:
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0)
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0)
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
'@eslint/config-array': 0.21.0
|
||||
'@eslint/config-helpers': 0.3.1
|
||||
'@eslint/core': 0.15.2
|
||||
'@eslint/eslintrc': 3.3.1
|
||||
'@eslint/js': 9.33.0
|
||||
'@eslint/js': 9.34.0
|
||||
'@eslint/plugin-kit': 0.3.5
|
||||
'@humanfs/node': 0.16.6
|
||||
'@humanwhocodes/module-importer': 1.0.1
|
||||
@ -4182,28 +4194,28 @@ snapshots:
|
||||
dependencies:
|
||||
is-typedarray: 1.0.0
|
||||
|
||||
typescript-eslint@8.40.0(eslint@9.33.0)(typescript@5.9.2):
|
||||
typescript-eslint@8.40.0(eslint@9.34.0)(typescript@5.9.2):
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0)(typescript@5.9.2))(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/parser': 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/eslint-plugin': 8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.34.0)(typescript@5.9.2))(eslint@9.34.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/parser': 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2)
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.33.0)(typescript@5.9.2)
|
||||
eslint: 9.33.0
|
||||
'@typescript-eslint/utils': 8.40.0(eslint@9.34.0)(typescript@5.9.2)
|
||||
eslint: 9.34.0
|
||||
typescript: 5.9.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
typescript@5.9.2: {}
|
||||
|
||||
undici-cache-store-better-sqlite3@1.0.0(undici@7.14.0):
|
||||
undici-cache-store-better-sqlite3@1.0.0(undici@7.15.0):
|
||||
dependencies:
|
||||
better-sqlite3: 11.10.0
|
||||
foxts: 3.12.0
|
||||
undici: 7.14.0
|
||||
undici: 7.15.0
|
||||
|
||||
undici-types@7.10.0: {}
|
||||
|
||||
undici@7.14.0: {}
|
||||
undici@7.15.0: {}
|
||||
|
||||
unrs-resolver@1.11.1:
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user