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

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

ci: release

authored by

Lubos and committed by
GitHub
cb6ee1ee 0e03eb4f

+31 -37
-5
.changeset/brave-colts-eat.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(transformers): do not reference undefined transformers
-5
.changeset/little-owls-flow.md
··· 1 - --- 2 - '@hey-api/codegen-core': patch 3 - --- 4 - 5 - fix: remove most of readonly properties to allow mutating in place
-5
.changeset/nine-cats-cross.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(sdk): add `paramsStructure` option
-5
.changeset/petite-walls-behave.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(sdk): handle conflicts between method names and subclasses in class-based SDKs
-5
.changeset/tidy-poets-peel.md
··· 1 - --- 2 - '@hey-api/codegen-core': patch 3 - --- 4 - 5 - fix: update types
-5
.changeset/whole-parts-tan.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: bundled context types
+8
packages/codegen-core/CHANGELOG.md
··· 1 1 # @hey-api/codegen-core 2 2 3 + ## 0.3.3 4 + 5 + ### Patch Changes 6 + 7 + - fix: remove most of readonly properties to allow mutating in place ([#2919](https://github.com/hey-api/openapi-ts/pull/2919)) ([`34ee973`](https://github.com/hey-api/openapi-ts/commit/34ee973be30a9cbc66fd8463fe6f5961db0f3d37)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + - fix: update types ([#2909](https://github.com/hey-api/openapi-ts/pull/2909)) ([`d9dd389`](https://github.com/hey-api/openapi-ts/commit/d9dd38927ce5c7901ce46bfe439454935b2053fa)) by [@mrlubos](https://github.com/mrlubos) 10 + 3 11 ## 0.3.2 4 12 5 13 ### Patch Changes
+1 -1
packages/codegen-core/package.json
··· 1 1 { 2 2 "name": "@hey-api/codegen-core", 3 - "version": "0.3.2", 3 + "version": "0.3.3", 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": {
+16
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.86.12 4 + 5 + ### Patch Changes 6 + 7 + - fix(transformers): do not reference undefined transformers ([#2924](https://github.com/hey-api/openapi-ts/pull/2924)) ([`b3f4f91`](https://github.com/hey-api/openapi-ts/commit/b3f4f91bbf6ac1db504b7605a73c986b37003880)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + - fix(sdk): add `paramsStructure` option ([#2909](https://github.com/hey-api/openapi-ts/pull/2909)) ([`d9dd389`](https://github.com/hey-api/openapi-ts/commit/d9dd38927ce5c7901ce46bfe439454935b2053fa)) by [@mrlubos](https://github.com/mrlubos) 10 + 11 + - fix(sdk): handle conflicts between method names and subclasses in class-based SDKs ([#2920](https://github.com/hey-api/openapi-ts/pull/2920)) ([`48c7fa3`](https://github.com/hey-api/openapi-ts/commit/48c7fa3db65ef1ee146b6e09e53ae500483d4b22)) by [@mrlubos](https://github.com/mrlubos) 12 + 13 + - fix: bundled context types ([#2923](https://github.com/hey-api/openapi-ts/pull/2923)) ([`f5a91c4`](https://github.com/hey-api/openapi-ts/commit/f5a91c4e068f64987d8138fadb0e969f1e28081f)) by [@mrlubos](https://github.com/mrlubos) 14 + 15 + ### Updated Dependencies: 16 + 17 + - @hey-api/codegen-core@0.3.3 18 + 3 19 ## 0.86.11 4 20 5 21 ### Patch Changes
+2 -2
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.86.11", 3 + "version": "0.86.12", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": { ··· 90 90 "node": ">=20.19.0" 91 91 }, 92 92 "dependencies": { 93 - "@hey-api/codegen-core": "workspace:^0.3.2", 93 + "@hey-api/codegen-core": "workspace:^0.3.3", 94 94 "@hey-api/json-schema-ref-parser": "1.2.1", 95 95 "ansi-colors": "4.1.3", 96 96 "c12": "3.3.1",
+4 -4
pnpm-lock.yaml
··· 1318 1318 packages/openapi-ts: 1319 1319 dependencies: 1320 1320 '@hey-api/codegen-core': 1321 - specifier: workspace:^0.3.2 1321 + specifier: workspace:^0.3.3 1322 1322 version: link:../codegen-core 1323 1323 '@hey-api/json-schema-ref-parser': 1324 1324 specifier: 1.2.1 ··· 23390 23390 eslint: 9.17.0(jiti@2.6.1) 23391 23391 eslint-import-resolver-node: 0.3.9 23392 23392 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)) 23393 - 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)) 23393 + 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)) 23394 23394 eslint-plugin-jsx-a11y: 6.10.2(eslint@9.17.0(jiti@2.6.1)) 23395 23395 eslint-plugin-react: 7.37.5(eslint@9.17.0(jiti@2.6.1)) 23396 23396 eslint-plugin-react-hooks: 5.2.0(eslint@9.17.0(jiti@2.6.1)) ··· 23428 23428 tinyglobby: 0.2.14 23429 23429 unrs-resolver: 1.11.1 23430 23430 optionalDependencies: 23431 - 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)) 23431 + 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)) 23432 23432 transitivePeerDependencies: 23433 23433 - supports-color 23434 23434 ··· 23443 23443 transitivePeerDependencies: 23444 23444 - supports-color 23445 23445 23446 - 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)): 23446 + 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)): 23447 23447 dependencies: 23448 23448 '@rtsao/scc': 1.1.0 23449 23449 array-includes: 3.1.9