2024-10-04
This commit is contained in:
parent
7b90cf9d33
commit
95d7fb829a
88 changed files with 9822 additions and 616 deletions
153
pnpm-lock.yaml
generated
153
pnpm-lock.yaml
generated
|
|
@ -31,8 +31,8 @@ importers:
|
|||
specifier: ^1.9.3
|
||||
version: 1.9.3
|
||||
'@eslint/js':
|
||||
specifier: ^9.11.1
|
||||
version: 9.11.1
|
||||
specifier: ^9.12.0
|
||||
version: 9.12.0
|
||||
'@prettier/plugin-php':
|
||||
specifier: ^0.22.2
|
||||
version: 0.22.2(prettier@3.3.3)
|
||||
|
|
@ -58,14 +58,14 @@ importers:
|
|||
specifier: git+https://git.gcch.fr/gcch/configurations-js.git
|
||||
version: git+https://git.gcch.fr/gcch/configurations-js.git#8041a8ac7398dd2255920bbb61ff782670bd13f2
|
||||
eslint:
|
||||
specifier: ^9.11.1
|
||||
version: 9.11.1
|
||||
specifier: ^9.12.0
|
||||
version: 9.12.0
|
||||
eslint-plugin-oxlint:
|
||||
specifier: ^0.9.9
|
||||
version: 0.9.9
|
||||
eslint-plugin-perfectionist:
|
||||
specifier: ^3.8.0
|
||||
version: 3.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
version: 3.8.0(eslint@9.12.0)(typescript@5.6.2)
|
||||
fdir:
|
||||
specifier: ^6.4.0
|
||||
version: 6.4.0(picomatch@4.0.2)
|
||||
|
|
@ -113,7 +113,7 @@ importers:
|
|||
version: 5.6.2
|
||||
typescript-eslint:
|
||||
specifier: ^8.8.0
|
||||
version: 8.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
version: 8.8.0(eslint@9.12.0)(typescript@5.6.2)
|
||||
vite:
|
||||
specifier: ^5.4.8
|
||||
version: 5.4.8(@types/node@22.7.4)(sass@1.79.4)
|
||||
|
|
@ -121,8 +121,8 @@ importers:
|
|||
specifier: ^0.2.0
|
||||
version: 0.2.0
|
||||
vite-plugin-valibot-env:
|
||||
specifier: ^0.7.0
|
||||
version: 0.7.0(valibot@1.0.0-beta.0(typescript@5.6.2))(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4))
|
||||
specifier: ^0.8.0
|
||||
version: 0.8.0(valibot@1.0.0-beta.0(typescript@5.6.2))(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4))
|
||||
vite-tsconfig-paths:
|
||||
specifier: ^5.0.1
|
||||
version: 5.0.1(typescript@5.6.2)(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4))
|
||||
|
|
@ -463,8 +463,8 @@ packages:
|
|||
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/js@9.11.1':
|
||||
resolution: {integrity: sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==}
|
||||
'@eslint/js@9.12.0':
|
||||
resolution: {integrity: sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/object-schema@2.1.4':
|
||||
|
|
@ -475,12 +475,20 @@ packages:
|
|||
resolution: {integrity: sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@humanfs/core@0.19.0':
|
||||
resolution: {integrity: sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==}
|
||||
engines: {node: '>=18.18.0'}
|
||||
|
||||
'@humanfs/node@0.16.5':
|
||||
resolution: {integrity: sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==}
|
||||
engines: {node: '>=18.18.0'}
|
||||
|
||||
'@humanwhocodes/module-importer@1.0.1':
|
||||
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
||||
engines: {node: '>=12.22'}
|
||||
|
||||
'@humanwhocodes/retry@0.3.0':
|
||||
resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==}
|
||||
'@humanwhocodes/retry@0.3.1':
|
||||
resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
|
||||
engines: {node: '>=18.18'}
|
||||
|
||||
'@mole-inc/bin-wrapper@8.0.1':
|
||||
|
|
@ -765,8 +773,8 @@ packages:
|
|||
resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
'@stylistic/stylelint-plugin@3.1.0':
|
||||
resolution: {integrity: sha512-NU2XR6i1x163KdyDj3zqblA13890fBzHNZYqZ13aor/sB3Yq8kU/0NKCudv5pfl9Kb/UAteo/D7vKMHtaror/A==}
|
||||
'@stylistic/stylelint-plugin@3.1.1':
|
||||
resolution: {integrity: sha512-XagAHHIa528EvyGybv8EEYGK5zrVW74cHpsjhtovVATbhDRuJYfE+X4HCaAieW9lCkwbX6L+X0I4CiUG3w/hFw==}
|
||||
engines: {node: ^18.12 || >=20.9}
|
||||
peerDependencies:
|
||||
stylelint: ^16.8.0
|
||||
|
|
@ -1047,8 +1055,8 @@ packages:
|
|||
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
caniuse-lite@1.0.30001666:
|
||||
resolution: {integrity: sha512-gD14ICmoV5ZZM1OdzPWmpx+q4GyefaK06zi8hmfHV5xe4/2nOQX3+Dw5o+fSqOws2xVwL9j+anOPFwHzdEdV4g==}
|
||||
caniuse-lite@1.0.30001667:
|
||||
resolution: {integrity: sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==}
|
||||
|
||||
chalk@2.4.2:
|
||||
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
|
||||
|
|
@ -1152,8 +1160,8 @@ packages:
|
|||
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
electron-to-chromium@1.5.31:
|
||||
resolution: {integrity: sha512-QcDoBbQeYt0+3CWcK/rEbuHvwpbT/8SV9T3OSgs6cX1FlcUAkgrkqbg9zLnDrMM/rLamzQwal4LYFCiWk861Tg==}
|
||||
electron-to-chromium@1.5.32:
|
||||
resolution: {integrity: sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==}
|
||||
|
||||
emoji-regex@8.0.0:
|
||||
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
||||
|
|
@ -1223,8 +1231,8 @@ packages:
|
|||
resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
eslint@9.11.1:
|
||||
resolution: {integrity: sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==}
|
||||
eslint@9.12.0:
|
||||
resolution: {integrity: sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
|
@ -1471,10 +1479,6 @@ packages:
|
|||
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
||||
engines: {node: '>=0.12.0'}
|
||||
|
||||
is-path-inside@3.0.3:
|
||||
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
is-plain-obj@1.1.0:
|
||||
resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
|
@ -1736,8 +1740,8 @@ packages:
|
|||
postcss-resolve-nested-selector@0.1.6:
|
||||
resolution: {integrity: sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==}
|
||||
|
||||
postcss-safe-parser@7.0.0:
|
||||
resolution: {integrity: sha512-ovehqRNVCpuFzbXoTb4qLtyzK3xn3t/CUBxOs8LsnQjQrShaB4lKiHoVqY8ANaC0hBMHq5QVWk77rwGklFUDrg==}
|
||||
postcss-safe-parser@7.0.1:
|
||||
resolution: {integrity: sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==}
|
||||
engines: {node: '>=18.0'}
|
||||
peerDependencies:
|
||||
postcss: ^8.4.31
|
||||
|
|
@ -1813,8 +1817,8 @@ packages:
|
|||
resolution: {integrity: sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
readdirp@4.0.1:
|
||||
resolution: {integrity: sha512-GkMg9uOTpIWWKbSsgwb5fA4EavTR+SG/PMPoAY8hkhHfEEY0/vqljY+XHqtDf2cr2IJtoNRDbrrEpZUiZCkYRw==}
|
||||
readdirp@4.0.2:
|
||||
resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==}
|
||||
engines: {node: '>= 14.16.0'}
|
||||
|
||||
regexp-to-ast@0.5.0:
|
||||
|
|
@ -2142,8 +2146,8 @@ packages:
|
|||
vite-plugin-manifest-sri@0.2.0:
|
||||
resolution: {integrity: sha512-Zt5jt19xTIJ91LOuQTCtNG7rTFc5OziAjBz2H5NdCGqaOD1nxrWExLhcKW+W4/q8/jOPCg/n5ncYEQmqCxiGQQ==}
|
||||
|
||||
vite-plugin-valibot-env@0.7.0:
|
||||
resolution: {integrity: sha512-ZWOotDNSaaS2imljDofr+sIjA/lMgDXP9Sp5u6zRYbN5s4YF6g70xnHq8Dv/jLBdy/qDms/ZaA/KI4gQgwUojw==}
|
||||
vite-plugin-valibot-env@0.8.0:
|
||||
resolution: {integrity: sha512-uMxgu7qpR/nJlVrOCTvxXSc6KnWAxT4eqINenPvHau6kHuIdHO3N7eQlffUKKZNMWqbuM9MURv4dTAZVLTPYzQ==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
peerDependencies:
|
||||
valibot: '>=0.30 <0.43 || 1.0.0-beta.0'
|
||||
|
|
@ -2427,9 +2431,9 @@ snapshots:
|
|||
'@esbuild/win32-x64@0.21.5':
|
||||
optional: true
|
||||
|
||||
'@eslint-community/eslint-utils@4.4.0(eslint@9.11.1)':
|
||||
'@eslint-community/eslint-utils@4.4.0(eslint@9.12.0)':
|
||||
dependencies:
|
||||
eslint: 9.11.1
|
||||
eslint: 9.12.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@eslint-community/regexpp@4.11.1': {}
|
||||
|
|
@ -2458,7 +2462,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@eslint/js@9.11.1': {}
|
||||
'@eslint/js@9.12.0': {}
|
||||
|
||||
'@eslint/object-schema@2.1.4': {}
|
||||
|
||||
|
|
@ -2466,9 +2470,16 @@ snapshots:
|
|||
dependencies:
|
||||
levn: 0.4.1
|
||||
|
||||
'@humanfs/core@0.19.0': {}
|
||||
|
||||
'@humanfs/node@0.16.5':
|
||||
dependencies:
|
||||
'@humanfs/core': 0.19.0
|
||||
'@humanwhocodes/retry': 0.3.1
|
||||
|
||||
'@humanwhocodes/module-importer@1.0.1': {}
|
||||
|
||||
'@humanwhocodes/retry@0.3.0': {}
|
||||
'@humanwhocodes/retry@0.3.1': {}
|
||||
|
||||
'@mole-inc/bin-wrapper@8.0.1':
|
||||
dependencies:
|
||||
|
|
@ -2693,7 +2704,7 @@ snapshots:
|
|||
|
||||
'@sindresorhus/is@4.6.0': {}
|
||||
|
||||
'@stylistic/stylelint-plugin@3.1.0(stylelint@16.9.0(typescript@5.6.2))':
|
||||
'@stylistic/stylelint-plugin@3.1.1(stylelint@16.9.0(typescript@5.6.2))':
|
||||
dependencies:
|
||||
'@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1)
|
||||
'@csstools/css-tokenizer': 3.0.1
|
||||
|
|
@ -2809,15 +2820,15 @@ snapshots:
|
|||
dependencies:
|
||||
'@types/node': 22.7.4
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)':
|
||||
'@typescript-eslint/eslint-plugin@8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.11.1
|
||||
'@typescript-eslint/parser': 8.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.8.0(eslint@9.12.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/scope-manager': 8.8.0
|
||||
'@typescript-eslint/type-utils': 8.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
'@typescript-eslint/type-utils': 8.8.0(eslint@9.12.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.8.0(eslint@9.12.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/visitor-keys': 8.8.0
|
||||
eslint: 9.11.1
|
||||
eslint: 9.12.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.2
|
||||
natural-compare: 1.4.0
|
||||
|
|
@ -2827,14 +2838,14 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.8.0(eslint@9.11.1)(typescript@5.6.2)':
|
||||
'@typescript-eslint/parser@8.8.0(eslint@9.12.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.8.0
|
||||
'@typescript-eslint/types': 8.8.0
|
||||
'@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.2)
|
||||
'@typescript-eslint/visitor-keys': 8.8.0
|
||||
debug: 4.3.7
|
||||
eslint: 9.11.1
|
||||
eslint: 9.12.0
|
||||
optionalDependencies:
|
||||
typescript: 5.6.2
|
||||
transitivePeerDependencies:
|
||||
|
|
@ -2845,10 +2856,10 @@ snapshots:
|
|||
'@typescript-eslint/types': 8.8.0
|
||||
'@typescript-eslint/visitor-keys': 8.8.0
|
||||
|
||||
'@typescript-eslint/type-utils@8.8.0(eslint@9.11.1)(typescript@5.6.2)':
|
||||
'@typescript-eslint/type-utils@8.8.0(eslint@9.12.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.8.0(eslint@9.12.0)(typescript@5.6.2)
|
||||
debug: 4.3.7
|
||||
ts-api-utils: 1.3.0(typescript@5.6.2)
|
||||
optionalDependencies:
|
||||
|
|
@ -2874,13 +2885,13 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.8.0(eslint@9.11.1)(typescript@5.6.2)':
|
||||
'@typescript-eslint/utils@8.8.0(eslint@9.12.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0)
|
||||
'@typescript-eslint/scope-manager': 8.8.0
|
||||
'@typescript-eslint/types': 8.8.0
|
||||
'@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.2)
|
||||
eslint: 9.11.1
|
||||
eslint: 9.12.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
|
@ -2989,8 +3000,8 @@ snapshots:
|
|||
|
||||
browserslist@4.24.0:
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001666
|
||||
electron-to-chromium: 1.5.31
|
||||
caniuse-lite: 1.0.30001667
|
||||
electron-to-chromium: 1.5.32
|
||||
node-releases: 2.0.18
|
||||
update-browserslist-db: 1.1.1(browserslist@4.24.0)
|
||||
|
||||
|
|
@ -3008,7 +3019,7 @@ snapshots:
|
|||
|
||||
callsites@3.1.0: {}
|
||||
|
||||
caniuse-lite@1.0.30001666: {}
|
||||
caniuse-lite@1.0.30001667: {}
|
||||
|
||||
chalk@2.4.2:
|
||||
dependencies:
|
||||
|
|
@ -3027,7 +3038,7 @@ snapshots:
|
|||
|
||||
chokidar@4.0.1:
|
||||
dependencies:
|
||||
readdirp: 4.0.1
|
||||
readdirp: 4.0.2
|
||||
|
||||
clone-response@1.0.3:
|
||||
dependencies:
|
||||
|
|
@ -3103,7 +3114,7 @@ snapshots:
|
|||
dependencies:
|
||||
path-type: 4.0.0
|
||||
|
||||
electron-to-chromium@1.5.31: {}
|
||||
electron-to-chromium@1.5.32: {}
|
||||
|
||||
emoji-regex@8.0.0: {}
|
||||
|
||||
|
|
@ -3155,11 +3166,11 @@ snapshots:
|
|||
dependencies:
|
||||
scule: 1.3.0
|
||||
|
||||
eslint-plugin-perfectionist@3.8.0(eslint@9.11.1)(typescript@5.6.2):
|
||||
eslint-plugin-perfectionist@3.8.0(eslint@9.12.0)(typescript@5.6.2):
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.8.0
|
||||
'@typescript-eslint/utils': 8.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
eslint: 9.11.1
|
||||
'@typescript-eslint/utils': 8.8.0(eslint@9.12.0)(typescript@5.6.2)
|
||||
eslint: 9.12.0
|
||||
minimatch: 9.0.5
|
||||
natural-compare-lite: 1.4.0
|
||||
transitivePeerDependencies:
|
||||
|
|
@ -3175,18 +3186,18 @@ snapshots:
|
|||
|
||||
eslint-visitor-keys@4.1.0: {}
|
||||
|
||||
eslint@9.11.1:
|
||||
eslint@9.12.0:
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0)
|
||||
'@eslint-community/regexpp': 4.11.1
|
||||
'@eslint/config-array': 0.18.0
|
||||
'@eslint/core': 0.6.0
|
||||
'@eslint/eslintrc': 3.1.0
|
||||
'@eslint/js': 9.11.1
|
||||
'@eslint/js': 9.12.0
|
||||
'@eslint/plugin-kit': 0.2.0
|
||||
'@humanfs/node': 0.16.5
|
||||
'@humanwhocodes/module-importer': 1.0.1
|
||||
'@humanwhocodes/retry': 0.3.0
|
||||
'@nodelib/fs.walk': 1.2.8
|
||||
'@humanwhocodes/retry': 0.3.1
|
||||
'@types/estree': 1.0.6
|
||||
'@types/json-schema': 7.0.15
|
||||
ajv: 6.12.6
|
||||
|
|
@ -3206,13 +3217,11 @@ snapshots:
|
|||
ignore: 5.3.2
|
||||
imurmurhash: 0.1.4
|
||||
is-glob: 4.0.3
|
||||
is-path-inside: 3.0.3
|
||||
json-stable-stringify-without-jsonify: 1.0.1
|
||||
lodash.merge: 4.6.2
|
||||
minimatch: 3.1.2
|
||||
natural-compare: 1.4.0
|
||||
optionator: 0.9.4
|
||||
strip-ansi: 6.0.1
|
||||
text-table: 0.2.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
|
@ -3449,8 +3458,6 @@ snapshots:
|
|||
|
||||
is-number@7.0.0: {}
|
||||
|
||||
is-path-inside@3.0.3: {}
|
||||
|
||||
is-plain-obj@1.1.0: {}
|
||||
|
||||
is-plain-object@5.0.0: {}
|
||||
|
|
@ -3656,7 +3663,7 @@ snapshots:
|
|||
|
||||
postcss-resolve-nested-selector@0.1.6: {}
|
||||
|
||||
postcss-safe-parser@7.0.0(postcss@8.4.47):
|
||||
postcss-safe-parser@7.0.1(postcss@8.4.47):
|
||||
dependencies:
|
||||
postcss: 8.4.47
|
||||
|
||||
|
|
@ -3722,7 +3729,7 @@ snapshots:
|
|||
dependencies:
|
||||
readable-stream: 3.6.2
|
||||
|
||||
readdirp@4.0.1: {}
|
||||
readdirp@4.0.2: {}
|
||||
|
||||
regexp-to-ast@0.5.0: {}
|
||||
|
||||
|
|
@ -3881,7 +3888,7 @@ snapshots:
|
|||
|
||||
stylelint-config-sass-guidelines@12.1.0(postcss@8.4.47)(stylelint@16.9.0(typescript@5.6.2)):
|
||||
dependencies:
|
||||
'@stylistic/stylelint-plugin': 3.1.0(stylelint@16.9.0(typescript@5.6.2))
|
||||
'@stylistic/stylelint-plugin': 3.1.1(stylelint@16.9.0(typescript@5.6.2))
|
||||
postcss: 8.4.47
|
||||
postcss-scss: 4.0.9(postcss@8.4.47)
|
||||
stylelint: 16.9.0(typescript@5.6.2)
|
||||
|
|
@ -3956,7 +3963,7 @@ snapshots:
|
|||
picocolors: 1.1.0
|
||||
postcss: 8.4.47
|
||||
postcss-resolve-nested-selector: 0.1.6
|
||||
postcss-safe-parser: 7.0.0(postcss@8.4.47)
|
||||
postcss-safe-parser: 7.0.1(postcss@8.4.47)
|
||||
postcss-selector-parser: 6.1.2
|
||||
postcss-value-parser: 4.2.0
|
||||
resolve-from: 5.0.0
|
||||
|
|
@ -4026,11 +4033,11 @@ snapshots:
|
|||
|
||||
type-fest@4.26.1: {}
|
||||
|
||||
typescript-eslint@8.8.0(eslint@9.11.1)(typescript@5.6.2):
|
||||
typescript-eslint@8.8.0(eslint@9.12.0)(typescript@5.6.2):
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
'@typescript-eslint/eslint-plugin': 8.8.0(@typescript-eslint/parser@8.8.0(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.8.0(eslint@9.12.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.8.0(eslint@9.12.0)(typescript@5.6.2)
|
||||
optionalDependencies:
|
||||
typescript: 5.6.2
|
||||
transitivePeerDependencies:
|
||||
|
|
@ -4059,7 +4066,7 @@ snapshots:
|
|||
|
||||
vite-plugin-manifest-sri@0.2.0: {}
|
||||
|
||||
vite-plugin-valibot-env@0.7.0(valibot@1.0.0-beta.0(typescript@5.6.2))(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4)):
|
||||
vite-plugin-valibot-env@0.8.0(valibot@1.0.0-beta.0(typescript@5.6.2))(vite@5.4.8(@types/node@22.7.4)(sass@1.79.4)):
|
||||
dependencies:
|
||||
kleur: 4.1.5
|
||||
log-symbols: 7.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue