fix: make c12 look only for components.json for now (#388)

This commit is contained in:
Sadegh Barati 2024-03-07 09:01:07 +03:30 committed by GitHub
parent 33003deadf
commit a3e1db9578
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 187 additions and 122 deletions

View File

@ -48,7 +48,7 @@
"@babel/core": "^7.24.0",
"@babel/parser": "^7.24.0",
"@vue/compiler-sfc": "^3.4",
"c12": "^1.9.0",
"c12": "^1.10.0",
"commander": "^12.0.0",
"consola": "^3.2.3",
"detype": "npm:detypes@^0.7.9",
@ -62,7 +62,7 @@
"ora": "^8.0.1",
"pathe": "^1.1.2",
"prompts": "^2.4.2",
"radix-vue": "^1.4.9",
"radix-vue": "^1.5.0",
"ts-morph": "^21.0.1",
"tsconfig-paths": "^4.2.0",
"zod": "^3.22.4"
@ -72,12 +72,12 @@
"@types/diff": "^5.0.9",
"@types/fs-extra": "^11.0.4",
"@types/lodash.template": "^4.5.3",
"@types/node": "^20.11.24",
"@types/node": "^20.11.25",
"@types/prompts": "^2.4.9",
"@vitest/ui": "^0.34.4",
"tsup": "^8.0.2",
"type-fest": "^4.10.3",
"typescript": "^5.3.3",
"type-fest": "^4.11.1",
"typescript": "^5.4.2",
"vite-tsconfig-paths": "^4.3.1"
}
}

View File

