fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

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

Merge pull request #2613 from hey-api/changeset-release/main

ci: release

authored by

Lubos and committed by
GitHub
91b916c9 965f667d

+39 -263
-11
.changeset/brown-paws-design.md
··· 1 - --- 2 - '@hey-api/openapi-ts': minor 3 - --- 4 - 5 - feat: Symbol API 6 - 7 - ### Symbol API 8 - 9 - This release adds the Symbol API, which significantly reduces the risk of naming collisions. While the generated output should only include formatting changes, this feature introduces breaking changes to the Plugin API that affect custom plugins. 10 - 11 - We will update the [custom plugin guide](https://heyapi.dev/openapi-ts/plugins/custom) once the Plugin API becomes more stable.
-5
.changeset/cuddly-bears-deny.md
··· 1 - --- 2 - '@hey-api/codegen-core': minor 3 - --- 4 - 5 - feat: expand Symbol API
-9
.changeset/thirty-shoes-end.md
··· 1 - --- 2 - '@hey-api/openapi-ts': minor 3 - --- 4 - 5 - feat(pinia-colada): remove `groupByTag` option 6 - 7 - ### Removed `groupByTag` Pinia Colada option 8 - 9 - This option has been removed to provide a more consistent API across plugins. We plan to bring it back in a future release.
+6
packages/codegen-core/CHANGELOG.md
··· 1 1 # @hey-api/codegen-core 2 2 3 + ## 0.1.0 4 + 5 + ### Minor Changes 6 + 7 + - feat: expand Symbol API ([#2582](https://github.com/hey-api/openapi-ts/pull/2582)) ([`10aea89`](https://github.com/hey-api/openapi-ts/commit/10aea8910771ff72ef9b08d4eacdd6b028833c4c)) by [@mrlubos](https://github.com/mrlubos) 8 + 3 9 ## 0.0.1 4 10 5 11 ### Patch Changes
+1 -1
packages/codegen-core/package.json
··· 1 1 { 2 2 "name": "@hey-api/codegen-core", 3 - "version": "0.0.1", 3 + "version": "0.1.0", 4 4 "description": "🧱 TypeScript framework for generating structured, multi-file source code from abstract syntax trees.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+24
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.83.0 4 + 5 + ### Minor Changes 6 + 7 + - feat: Symbol API 8 + 9 + ### Symbol API 10 + 11 + This release adds the Symbol API, which significantly reduces the risk of naming collisions. While the generated output should only include formatting changes, this feature introduces breaking changes to the Plugin API that affect custom plugins. 12 + 13 + We will update the [custom plugin guide](https://heyapi.dev/openapi-ts/plugins/custom) once the Plugin API becomes more stable. ([#2582](https://github.com/hey-api/openapi-ts/pull/2582)) ([`10aea89`](https://github.com/hey-api/openapi-ts/commit/10aea8910771ff72ef9b08d4eacdd6b028833c4c)) by [@mrlubos](https://github.com/mrlubos) 14 + 15 + - feat(pinia-colada): remove `groupByTag` option 16 + 17 + ### Removed `groupByTag` Pinia Colada option 18 + 19 + This option has been removed to provide a more consistent API across plugins. We plan to bring it back in a future release. ([#2582](https://github.com/hey-api/openapi-ts/pull/2582)) ([`10aea89`](https://github.com/hey-api/openapi-ts/commit/10aea8910771ff72ef9b08d4eacdd6b028833c4c)) by [@mrlubos](https://github.com/mrlubos) 20 + 21 + ### Patch Changes 22 + 23 + ### Updated Dependencies: 24 + 25 + - @hey-api/codegen-core@0.1.0 26 + 3 27 ## 0.82.5 4 28 5 29 ### Patch Changes
+2 -2
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.82.5", 3 + "version": "0.83.0", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": { ··· 88 88 "node": "^18.18.0 || ^20.9.0 || >=22.10.0" 89 89 }, 90 90 "dependencies": { 91 - "@hey-api/codegen-core": "workspace:^0.0.1", 91 + "@hey-api/codegen-core": "workspace:^0.1.0", 92 92 "@hey-api/json-schema-ref-parser": "1.1.0", 93 93 "ansi-colors": "4.1.3", 94 94 "c12": "2.0.1",
+6 -235
pnpm-lock.yaml
··· 1174 1174 packages/openapi-ts: 1175 1175 dependencies: 1176 1176 '@hey-api/codegen-core': 1177 - specifier: workspace:^0.0.1 1177 + specifier: workspace:^0.1.0 1178 1178 version: link:../codegen-core 1179 1179 '@hey-api/json-schema-ref-parser': 1180 1180 specifier: 1.1.0 ··· 1257 1257 version: 3.3.2 1258 1258 nuxt: 1259 1259 specifier: 3.14.1592 1260 - version: 3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.17.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.8.3)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)) 1260 + version: 3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.17.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.8.3)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)) 1261 1261 prettier: 1262 1262 specifier: 3.4.2 1263 1263 version: 3.4.2 ··· 17500 17500 17501 17501 '@nuxt/devalue@2.0.2': {} 17502 17502 17503 - '@nuxt/devtools-kit@1.7.0(magicast@0.3.5)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))': 17504 - dependencies: 17505 - '@nuxt/kit': 3.15.4(magicast@0.3.5) 17506 - '@nuxt/schema': 3.16.2 17507 - execa: 7.2.0 17508 - vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1) 17509 - transitivePeerDependencies: 17510 - - magicast 17511 - - supports-color 17512 - 17513 17503 '@nuxt/devtools-kit@1.7.0(magicast@0.3.5)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))': 17514 17504 dependencies: 17515 17505 '@nuxt/kit': 3.15.4(magicast@0.3.5) ··· 17571 17561 vite: 7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0) 17572 17562 vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@3.29.5)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)) 17573 17563 vite-plugin-vue-inspector: 5.3.2(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)) 17574 - which: 3.0.1 17575 - ws: 8.18.3 17576 - transitivePeerDependencies: 17577 - - bufferutil 17578 - - rollup 17579 - - supports-color 17580 - - utf-8-validate 17581 - - vue 17582 - 17583 - '@nuxt/devtools@1.7.0(rollup@4.50.0)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.8.3))': 17584 - dependencies: 17585 - '@antfu/utils': 0.7.10 17586 - '@nuxt/devtools-kit': 1.7.0(magicast@0.3.5)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)) 17587 - '@nuxt/devtools-wizard': 1.7.0 17588 - '@nuxt/kit': 3.15.4(magicast@0.3.5) 17589 - '@vue/devtools-core': 7.6.8(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.8.3)) 17590 - '@vue/devtools-kit': 7.6.8 17591 - birpc: 0.2.19 17592 - consola: 3.4.2 17593 - cronstrue: 2.59.0 17594 - destr: 2.0.5 17595 - error-stack-parser-es: 0.1.5 17596 - execa: 7.2.0 17597 - fast-npm-meta: 0.2.2 17598 - flatted: 3.3.3 17599 - get-port-please: 3.2.0 17600 - hookable: 5.5.3 17601 - image-meta: 0.2.1 17602 - is-installed-globally: 1.0.0 17603 - launch-editor: 2.11.1 17604 - local-pkg: 0.5.1 17605 - magicast: 0.3.5 17606 - nypm: 0.4.1 17607 - ohash: 1.1.6 17608 - pathe: 1.1.2 17609 - perfect-debounce: 1.0.0 17610 - pkg-types: 1.3.1 17611 - rc9: 2.1.2 17612 - scule: 1.3.0 17613 - semver: 7.7.2 17614 - simple-git: 3.28.0 17615 - sirv: 3.0.1 17616 - tinyglobby: 0.2.10 17617 - unimport: 3.14.6(rollup@4.50.0) 17618 - vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1) 17619 - vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.50.0)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)) 17620 - vite-plugin-vue-inspector: 5.3.2(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)) 17621 17564 which: 3.0.1 17622 17565 ws: 8.18.3 17623 17566 transitivePeerDependencies: ··· 20277 20220 dependencies: 20278 20221 '@vue/devtools-kit': 8.0.1 20279 20222 20280 - '@vue/devtools-core@7.6.8(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.8.3))': 20281 - dependencies: 20282 - '@vue/devtools-kit': 7.6.8 20283 - '@vue/devtools-shared': 7.7.7 20284 - mitt: 3.0.1 20285 - nanoid: 5.1.5 20286 - pathe: 1.1.2 20287 - vite-hot-client: 0.2.4(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)) 20288 - vue: 3.5.13(typescript@5.8.3) 20289 - transitivePeerDependencies: 20290 - - vite 20291 - 20292 20223 '@vue/devtools-core@7.6.8(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.13(typescript@5.8.3))': 20293 20224 dependencies: 20294 20225 '@vue/devtools-kit': 7.6.8 ··· 20890 20821 20891 20822 axios@1.8.2: 20892 20823 dependencies: 20893 - follow-redirects: 1.15.11 20824 + follow-redirects: 1.15.11(debug@4.4.1) 20894 20825 form-data: 4.0.4 20895 20826 proxy-from-env: 1.1.0 20896 20827 transitivePeerDependencies: ··· 22315 22246 eslint: 9.17.0(jiti@2.5.1) 22316 22247 eslint-import-resolver-node: 0.3.9 22317 22248 eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.5.1)))(eslint@9.17.0(jiti@2.5.1)) 22318 - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.5.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.5.1)))(eslint@9.17.0(jiti@2.5.1)))(eslint@9.17.0(jiti@2.5.1)) 22249 + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.5.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.17.0(jiti@2.5.1)) 22319 22250 eslint-plugin-jsx-a11y: 6.10.2(eslint@9.17.0(jiti@2.5.1)) 22320 22251 eslint-plugin-react: 7.37.5(eslint@9.17.0(jiti@2.5.1)) 22321 22252 eslint-plugin-react-hooks: 5.2.0(eslint@9.17.0(jiti@2.5.1)) ··· 22349 22280 tinyglobby: 0.2.14 22350 22281 unrs-resolver: 1.11.1 22351 22282 optionalDependencies: 22352 - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.5.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.5.1)))(eslint@9.17.0(jiti@2.5.1)))(eslint@9.17.0(jiti@2.5.1)) 22283 + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.5.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.17.0(jiti@2.5.1)) 22353 22284 transitivePeerDependencies: 22354 22285 - supports-color 22355 22286 ··· 22364 22295 transitivePeerDependencies: 22365 22296 - supports-color 22366 22297 22367 - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.5.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.5.1)))(eslint@9.17.0(jiti@2.5.1)))(eslint@9.17.0(jiti@2.5.1)): 22298 + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.5.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.17.0(jiti@2.5.1)): 22368 22299 dependencies: 22369 22300 '@rtsao/scc': 1.1.0 22370 22301 array-includes: 3.1.9 ··· 22973 22904 focus-trap@7.6.5: 22974 22905 dependencies: 22975 22906 tabbable: 6.2.0 22976 - 22977 - follow-redirects@1.15.11: {} 22978 22907 22979 22908 follow-redirects@1.15.11(debug@4.4.1): 22980 22909 optionalDependencies: ··· 25249 25178 - vue-tsc 25250 25179 - xml2js 25251 25180 25252 - nuxt@3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.17.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.8.3)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)): 25253 - dependencies: 25254 - '@nuxt/devalue': 2.0.2 25255 - '@nuxt/devtools': 1.7.0(rollup@4.50.0)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1))(vue@3.5.13(typescript@5.8.3)) 25256 - '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.50.0) 25257 - '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.50.0) 25258 - '@nuxt/telemetry': 2.6.6(magicast@0.3.5) 25259 - '@nuxt/vite-builder': 3.14.1592(@types/node@22.10.5)(eslint@9.17.0(jiti@2.5.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) 25260 - '@unhead/dom': 1.11.20 25261 - '@unhead/shared': 1.11.20 25262 - '@unhead/ssr': 1.11.20 25263 - '@unhead/vue': 1.11.20(vue@3.5.13(typescript@5.8.3)) 25264 - '@vue/shared': 3.5.20 25265 - acorn: 8.14.0 25266 - c12: 2.0.1(magicast@0.3.5) 25267 - chokidar: 4.0.3 25268 - compatx: 0.1.8 25269 - consola: 3.4.2 25270 - cookie-es: 1.2.2 25271 - defu: 6.1.4 25272 - destr: 2.0.5 25273 - devalue: 5.3.2 25274 - errx: 0.1.0 25275 - esbuild: 0.24.2 25276 - escape-string-regexp: 5.0.0 25277 - estree-walker: 3.0.3 25278 - globby: 14.1.0 25279 - h3: 1.15.4 25280 - hookable: 5.5.3 25281 - ignore: 6.0.2 25282 - impound: 0.2.2(rollup@4.50.0) 25283 - jiti: 2.5.1 25284 - klona: 2.0.6 25285 - knitwork: 1.2.0 25286 - magic-string: 0.30.18 25287 - mlly: 1.7.4 25288 - nanotar: 0.1.1 25289 - nitropack: 2.12.4(@netlify/blobs@9.1.2)(encoding@0.1.13) 25290 - nuxi: 3.28.0 25291 - nypm: 0.3.12 25292 - ofetch: 1.4.1 25293 - ohash: 1.1.6 25294 - pathe: 1.1.2 25295 - perfect-debounce: 1.0.0 25296 - pkg-types: 1.3.1 25297 - radix3: 1.1.2 25298 - scule: 1.3.0 25299 - semver: 7.7.2 25300 - std-env: 3.9.0 25301 - strip-literal: 2.1.1 25302 - tinyglobby: 0.2.10 25303 - ufo: 1.6.1 25304 - ultrahtml: 1.6.0 25305 - uncrypto: 0.1.3 25306 - unctx: 2.4.1 25307 - unenv: 1.10.0 25308 - unhead: 1.11.20 25309 - unimport: 3.14.6(rollup@4.50.0) 25310 - unplugin: 1.16.1 25311 - unplugin-vue-router: 0.10.9(rollup@4.50.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3)) 25312 - unstorage: 1.17.0(@netlify/blobs@9.1.2)(db0@0.3.2)(ioredis@5.7.0) 25313 - untyped: 1.5.2 25314 - vue: 3.5.13(typescript@5.8.3) 25315 - vue-bundle-renderer: 2.1.2 25316 - vue-devtools-stub: 0.1.0 25317 - vue-router: 4.5.0(vue@3.5.13(typescript@5.8.3)) 25318 - optionalDependencies: 25319 - '@parcel/watcher': 2.5.1 25320 - '@types/node': 22.10.5 25321 - transitivePeerDependencies: 25322 - - '@azure/app-configuration' 25323 - - '@azure/cosmos' 25324 - - '@azure/data-tables' 25325 - - '@azure/identity' 25326 - - '@azure/keyvault-secrets' 25327 - - '@azure/storage-blob' 25328 - - '@biomejs/biome' 25329 - - '@capacitor/preferences' 25330 - - '@deno/kv' 25331 - - '@electric-sql/pglite' 25332 - - '@libsql/client' 25333 - - '@netlify/blobs' 25334 - - '@planetscale/database' 25335 - - '@upstash/redis' 25336 - - '@vercel/blob' 25337 - - '@vercel/functions' 25338 - - '@vercel/kv' 25339 - - aws4fetch 25340 - - better-sqlite3 25341 - - bufferutil 25342 - - db0 25343 - - drizzle-orm 25344 - - encoding 25345 - - eslint 25346 - - idb-keyval 25347 - - ioredis 25348 - - less 25349 - - lightningcss 25350 - - magicast 25351 - - meow 25352 - - mysql2 25353 - - optionator 25354 - - rolldown 25355 - - rollup 25356 - - sass 25357 - - sass-embedded 25358 - - sqlite3 25359 - - stylelint 25360 - - stylus 25361 - - sugarss 25362 - - supports-color 25363 - - terser 25364 - - typescript 25365 - - uploadthing 25366 - - utf-8-validate 25367 - - vite 25368 - - vls 25369 - - vti 25370 - - vue-tsc 25371 - - xml2js 25372 - 25373 25181 nuxt@3.14.1592(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.10.5)(db0@0.3.2)(encoding@0.1.13)(eslint@9.17.0(jiti@2.5.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.50.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.8.3)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)): 25374 25182 dependencies: 25375 25183 '@nuxt/devalue': 2.0.2 ··· 28453 28261 '@types/unist': 3.0.3 28454 28262 vfile-message: 4.0.3 28455 28263 28456 - vite-hot-client@0.2.4(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)): 28457 - dependencies: 28458 - vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1) 28459 - 28460 28264 vite-hot-client@0.2.4(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)): 28461 28265 dependencies: 28462 28266 vite: 7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0) ··· 28587 28391 - rollup 28588 28392 - supports-color 28589 28393 28590 - vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.50.0)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)): 28591 - dependencies: 28592 - '@antfu/utils': 0.7.10 28593 - '@rollup/pluginutils': 5.2.0(rollup@4.50.0) 28594 - debug: 4.4.1 28595 - error-stack-parser-es: 0.1.5 28596 - fs-extra: 11.3.1 28597 - open: 10.1.2 28598 - perfect-debounce: 1.0.0 28599 - picocolors: 1.1.1 28600 - sirv: 3.0.1 28601 - vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1) 28602 - optionalDependencies: 28603 - '@nuxt/kit': 3.15.4(magicast@0.3.5) 28604 - transitivePeerDependencies: 28605 - - rollup 28606 - - supports-color 28607 - 28608 28394 vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.50.0)(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)): 28609 28395 dependencies: 28610 28396 '@antfu/utils': 0.7.10 ··· 28638 28424 - rollup 28639 28425 - supports-color 28640 28426 - vue 28641 - 28642 - vite-plugin-vue-inspector@5.3.2(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)): 28643 - dependencies: 28644 - '@babel/core': 7.28.3 28645 - '@babel/plugin-proposal-decorators': 7.28.0(@babel/core@7.28.3) 28646 - '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.3) 28647 - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.3) 28648 - '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.3) 28649 - '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.3) 28650 - '@vue/compiler-dom': 3.5.20 28651 - kolorist: 1.8.0 28652 - magic-string: 0.30.18 28653 - vite: 5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1) 28654 - transitivePeerDependencies: 28655 - - supports-color 28656 28427 28657 28428 vite-plugin-vue-inspector@5.3.2(vite@7.1.2(@types/node@22.10.5)(jiti@2.5.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)): 28658 28429 dependencies: