mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 01:30:37 +08:00
Chore: use latest fetch from undici
This commit is contained in:
parent
b8a145094a
commit
40cda6997a
@ -37,6 +37,7 @@ export const downloadPreviousBuild = task(require.main === module, __filename)(a
|
||||
// https://gitlab.com/gitlab-org/gitlab/-/commit/50c11f278d18fe1f3fb12eb595067216bb58ade2
|
||||
'sec-fetch-mode': 'same-origin'
|
||||
}
|
||||
// mode: 'same-origin'
|
||||
});
|
||||
|
||||
if (resp.status !== 200) {
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
import retry from 'async-retry';
|
||||
import picocolors from 'picocolors';
|
||||
import { setTimeout } from 'node:timers/promises';
|
||||
import { fetch as _fetch } from 'undici';
|
||||
|
||||
function isClientError(err: unknown): err is NodeJS.ErrnoException {
|
||||
if (!err || typeof err !== 'object') return false;
|
||||
@ -161,4 +162,4 @@ export const defaultRequestInit: RequestInit = {
|
||||
}
|
||||
};
|
||||
|
||||
export const fetchWithRetry = createFetchRetry(fetch);
|
||||
export const fetchWithRetry = createFetchRetry(_fetch as any);
|
||||
|
||||
10
package.json
10
package.json
@ -39,18 +39,20 @@
|
||||
"tar-fs": "^3.0.6",
|
||||
"tldts": "^6.1.50",
|
||||
"tldts-experimental": "^6.1.50",
|
||||
"undici": "^6.20.0",
|
||||
"wtfnode": "^0.9.3",
|
||||
"yaml": "^2.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-sukka/node": "^6.6.1",
|
||||
"@eslint-sukka/node": "^6.7.0",
|
||||
"@swc-node/register": "^1.10.9",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/core": "^1.7.35",
|
||||
"@types/async-retry": "^1.4.9",
|
||||
"@types/better-sqlite3": "^7.6.11",
|
||||
"@types/chai": "^4.3.20",
|
||||
"@types/make-fetch-happen": "^10.0.4",
|
||||
"@types/mocha": "^10.0.9",
|
||||
"@types/node": "^22.7.5",
|
||||
"@types/node-fetch": "2",
|
||||
"@types/punycode": "^2.1.4",
|
||||
"@types/tar-fs": "^2.0.4",
|
||||
@ -58,8 +60,8 @@
|
||||
"@types/wtfnode": "^0.7.3",
|
||||
"chai": "4",
|
||||
"eslint": "^9.12.0",
|
||||
"eslint-config-sukka": "^6.6.1",
|
||||
"eslint-formatter-sukka": "^6.6.1",
|
||||
"eslint-config-sukka": "^6.7.0",
|
||||
"eslint-formatter-sukka": "^6.7.0",
|
||||
"mitata": "^1.0.10",
|
||||
"mocha": "^10.7.3",
|
||||
"typescript": "^5.6.3"
|
||||
|
||||
387
pnpm-lock.yaml
generated
387
pnpm-lock.yaml
generated
@ -68,6 +68,9 @@ importers:
|
||||
tldts-experimental:
|
||||
specifier: ^6.1.50
|
||||
version: 6.1.50
|
||||
undici:
|
||||
specifier: ^6.20.0
|
||||
version: 6.20.0
|
||||
wtfnode:
|
||||
specifier: ^0.9.3
|
||||
version: 0.9.3
|
||||
@ -76,14 +79,14 @@ importers:
|
||||
version: 2.5.1
|
||||
devDependencies:
|
||||
'@eslint-sukka/node':
|
||||
specifier: ^6.6.1
|
||||
version: 6.6.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
specifier: ^6.7.0
|
||||
version: 6.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@swc-node/register':
|
||||
specifier: ^1.10.9
|
||||
version: 1.10.9(@swc/core@1.7.28)(@swc/types@0.1.12)(typescript@5.6.3)
|
||||
version: 1.10.9(@swc/core@1.7.35)(@swc/types@0.1.13)(typescript@5.6.3)
|
||||
'@swc/core':
|
||||
specifier: ^1.7.28
|
||||
version: 1.7.28
|
||||
specifier: ^1.7.35
|
||||
version: 1.7.35
|
||||
'@types/async-retry':
|
||||
specifier: ^1.4.9
|
||||
version: 1.4.9
|
||||
@ -99,6 +102,9 @@ importers:
|
||||
'@types/mocha':
|
||||
specifier: ^10.0.9
|
||||
version: 10.0.9
|
||||
'@types/node':
|
||||
specifier: ^22.7.5
|
||||
version: 22.7.5
|
||||
'@types/node-fetch':
|
||||
specifier: '2'
|
||||
version: 2.6.11
|
||||
@ -121,11 +127,11 @@ importers:
|
||||
specifier: ^9.12.0
|
||||
version: 9.12.0
|
||||
eslint-config-sukka:
|
||||
specifier: ^6.6.1
|
||||
version: 6.6.1(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3)
|
||||
specifier: ^6.7.0
|
||||
version: 6.7.0(@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3)
|
||||
eslint-formatter-sukka:
|
||||
specifier: ^6.6.1
|
||||
version: 6.6.1
|
||||
specifier: ^6.7.0
|
||||
version: 6.7.0
|
||||
mitata:
|
||||
specifier: ^1.0.10
|
||||
version: 1.0.10
|
||||
@ -138,6 +144,9 @@ importers:
|
||||
|
||||
packages:
|
||||
|
||||
'@antfu/utils@0.7.10':
|
||||
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
|
||||
|
||||
'@cliqz/adblocker-content@1.33.2':
|
||||
resolution: {integrity: sha512-OlLfenwU6sxo3/y6IPfnl9ou32IFwRzQXgHrLWZ0IjzcY8ZxpGlh97QcW1D9QyTPj3Ndub6vNJxsnMjNOWDd7g==}
|
||||
|
||||
@ -179,11 +188,11 @@ packages:
|
||||
resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==}
|
||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||
|
||||
'@eslint-sukka/node@6.6.1':
|
||||
resolution: {integrity: sha512-4myr4Wq8EUuJWQGuF0dWCJ7Fc0yIv2MW/xVtL9bfOn+313lv1xJ2XuHqud4hxPIQGqrnJTkWiWzRX7MFZhC+zg==}
|
||||
'@eslint-sukka/node@6.7.0':
|
||||
resolution: {integrity: sha512-28MW9Jj29SJ85wQvkg46nl9Spg0d68HOOWsPsMRgg0yq15r/lsQyEjE/Mtx8JybW9dLYNWQW9P7bq3ZNPlxHSg==}
|
||||
|
||||
'@eslint-sukka/shared@6.6.1':
|
||||
resolution: {integrity: sha512-ygwJL/iWANP96FpVdH6Umw4rt5nmqJrNnOCVk90hrQTuiyCiDw91h1sgFa9nDA3mxnAi7FYcZas2shAE8zMBnA==}
|
||||
'@eslint-sukka/shared@6.7.0':
|
||||
resolution: {integrity: sha512-0VF/pfxsmF267y7rN3eF2b1spBJ3YQMsPZt5EGuwUYRdjOkACfWTPj1mSGe/oMD5d4i9IYpP+XlPXsc2i6UdmQ==}
|
||||
|
||||
'@eslint/config-array@0.18.0':
|
||||
resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
|
||||
@ -373,68 +382,68 @@ packages:
|
||||
'@swc-node/sourcemap-support@0.5.1':
|
||||
resolution: {integrity: sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==}
|
||||
|
||||
'@swc/core-darwin-arm64@1.7.28':
|
||||
resolution: {integrity: sha512-BNkj6enHo2pdzOpCtQGKZbXT2A/qWIr0CVtbTM4WkJ3MCK/glbFsyO6X59p1r8+gfaZG4bWYnTTu+RuUAcsL5g==}
|
||||
'@swc/core-darwin-arm64@1.7.35':
|
||||
resolution: {integrity: sha512-BQSSozVxjxS+SVQz6e3GC/+OBWGIK3jfe52pWdANmycdjF3ch7lrCKTHTU7eHwyoJ96mofszPf5AsiVJF34Fwg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-darwin-x64@1.7.28':
|
||||
resolution: {integrity: sha512-96zQ+X5Fd6P/RNPkOyikTJgEc2M4TzznfYvjRd2hye5h22jhxCLL/csoauDgN7lYfd7mwsZ/sVXwJTMKl+vZSA==}
|
||||
'@swc/core-darwin-x64@1.7.35':
|
||||
resolution: {integrity: sha512-44TYdKN/EWtkU88foXR7IGki9JzhEJzaFOoPevfi9Xe7hjAD/x2+AJOWWqQNzDPMz9+QewLdUVLyR6s5okRgtg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.7.28':
|
||||
resolution: {integrity: sha512-l2100Wx6LdXMOmOW3+KoHhBhyZrGdz8ylkygcVOC0QHp6YIATfuG+rRHksfyEWCSOdL3anM9MJZJX26KT/s+XQ==}
|
||||
'@swc/core-linux-arm-gnueabihf@1.7.35':
|
||||
resolution: {integrity: sha512-ccfA5h3zxwioD+/z/AmYtkwtKz9m4rWTV7RoHq6Jfsb0cXHrd6tbcvgqRWXra1kASlE+cDWsMtEZygs9dJRtUQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.7.28':
|
||||
resolution: {integrity: sha512-03m6iQ5Bv9u2VPnNRyaBmE8eHi056eE39L0gXcqGoo46GAGuoqYHt9pDz8wS6EgoN4t85iBMUZrkCNqFKkN6ZQ==}
|
||||
'@swc/core-linux-arm64-gnu@1.7.35':
|
||||
resolution: {integrity: sha512-hx65Qz+G4iG/IVtxJKewC5SJdki8PAPFGl6gC/57Jb0+jA4BIoGLD/J3Q3rCPeoHfdqpkCYpahtyUq8CKx41Jg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.7.28':
|
||||
resolution: {integrity: sha512-vqVOpG/jc8mvTKQjaPBLhr7tnWyzuztOHsPnJqMWmg7zGcMeQC/2c5pU4uzRAfXMTp25iId6s4Y4wWfPS1EeDw==}
|
||||
'@swc/core-linux-arm64-musl@1.7.35':
|
||||
resolution: {integrity: sha512-kL6tQL9No7UEoEvDRuPxzPTpxrvbwYteNRbdChSSP74j13/55G2/2hLmult5yFFaWuyoyU/2lvzjRL/i8OLZxg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.7.28':
|
||||
resolution: {integrity: sha512-HGwpWuB83Kr+V0E+zT5UwIIY9OxiS8aLd0UVMRVWuO8SrQyKm9HKJ46+zoAb8tfJrpZftfxvbn2ayZWR7gqosA==}
|
||||
'@swc/core-linux-x64-gnu@1.7.35':
|
||||
resolution: {integrity: sha512-Ke4rcLQSwCQ2LHdJX1FtnqmYNQ3IX6BddKlUtS7mcK13IHkQzZWp0Dcu6MgNA3twzb/dBpKX5GLy07XdGgfmyw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-musl@1.7.28':
|
||||
resolution: {integrity: sha512-q2Y2T8y8EgFtIiRyInnAXNe94aaHX74F0ha1Bl9VdRxE0u1/So+3VLbPvtp4V3Z6pj5pOePfCQJKifnllgAQ9A==}
|
||||
'@swc/core-linux-x64-musl@1.7.35':
|
||||
resolution: {integrity: sha512-T30tlLnz0kYyDFyO5RQF5EQ4ENjW9+b56hEGgFUYmfhFhGA4E4V67iEx7KIG4u0whdPG7oy3qjyyIeTb7nElEw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.7.28':
|
||||
resolution: {integrity: sha512-bCqh4uBT/59h3dWK1v91In6qzz8rKoWoFRxCtNQLIK4jP55K0U231ZK9oN7neZD6bzcOUeFvOGgcyMAgDfFWfA==}
|
||||
'@swc/core-win32-arm64-msvc@1.7.35':
|
||||
resolution: {integrity: sha512-CfM/k8mvtuMyX+okRhemfLt784PLS0KF7Q9djA8/Dtavk0L5Ghnq+XsGltO3d8B8+XZ7YOITsB14CrjehzeHsg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.7.28':
|
||||
resolution: {integrity: sha512-XTHbHrksnrqK3JSJ2sbuMWvdJ6/G0roRpgyVTmNDfhTYPOwcVaL/mSrPGLwbksYUbq7ckwoKzrobhdxvQzPsDA==}
|
||||
'@swc/core-win32-ia32-msvc@1.7.35':
|
||||
resolution: {integrity: sha512-ATB3uuH8j/RmS64EXQZJSbo2WXfRNpTnQszHME/sGaexsuxeijrp3DTYSFAA3R2Bu6HbIIX6jempe1Au8I3j+A==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.7.28':
|
||||
resolution: {integrity: sha512-jyXeoq6nX8abiCy2EpporsC5ywNENs4ocYuvxo1LSxDktWN1E2MTXq3cdJcEWB2Vydxq0rDcsGyzkRPMzFhkZw==}
|
||||
'@swc/core-win32-x64-msvc@1.7.35':
|
||||
resolution: {integrity: sha512-iDGfQO1571NqWUXtLYDhwIELA/wadH42ioGn+J9R336nWx40YICzy9UQyslWRhqzhQ5kT+QXAW/MoCWc058N6Q==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core@1.7.28':
|
||||
resolution: {integrity: sha512-XapcMgsOS0cKh01AFEj+qXOk6KM4NZhp7a5vPicdhkRR8RzvjrCa7DTtijMxfotU8bqaEHguxmiIag2HUlT8QQ==}
|
||||
'@swc/core@1.7.35':
|
||||
resolution: {integrity: sha512-3cUteCTbr2r5jqfgx0r091sfq5Mgh6F1SQh8XAOnSvtKzwv2bC31mvBHVAieD1uPa2kHJhLav20DQgXOhpEitw==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
'@swc/helpers': '*'
|
||||
@ -445,8 +454,8 @@ packages:
|
||||
'@swc/counter@0.1.3':
|
||||
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
|
||||
|
||||
'@swc/types@0.1.12':
|
||||
resolution: {integrity: sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==}
|
||||
'@swc/types@0.1.13':
|
||||
resolution: {integrity: sha512-JL7eeCk6zWCbiYQg2xQSdLXQJl8Qoc9rXmG2cEKvHe3CKwMHwHGpfOb8frzNLmbycOo6I51qxnLnn9ESf4I20Q==}
|
||||
|
||||
'@tybys/wasm-util@0.9.0':
|
||||
resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
|
||||
@ -493,8 +502,8 @@ packages:
|
||||
'@types/node-fetch@2.6.11':
|
||||
resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==}
|
||||
|
||||
'@types/node@20.14.11':
|
||||
resolution: {integrity: sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==}
|
||||
'@types/node@22.7.5':
|
||||
resolution: {integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==}
|
||||
|
||||
'@types/punycode@2.1.4':
|
||||
resolution: {integrity: sha512-trzh6NzBnq8yw5e35f8xe8VTYjqM3NE7bohBtvDVf/dtUer3zYTLK1Ka3DG3p7bdtoaOHZucma6FfVKlQ134pQ==}
|
||||
@ -514,8 +523,8 @@ packages:
|
||||
'@types/wtfnode@0.7.3':
|
||||
resolution: {integrity: sha512-UMkHpx+o2xRWLJ7PmT3bBzvIA9/0oFw80oPtY/xO4jfdq+Gznn4wP7K9B/JjMxyxy+wF+5oRPIykxeBbEDjwRg==}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.7.0':
|
||||
resolution: {integrity: sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A==}
|
||||
'@typescript-eslint/eslint-plugin@8.8.1':
|
||||
resolution: {integrity: sha512-xfvdgA8AP/vxHgtgU310+WBnLB4uJQ9XdyP17RebG26rLtDrQJV3ZYrcopX91GrHmMoH8bdSwMRh2a//TiJ1jQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
|
||||
@ -535,12 +544,26 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/parser@8.8.1':
|
||||
resolution: {integrity: sha512-hQUVn2Lij2NAxVFEdvIGxT9gP1tq2yM83m+by3whWFsWC+1y8pxxxHUFE1UqDu2VsGi2i6RLcv4QvouM84U+ow==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/scope-manager@8.7.0':
|
||||
resolution: {integrity: sha512-87rC0k3ZlDOuz82zzXRtQ7Akv3GKhHs0ti4YcbAJtaomllXoSO8hi7Ix3ccEvCd824dy9aIX+j3d2UMAfCtVpg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/type-utils@8.7.0':
|
||||
resolution: {integrity: sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ==}
|
||||
'@typescript-eslint/scope-manager@8.8.1':
|
||||
resolution: {integrity: sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/type-utils@8.8.1':
|
||||
resolution: {integrity: sha512-qSVnpcbLP8CALORf0za+vjLYj1Wp8HSoiI8zYU5tHxRVj30702Z1Yw4cLwfNKhTPWp5+P+k1pjmD5Zd1nhxiZA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@ -552,6 +575,10 @@ packages:
|
||||
resolution: {integrity: sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/types@8.8.1':
|
||||
resolution: {integrity: sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.7.0':
|
||||
resolution: {integrity: sha512-MC8nmcGHsmfAKxwnluTQpNqceniT8SteVwd2voYlmiSWGOtjvGXdPl17dYu2797GVscK30Z04WRM28CrKS9WOg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
@ -561,8 +588,17 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/utils@8.7.0':
|
||||
resolution: {integrity: sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw==}
|
||||
'@typescript-eslint/typescript-estree@8.8.1':
|
||||
resolution: {integrity: sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/utils@8.8.1':
|
||||
resolution: {integrity: sha512-/QkNJDbV0bdL7H7d0/y0qBbV2HTtf0TIyjSDTvvmQEzeVx8jEImEbLuOA4EsvE8gIgqMitns0ifb5uQhMj8d9w==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
@ -571,6 +607,10 @@ packages:
|
||||
resolution: {integrity: sha512-b1tx0orFCCh/THWPQa2ZwWzvOeyzzp36vkJYOpVg0u8UVOIsfVrnuC9FqAw9gRKn+rG2VmWQ/zDJZzkxUnj/XQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.8.1':
|
||||
resolution: {integrity: sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
acorn-jsx@5.3.2:
|
||||
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
||||
peerDependencies:
|
||||
@ -853,17 +893,22 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
|
||||
eslint-config-sukka@6.6.1:
|
||||
resolution: {integrity: sha512-FNcAoe6GeIwnvO5K0F5N3RLwCdMDn9XLoZkQwgWRvaz9RDDhrgico+3POGtcNvy/bOclJz/XD7JAj4QPZHmNYw==}
|
||||
eslint-config-sukka@6.7.0:
|
||||
resolution: {integrity: sha512-THoUWqxt52xtB2JyP+Boha4MzFSYAKmydGsIXMZ5uX2VrHYG3uPqPp3S5YrL6/img+AQjLg2bF+j3w1chumM9A==}
|
||||
|
||||
eslint-formatter-sukka@6.6.1:
|
||||
resolution: {integrity: sha512-JzCMN+bEb5YDtRa/g62IxTu6Ougm53hOc+Jb8ZkzikgYE7p4oSztFgJKyyV9bwPDIoxnJi3ICqMZQwFzCllGKw==}
|
||||
eslint-formatter-sukka@6.7.0:
|
||||
resolution: {integrity: sha512-h3/mjxwtAPjfvs1FzlzrkxgHw/h9cWlqhwX3IruuGZm9LnYMc6uwBuANToco1f0iWh7chKLXfLPJfz9VPkkOoA==}
|
||||
|
||||
eslint-import-resolver-node@0.3.9:
|
||||
resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
|
||||
|
||||
eslint-import-resolver-ts-bundled@6.6.1:
|
||||
resolution: {integrity: sha512-2DJjd4JrrkoD473RenrLx6j4aJ86gLVscu8zVOv0hPgEAFewWjrPJJyAfUu9e6ls3cT0ObxaYLSa/3L+pXnwSA==}
|
||||
eslint-import-resolver-ts-bundled@6.7.0:
|
||||
resolution: {integrity: sha512-0haJVgQKhKa+03bEZPbVVqCg2V1RfY9YjIV765/nBl7niigZLu5Ouny6jNBOOZfXSSH4HEDb+oc09bnMWsrmlA==}
|
||||
|
||||
eslint-plugin-antfu@2.7.0:
|
||||
resolution: {integrity: sha512-gZM3jq3ouqaoHmUNszb1Zo2Ux7RckSvkGksjLWz9ipBYGSv1EwwBETN6AdiUXn+RpVHXTbEMPAPlXJazcA6+iA==}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
|
||||
eslint-plugin-autofix@2.2.0:
|
||||
resolution: {integrity: sha512-lu8+0r+utyTroROqXIL+a8sUpICi6za22hIzlpb0+x0tQGRnOjhOKU7v8mC/NS/faDoVsw6xW3vUpc+Mcz5NWA==}
|
||||
@ -877,8 +922,8 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=8'
|
||||
|
||||
eslint-plugin-import-x@4.3.0:
|
||||
resolution: {integrity: sha512-PxGzP7gAjF2DLeRnQtbYkkgZDg1intFyYr/XS1LgTYXUDrSXMHGkXx8++6i2eDv2jMs0jfeO6G6ykyeWxiFX7w==}
|
||||
eslint-plugin-import-x@4.3.1:
|
||||
resolution: {integrity: sha512-5TriWkXulDl486XnYYRgsL+VQoS/7mhN/2ci02iLCuL7gdhbiWxnsuL/NTcaKY9fpMgsMFjWZBtIGW7pb+RX0g==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
@ -889,8 +934,8 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
|
||||
eslint-plugin-n@17.10.3:
|
||||
resolution: {integrity: sha512-ySZBfKe49nQZWR1yFaA0v/GsH6Fgp8ah6XV0WDz6CN8WO0ek4McMzb7A2xnf4DCYV43frjCygvb9f/wx7UUxRw==}
|
||||
eslint-plugin-n@17.11.1:
|
||||
resolution: {integrity: sha512-93IUD82N6tIEgjztVI/l3ElHtC2wTa9boJHrD8iN+NyDxjxz/daZUZKfkedjBZNdg6EqDk4irybUsiPwDqXAEA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: '>=8.23.0'
|
||||
@ -907,8 +952,8 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=8.44.0'
|
||||
|
||||
eslint-plugin-sukka@6.6.1:
|
||||
resolution: {integrity: sha512-9VphafWecqYFFY+dBU9bZ4gEEGm6isFU5zmY4NYfu0Ms55fAnQjJ2+ben6K4thRMDavDswkIoiiJRhMIkcT86w==}
|
||||
eslint-plugin-sukka@6.7.0:
|
||||
resolution: {integrity: sha512-wUgdP3PqmJ8VSW0uTuf+irLyaHccVwdl0417NsdVFXG3k0o6B9ABjBgJWSoBUoqNAGXCNVlO4fzsciFgXfXgDw==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
@ -1103,8 +1148,8 @@ packages:
|
||||
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
globals@15.9.0:
|
||||
resolution: {integrity: sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==}
|
||||
globals@15.11.0:
|
||||
resolution: {integrity: sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
graceful-fs@4.2.11:
|
||||
@ -1703,8 +1748,8 @@ packages:
|
||||
resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
typescript-eslint@8.7.0:
|
||||
resolution: {integrity: sha512-nEHbEYJyHwsuf7c3V3RS7Saq+1+la3i0ieR3qP0yjqWSzVmh8Drp47uOl9LjbPANac4S7EFSqvcYIKXUUwIfIQ==}
|
||||
typescript-eslint@8.8.1:
|
||||
resolution: {integrity: sha512-R0dsXFt6t4SAFjUSKFjMh4pXDtq04SsFKCVGDP3ZOzNP7itF0jBcZYU4fMsZr4y7O7V7Nc751dDeESbe4PbQMQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@ -1717,8 +1762,12 @@ packages:
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
undici-types@5.26.5:
|
||||
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
|
||||
undici-types@6.19.8:
|
||||
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
|
||||
|
||||
undici@6.20.0:
|
||||
resolution: {integrity: sha512-AITZfPuxubm31Sx0vr8bteSalEbs9wQb/BOBi9FPlD9Qpd6HxZ4Q0+hI742jBhkPb4RT2v5MQzaW5VhRVyj+9A==}
|
||||
engines: {node: '>=18.17'}
|
||||
|
||||
unique-filename@4.0.0:
|
||||
resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==}
|
||||
@ -1795,6 +1844,8 @@ packages:
|
||||
|
||||
snapshots:
|
||||
|
||||
'@antfu/utils@0.7.10': {}
|
||||
|
||||
'@cliqz/adblocker-content@1.33.2':
|
||||
dependencies:
|
||||
'@cliqz/adblocker-extended-selectors': 1.33.2
|
||||
@ -1846,22 +1897,22 @@ snapshots:
|
||||
|
||||
'@eslint-community/regexpp@4.11.1': {}
|
||||
|
||||
'@eslint-sukka/node@6.6.1(eslint@9.12.0)(typescript@5.6.3)':
|
||||
'@eslint-sukka/node@6.7.0(eslint@9.12.0)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@eslint-sukka/shared': 6.6.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
eslint-plugin-n: 17.10.3(eslint@9.12.0)
|
||||
eslint-plugin-sukka: 6.6.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@eslint-sukka/shared': 6.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
eslint-plugin-n: 17.11.1(eslint@9.12.0)
|
||||
eslint-plugin-sukka: 6.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@eslint-sukka/shared@6.6.1(eslint@9.12.0)(typescript@5.6.3)':
|
||||
'@eslint-sukka/shared@6.7.0(eslint@9.12.0)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@dual-bundle/import-meta-resolve': 4.1.0
|
||||
'@package-json/types': 0.0.11
|
||||
'@types/eslint': 9.6.1
|
||||
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
@ -2032,7 +2083,7 @@ snapshots:
|
||||
|
||||
'@stylistic/eslint-plugin-ts@2.8.0(eslint@9.12.0)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
eslint: 9.12.0
|
||||
eslint-visitor-keys: 4.1.0
|
||||
espree: 10.2.0
|
||||
@ -2040,16 +2091,16 @@ snapshots:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@swc-node/core@1.13.3(@swc/core@1.7.28)(@swc/types@0.1.12)':
|
||||
'@swc-node/core@1.13.3(@swc/core@1.7.35)(@swc/types@0.1.13)':
|
||||
dependencies:
|
||||
'@swc/core': 1.7.28
|
||||
'@swc/types': 0.1.12
|
||||
'@swc/core': 1.7.35
|
||||
'@swc/types': 0.1.13
|
||||
|
||||
'@swc-node/register@1.10.9(@swc/core@1.7.28)(@swc/types@0.1.12)(typescript@5.6.3)':
|
||||
'@swc-node/register@1.10.9(@swc/core@1.7.35)(@swc/types@0.1.13)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@swc-node/core': 1.13.3(@swc/core@1.7.28)(@swc/types@0.1.12)
|
||||
'@swc-node/core': 1.13.3(@swc/core@1.7.35)(@swc/types@0.1.13)
|
||||
'@swc-node/sourcemap-support': 0.5.1
|
||||
'@swc/core': 1.7.28
|
||||
'@swc/core': 1.7.35
|
||||
colorette: 2.0.20
|
||||
debug: 4.3.7(supports-color@8.1.1)
|
||||
oxc-resolver: 1.10.2
|
||||
@ -2065,55 +2116,55 @@ snapshots:
|
||||
source-map-support: 0.5.21
|
||||
tslib: 2.7.0
|
||||
|
||||
'@swc/core-darwin-arm64@1.7.28':
|
||||
'@swc/core-darwin-arm64@1.7.35':
|
||||
optional: true
|
||||
|
||||
'@swc/core-darwin-x64@1.7.28':
|
||||
'@swc/core-darwin-x64@1.7.35':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.7.28':
|
||||
'@swc/core-linux-arm-gnueabihf@1.7.35':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.7.28':
|
||||
'@swc/core-linux-arm64-gnu@1.7.35':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.7.28':
|
||||
'@swc/core-linux-arm64-musl@1.7.35':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.7.28':
|
||||
'@swc/core-linux-x64-gnu@1.7.35':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-musl@1.7.28':
|
||||
'@swc/core-linux-x64-musl@1.7.35':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.7.28':
|
||||
'@swc/core-win32-arm64-msvc@1.7.35':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.7.28':
|
||||
'@swc/core-win32-ia32-msvc@1.7.35':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.7.28':
|
||||
'@swc/core-win32-x64-msvc@1.7.35':
|
||||
optional: true
|
||||
|
||||
'@swc/core@1.7.28':
|
||||
'@swc/core@1.7.35':
|
||||
dependencies:
|
||||
'@swc/counter': 0.1.3
|
||||
'@swc/types': 0.1.12
|
||||
'@swc/types': 0.1.13
|
||||
optionalDependencies:
|
||||
'@swc/core-darwin-arm64': 1.7.28
|
||||
'@swc/core-darwin-x64': 1.7.28
|
||||
'@swc/core-linux-arm-gnueabihf': 1.7.28
|
||||
'@swc/core-linux-arm64-gnu': 1.7.28
|
||||
'@swc/core-linux-arm64-musl': 1.7.28
|
||||
'@swc/core-linux-x64-gnu': 1.7.28
|
||||
'@swc/core-linux-x64-musl': 1.7.28
|
||||
'@swc/core-win32-arm64-msvc': 1.7.28
|
||||
'@swc/core-win32-ia32-msvc': 1.7.28
|
||||
'@swc/core-win32-x64-msvc': 1.7.28
|
||||
'@swc/core-darwin-arm64': 1.7.35
|
||||
'@swc/core-darwin-x64': 1.7.35
|
||||
'@swc/core-linux-arm-gnueabihf': 1.7.35
|
||||
'@swc/core-linux-arm64-gnu': 1.7.35
|
||||
'@swc/core-linux-arm64-musl': 1.7.35
|
||||
'@swc/core-linux-x64-gnu': 1.7.35
|
||||
'@swc/core-linux-x64-musl': 1.7.35
|
||||
'@swc/core-win32-arm64-msvc': 1.7.35
|
||||
'@swc/core-win32-ia32-msvc': 1.7.35
|
||||
'@swc/core-win32-x64-msvc': 1.7.35
|
||||
|
||||
'@swc/counter@0.1.3': {}
|
||||
|
||||
'@swc/types@0.1.12':
|
||||
'@swc/types@0.1.13':
|
||||
dependencies:
|
||||
'@swc/counter': 0.1.3
|
||||
|
||||
@ -2128,7 +2179,7 @@ snapshots:
|
||||
|
||||
'@types/better-sqlite3@7.6.11':
|
||||
dependencies:
|
||||
'@types/node': 20.14.11
|
||||
'@types/node': 22.7.5
|
||||
|
||||
'@types/chai@4.3.20': {}
|
||||
|
||||
@ -2166,12 +2217,12 @@ snapshots:
|
||||
|
||||
'@types/node-fetch@2.6.11':
|
||||
dependencies:
|
||||
'@types/node': 20.14.11
|
||||
'@types/node': 22.7.5
|
||||
form-data: 4.0.1
|
||||
|
||||
'@types/node@20.14.11':
|
||||
'@types/node@22.7.5':
|
||||
dependencies:
|
||||
undici-types: 5.26.5
|
||||
undici-types: 6.19.8
|
||||
|
||||
'@types/punycode@2.1.4': {}
|
||||
|
||||
@ -2179,27 +2230,27 @@ snapshots:
|
||||
|
||||
'@types/ssri@7.1.5':
|
||||
dependencies:
|
||||
'@types/node': 20.14.11
|
||||
'@types/node': 22.7.5
|
||||
|
||||
'@types/tar-fs@2.0.4':
|
||||
dependencies:
|
||||
'@types/node': 20.14.11
|
||||
'@types/node': 22.7.5
|
||||
'@types/tar-stream': 3.1.3
|
||||
|
||||
'@types/tar-stream@3.1.3':
|
||||
dependencies:
|
||||
'@types/node': 20.14.11
|
||||
'@types/node': 22.7.5
|
||||
|
||||
'@types/wtfnode@0.7.3': {}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3)':
|
||||
'@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.11.1
|
||||
'@typescript-eslint/parser': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/scope-manager': 8.7.0
|
||||
'@typescript-eslint/type-utils': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/visitor-keys': 8.7.0
|
||||
'@typescript-eslint/parser': 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/scope-manager': 8.8.1
|
||||
'@typescript-eslint/type-utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/visitor-keys': 8.8.1
|
||||
eslint: 9.12.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.2
|
||||
@ -2223,15 +2274,33 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.8.1
|
||||
'@typescript-eslint/types': 8.8.1
|
||||
'@typescript-eslint/typescript-estree': 8.8.1(typescript@5.6.3)
|
||||
'@typescript-eslint/visitor-keys': 8.8.1
|
||||
debug: 4.3.7(supports-color@8.1.1)
|
||||
eslint: 9.12.0
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/scope-manager@8.7.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.7.0
|
||||
'@typescript-eslint/visitor-keys': 8.7.0
|
||||
|
||||
'@typescript-eslint/type-utils@8.7.0(eslint@9.12.0)(typescript@5.6.3)':
|
||||
'@typescript-eslint/scope-manager@8.8.1':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/types': 8.8.1
|
||||
'@typescript-eslint/visitor-keys': 8.8.1
|
||||
|
||||
'@typescript-eslint/type-utils@8.8.1(eslint@9.12.0)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.8.1(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
debug: 4.3.7(supports-color@8.1.1)
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
optionalDependencies:
|
||||
@ -2242,6 +2311,8 @@ snapshots:
|
||||
|
||||
'@typescript-eslint/types@8.7.0': {}
|
||||
|
||||
'@typescript-eslint/types@8.8.1': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.7.0(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.7.0
|
||||
@ -2257,12 +2328,27 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.7.0(eslint@9.12.0)(typescript@5.6.3)':
|
||||
'@typescript-eslint/typescript-estree@8.8.1(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.8.1
|
||||
'@typescript-eslint/visitor-keys': 8.8.1
|
||||
debug: 4.3.7(supports-color@8.1.1)
|
||||
fast-glob: 3.3.2
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.5
|
||||
semver: 7.6.3
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.8.1(eslint@9.12.0)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0)
|
||||
'@typescript-eslint/scope-manager': 8.7.0
|
||||
'@typescript-eslint/types': 8.7.0
|
||||
'@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.3)
|
||||
'@typescript-eslint/scope-manager': 8.8.1
|
||||
'@typescript-eslint/types': 8.8.1
|
||||
'@typescript-eslint/typescript-estree': 8.8.1(typescript@5.6.3)
|
||||
eslint: 9.12.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -2273,6 +2359,11 @@ snapshots:
|
||||
'@typescript-eslint/types': 8.7.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.8.1':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.8.1
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
acorn-jsx@5.3.2(acorn@8.12.1):
|
||||
dependencies:
|
||||
acorn: 8.12.1
|
||||
@ -2553,10 +2644,10 @@ snapshots:
|
||||
eslint: 9.12.0
|
||||
semver: 7.6.3
|
||||
|
||||
eslint-config-sukka@6.6.1(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3):
|
||||
eslint-config-sukka@6.7.0(@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.12.0)
|
||||
'@eslint-sukka/shared': 6.6.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@eslint-sukka/shared': 6.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@eslint/js': 9.12.0
|
||||
'@stylistic/eslint-plugin-js': 2.8.0(eslint@9.12.0)
|
||||
'@stylistic/eslint-plugin-plus': 2.8.0(eslint@9.12.0)
|
||||
@ -2564,24 +2655,25 @@ snapshots:
|
||||
'@typescript-eslint/parser': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
ci-info: 4.0.0
|
||||
defu: 6.1.4
|
||||
eslint-import-resolver-ts-bundled: 6.6.1
|
||||
eslint-import-resolver-ts-bundled: 6.7.0
|
||||
eslint-plugin-antfu: 2.7.0(eslint@9.12.0)
|
||||
eslint-plugin-autofix: 2.2.0(eslint@9.12.0)
|
||||
eslint-plugin-import-x: 4.3.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
eslint-plugin-import-x: 4.3.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
eslint-plugin-jsonc: 2.16.0(eslint@9.12.0)
|
||||
eslint-plugin-promise: 7.1.0(eslint@9.12.0)
|
||||
eslint-plugin-regexp: 2.6.0(eslint@9.12.0)
|
||||
eslint-plugin-sukka: 6.6.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)
|
||||
eslint-plugin-sukka: 6.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)
|
||||
jsonc-eslint-parser: 2.4.0
|
||||
picocolors: 1.1.0
|
||||
typescript-eslint: 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
typescript-eslint: 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
transitivePeerDependencies:
|
||||
- '@typescript-eslint/eslint-plugin'
|
||||
- eslint
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
eslint-formatter-sukka@6.6.1:
|
||||
eslint-formatter-sukka@6.7.0:
|
||||
dependencies:
|
||||
ci-info: 4.0.0
|
||||
picocolors: 1.1.0
|
||||
@ -2594,10 +2686,15 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-import-resolver-ts-bundled@6.6.1:
|
||||
eslint-import-resolver-ts-bundled@6.7.0:
|
||||
dependencies:
|
||||
enhanced-resolve: 5.17.1
|
||||
|
||||
eslint-plugin-antfu@2.7.0(eslint@9.12.0):
|
||||
dependencies:
|
||||
'@antfu/utils': 0.7.10
|
||||
eslint: 9.12.0
|
||||
|
||||
eslint-plugin-autofix@2.2.0(eslint@9.12.0):
|
||||
dependencies:
|
||||
eslint: 9.12.0
|
||||
@ -2613,9 +2710,9 @@ snapshots:
|
||||
eslint: 9.12.0
|
||||
eslint-compat-utils: 0.5.1(eslint@9.12.0)
|
||||
|
||||
eslint-plugin-import-x@4.3.0(eslint@9.12.0)(typescript@5.6.3):
|
||||
eslint-plugin-import-x@4.3.1(eslint@9.12.0)(typescript@5.6.3):
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
debug: 4.3.7(supports-color@8.1.1)
|
||||
doctrine: 3.0.0
|
||||
eslint: 9.12.0
|
||||
@ -2641,14 +2738,14 @@ snapshots:
|
||||
natural-compare: 1.4.0
|
||||
synckit: 0.6.2
|
||||
|
||||
eslint-plugin-n@17.10.3(eslint@9.12.0):
|
||||
eslint-plugin-n@17.11.1(eslint@9.12.0):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0)
|
||||
enhanced-resolve: 5.17.1
|
||||
eslint: 9.12.0
|
||||
eslint-plugin-es-x: 7.8.0(eslint@9.12.0)
|
||||
get-tsconfig: 4.8.1
|
||||
globals: 15.9.0
|
||||
globals: 15.11.0
|
||||
ignore: 5.3.2
|
||||
minimatch: 9.0.5
|
||||
semver: 7.6.3
|
||||
@ -2668,22 +2765,22 @@ snapshots:
|
||||
regexp-ast-analysis: 0.7.1
|
||||
scslre: 0.3.0
|
||||
|
||||
eslint-plugin-sukka@6.6.1(eslint@9.12.0)(typescript@5.6.3):
|
||||
eslint-plugin-sukka@6.7.0(eslint@9.12.0)(typescript@5.6.3):
|
||||
dependencies:
|
||||
'@eslint-sukka/shared': 6.6.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/type-utils': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@eslint-sukka/shared': 6.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/type-utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0):
|
||||
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0):
|
||||
dependencies:
|
||||
eslint: 9.12.0
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/eslint-plugin': 8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3)
|
||||
|
||||
eslint-rule-composer@0.3.0: {}
|
||||
|
||||
@ -2878,7 +2975,7 @@ snapshots:
|
||||
|
||||
globals@14.0.0: {}
|
||||
|
||||
globals@15.9.0: {}
|
||||
globals@15.11.0: {}
|
||||
|
||||
graceful-fs@4.2.11: {}
|
||||
|
||||
@ -3497,11 +3594,11 @@ snapshots:
|
||||
|
||||
type-detect@4.0.8: {}
|
||||
|
||||
typescript-eslint@8.7.0(eslint@9.12.0)(typescript@5.6.3):
|
||||
typescript-eslint@8.8.1(eslint@9.12.0)(typescript@5.6.3):
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/parser': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/eslint-plugin': 8.8.1(@typescript-eslint/parser@8.8.1(eslint@9.12.0)(typescript@5.6.3))(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/parser': 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.8.1(eslint@9.12.0)(typescript@5.6.3)
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
transitivePeerDependencies:
|
||||
@ -3510,7 +3607,9 @@ snapshots:
|
||||
|
||||
typescript@5.6.3: {}
|
||||
|
||||
undici-types@5.26.5: {}
|
||||
undici-types@6.19.8: {}
|
||||
|
||||
undici@6.20.0: {}
|
||||
|
||||
unique-filename@4.0.0:
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user