@ -111,7 +111,7 @@ export async function getRawConfig(cwd: string): Promise<RawConfig | null> {
try {
const configResult = await c12LoadConfig({
name: 'components',
configFile: 'components',
configFile: 'components.json',
cwd,
})

View File

@ -1,7 +1,7 @@
import { fileURLToPath } from 'node:url'
import path from 'pathe'
import fs from 'fs-extra'
import { type PackageJson } from 'type-fest'
import type { PackageJson } from 'type-fest'
export function getPackageInfo() {
const packageJsonPath = getPackageFilePath('../package.json')

View File

@ -13,7 +13,7 @@ importers:
version: 2.7.0(@vue/compiler-sfc@3.4.21)(eslint@8.57.0)(typescript@5.3.3)(vitest@0.34.6)
'@commitlint/cli':
specifier: ^19.0.3
version: 19.0.3(@types/node@20.11.24)(typescript@5.3.3)
version: 19.0.3(@types/node@20.11.25)(typescript@5.3.3)
'@commitlint/config-conventional':
specifier: ^19.0.3
version: 19.0.3
@ -208,8 +208,8 @@ importers:
specifier: ^3.4
version: 3.4.19
c12:
specifier: ^1.9.0
version: 1.9.0
specifier: ^1.10.0
version: 1.10.0
commander:
specifier: ^12.0.0
version: 12.0.0
@ -250,8 +250,8 @@ importers:
specifier: ^2.4.2
version: 2.4.2
radix-vue:
specifier: ^1.4.9
version: 1.4.9(vue@3.4.21)
specifier: ^1.5.0
version: 1.5.0(vue@3.4.21)
ts-morph:
specifier: ^21.0.1
version: 21.0.1
@ -275,8 +275,8 @@ importers:
specifier: ^4.5.3
version: 4.5.3
'@types/node':
specifier: ^20.11.24
version: 20.11.24
specifier: ^20.11.25
version: 20.11.25
'@types/prompts':
specifier: ^2.4.9
version: 2.4.9
@ -285,16 +285,16 @@ importers:
version: 0.34.7(vitest@0.34.6)
tsup:
specifier: ^8.0.2
version: 8.0.2(typescript@5.3.3)
version: 8.0.2(typescript@5.4.2)
type-fest:
specifier: ^4.10.3
version: 4.10.3
specifier: ^4.11.1
version: 4.11.1
typescript:
specifier: ^5.3.3
version: 5.3.3
specifier: ^5.4.2
version: 5.4.2
vite-tsconfig-paths:
specifier: ^4.3.1
version: 4.3.1(typescript@5.3.3)
version: 4.3.1(typescript@5.4.2)
packages/module:
dependencies:
@ -313,7 +313,7 @@ importers:
version: 0.2.0(eslint@8.57.0)
'@nuxt/module-builder':
specifier: ^0.5.5
version: 0.5.5(@nuxt/kit@3.10.3)(nuxi@3.10.1)(typescript@5.3.3)
version: 0.5.5(@nuxt/kit@3.10.3)(nuxi@3.10.1)(typescript@5.4.2)
'@nuxt/schema':
specifier: ^3.10.3
version: 3.10.3(rollup@3.29.4)
@ -325,7 +325,7 @@ importers:
version: 20.11.24
nuxt:
specifier: ^3.10.3
version: 3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.5)
version: 3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.4.2)(vite@5.1.5)
vitest:
specifier: ^0.33.0
version: 0.33.0
@ -1085,14 +1085,14 @@ packages:
mime: 3.0.0
dev: true
/@commitlint/cli@19.0.3(@types/node@20.11.24)(typescript@5.3.3):
/@commitlint/cli@19.0.3(@types/node@20.11.25)(typescript@5.3.3):
resolution: {integrity: sha512-mGhh/aYPib4Vy4h+AGRloMY+CqkmtdeKPV9poMcZeImF5e3knQ5VYaSeAM0mEzps1dbKsHvABwaDpafLUuM96g==}
engines: {node: '>=v18'}
hasBin: true
dependencies:
'@commitlint/format': 19.0.3
'@commitlint/lint': 19.0.3
'@commitlint/load': 19.0.3(@types/node@20.11.24)(typescript@5.3.3)
'@commitlint/load': 19.0.3(@types/node@20.11.25)(typescript@5.3.3)
'@commitlint/read': 19.0.3
'@commitlint/types': 19.0.3
execa: 8.0.1
@ -1161,7 +1161,7 @@ packages:
'@commitlint/types': 19.0.3
dev: true
/@commitlint/load@19.0.3(@types/node@20.11.24)(typescript@5.3.3):
/@commitlint/load@19.0.3(@types/node@20.11.25)(typescript@5.3.3):
resolution: {integrity: sha512-18Tk/ZcDFRKIoKfEcl7kC+bYkEQ055iyKmGsYDoYWpKf6FUvBrP9bIWapuy/MB+kYiltmP9ITiUx6UXtqC9IRw==}
engines: {node: '>=v18'}
dependencies:
@ -1171,7 +1171,7 @@ packages:
'@commitlint/types': 19.0.3
chalk: 5.3.0
cosmiconfig: 8.3.6(typescript@5.3.3)
cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.24)(cosmiconfig@8.3.6)(typescript@5.3.3)
cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.25)(cosmiconfig@8.3.6)(typescript@5.3.3)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
@ -2444,7 +2444,7 @@ packages:
'@nuxt/kit': 3.10.3(rollup@3.29.4)
'@nuxt/schema': 3.10.3(rollup@3.29.4)
execa: 7.2.0
nuxt: 3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.5)
nuxt: 3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.4.2)(vite@5.1.5)
vite: 5.1.5(@types/node@20.11.24)
transitivePeerDependencies:
- rollup
@ -2492,7 +2492,7 @@ packages:
launch-editor: 2.6.1
local-pkg: 0.5.0
magicast: 0.3.3
nuxt: 3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.5)
nuxt: 3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.4.2)(vite@5.1.5)
nypm: 0.3.8
ohash: 1.1.3
pacote: 17.0.6
@ -2524,11 +2524,11 @@ packages:
eslint: ^8.48.0
dependencies:
'@rushstack/eslint-patch': 1.7.2
'@typescript-eslint/eslint-plugin': 6.20.0(@typescript-eslint/parser@6.20.0)(eslint@8.57.0)(typescript@5.3.3)
'@typescript-eslint/parser': 6.20.0(eslint@8.57.0)(typescript@5.3.3)
'@typescript-eslint/eslint-plugin': 6.20.0(@typescript-eslint/parser@6.20.0)(eslint@8.57.0)(typescript@5.4.2)
'@typescript-eslint/parser': 6.20.0(eslint@8.57.0)(typescript@5.4.2)
eslint: 8.57.0
eslint-plugin-vue: 9.21.1(eslint@8.57.0)
typescript: 5.3.3
typescript: 5.4.2
transitivePeerDependencies:
- supports-color
dev: true
@ -2538,7 +2538,7 @@ packages:
engines: {node: ^14.18.0 || >=16.10.0}
dependencies:
'@nuxt/schema': 3.10.3(rollup@3.29.4)
c12: 1.9.0
c12: 1.10.0
consola: 3.2.3
defu: 6.1.4
globby: 14.0.1
@ -2559,7 +2559,7 @@ packages:
- rollup
- supports-color
/@nuxt/module-builder@0.5.5(@nuxt/kit@3.10.3)(nuxi@3.10.1)(typescript@5.3.3):
/@nuxt/module-builder@0.5.5(@nuxt/kit@3.10.3)(nuxi@3.10.1)(typescript@5.4.2):
resolution: {integrity: sha512-ifFfwA1rbSXSae25RmqA2kAbV3xoShZNrq1yK8VXB/EnIcDn4WiaYR1PytaSxIt5zsvWPn92BJXiIUBiMQZ0hw==}
hasBin: true
peerDependencies:
@ -2572,7 +2572,7 @@ packages:
mlly: 1.5.0
nuxi: 3.10.1
pathe: 1.1.2
unbuild: 2.0.0(typescript@5.3.3)
unbuild: 2.0.0(typescript@5.4.2)
transitivePeerDependencies:
- sass
- supports-color
@ -2663,7 +2663,7 @@ packages:
dependencies:
'@nuxt/kit': 3.10.3(rollup@3.29.4)
'@nuxt/schema': 3.10.3(rollup@3.29.4)
c12: 1.9.0
c12: 1.10.0
consola: 3.2.3
defu: 6.1.4
destr: 2.0.2
@ -2687,7 +2687,7 @@ packages:
vite: 5.1.5(@types/node@20.11.24)
vitest: 0.33.0
vitest-environment-nuxt: 1.0.0(h3@1.11.1)(rollup@3.29.4)(vite@5.1.5)(vitest@0.33.0)(vue-router@4.3.0)(vue@3.4.21)
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
vue-router: 4.3.0(vue@3.4.21)
transitivePeerDependencies:
- rollup
@ -2697,7 +2697,7 @@ packages:
/@nuxt/ui-templates@1.3.1:
resolution: {integrity: sha512-5gc02Pu1HycOVUWJ8aYsWeeXcSTPe8iX8+KIrhyEtEoOSkY0eMBuo0ssljB8wALuEmepv31DlYe5gpiRwkjESA==}
/@nuxt/vite-builder@3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.3.3)(vue@3.4.21):
/@nuxt/vite-builder@3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.4.2)(vue@3.4.21):
resolution: {integrity: sha512-BqkbrYkEk1AVUJleofbqTRV+ltf2p1CDjGDK78zENPCgrSABlj4F4oK8rze8vmRY5qoH7kMZxgMa2dXVXCp6OA==}
engines: {node: ^14.18.0 || >=16.10.0}
peerDependencies:
@ -2735,8 +2735,8 @@ packages:
unplugin: 1.8.0
vite: 5.1.5(@types/node@20.11.24)
vite-node: 1.3.1(@types/node@20.11.24)
vite-plugin-checker: 0.6.4(eslint@8.57.0)(typescript@5.3.3)(vite@5.1.5)
vue: 3.4.21(typescript@5.3.3)
vite-plugin-checker: 0.6.4(eslint@8.57.0)(typescript@5.4.2)(vite@5.1.5)
vue: 3.4.21(typescript@5.4.2)
vue-bundle-renderer: 2.0.0
transitivePeerDependencies:
- '@types/node'
@ -3623,7 +3623,7 @@ packages:
/@types/conventional-commits-parser@5.0.0:
resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==}
dependencies:
'@types/node': 20.11.24
'@types/node': 20.11.25
dev: true
/@types/d3-array@3.2.1:
@ -3847,7 +3847,7 @@ packages:
resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==}
dependencies:
'@types/jsonfile': 6.1.4
'@types/node': 20.11.24
'@types/node': 20.11.25
dev: true
/@types/geojson@7946.0.14:
@ -3857,7 +3857,7 @@ packages:
/@types/http-proxy@1.17.14:
resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==}
dependencies:
'@types/node': 20.11.24
'@types/node': 20.11.25
dev: true
/@types/json-schema@7.0.15:
@ -3867,13 +3867,13 @@ packages:
/@types/jsonfile@6.1.4:
resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==}
dependencies:
'@types/node': 20.11.24
'@types/node': 20.11.25
dev: true
/@types/keyv@3.1.4:
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
dependencies:
'@types/node': 20.11.24
'@types/node': 20.11.25
dev: false
/@types/leaflet@1.7.6:
@ -3928,6 +3928,12 @@ packages:
resolution: {integrity: sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==}
dependencies:
undici-types: 5.26.5
dev: true
/@types/node@20.11.25:
resolution: {integrity: sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==}
dependencies:
undici-types: 5.26.5
/@types/normalize-package-data@2.4.4:
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@ -3944,7 +3950,7 @@ packages:
/@types/prompts@2.4.9:
resolution: {integrity: sha512-qTxFi6Buiu8+50/+3DGIWLHM6QuWsEKugJnnP6iv2Mc4ncxE4A/OJkjuVOA+5X0X1S/nq5VJRa8Lu+nwcvbrKA==}
dependencies:
'@types/node': 20.11.24
'@types/node': 20.11.25
kleur: 3.0.3
dev: true
@ -3959,7 +3965,7 @@ packages:
/@types/responselike@1.0.3:
resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==}
dependencies:
'@types/node': 20.11.24
'@types/node': 20.11.25
dev: false
/@types/semver@7.5.6:
@ -4024,7 +4030,7 @@ packages:
/@types/web-bluetooth@0.0.20:
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
/@typescript-eslint/eslint-plugin@6.20.0(@typescript-eslint/parser@6.20.0)(eslint@8.57.0)(typescript@5.3.3):
/@typescript-eslint/eslint-plugin@6.20.0(@typescript-eslint/parser@6.20.0)(eslint@8.57.0)(typescript@5.4.2):
resolution: {integrity: sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@ -4036,10 +4042,10 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.10.0
'@typescript-eslint/parser': 6.20.0(eslint@8.57.0)(typescript@5.3.3)
'@typescript-eslint/parser': 6.20.0(eslint@8.57.0)(typescript@5.4.2)
'@typescript-eslint/scope-manager': 6.20.0
'@typescript-eslint/type-utils': 6.20.0(eslint@8.57.0)(typescript@5.3.3)
'@typescript-eslint/utils': 6.20.0(eslint@8.57.0)(typescript@5.3.3)
'@typescript-eslint/type-utils': 6.20.0(eslint@8.57.0)(typescript@5.4.2)
'@typescript-eslint/utils': 6.20.0(eslint@8.57.0)(typescript@5.4.2)
'@typescript-eslint/visitor-keys': 6.20.0
debug: 4.3.4
eslint: 8.57.0
@ -4047,8 +4053,8 @@ packages:
ignore: 5.3.1
natural-compare: 1.4.0
semver: 7.6.0
ts-api-utils: 1.0.3(typescript@5.3.3)
typescript: 5.3.3
ts-api-utils: 1.0.3(typescript@5.4.2)
typescript: 5.4.2
transitivePeerDependencies:
- supports-color
dev: true
@ -4082,7 +4088,7 @@ packages:
- supports-color
dev: true
/@typescript-eslint/parser@6.20.0(eslint@8.57.0)(typescript@5.3.3):
/@typescript-eslint/parser@6.20.0(eslint@8.57.0)(typescript@5.4.2):
resolution: {integrity: sha512-bYerPDF/H5v6V76MdMYhjwmwgMA+jlPVqjSDq2cRqMi8bP5sR3Z+RLOiOMad3nsnmDVmn2gAFCyNgh/dIrfP/w==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@ -4094,11 +4100,11 @@ packages:
dependencies:
'@typescript-eslint/scope-manager': 6.20.0
'@typescript-eslint/types': 6.20.0
'@typescript-eslint/typescript-estree': 6.20.0(typescript@5.3.3)
'@typescript-eslint/typescript-estree': 6.20.0(typescript@5.4.2)
'@typescript-eslint/visitor-keys': 6.20.0
debug: 4.3.4
eslint: 8.57.0
typescript: 5.3.3
typescript: 5.4.2
transitivePeerDependencies:
- supports-color
dev: true
@ -4148,7 +4154,7 @@ packages:
'@typescript-eslint/visitor-keys': 7.1.0
dev: true
/@typescript-eslint/type-utils@6.20.0(eslint@8.57.0)(typescript@5.3.3):
/@typescript-eslint/type-utils@6.20.0(eslint@8.57.0)(typescript@5.4.2):
resolution: {integrity: sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@ -4158,12 +4164,12 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/typescript-estree': 6.20.0(typescript@5.3.3)
'@typescript-eslint/utils': 6.20.0(eslint@8.57.0)(typescript@5.3.3)
'@typescript-eslint/typescript-estree': 6.20.0(typescript@5.4.2)
'@typescript-eslint/utils': 6.20.0(eslint@8.57.0)(typescript@5.4.2)
debug: 4.3.4
eslint: 8.57.0
ts-api-utils: 1.0.3(typescript@5.3.3)
typescript: 5.3.3
ts-api-utils: 1.0.3(typescript@5.4.2)
typescript: 5.4.2
transitivePeerDependencies:
- supports-color
dev: true
@ -4203,7 +4209,7 @@ packages:
engines: {node: ^16.0.0 || >=18.0.0}
dev: true
/@typescript-eslint/typescript-estree@6.20.0(typescript@5.3.3):
/@typescript-eslint/typescript-estree@6.20.0(typescript@5.4.2):
resolution: {integrity: sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@ -4219,8 +4225,8 @@ packages:
is-glob: 4.0.3
minimatch: 9.0.3
semver: 7.6.0
ts-api-utils: 1.0.3(typescript@5.3.3)
typescript: 5.3.3
ts-api-utils: 1.0.3(typescript@5.4.2)
typescript: 5.4.2
transitivePeerDependencies:
- supports-color
dev: true
@ -4269,7 +4275,7 @@ packages:
- supports-color
dev: true
/@typescript-eslint/utils@6.20.0(eslint@8.57.0)(typescript@5.3.3):
/@typescript-eslint/utils@6.20.0(eslint@8.57.0)(typescript@5.4.2):
resolution: {integrity: sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@ -4280,7 +4286,7 @@ packages:
'@types/semver': 7.5.6
'@typescript-eslint/scope-manager': 6.20.0
'@typescript-eslint/types': 6.20.0
'@typescript-eslint/typescript-estree': 6.20.0(typescript@5.3.3)
'@typescript-eslint/typescript-estree': 6.20.0(typescript@5.4.2)
eslint: 8.57.0
semver: 7.6.0
transitivePeerDependencies:
@ -4390,7 +4396,7 @@ packages:
'@unhead/shared': 1.8.10
hookable: 5.5.3
unhead: 1.8.10
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
dev: true
/@unovis/dagre-layout@0.8.8-2:
@ -4644,7 +4650,7 @@ packages:
ast-kit: 0.11.3(rollup@3.29.4)
local-pkg: 0.5.0
magic-string-ast: 0.3.0
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
transitivePeerDependencies:
- rollup
dev: true
@ -4868,7 +4874,7 @@ packages:
dependencies:
'@vue/compiler-ssr': 3.4.21
'@vue/shared': 3.4.21
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
/@vue/shared@3.4.19:
resolution: {integrity: sha512-/KliRRHMF6LoiThEy+4c1Z4KB/gbPrGjWwJR+crg2otgrf/egKzRaCPvJ51S5oetgsgXLfc4Rm5ZgrKHZrtMSw==}
@ -5437,7 +5443,7 @@ packages:
hasBin: true
dependencies:
'@jsdevtools/ez-spawn': 3.0.4
c12: 1.9.0
c12: 1.10.0
cac: 6.7.14
fast-glob: 3.3.2
js-yaml: 4.1.0
@ -5462,13 +5468,13 @@ packages:
load-tsconfig: 0.2.5
dev: true
/c12@1.9.0:
resolution: {integrity: sha512-7KTCZXdIbOA2hLRQ+1KzJ15Qp9Wn58one74dkihMVp2H6EzKTa3OYBy0BSfS1CCcmxYyqeX8L02m40zjQ+dstg==}
/c12@1.10.0:
resolution: {integrity: sha512-0SsG7UDhoRWcuSvKWHaXmu5uNjDCDN3nkQLRL4Q42IlFy+ze58FcCoI3uPwINXinkz7ZinbhEgyzYFw9u9ZV8g==}
dependencies:
chokidar: 3.6.0
confbox: 0.1.3
defu: 6.1.4
dotenv: 16.4.1
dotenv: 16.4.5
giget: 1.2.1
jiti: 1.21.0
mlly: 1.6.1
@ -6011,7 +6017,7 @@ packages:
/core-util-is@1.0.3:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
/cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.24)(cosmiconfig@8.3.6)(typescript@5.3.3):
/cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.25)(cosmiconfig@8.3.6)(typescript@5.3.3):
resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==}
engines: {node: '>=v16'}
peerDependencies:
@ -6019,7 +6025,7 @@ packages:
cosmiconfig: '>=8.2'
typescript: '>=4'
dependencies:
'@types/node': 20.11.24
'@types/node': 20.11.25
cosmiconfig: 8.3.6(typescript@5.3.3)
jiti: 1.21.0
typescript: 5.3.3
@ -6714,7 +6720,7 @@ packages:
'@vuedx/template-ast-types': 0.7.1
fast-glob: 3.3.2
prettier: 2.8.8
typescript: 5.3.3
typescript: 5.4.2
transitivePeerDependencies:
- supports-color
dev: false
@ -6803,6 +6809,11 @@ packages:
/dotenv@16.4.1:
resolution: {integrity: sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==}
engines: {node: '>=12'}
dev: true
/dotenv@16.4.5:
resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==}
engines: {node: '>=12'}
/duplexer3@0.1.5:
resolution: {integrity: sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==}
@ -9568,7 +9579,7 @@ packages:
hasBin: true
dev: false
/mkdist@1.4.0(typescript@5.3.3):
/mkdist@1.4.0(typescript@5.4.2):
resolution: {integrity: sha512-LzzdzWDx6cWWPd8saIoO+kT5jnbijfeDaE6jZfmCYEi3YL2aJSyF23/tCFee/mDuh/ek1UQeSYdLeSa6oesdiw==}
hasBin: true
peerDependencies:
@ -9593,7 +9604,7 @@ packages:
pathe: 1.1.2
postcss: 8.4.35
postcss-nested: 6.0.1(postcss@8.4.35)
typescript: 5.3.3
typescript: 5.4.2
dev: true
/mlly@1.5.0:
@ -9723,7 +9734,7 @@ packages:
'@types/http-proxy': 1.17.14
'@vercel/nft': 0.24.4
archiver: 6.0.1
c12: 1.9.0
c12: 1.10.0
chalk: 5.3.0
chokidar: 3.6.0
citty: 0.1.5
@ -10016,7 +10027,7 @@ packages:
fsevents: 2.3.3
dev: true
/nuxt@3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.5):
/nuxt@3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.4.2)(vite@5.1.5):
resolution: {integrity: sha512-NchGNiiz9g/ErJAb462W/lpX2NqcXYb9hugySKWvLXNdrjeAPiJ2/7mhgwUSiZA9MpjuQg3saiEajr1zlRIOCg==}
engines: {node: ^14.18.0 || >=16.10.0}
hasBin: true
@ -10035,14 +10046,14 @@ packages:
'@nuxt/schema': 3.10.3(rollup@3.29.4)
'@nuxt/telemetry': 2.5.3(rollup@3.29.4)
'@nuxt/ui-templates': 1.3.1
'@nuxt/vite-builder': 3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.3.3)(vue@3.4.21)
'@nuxt/vite-builder': 3.10.3(@types/node@20.11.24)(eslint@8.57.0)(rollup@3.29.4)(typescript@5.4.2)(vue@3.4.21)
'@types/node': 20.11.24
'@unhead/dom': 1.8.10
'@unhead/ssr': 1.8.10
'@unhead/vue': 1.8.10(vue@3.4.21)
'@vue/shared': 3.4.21
acorn: 8.11.3
c12: 1.9.0
c12: 1.10.0
chokidar: 3.6.0
cookie-es: 1.0.0
defu: 6.1.4
@ -10081,7 +10092,7 @@ packages:
unplugin: 1.8.0
unplugin-vue-router: 0.7.0(rollup@3.29.4)(vue-router@4.3.0)(vue@3.4.21)
untyped: 1.4.2
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
vue-bundle-renderer: 2.0.0
vue-devtools-stub: 0.1.0
vue-router: 4.3.0(vue@3.4.21)
@ -11133,17 +11144,6 @@ packages:
resolution: {integrity: sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==}
dev: false
/radix-vue@1.4.9(vue@3.4.21):
resolution: {integrity: sha512-xGY29nUqaAJTncubdhevwGuv5ZSHGvZjUinWBXVrwHvo6oeJ/SLudxYuc3qRcAU+DK+OcthEQFq255wLJJe4Rw==}
dependencies:
'@floating-ui/dom': 1.6.1
'@floating-ui/vue': 1.0.6(vue@3.4.21)
fast-deep-equal: 3.1.3
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: false
/radix-vue@1.5.0(vue@3.4.21):
resolution: {integrity: sha512-kjWp5D+UyJCylwnVhPgJMhf4/7Sc4PxJ0Mdn2Mlr3BkO2VYDNQ6WwiI241IgmVMdRTY7uB9fpdt0HaMUMX6N6w==}
dependencies:
@ -11425,7 +11425,7 @@ packages:
resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==}
dev: false
/rollup-plugin-dts@6.1.0(rollup@3.29.4)(typescript@5.3.3):
/rollup-plugin-dts@6.1.0(rollup@3.29.4)(typescript@5.4.2):
resolution: {integrity: sha512-ijSCPICkRMDKDLBK9torss07+8dl9UpY9z1N/zTeA1cIqdzMlpkV3MOOC7zukyvQfDyxa1s3Dl2+DeiP/G6DOw==}
engines: {node: '>=16'}
peerDependencies:
@ -11434,7 +11434,7 @@ packages:
dependencies:
magic-string: 0.30.8
rollup: 3.29.4
typescript: 5.3.3
typescript: 5.4.2
optionalDependencies:
'@babel/code-frame': 7.23.5
dev: true
@ -12429,6 +12429,15 @@ packages:
typescript: 5.3.3
dev: true
/ts-api-utils@1.0.3(typescript@5.4.2):
resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==}
engines: {node: '>=16.13.0'}
peerDependencies:
typescript: '>=4.2.0'
dependencies:
typescript: 5.4.2
dev: true
/ts-interface-checker@0.1.13:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
@ -12439,7 +12448,7 @@ packages:
code-block-writer: 12.0.0
dev: false
/tsconfck@3.0.1(typescript@5.3.3):
/tsconfck@3.0.1(typescript@5.4.2):
resolution: {integrity: sha512-7ppiBlF3UEddCLeI1JRx5m2Ryq+xk4JrZuq4EuYXykipebaq1dV0Fhgr1hb7CkmHt32QSgOZlcqVLEtHBG4/mg==}
engines: {node: ^18 || >=20}
hasBin: true
@ -12449,7 +12458,7 @@ packages:
typescript:
optional: true
dependencies:
typescript: 5.3.3
typescript: 5.4.2
dev: true
/tsconfig-paths@4.2.0:
@ -12468,7 +12477,7 @@ packages:
/tslib@2.6.2:
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
/tsup@8.0.2(typescript@5.3.3):
/tsup@8.0.2(typescript@5.4.2):
resolution: {integrity: sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==}
engines: {node: '>=18'}
hasBin: true
@ -12501,7 +12510,7 @@ packages:
source-map: 0.8.0-beta.0
sucrase: 3.35.0
tree-kill: 1.2.2
typescript: 5.3.3
typescript: 5.4.2
transitivePeerDependencies:
- supports-color
- ts-node
@ -12571,8 +12580,8 @@ packages:
engines: {node: '>=16'}
dev: false
/type-fest@4.10.3:
resolution: {integrity: sha512-JLXyjizi072smKGGcZiAJDCNweT8J+AuRxmPZ1aG7TERg4ijx9REl8CNhbr36RV4qXqL1gO1FF9HL8OkVmmrsA==}
/type-fest@4.11.1:
resolution: {integrity: sha512-MFMf6VkEVZAETidGGSYW2B1MjXbGX+sWIywn2QPEaJ3j08V+MwVRHMXtf2noB8ENJaD0LIun9wh5Z6OPNf1QzQ==}
engines: {node: '>=16'}
dev: true
@ -12585,6 +12594,11 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
/typescript@5.4.2:
resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==}
engines: {node: '>=14.17'}
hasBin: true
/ufo@1.3.2:
resolution: {integrity: sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==}
dev: true
@ -12596,7 +12610,7 @@ packages:
resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==}
dev: true
/unbuild@2.0.0(typescript@5.3.3):
/unbuild@2.0.0(typescript@5.4.2):
resolution: {integrity: sha512-JWCUYx3Oxdzvw2J9kTAp+DKE8df/BnH/JTSj6JyA4SH40ECdFu7FoJJcrm8G92B7TjofQ6GZGjJs50TRxoH6Wg==}
hasBin: true
peerDependencies:
@ -12620,15 +12634,15 @@ packages:
hookable: 5.5.3
jiti: 1.21.0
magic-string: 0.30.8
mkdist: 1.4.0(typescript@5.3.3)
mkdist: 1.4.0(typescript@5.4.2)
mlly: 1.6.1
pathe: 1.1.2
pkg-types: 1.0.3
pretty-bytes: 6.1.1
rollup: 3.29.4
rollup-plugin-dts: 6.1.0(rollup@3.29.4)(typescript@5.3.3)
rollup-plugin-dts: 6.1.0(rollup@3.29.4)(typescript@5.4.2)
scule: 1.2.0
typescript: 5.3.3
typescript: 5.4.2
untyped: 1.4.2
transitivePeerDependencies:
- sass
@ -13042,7 +13056,7 @@ packages:
vue: 3.4.21(typescript@5.3.3)
dev: false
/vite-node@0.33.0(@types/node@20.11.24):
/vite-node@0.33.0(@types/node@20.11.25):
resolution: {integrity: sha512-19FpHYbwWWxDr73ruNahC+vtEdza52kA90Qb3La98yZ0xULqV8A5JLNPUff0f5zID4984tW7l3DH2przTJUZSw==}
engines: {node: '>=v14.18.0'}
hasBin: true
@ -13052,7 +13066,7 @@ packages:
mlly: 1.6.1
pathe: 1.1.2
picocolors: 1.0.0
vite: 4.5.2(@types/node@20.11.24)
vite: 4.5.2(@types/node@20.11.25)
transitivePeerDependencies:
- '@types/node'
- less
@ -13064,7 +13078,7 @@ packages:
- terser
dev: true
/vite-node@0.34.6(@types/node@20.11.24):
/vite-node@0.34.6(@types/node@20.11.25):
resolution: {integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==}
engines: {node: '>=v14.18.0'}
hasBin: true
@ -13074,7 +13088,7 @@ packages:
mlly: 1.6.1
pathe: 1.1.2
picocolors: 1.0.0
vite: 5.1.5(@types/node@20.11.24)
vite: 5.1.5(@types/node@20.11.25)
transitivePeerDependencies:
- '@types/node'
- less
@ -13107,7 +13121,7 @@ packages:
- terser
dev: true
/vite-plugin-checker@0.6.4(eslint@8.57.0)(typescript@5.3.3)(vite@5.1.5):
/vite-plugin-checker@0.6.4(eslint@8.57.0)(typescript@5.4.2)(vite@5.1.5):
resolution: {integrity: sha512-2zKHH5oxr+ye43nReRbC2fny1nyARwhxdm0uNYp/ERy4YvU9iZpNOsueoi/luXw5gnpqRSvjcEPxXbS153O2wA==}
engines: {node: '>=14.16'}
peerDependencies:
@ -13150,7 +13164,7 @@ packages:
semver: 7.6.0
strip-ansi: 6.0.1
tiny-invariant: 1.3.1
typescript: 5.3.3
typescript: 5.4.2
vite: 5.1.5(@types/node@20.11.24)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
@ -13203,7 +13217,7 @@ packages:
- supports-color
dev: true
/vite-tsconfig-paths@4.3.1(typescript@5.3.3):
/vite-tsconfig-paths@4.3.1(typescript@5.4.2):
resolution: {integrity: sha512-cfgJwcGOsIxXOLU/nELPny2/LUD/lcf1IbfyeKTv2bsupVbTH/xpFtdQlBmIP1GEK2CjjLxYhFfB+QODFAx5aw==}
peerDependencies:
vite: '*'
@ -13213,13 +13227,13 @@ packages:
dependencies:
debug: 4.3.4
globrex: 0.1.2
tsconfck: 3.0.1(typescript@5.3.3)
tsconfck: 3.0.1(typescript@5.4.2)
transitivePeerDependencies:
- supports-color
- typescript
dev: true
/vite@4.5.2(@types/node@20.11.24):
/vite@4.5.2(@types/node@20.11.25):
resolution: {integrity: sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
@ -13247,7 +13261,7 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 20.11.24
'@types/node': 20.11.25
esbuild: 0.18.20
postcss: 8.4.35
rollup: 3.29.4
@ -13291,6 +13305,42 @@ packages:
fsevents: 2.3.3
dev: true
/vite@5.1.5(@types/node@20.11.25):
resolution: {integrity: sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
'@types/node': ^18.0.0 || >=20.0.0
less: '*'
lightningcss: ^1.21.0
sass: '*'
stylus: '*'
sugarss: '*'
terser: ^5.4.0
peerDependenciesMeta:
'@types/node':
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
dependencies:
'@types/node': 20.11.25
esbuild: 0.19.12
postcss: 8.4.35
rollup: 4.10.0
optionalDependencies:
fsevents: 2.3.3
dev: true
/vitepress@1.0.0-rc.44(@algolia/client-search@4.22.1)(@types/node@20.11.24)(postcss@8.4.35)(search-insights@2.13.0)(typescript@5.3.3):
resolution: {integrity: sha512-tO5taxGI7fSpBK1D8zrZTyJJERlyU9nnt0jHSt3fywfq3VKn977Hg0wUuTkEmwXlFYwuW26+6+3xorf4nD3XvA==}
hasBin: true
@ -13402,7 +13452,7 @@ packages:
dependencies:
'@types/chai': 4.3.11
'@types/chai-subset': 1.3.5
'@types/node': 20.11.24
'@types/node': 20.11.25
'@vitest/expect': 0.33.0
'@vitest/runner': 0.33.0
'@vitest/snapshot': 0.33.0
@ -13421,8 +13471,8 @@ packages:
strip-literal: 1.3.0
tinybench: 2.6.0
tinypool: 0.6.0
vite: 4.5.2(@types/node@20.11.24)
vite-node: 0.33.0(@types/node@20.11.24)
vite: 4.5.2(@types/node@20.11.25)
vite-node: 0.33.0(@types/node@20.11.25)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
@ -13467,7 +13517,7 @@ packages:
dependencies:
'@types/chai': 4.3.11
'@types/chai-subset': 1.3.5
'@types/node': 20.11.24
'@types/node': 20.11.25
'@vitest/expect': 0.34.6
'@vitest/runner': 0.34.6
'@vitest/snapshot': 0.34.6
@ -13487,8 +13537,8 @@ packages:
strip-literal: 1.3.0
tinybench: 2.6.0
tinypool: 0.7.0
vite: 5.1.5(@types/node@20.11.24)
vite-node: 0.34.6(@types/node@20.11.24)
vite: 5.1.5(@types/node@20.11.25)
vite-node: 0.34.6(@types/node@20.11.25)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
@ -13596,7 +13646,7 @@ packages:
vue: ^3.2.0
dependencies:
'@vue/devtools-api': 6.5.1
vue: 3.4.21(typescript@5.3.3)
vue: 3.4.21(typescript@5.4.2)
dev: true
/vue-screen-utils@1.0.0-beta.13(vue@3.4.21):
@ -13654,6 +13704,21 @@ packages:
'@vue/shared': 3.4.21
typescript: 5.3.3
/vue@3.4.21(typescript@5.4.2):
resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
'@vue/runtime-dom': 3.4.21
'@vue/server-renderer': 3.4.21(vue@3.4.21)
'@vue/shared': 3.4.21
typescript: 5.4.2
/walk-up-path@3.0.1:
resolution: {integrity: sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==}
dev: true