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 #3146 from hey-api/changeset-release/main

ci: release

authored by

Lubos and committed by
GitHub
50c04214 ee7fbc06

+268 -111
-5
.changeset/brave-heads-battle.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **plugin(@hey-api/client-nuxt)**: use serialized body in SSE requests
-5
.changeset/curly-geckos-play.md
··· 1 - --- 2 - '@hey-api/codegen-core': patch 3 - --- 4 - 5 - **types**: document default values for `importKind` and `kind`
-7
.changeset/fruity-camels-type.md
··· 1 - --- 2 - '@hey-api/openapi-ts': minor 3 - --- 4 - 5 - **plugin(valibot)**: **BREAKING:** standardize `~resolvers` API 6 - 7 - The [Resolvers API](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the [Resolvers](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) page.
-5
.changeset/fuzzy-taxes-cheer.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **plugin(zod)**: expand support for bigint types
-5
.changeset/heavy-ducks-smile.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **plugin(@hey-api/client-angular)**: use serialized body in SSE requests
-5
.changeset/major-feet-love.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **plugin(@hey-api/client-next)**: use serialized body in SSE requests
-5
.changeset/quick-poets-clean.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **plugin(@hey-api/client-axios)**: use serialized body in SSE requests
-13
.changeset/solid-cars-accept.md
··· 1 - --- 2 - '@hey-api/openapi-ts': minor 3 - --- 4 - 5 - **plugin(sdk)**: **BREAKING**: Structure API 6 - 7 - ### Structure API 8 - 9 - The [SDK plugin](https://heyapi.dev/openapi-ts/plugins/sdk) now implements the Structure API, enabling more complex structures and fixing several known issues. 10 - 11 - Some Structure APIs are incompatible with the previous configuration, most notably the `methodNameBuilder` function, which accepted the operation object as an argument. You can read the [SDK Output](https://heyapi.dev/openapi-ts/plugins/sdk#output) section to familiarize yourself with the Structure API. 12 - 13 - Please [open an issue](https://github.com/hey-api/openapi-ts/issues) if you're unable to migrate your configuration to the new syntax.
-5
.changeset/ten-parks-hunt.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **plugin(@hey-api/client-fetch)**: use serialized body in SSE requests
-5
.changeset/thin-pugs-provide.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **plugin(@hey-api/client-nuxt)**: preserve null in `WithRefs` type for nullable fields
-5
.changeset/tiny-clouds-dress.md
··· 1 - --- 2 - '@hey-api/codegen-core': minor 3 - --- 4 - 5 - **core**: Structure API
-5
.changeset/two-ways-help.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **renderer**: correctly render default import
-7
.changeset/upset-weeks-dream.md
··· 1 - --- 2 - '@hey-api/openapi-ts': minor 3 - --- 4 - 5 - **plugin(zod)**: **BREAKING:** standardize `~resolvers` API 6 - 7 - The [Resolvers API](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the [Resolvers](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) page.
-5
.changeset/warm-flowers-burn.md
··· 1 - --- 2 - '@hey-api/codegen-core': patch 3 - --- 4 - 5 - **fix**: simplify symbol merging logic
-13
.changeset/wet-radios-arrive.md
··· 1 - --- 2 - '@hey-api/openapi-ts': minor 3 - --- 4 - 5 - **plugin(@angular/common)**: **BREAKING**: Structure API 6 - 7 - ### Structure API 8 - 9 - The [Angular plugin](https://heyapi.dev/openapi-ts/plugins/angular) now implements the Structure API, enabling more complex structures and fixing several known issues. 10 - 11 - Some Structure APIs are incompatible with the previous configuration, most notably the `methodNameBuilder` function, which accepted the operation object as an argument. You can read the [SDK Output](https://heyapi.dev/openapi-ts/plugins/sdk#output) section to familiarize yourself with the Structure API. 12 - 13 - Please [open an issue](https://github.com/hey-api/openapi-ts/issues) if you're unable to migrate your configuration to the new syntax.
-5
.changeset/wise-things-lie.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **plugin(@hey-api/client-ky)**: use serialized body in SSE requests
+12
packages/codegen-core/CHANGELOG.md
··· 1 1 # @hey-api/codegen-core 2 2 3 + ## 0.5.0 4 + 5 + ### Minor Changes 6 + 7 + - **core**: Structure API ([#3109](https://github.com/hey-api/openapi-ts/pull/3109)) ([`815a3de`](https://github.com/hey-api/openapi-ts/commit/815a3de0af434c28ac6d13ff92b85ce1fc146999)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + ### Patch Changes 10 + 11 + - **types**: document default values for `importKind` and `kind` ([#3147](https://github.com/hey-api/openapi-ts/pull/3147)) ([`ab80a4b`](https://github.com/hey-api/openapi-ts/commit/ab80a4b2c37423c522aa864afbcb688db76615ba)) by [@mrlubos](https://github.com/mrlubos) 12 + 13 + - **fix**: simplify symbol merging logic ([#3169](https://github.com/hey-api/openapi-ts/pull/3169)) ([`77bf81a`](https://github.com/hey-api/openapi-ts/commit/77bf81a13e49a13b6d052ef81e663df0f3b60b5a)) by [@mrlubos](https://github.com/mrlubos) 14 + 3 15 ## 0.4.0 4 16 5 17 ### Minor Changes
+1 -1
packages/codegen-core/package.json
··· 1 1 { 2 2 "name": "@hey-api/codegen-core", 3 - "version": "0.4.0", 3 + "version": "0.5.0", 4 4 "description": "🧱 TypeScript framework for generating files.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+56
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.90.0 4 + 5 + ### Minor Changes 6 + 7 + - **plugin(valibot)**: **BREAKING:** standardize `~resolvers` API ([#3147](https://github.com/hey-api/openapi-ts/pull/3147)) ([`ab80a4b`](https://github.com/hey-api/openapi-ts/commit/ab80a4b2c37423c522aa864afbcb688db76615ba)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + The [Resolvers API](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the [Resolvers](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) page. 10 + 11 + - **plugin(sdk)**: **BREAKING**: Structure API ([#3109](https://github.com/hey-api/openapi-ts/pull/3109)) ([`815a3de`](https://github.com/hey-api/openapi-ts/commit/815a3de0af434c28ac6d13ff92b85ce1fc146999)) by [@mrlubos](https://github.com/mrlubos) 12 + 13 + ### Structure API 14 + 15 + The [SDK plugin](https://heyapi.dev/openapi-ts/plugins/sdk) now implements the Structure API, enabling more complex structures and fixing several known issues. 16 + 17 + Some Structure APIs are incompatible with the previous configuration, most notably the `methodNameBuilder` function, which accepted the operation object as an argument. You can read the [SDK Output](https://heyapi.dev/openapi-ts/plugins/sdk#output) section to familiarize yourself with the Structure API. 18 + 19 + Please [open an issue](https://github.com/hey-api/openapi-ts/issues) if you're unable to migrate your configuration to the new syntax. 20 + 21 + - **plugin(zod)**: **BREAKING:** standardize `~resolvers` API ([#3147](https://github.com/hey-api/openapi-ts/pull/3147)) ([`ab80a4b`](https://github.com/hey-api/openapi-ts/commit/ab80a4b2c37423c522aa864afbcb688db76615ba)) by [@mrlubos](https://github.com/mrlubos) 22 + 23 + The [Resolvers API](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the [Resolvers](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) page. 24 + 25 + - **plugin(@angular/common)**: **BREAKING**: Structure API ([#3109](https://github.com/hey-api/openapi-ts/pull/3109)) ([`815a3de`](https://github.com/hey-api/openapi-ts/commit/815a3de0af434c28ac6d13ff92b85ce1fc146999)) by [@mrlubos](https://github.com/mrlubos) 26 + 27 + ### Structure API 28 + 29 + The [Angular plugin](https://heyapi.dev/openapi-ts/plugins/angular) now implements the Structure API, enabling more complex structures and fixing several known issues. 30 + 31 + Some Structure APIs are incompatible with the previous configuration, most notably the `methodNameBuilder` function, which accepted the operation object as an argument. You can read the [SDK Output](https://heyapi.dev/openapi-ts/plugins/sdk#output) section to familiarize yourself with the Structure API. 32 + 33 + Please [open an issue](https://github.com/hey-api/openapi-ts/issues) if you're unable to migrate your configuration to the new syntax. 34 + 35 + ### Patch Changes 36 + 37 + - **plugin(@hey-api/client-nuxt)**: use serialized body in SSE requests ([#3123](https://github.com/hey-api/openapi-ts/pull/3123)) ([`6505659`](https://github.com/hey-api/openapi-ts/commit/6505659a5b776d03e943582e700a718eddcc2912)) by [@bilby91](https://github.com/bilby91) 38 + 39 + - **plugin(zod)**: expand support for bigint types ([#3145](https://github.com/hey-api/openapi-ts/pull/3145)) ([`4a32dcf`](https://github.com/hey-api/openapi-ts/commit/4a32dcfae503e76db81fa21ca71c71f20ea28c34)) by [@mrlubos](https://github.com/mrlubos) 40 + 41 + - **plugin(@hey-api/client-angular)**: use serialized body in SSE requests ([#3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@mrlubos](https://github.com/mrlubos) 42 + 43 + - **plugin(@hey-api/client-next)**: use serialized body in SSE requests ([#3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@mrlubos](https://github.com/mrlubos) 44 + 45 + - **plugin(@hey-api/client-axios)**: use serialized body in SSE requests ([#3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@mrlubos](https://github.com/mrlubos) 46 + 47 + - **plugin(@hey-api/client-fetch)**: use serialized body in SSE requests ([#3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@mrlubos](https://github.com/mrlubos) 48 + 49 + - **plugin(@hey-api/client-nuxt)**: preserve null in `WithRefs` type for nullable fields ([#3131](https://github.com/hey-api/openapi-ts/pull/3131)) ([`3935034`](https://github.com/hey-api/openapi-ts/commit/39350343fe77b6a2700c2b57f03c5b838a92f09e)) by [@rigtigeEmil](https://github.com/rigtigeEmil) 50 + 51 + - **renderer**: correctly render default import ([#3109](https://github.com/hey-api/openapi-ts/pull/3109)) ([`815a3de`](https://github.com/hey-api/openapi-ts/commit/815a3de0af434c28ac6d13ff92b85ce1fc146999)) by [@mrlubos](https://github.com/mrlubos) 52 + 53 + - **plugin(@hey-api/client-ky)**: use serialized body in SSE requests ([#3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@mrlubos](https://github.com/mrlubos) 54 + 55 + ### Updated Dependencies: 56 + 57 + - @hey-api/codegen-core@0.5.0 58 + 3 59 ## 0.89.2 4 60 5 61 ### Patch Changes
+2 -2
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.89.2", 3 + "version": "0.90.0", 4 4 "description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": { ··· 89 89 "node": ">=20.19.0" 90 90 }, 91 91 "dependencies": { 92 - "@hey-api/codegen-core": "workspace:^0.4.0", 92 + "@hey-api/codegen-core": "workspace:^0.5.0", 93 93 "@hey-api/json-schema-ref-parser": "1.2.2", 94 94 "ansi-colors": "4.1.3", 95 95 "c12": "3.3.3",
+197 -8
pnpm-lock.yaml
··· 1329 1329 packages/openapi-ts: 1330 1330 dependencies: 1331 1331 '@hey-api/codegen-core': 1332 - specifier: workspace:^0.4.0 1332 + specifier: workspace:^0.5.0 1333 1333 version: link:../codegen-core 1334 1334 '@hey-api/json-schema-ref-parser': 1335 1335 specifier: 1.2.2 ··· 1400 1400 version: 1.14.2 1401 1401 nuxt: 1402 1402 specifier: 3.14.1592 1403 - 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.39.1(jiti@2.6.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.57)(rollup@4.54.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.3)(vite@7.1.2(@types/node@22.10.5)(jiti@2.6.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.2)) 1403 + 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.39.1(jiti@2.6.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.57)(rollup@4.54.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.3) 1404 1404 ofetch: 1405 1405 specifier: 1.5.1 1406 1406 version: 1.5.1 ··· 18844 18844 - utf-8-validate 18845 18845 - vue 18846 18846 18847 + '@nuxt/devtools@1.7.0(rollup@4.54.0)(vue@3.5.25(typescript@5.9.3))': 18848 + dependencies: 18849 + '@antfu/utils': 0.7.10 18850 + '@nuxt/devtools-kit': 1.7.0(magicast@0.3.5)(vite@7.2.2(@types/node@22.10.5)(jiti@2.6.1)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.2)) 18851 + '@nuxt/devtools-wizard': 1.7.0 18852 + '@nuxt/kit': 3.15.4(magicast@0.3.5) 18853 + '@vue/devtools-core': 7.6.8(vite@7.2.2(@types/node@22.10.5)(jiti@2.6.1)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 18854 + '@vue/devtools-kit': 7.6.8 18855 + birpc: 0.2.19 18856 + consola: 3.4.2 18857 + cronstrue: 2.59.0 18858 + destr: 2.0.5 18859 + error-stack-parser-es: 0.1.5 18860 + execa: 7.2.0 18861 + fast-npm-meta: 0.2.2 18862 + flatted: 3.3.3 18863 + get-port-please: 3.2.0 18864 + hookable: 5.5.3 18865 + image-meta: 0.2.1 18866 + is-installed-globally: 1.0.0 18867 + launch-editor: 2.11.1 18868 + local-pkg: 0.5.1 18869 + magicast: 0.3.5 18870 + nypm: 0.4.1 18871 + ohash: 1.1.6 18872 + pathe: 1.1.2 18873 + perfect-debounce: 1.0.0 18874 + pkg-types: 1.3.1 18875 + rc9: 2.1.2 18876 + scule: 1.3.0 18877 + semver: 7.7.3 18878 + simple-git: 3.28.0 18879 + sirv: 3.0.2 18880 + tinyglobby: 0.2.15 18881 + unimport: 3.14.6(rollup@4.54.0) 18882 + vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.4(magicast@0.3.5))(rollup@4.54.0)(vite@7.1.2(@types/node@22.10.5)(jiti@2.6.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.2)) 18883 + vite-plugin-vue-inspector: 5.3.2(vite@7.2.2(@types/node@22.10.5)(jiti@2.6.1)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.2)) 18884 + which: 3.0.1 18885 + ws: 8.18.3 18886 + transitivePeerDependencies: 18887 + - bufferutil 18888 + - rollup 18889 + - supports-color 18890 + - utf-8-validate 18891 + - vue 18892 + 18847 18893 '@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@3.29.5)': 18848 18894 dependencies: 18849 18895 '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@3.29.5) ··· 23682 23728 '@typescript-eslint/parser': 8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3) 23683 23729 eslint: 9.17.0(jiti@2.6.1) 23684 23730 eslint-import-resolver-node: 0.3.9 23685 - eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.17.0(jiti@2.6.1)) 23731 + 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.6.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)) 23686 23732 eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.17.0(jiti@2.6.1)) 23687 23733 eslint-plugin-jsx-a11y: 6.10.2(eslint@9.17.0(jiti@2.6.1)) 23688 23734 eslint-plugin-react: 7.37.5(eslint@9.17.0(jiti@2.6.1)) ··· 23710 23756 transitivePeerDependencies: 23711 23757 - supports-color 23712 23758 23713 - eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0)(eslint@9.17.0(jiti@2.6.1)): 23759 + 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.6.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)): 23714 23760 dependencies: 23715 23761 '@nolyfill/is-core-module': 1.0.39 23716 23762 debug: 4.4.3 ··· 23725 23771 transitivePeerDependencies: 23726 23772 - supports-color 23727 23773 23728 - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.17.0(jiti@2.6.1)): 23774 + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(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.6.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)): 23729 23775 dependencies: 23730 23776 debug: 3.2.7 23731 23777 optionalDependencies: 23732 23778 '@typescript-eslint/parser': 8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3) 23733 23779 eslint: 9.17.0(jiti@2.6.1) 23734 23780 eslint-import-resolver-node: 0.3.9 23735 - eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.17.0(jiti@2.6.1)) 23781 + 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.6.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)) 23736 23782 transitivePeerDependencies: 23737 23783 - supports-color 23738 23784 ··· 23747 23793 doctrine: 2.1.0 23748 23794 eslint: 9.17.0(jiti@2.6.1) 23749 23795 eslint-import-resolver-node: 0.3.9 23750 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.17.0(jiti@2.6.1)) 23796 + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(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.6.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)) 23751 23797 hasown: 2.0.2 23752 23798 is-core-module: 2.16.1 23753 23799 is-glob: 4.0.3 ··· 26822 26868 - vue-tsc 26823 26869 - xml2js 26824 26870 26871 + 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.39.1(jiti@2.6.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.57)(rollup@4.54.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.3): 26872 + dependencies: 26873 + '@nuxt/devalue': 2.0.2 26874 + '@nuxt/devtools': 1.7.0(rollup@4.54.0)(vue@3.5.25(typescript@5.9.3)) 26875 + '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.54.0) 26876 + '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.54.0) 26877 + '@nuxt/telemetry': 2.6.6(magicast@0.3.5) 26878 + '@nuxt/vite-builder': 3.14.1592(@types/node@22.10.5)(eslint@9.39.1(jiti@2.6.1))(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.57)(rollup@4.54.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) 26879 + '@unhead/dom': 1.11.20 26880 + '@unhead/shared': 1.11.20 26881 + '@unhead/ssr': 1.11.20 26882 + '@unhead/vue': 1.11.20(vue@3.5.25(typescript@5.9.3)) 26883 + '@vue/shared': 3.5.25 26884 + acorn: 8.14.0 26885 + c12: 2.0.1(magicast@0.3.5) 26886 + chokidar: 4.0.3 26887 + compatx: 0.1.8 26888 + consola: 3.4.2 26889 + cookie-es: 1.2.2 26890 + defu: 6.1.4 26891 + destr: 2.0.5 26892 + devalue: 5.3.2 26893 + errx: 0.1.0 26894 + esbuild: 0.24.2 26895 + escape-string-regexp: 5.0.0 26896 + estree-walker: 3.0.3 26897 + globby: 14.1.0 26898 + h3: 1.15.4 26899 + hookable: 5.5.3 26900 + ignore: 6.0.2 26901 + impound: 0.2.2(rollup@4.54.0) 26902 + jiti: 2.6.1 26903 + klona: 2.0.6 26904 + knitwork: 1.3.0 26905 + magic-string: 0.30.21 26906 + mlly: 1.8.0 26907 + nanotar: 0.1.1 26908 + nitropack: 2.12.4(@netlify/blobs@9.1.2)(encoding@0.1.13)(rolldown@1.0.0-beta.57) 26909 + nuxi: 3.28.0 26910 + nypm: 0.3.12 26911 + ofetch: 1.5.1 26912 + ohash: 1.1.6 26913 + pathe: 1.1.2 26914 + perfect-debounce: 1.0.0 26915 + pkg-types: 1.3.1 26916 + radix3: 1.1.2 26917 + scule: 1.3.0 26918 + semver: 7.7.3 26919 + std-env: 3.10.0 26920 + strip-literal: 2.1.1 26921 + tinyglobby: 0.2.10 26922 + ufo: 1.6.1 26923 + ultrahtml: 1.6.0 26924 + uncrypto: 0.1.3 26925 + unctx: 2.4.1 26926 + unenv: 1.10.0 26927 + unhead: 1.11.20 26928 + unimport: 3.14.6(rollup@4.54.0) 26929 + unplugin: 1.16.1 26930 + unplugin-vue-router: 0.10.9(rollup@4.54.0)(vue-router@4.5.0(vue@3.5.25(typescript@5.9.3)))(vue@3.5.25(typescript@5.9.3)) 26931 + unstorage: 1.17.0(@netlify/blobs@9.1.2)(db0@0.3.2)(ioredis@5.7.0) 26932 + untyped: 1.5.2 26933 + vue: 3.5.25(typescript@5.9.3) 26934 + vue-bundle-renderer: 2.1.2 26935 + vue-devtools-stub: 0.1.0 26936 + vue-router: 4.5.0(vue@3.5.25(typescript@5.9.3)) 26937 + optionalDependencies: 26938 + '@parcel/watcher': 2.5.1 26939 + '@types/node': 22.10.5 26940 + transitivePeerDependencies: 26941 + - '@azure/app-configuration' 26942 + - '@azure/cosmos' 26943 + - '@azure/data-tables' 26944 + - '@azure/identity' 26945 + - '@azure/keyvault-secrets' 26946 + - '@azure/storage-blob' 26947 + - '@biomejs/biome' 26948 + - '@capacitor/preferences' 26949 + - '@deno/kv' 26950 + - '@electric-sql/pglite' 26951 + - '@libsql/client' 26952 + - '@netlify/blobs' 26953 + - '@planetscale/database' 26954 + - '@upstash/redis' 26955 + - '@vercel/blob' 26956 + - '@vercel/functions' 26957 + - '@vercel/kv' 26958 + - aws4fetch 26959 + - better-sqlite3 26960 + - bufferutil 26961 + - db0 26962 + - drizzle-orm 26963 + - encoding 26964 + - eslint 26965 + - idb-keyval 26966 + - ioredis 26967 + - less 26968 + - lightningcss 26969 + - magicast 26970 + - meow 26971 + - mysql2 26972 + - optionator 26973 + - rolldown 26974 + - rollup 26975 + - sass 26976 + - sass-embedded 26977 + - sqlite3 26978 + - stylelint 26979 + - stylus 26980 + - sugarss 26981 + - supports-color 26982 + - terser 26983 + - typescript 26984 + - uploadthing 26985 + - utf-8-validate 26986 + - vite 26987 + - vls 26988 + - vti 26989 + - vue-tsc 26990 + - xml2js 26991 + 26825 26992 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.39.1(jiti@2.6.1))(ioredis@5.7.0)(less@4.2.2)(magicast@0.3.5)(optionator@0.9.4)(rolldown@1.0.0-beta.57)(rollup@4.54.0)(sass@1.85.0)(terser@5.43.1)(typescript@5.9.3)(vite@5.4.19(@types/node@22.10.5)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)): 26826 26993 dependencies: 26827 26994 '@nuxt/devalue': 2.0.2 ··· 27002 27169 unhead: 1.11.20 27003 27170 unimport: 3.14.6(rollup@4.54.0) 27004 27171 unplugin: 1.16.1 27005 - unplugin-vue-router: 0.10.9(rollup@4.54.0)(vue-router@4.5.0(vue@3.5.25(typescript@5.9.3)))(vue@3.5.25(typescript@5.9.3)) 27172 + unplugin-vue-router: 0.10.9(rollup@4.54.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.9.3)))(vue@3.5.25(typescript@5.9.3)) 27006 27173 unstorage: 1.17.0(@netlify/blobs@9.1.2)(db0@0.3.2)(ioredis@5.7.0) 27007 27174 untyped: 1.5.2 27008 27175 vue: 3.5.25(typescript@5.9.3) ··· 29911 30078 yaml: 2.8.2 29912 30079 optionalDependencies: 29913 30080 vue-router: 4.5.0(vue@3.5.25(typescript@5.9.3)) 30081 + transitivePeerDependencies: 30082 + - rollup 30083 + - vue 30084 + 30085 + unplugin-vue-router@0.10.9(rollup@4.54.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.9.3)))(vue@3.5.25(typescript@5.9.3)): 30086 + dependencies: 30087 + '@babel/types': 7.28.5 30088 + '@rollup/pluginutils': 5.2.0(rollup@4.54.0) 30089 + '@vue-macros/common': 1.16.1(vue@3.5.25(typescript@5.9.3)) 30090 + ast-walker-scope: 0.6.2 30091 + chokidar: 3.6.0 30092 + fast-glob: 3.3.3 30093 + json5: 2.2.3 30094 + local-pkg: 0.5.1 30095 + magic-string: 0.30.21 30096 + mlly: 1.8.0 30097 + pathe: 1.1.2 30098 + scule: 1.3.0 30099 + unplugin: 2.0.0-beta.1 30100 + yaml: 2.8.2 30101 + optionalDependencies: 30102 + vue-router: 4.5.0(vue@3.5.13(typescript@5.9.3)) 29914 30103 transitivePeerDependencies: 29915 30104 - rollup 29916 30105 - vue