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

authored by

Lubos and committed by
GitHub
d61d2b1e 8a0bdaa6

+52 -37
-6
.changeset/dark-areas-give.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - "@hey-api/shared": patch 4 - --- 5 - 6 - **output**: pass context as second argument in `module.resolve()` function
-5
.changeset/five-cats-begin.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **plugin(@hey-api/client-nuxt)**: preserve AbortSignal, FormData, and ReadableStream in unwrapRefs
-6
.changeset/proud-cougars-report.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - "@hey-api/shared": patch 4 - --- 5 - 6 - **parser**: fix: self-referencing discriminator
-5
.changeset/stale-spiders-sleep.md
··· 1 - --- 2 - "@hey-api/codegen-core": patch 3 - --- 4 - 5 - **planner**: language-aware declaration sharing check
-6
.changeset/tangy-cities-carry.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - "@hey-api/shared": patch 4 - --- 5 - 6 - **output**: add `module` option
-5
.changeset/two-cameras-check.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **plugin(@hey-api/transformers)**: expose `plugin` and `$` in transformer function context
+6
packages/codegen-core/CHANGELOG.md
··· 1 1 # @hey-api/codegen-core 2 2 3 + ## 0.7.4 4 + 5 + ### Patch Changes 6 + 7 + - **planner**: language-aware declaration sharing check ([#3606](https://github.com/hey-api/openapi-ts/pull/3606)) ([`86c7115`](https://github.com/hey-api/openapi-ts/commit/86c71151671b00821746659fa3be715224a28894)) by [@mrlubos](https://github.com/mrlubos) 8 + 3 9 ## 0.7.3 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.7.3", 3 + "version": "0.7.4", 4 4 "description": "🧱 TypeScript framework for generating files.", 5 5 "keywords": [ 6 6 "codegen",
+9
packages/openapi-python/CHANGELOG.md
··· 1 1 # @hey-api/openapi-python 2 2 3 + ## 0.0.12 4 + 5 + ### Patch Changes 6 + 7 + ### Updated Dependencies: 8 + 9 + - @hey-api/shared@0.2.5 10 + - @hey-api/codegen-core@0.7.4 11 + 3 12 ## 0.0.11 4 13 5 14 ### Patch Changes
+1 -1
packages/openapi-python/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-python", 3 - "version": "0.0.11", 3 + "version": "0.0.12", 4 4 "private": true, 5 5 "description": "🐍 OpenAPI to Python codegen.", 6 6 "keywords": [
+19
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.94.3 4 + 5 + ### Patch Changes 6 + 7 + - **output**: pass context as second argument in `module.resolve()` function ([#3615](https://github.com/hey-api/openapi-ts/pull/3615)) ([`b6a65d6`](https://github.com/hey-api/openapi-ts/commit/b6a65d6bb3ff1895f2189af858e3424733154bdf)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + - **plugin(@hey-api/client-nuxt)**: preserve AbortSignal, FormData, and ReadableStream in unwrapRefs ([#3614](https://github.com/hey-api/openapi-ts/pull/3614)) ([`129afa0`](https://github.com/hey-api/openapi-ts/commit/129afa052b61d71fe4d0d7f5568b4ea38dead44c)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) 10 + 11 + - **parser**: fix: self-referencing discriminator ([#3601](https://github.com/hey-api/openapi-ts/pull/3601)) ([`857eb19`](https://github.com/hey-api/openapi-ts/commit/857eb1983fa1ab0f048d426a31835ede563a2c00)) by [@pgraug](https://github.com/pgraug) 12 + 13 + - **output**: add `module` option ([#3616](https://github.com/hey-api/openapi-ts/pull/3616)) ([`e4eea23`](https://github.com/hey-api/openapi-ts/commit/e4eea23ab23fb704dfdb9aaad63989be34d5093c)) by [@mrlubos](https://github.com/mrlubos) 14 + 15 + - **plugin(@hey-api/transformers)**: expose `plugin` and `$` in transformer function context ([#3610](https://github.com/hey-api/openapi-ts/pull/3610)) ([`18ccc81`](https://github.com/hey-api/openapi-ts/commit/18ccc81ae75718157949c9724d86d6225f0c0eb0)) by [@mrlubos](https://github.com/mrlubos) 16 + 17 + ### Updated Dependencies: 18 + 19 + - @hey-api/shared@0.2.5 20 + - @hey-api/codegen-core@0.7.4 21 + 3 22 ## 0.94.2 4 23 5 24 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.94.2", 3 + "version": "0.94.3", 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 "keywords": [ 6 6 "angular",
+14
packages/shared/CHANGELOG.md
··· 1 1 # @hey-api/shared 2 2 3 + ## 0.2.5 4 + 5 + ### Patch Changes 6 + 7 + - **output**: pass context as second argument in `module.resolve()` function ([#3615](https://github.com/hey-api/openapi-ts/pull/3615)) ([`b6a65d6`](https://github.com/hey-api/openapi-ts/commit/b6a65d6bb3ff1895f2189af858e3424733154bdf)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + - **parser**: fix: self-referencing discriminator ([#3601](https://github.com/hey-api/openapi-ts/pull/3601)) ([`857eb19`](https://github.com/hey-api/openapi-ts/commit/857eb1983fa1ab0f048d426a31835ede563a2c00)) by [@pgraug](https://github.com/pgraug) 10 + 11 + - **output**: add `module` option ([#3616](https://github.com/hey-api/openapi-ts/pull/3616)) ([`e4eea23`](https://github.com/hey-api/openapi-ts/commit/e4eea23ab23fb704dfdb9aaad63989be34d5093c)) by [@mrlubos](https://github.com/mrlubos) 12 + 13 + ### Updated Dependencies: 14 + 15 + - @hey-api/codegen-core@0.7.4 16 + 3 17 ## 0.2.4 4 18 5 19 ### Patch Changes
+1 -1
packages/shared/package.json
··· 1 1 { 2 2 "name": "@hey-api/shared", 3 - "version": "0.2.4", 3 + "version": "0.2.5", 4 4 "description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "bugs": {