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

ci: release

authored by

Lubos and committed by
GitHub
720c012c 330a6283

+47 -44
-9
.changeset/honest-cases-build.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **plugin(@hey-api/sdk)**: add `examples` option 6 - 7 - The SDK plugin can generate ready-to-use code examples for each operation, showing how to call the SDK methods with proper parameters and setup. 8 - 9 - Learn how to generate examples on the [SDK plugin](https://heyapi.dev/openapi-ts/plugins/sdk#code-examples) page.
-5
.changeset/real-radios-sit.md
··· 1 - --- 2 - '@hey-api/codegen-core': patch 3 - --- 4 - 5 - **project**: expose `.plan()` method
-9
.changeset/rich-phones-melt.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **output**: add `source` option 6 - 7 - Source is a copy of the input specification used to generate your output. It can be used to power documentation tools or to persist a stable snapshot alongside your generated files. 8 - 9 - Learn how to use the source on the [Output](https://heyapi.dev/openapi-ts/configuration/output#source) page.
+6
packages/codegen-core/CHANGELOG.md
··· 1 1 # @hey-api/codegen-core 2 2 3 + ## 0.5.1 4 + 5 + ### Patch Changes 6 + 7 + - **project**: expose `.plan()` method ([#3175](https://github.com/hey-api/openapi-ts/pull/3175)) ([`b985053`](https://github.com/hey-api/openapi-ts/commit/b985053ffa64accc4ff01b7c0f301bb5cd84ff48)) by [@mrlubos](https://github.com/mrlubos) 8 + 3 9 ## 0.5.0 4 10 5 11 ### Minor Changes
+1 -1
packages/codegen-core/package.json
··· 1 1 { 2 2 "name": "@hey-api/codegen-core", 3 - "version": "0.5.0", 3 + "version": "0.5.1", 4 4 "description": "🧱 TypeScript framework for generating files.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+20
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.90.1 4 + 5 + ### Patch Changes 6 + 7 + - **plugin(@hey-api/sdk)**: add `examples` option ([#3175](https://github.com/hey-api/openapi-ts/pull/3175)) ([`b985053`](https://github.com/hey-api/openapi-ts/commit/b985053ffa64accc4ff01b7c0f301bb5cd84ff48)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + The SDK plugin can generate ready-to-use code examples for each operation, showing how to call the SDK methods with proper parameters and setup. 10 + 11 + Learn how to generate examples on the [SDK plugin](https://heyapi.dev/openapi-ts/plugins/sdk#code-examples) page. 12 + 13 + - **output**: add `source` option ([#3175](https://github.com/hey-api/openapi-ts/pull/3175)) ([`b985053`](https://github.com/hey-api/openapi-ts/commit/b985053ffa64accc4ff01b7c0f301bb5cd84ff48)) by [@mrlubos](https://github.com/mrlubos) 14 + 15 + Source is a copy of the input specification used to generate your output. It can be used to power documentation tools or to persist a stable snapshot alongside your generated files. 16 + 17 + Learn how to use the source on the [Output](https://heyapi.dev/openapi-ts/configuration/output#source) page. 18 + 19 + ### Updated Dependencies: 20 + 21 + - @hey-api/codegen-core@0.5.1 22 + 3 23 ## 0.90.0 4 24 5 25 ### Minor Changes
+2 -2
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.90.0", 3 + "version": "0.90.1", 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.0", 92 + "@hey-api/codegen-core": "workspace:^0.5.1", 93 93 "@hey-api/json-schema-ref-parser": "1.2.2", 94 94 "ansi-colors": "4.1.3", 95 95 "c12": "3.3.3",
+18 -18
pnpm-lock.yaml
··· 1329 1329 packages/openapi-ts: 1330 1330 dependencies: 1331 1331 '@hey-api/codegen-core': 1332 - specifier: workspace:^0.5.0 1332 + specifier: workspace:^0.5.1 1333 1333 version: link:../codegen-core 1334 1334 '@hey-api/json-schema-ref-parser': 1335 1335 specifier: 1.2.2 ··· 14592 14592 dependencies: 14593 14593 '@ampproject/remapping': 2.3.0 14594 14594 '@angular-devkit/architect': 0.1902.0(chokidar@4.0.3) 14595 - '@angular-devkit/build-webpack': 0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.0)))(webpack@5.98.0(esbuild@0.25.0)) 14595 + '@angular-devkit/build-webpack': 0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0))(webpack@5.98.0(esbuild@0.25.0)) 14596 14596 '@angular-devkit/core': 19.2.0(chokidar@4.0.3) 14597 14597 '@angular/build': 19.2.0(@angular/compiler-cli@19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1)))(typescript@5.8.3))(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/platform-server@19.2.0(@angular/common@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.0(@angular/animations@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1))))(@angular/ssr@19.2.15(5c03da8199d2fcdf9ff93b70f9349edd))(@types/node@22.10.5)(chokidar@4.0.3)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.8.3)))(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.2) 14598 14598 '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1)))(typescript@5.8.3) ··· 14643 14643 tslib: 2.8.1 14644 14644 typescript: 5.8.3 14645 14645 webpack: 5.98.0(esbuild@0.25.0) 14646 - webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.0)) 14647 - webpack-dev-server: 5.2.0(webpack@5.98.0(esbuild@0.25.0)) 14646 + webpack-dev-middleware: 7.4.2(webpack@5.98.0) 14647 + webpack-dev-server: 5.2.0(webpack@5.98.0) 14648 14648 webpack-merge: 6.0.1 14649 14649 webpack-subresource-integrity: 5.1.0(webpack@5.98.0) 14650 14650 optionalDependencies: ··· 14680 14680 dependencies: 14681 14681 '@ampproject/remapping': 2.3.0 14682 14682 '@angular-devkit/architect': 0.1902.0(chokidar@4.0.3) 14683 - '@angular-devkit/build-webpack': 0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.0)))(webpack@5.98.0(esbuild@0.25.0)) 14683 + '@angular-devkit/build-webpack': 0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0))(webpack@5.98.0(esbuild@0.25.0)) 14684 14684 '@angular-devkit/core': 19.2.0(chokidar@4.0.3) 14685 14685 '@angular/build': 19.2.0(@angular/compiler-cli@19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1)))(typescript@5.8.3))(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/platform-server@19.2.0(@angular/common@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.0(@angular/animations@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1))))(@angular/ssr@19.2.15(5c03da8199d2fcdf9ff93b70f9349edd))(@types/node@22.10.5)(chokidar@4.0.3)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.8.3)))(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.2) 14686 14686 '@angular/compiler-cli': 19.2.0(@angular/compiler@19.2.0(@angular/core@19.2.0(rxjs@7.8.2)(zone.js@0.15.1)))(typescript@5.8.3) ··· 14731 14731 tslib: 2.8.1 14732 14732 typescript: 5.8.3 14733 14733 webpack: 5.98.0(esbuild@0.25.0) 14734 - webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.0)) 14735 - webpack-dev-server: 5.2.0(webpack@5.98.0(esbuild@0.25.0)) 14734 + webpack-dev-middleware: 7.4.2(webpack@5.98.0) 14735 + webpack-dev-server: 5.2.0(webpack@5.98.0) 14736 14736 webpack-merge: 6.0.1 14737 14737 webpack-subresource-integrity: 5.1.0(webpack@5.98.0) 14738 14738 optionalDependencies: ··· 14819 14819 tslib: 2.8.1 14820 14820 typescript: 5.8.3 14821 14821 webpack: 5.98.0(esbuild@0.25.4) 14822 - webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.0)) 14822 + webpack-dev-middleware: 7.4.2(webpack@5.98.0) 14823 14823 webpack-dev-server: 5.2.2(webpack@5.98.0) 14824 14824 webpack-merge: 6.0.1 14825 14825 webpack-subresource-integrity: 5.1.0(webpack@5.98.0) ··· 14907 14907 tslib: 2.8.1 14908 14908 typescript: 5.9.3 14909 14909 webpack: 5.98.0(esbuild@0.25.4) 14910 - webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.0)) 14910 + webpack-dev-middleware: 7.4.2(webpack@5.98.0) 14911 14911 webpack-dev-server: 5.2.2(webpack@5.98.0) 14912 14912 webpack-merge: 6.0.1 14913 14913 webpack-subresource-integrity: 5.1.0(webpack@5.98.0) ··· 14939 14939 - webpack-cli 14940 14940 - yaml 14941 14941 14942 - '@angular-devkit/build-webpack@0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.0)))(webpack@5.98.0(esbuild@0.25.0))': 14942 + '@angular-devkit/build-webpack@0.1902.0(chokidar@4.0.3)(webpack-dev-server@5.2.0(webpack@5.98.0))(webpack@5.98.0(esbuild@0.25.0))': 14943 14943 dependencies: 14944 14944 '@angular-devkit/architect': 0.1902.0(chokidar@4.0.3) 14945 14945 rxjs: 7.8.1 14946 14946 webpack: 5.98.0(esbuild@0.25.0) 14947 - webpack-dev-server: 5.2.0(webpack@5.98.0(esbuild@0.25.0)) 14947 + webpack-dev-server: 5.2.0(webpack@5.98.0) 14948 14948 transitivePeerDependencies: 14949 14949 - chokidar 14950 14950 ··· 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@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)) 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@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-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)) 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@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-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)): 23786 23786 dependencies: 23787 23787 '@rtsao/scc': 1.1.0 23788 23788 array-includes: 3.1.9 ··· 31066 31066 31067 31067 webidl-conversions@7.0.0: {} 31068 31068 31069 - webpack-dev-middleware@7.4.2(webpack@5.98.0(esbuild@0.25.0)): 31069 + webpack-dev-middleware@7.4.2(webpack@5.98.0): 31070 31070 dependencies: 31071 31071 colorette: 2.0.20 31072 31072 memfs: 4.38.2 ··· 31077 31077 optionalDependencies: 31078 31078 webpack: 5.98.0(esbuild@0.25.0) 31079 31079 31080 - webpack-dev-server@5.2.0(webpack@5.98.0(esbuild@0.25.0)): 31080 + webpack-dev-server@5.2.0(webpack@5.98.0): 31081 31081 dependencies: 31082 31082 '@types/bonjour': 3.5.13 31083 31083 '@types/connect-history-api-fallback': 1.5.4 ··· 31104 31104 serve-index: 1.9.1 31105 31105 sockjs: 0.3.24 31106 31106 spdy: 4.0.2 31107 - webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.0)) 31107 + webpack-dev-middleware: 7.4.2(webpack@5.98.0) 31108 31108 ws: 8.18.3 31109 31109 optionalDependencies: 31110 31110 webpack: 5.98.0(esbuild@0.25.0) ··· 31142 31142 serve-index: 1.9.1 31143 31143 sockjs: 0.3.24 31144 31144 spdy: 4.0.2 31145 - webpack-dev-middleware: 7.4.2(webpack@5.98.0(esbuild@0.25.0)) 31145 + webpack-dev-middleware: 7.4.2(webpack@5.98.0) 31146 31146 ws: 8.18.3 31147 31147 optionalDependencies: 31148 31148 webpack: 5.98.0(esbuild@0.25.0)