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

ci: release

authored by

Lubos and committed by
GitHub
f201cc84 c1150ba5

+32 -20
-7
.changeset/silly-numbers-watch.md
··· 1 - --- 2 - "@hey-api/codegen-core": patch 3 - "@hey-api/openapi-ts": patch 4 - "@hey-api/vite-plugin": patch 5 - --- 6 - 7 - **build**: do not minify bundles for better code readability and debugging
-5
.changeset/upset-clubs-stare.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **plugin(@hey-api/sdk)**: fix: do not use bodySerializer if format is binary
+6
packages/codegen-core/CHANGELOG.md
··· 1 1 # @hey-api/codegen-core 2 2 3 + ## 0.5.2 4 + 5 + ### Patch Changes 6 + 7 + - **build**: do not minify bundles for better code readability and debugging ([#3186](https://github.com/hey-api/openapi-ts/pull/3186)) ([`4d46130`](https://github.com/hey-api/openapi-ts/commit/4d46130b53d9d8d5d3c178343a1b4fc3645b2628)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) 8 + 3 9 ## 0.5.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.5.1", 3 + "version": "0.5.2", 4 4 "description": "🧱 TypeScript framework for generating files.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+12
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.90.2 4 + 5 + ### Patch Changes 6 + 7 + - **build**: do not minify bundles for better code readability and debugging ([#3186](https://github.com/hey-api/openapi-ts/pull/3186)) ([`4d46130`](https://github.com/hey-api/openapi-ts/commit/4d46130b53d9d8d5d3c178343a1b4fc3645b2628)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) 8 + 9 + - **plugin(@hey-api/sdk)**: fix: do not use bodySerializer if format is binary ([#3190](https://github.com/hey-api/openapi-ts/pull/3190)) ([`dc28c4c`](https://github.com/hey-api/openapi-ts/commit/dc28c4c6504724104bdef01332b9e3eb52ba3333)) by [@mrlubos](https://github.com/mrlubos) 10 + 11 + ### Updated Dependencies: 12 + 13 + - @hey-api/codegen-core@0.5.2 14 + 3 15 ## 0.90.1 4 16 5 17 ### Patch Changes
+2 -2
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.90.1", 3 + "version": "0.90.2", 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.5.1", 92 + "@hey-api/codegen-core": "workspace:^0.5.2", 93 93 "@hey-api/json-schema-ref-parser": "1.2.2", 94 94 "ansi-colors": "4.1.3", 95 95 "c12": "3.3.3",
+6
packages/vite-plugin/CHANGELOG.md
··· 1 1 # @hey-api/vite-plugin 2 2 3 + ## 0.2.1 4 + 5 + ### Patch Changes 6 + 7 + - **build**: do not minify bundles for better code readability and debugging ([#3186](https://github.com/hey-api/openapi-ts/pull/3186)) ([`4d46130`](https://github.com/hey-api/openapi-ts/commit/4d46130b53d9d8d5d3c178343a1b4fc3645b2628)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) 8 + 3 9 ## 0.2.0 4 10 5 11 ### Minor Changes
+1 -1
packages/vite-plugin/package.json
··· 1 1 { 2 2 "name": "@hey-api/vite-plugin", 3 - "version": "0.2.0", 3 + "version": "0.2.1", 4 4 "description": "🚀 Vite plugin for `@hey-api/openapi-ts` codegen.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+4 -4
pnpm-lock.yaml
··· 1329 1329 packages/openapi-ts: 1330 1330 dependencies: 1331 1331 '@hey-api/codegen-core': 1332 - specifier: workspace:^0.5.1 1332 + specifier: workspace:^0.5.2 1333 1333 version: link:../codegen-core 1334 1334 '@hey-api/json-schema-ref-parser': 1335 1335 specifier: 1.2.2 ··· 23729 23729 eslint: 9.17.0(jiti@2.6.1) 23730 23730 eslint-import-resolver-node: 0.3.9 23731 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)) 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-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)) 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)) 23733 23733 eslint-plugin-jsx-a11y: 6.10.2(eslint@9.17.0(jiti@2.6.1)) 23734 23734 eslint-plugin-react: 7.37.5(eslint@9.17.0(jiti@2.6.1)) 23735 23735 eslint-plugin-react-hooks: 5.2.0(eslint@9.17.0(jiti@2.6.1)) ··· 23767 23767 tinyglobby: 0.2.15 23768 23768 unrs-resolver: 1.11.1 23769 23769 optionalDependencies: 23770 - 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-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)) 23770 + 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)) 23771 23771 transitivePeerDependencies: 23772 23772 - supports-color 23773 23773 ··· 23782 23782 transitivePeerDependencies: 23783 23783 - supports-color 23784 23784 23785 - 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-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)): 23785 + 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)): 23786 23786 dependencies: 23787 23787 '@rtsao/scc': 1.1.0 23788 23788 array-includes: 3.1.9