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

ci: release

authored by

Lubos and committed by
GitHub
2667efc9 2fe51582

+58 -45
-5
.changeset/big-streets-behave.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **ts-dsl**: allow removing object properties by passing `null`
-5
.changeset/bright-falcons-chew.md
··· 1 - --- 2 - '@hey-api/types': patch 3 - --- 4 - 5 - feat: add `ToArray`, `ToReadonlyArray`, and `AnyObject` types
-5
.changeset/clever-toys-dress.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **cli**: clean up interface
-5
.changeset/fluffy-pens-admire.md
··· 1 - --- 2 - '@hey-api/codegen-core': patch 3 - --- 4 - 5 - **config**: export `loadConfigFile` function (moved from `@hey-api/openapi-ts`)
-5
.changeset/ready-dots-beg.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **ts-dsl**: override object properties when called multiple times with the same name
-5
.changeset/stupid-news-wash.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **config**: move `loadConfigFile` function to `@hey-api/codegen-core`
+10
packages/codegen-core/CHANGELOG.md
··· 1 1 # @hey-api/codegen-core 2 2 3 + ## 0.5.5 4 + 5 + ### Patch Changes 6 + 7 + - **config**: export `loadConfigFile` function (moved from `@hey-api/openapi-ts`) ([#3244](https://github.com/hey-api/openapi-ts/pull/3244)) ([`4f52bce`](https://github.com/hey-api/openapi-ts/commit/4f52bce79d8ac6573472f32a05b7f70913b90605)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + ### Updated Dependencies: 10 + 11 + - @hey-api/types@0.1.2 12 + 3 13 ## 0.5.4 4 14 5 15 ### Patch Changes
+1 -1
packages/codegen-core/package.json
··· 1 1 { 2 2 "name": "@hey-api/codegen-core", 3 - "version": "0.5.4", 3 + "version": "0.5.5", 4 4 "description": "🧱 TypeScript framework for generating files.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+10
packages/openapi-python/CHANGELOG.md
··· 1 + # @hey-api/openapi-python 2 + 3 + ## 0.0.2 4 + 5 + ### Patch Changes 6 + 7 + ### Updated Dependencies: 8 + 9 + - @hey-api/types@0.1.2 10 + - @hey-api/codegen-core@0.5.5
+2 -2
packages/openapi-python/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-python", 3 - "version": "0.0.1", 3 + "version": "0.0.2", 4 4 "private": true, 5 5 "description": "🐍 OpenAPI to Python codegen.", 6 6 "homepage": "https://heyapi.dev/", ··· 73 73 "node": ">=20.19.0" 74 74 }, 75 75 "dependencies": { 76 - "@hey-api/codegen-core": "workspace:^0.5.2", 76 + "@hey-api/codegen-core": "workspace:^0.5.5", 77 77 "@hey-api/json-schema-ref-parser": "1.2.2", 78 78 "@hey-api/types": "workspace:*", 79 79 "ansi-colors": "4.1.3",
+17
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.90.9 4 + 5 + ### Patch Changes 6 + 7 + - **ts-dsl**: allow removing object properties by passing `null` ([#3247](https://github.com/hey-api/openapi-ts/pull/3247)) ([`7be1561`](https://github.com/hey-api/openapi-ts/commit/7be1561a862d2bb217703003d5e6cbc4a6a09586)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + - **cli**: clean up interface ([#3244](https://github.com/hey-api/openapi-ts/pull/3244)) ([`4f52bce`](https://github.com/hey-api/openapi-ts/commit/4f52bce79d8ac6573472f32a05b7f70913b90605)) by [@mrlubos](https://github.com/mrlubos) 10 + 11 + - **ts-dsl**: override object properties when called multiple times with the same name ([#3247](https://github.com/hey-api/openapi-ts/pull/3247)) ([`7be1561`](https://github.com/hey-api/openapi-ts/commit/7be1561a862d2bb217703003d5e6cbc4a6a09586)) by [@mrlubos](https://github.com/mrlubos) 12 + 13 + - **config**: move `loadConfigFile` function to `@hey-api/codegen-core` ([#3244](https://github.com/hey-api/openapi-ts/pull/3244)) ([`4f52bce`](https://github.com/hey-api/openapi-ts/commit/4f52bce79d8ac6573472f32a05b7f70913b90605)) by [@mrlubos](https://github.com/mrlubos) 14 + 15 + ### Updated Dependencies: 16 + 17 + - @hey-api/types@0.1.2 18 + - @hey-api/codegen-core@0.5.5 19 + 3 20 ## 0.90.8 4 21 5 22 ### Patch Changes
+2 -2
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.90.8", 3 + "version": "0.90.9", 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.4", 92 + "@hey-api/codegen-core": "workspace:^0.5.5", 93 93 "@hey-api/json-schema-ref-parser": "1.2.2", 94 94 "@hey-api/types": "workspace:*", 95 95 "ansi-colors": "4.1.3",
+6
packages/types/CHANGELOG.md
··· 1 1 # @hey-api/types 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - feat: add `ToArray`, `ToReadonlyArray`, and `AnyObject` types ([#3244](https://github.com/hey-api/openapi-ts/pull/3244)) ([`4f52bce`](https://github.com/hey-api/openapi-ts/commit/4f52bce79d8ac6573472f32a05b7f70913b90605)) by [@mrlubos](https://github.com/mrlubos) 8 + 3 9 ## 0.1.1 4 10 5 11 ### Patch Changes
+1 -1
packages/types/package.json
··· 1 1 { 2 2 "name": "@hey-api/types", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 4 4 "description": "Shared utility types.", 5 5 "type": "module", 6 6 "types": "./src/index.ts",
+9 -9
pnpm-lock.yaml
··· 1338 1338 packages/openapi-python: 1339 1339 dependencies: 1340 1340 '@hey-api/codegen-core': 1341 - specifier: workspace:^0.5.2 1341 + specifier: workspace:^0.5.5 1342 1342 version: link:../codegen-core 1343 1343 '@hey-api/json-schema-ref-parser': 1344 1344 specifier: 1.2.2 ··· 1390 1390 packages/openapi-ts: 1391 1391 dependencies: 1392 1392 '@hey-api/codegen-core': 1393 - specifier: workspace:^0.5.4 1393 + specifier: workspace:^0.5.5 1394 1394 version: link:../codegen-core 1395 1395 '@hey-api/json-schema-ref-parser': 1396 1396 specifier: 1.2.2 ··· 14682 14682 '@vitejs/plugin-basic-ssl': 1.2.0(vite@7.2.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)) 14683 14683 ansi-colors: 4.1.3 14684 14684 autoprefixer: 10.4.20(postcss@8.5.2) 14685 - babel-loader: 9.2.1(@babel/core@7.26.9)(webpack@5.98.0(esbuild@0.25.0)) 14685 + babel-loader: 9.2.1(@babel/core@7.26.9)(webpack@5.98.0) 14686 14686 browserslist: 4.25.4 14687 14687 copy-webpack-plugin: 12.0.2(webpack@5.98.0) 14688 14688 css-loader: 7.1.2(webpack@5.98.0) ··· 14702 14702 picomatch: 4.0.2 14703 14703 piscina: 4.8.0 14704 14704 postcss: 8.5.2 14705 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(esbuild@0.25.0)) 14705 + postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0) 14706 14706 resolve-url-loader: 5.0.0 14707 14707 rxjs: 7.8.1 14708 14708 sass: 1.85.0 ··· 14770 14770 '@vitejs/plugin-basic-ssl': 1.2.0(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)) 14771 14771 ansi-colors: 4.1.3 14772 14772 autoprefixer: 10.4.20(postcss@8.5.2) 14773 - babel-loader: 9.2.1(@babel/core@7.26.9)(webpack@5.98.0(esbuild@0.25.0)) 14773 + babel-loader: 9.2.1(@babel/core@7.26.9)(webpack@5.98.0) 14774 14774 browserslist: 4.25.4 14775 14775 copy-webpack-plugin: 12.0.2(webpack@5.98.0) 14776 14776 css-loader: 7.1.2(webpack@5.98.0) ··· 14790 14790 picomatch: 4.0.2 14791 14791 piscina: 4.8.0 14792 14792 postcss: 8.5.2 14793 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(esbuild@0.25.0)) 14793 + postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0) 14794 14794 resolve-url-loader: 5.0.0 14795 14795 rxjs: 7.8.1 14796 14796 sass: 1.85.0 ··· 14878 14878 picomatch: 4.0.2 14879 14879 piscina: 4.8.0 14880 14880 postcss: 8.5.2 14881 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(esbuild@0.25.0)) 14881 + postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0) 14882 14882 resolve-url-loader: 5.0.0 14883 14883 rxjs: 7.8.1 14884 14884 sass: 1.85.0 ··· 22368 22368 schema-utils: 4.3.2 22369 22369 webpack: 5.98.0(esbuild@0.25.0) 22370 22370 22371 - babel-loader@9.2.1(@babel/core@7.26.9)(webpack@5.98.0(esbuild@0.25.0)): 22371 + babel-loader@9.2.1(@babel/core@7.26.9)(webpack@5.98.0): 22372 22372 dependencies: 22373 22373 '@babel/core': 7.26.9 22374 22374 find-cache-dir: 4.0.0 ··· 27841 27841 ts-node: 10.9.2(@types/node@22.10.5)(typescript@5.9.3) 27842 27842 optional: true 27843 27843 27844 - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(esbuild@0.25.0)): 27844 + postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0): 27845 27845 dependencies: 27846 27846 cosmiconfig: 9.0.0(typescript@5.8.3) 27847 27847 jiti: 1.21.7