chore(deps): update dependency @hey-api/openapi-ts to v0.90.2 - autoclosed #15

Closed
renovate-bot wants to merge 1 commit from renovate/hey-api-openapi-ts-0.x into master
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@hey-api/openapi-ts (source) 0.86.100.90.2 age adoption passing confidence

Release Notes

hey-api/openapi-ts (@​hey-api/openapi-ts)

v0.90.2

Compare Source

Patch Changes
Updated Dependencies:

v0.90.1

Compare Source

Patch Changes

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.

Learn how to generate examples on the SDK plugin page.

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.

Learn how to use the source on the Output page.

Updated Dependencies:

v0.90.0

Compare Source

Minor Changes

The Resolvers API has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the Resolvers page.

Structure API

The SDK plugin now implements the Structure API, enabling more complex structures and fixing several known issues.

Some Structure APIs are incompatible with the previous configuration, most notably the methodNameBuilder function, which accepted the operation object as an argument. You can read the SDK Output section to familiarize yourself with the Structure API.

Please open an issue if you're unable to migrate your configuration to the new syntax.

The Resolvers API has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the Resolvers page.

Structure API

The Angular plugin now implements the Structure API, enabling more complex structures and fixing several known issues.

Some Structure APIs are incompatible with the previous configuration, most notably the methodNameBuilder function, which accepted the operation object as an argument. You can read the SDK Output section to familiarize yourself with the Structure API.

Please open an issue if you're unable to migrate your configuration to the new syntax.

Patch Changes
Updated Dependencies:

v0.89.2

Compare Source

Patch Changes

v0.89.1

Compare Source

Patch Changes

v0.89.0

Compare Source

Minor Changes
Prefer named exports

This release changes the default for index.ts to prefer named exports. Named exports may lead to better IDE and bundler performance compared to asterisk (*) as your tooling doesn't have to inspect the underlying module to discover exports.

While this change is merely cosmetic, you can set output.preferExportAll to true if you prefer to use the asterisk.

export default {
  input: 'hey-api/backend', // sign up at app.heyapi.dev
  output: {
    path: 'src/client',
    preferExportAll: true,
  },
};
Removed symbol:setValue:* events

These events have been removed in favor of node:set:* events.

Patch Changes

v0.88.2

Compare Source

Patch Changes

v0.88.1

Compare Source

Patch Changes

v0.88.0

Compare Source

Minor Changes
Removed compiler and tsc exports

This release removes the compiler utility functions. Instead, it introduces a new TypeScript DSL exposed under the $ symbol. All plugins now use this interface, so you may notice slight changes in the generated output.

v0.87.5

Compare Source

Patch Changes

v0.87.4

Compare Source

Patch Changes

v0.87.3

Compare Source

Patch Changes

v0.87.2

Compare Source

Patch Changes

v0.87.1

Compare Source

Patch Changes

v0.87.0

Compare Source

Minor Changes
Removed legacy clients

This release removes support for legacy clients and plugins. Please migrate to the new clients if you haven't done so yet. If you're unable to do so due to a missing feature, let us know on GitHub.

v0.86.12

Compare Source

Patch Changes
Updated Dependencies:

v0.86.11

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [@hey-api/openapi-ts](https://heyapi.dev/) ([source](https://github.com/hey-api/openapi-ts)) | [`0.86.10` → `0.90.2`](https://renovatebot.com/diffs/npm/@hey-api%2fopenapi-ts/0.86.10/0.90.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@hey-api%2fopenapi-ts/0.90.2?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@hey-api%2fopenapi-ts/0.90.2?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@hey-api%2fopenapi-ts/0.86.10/0.90.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@hey-api%2fopenapi-ts/0.86.10/0.90.2?slim=true) | --- ### Release Notes <details> <summary>hey-api/openapi-ts (@&#8203;hey-api/openapi-ts)</summary> ### [`v0.90.2`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.90.2) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.90.1...@hey-api/openapi-ts@0.90.2) ##### Patch Changes - **build**: do not minify bundles for better code readability and debugging ([#&#8203;3186](https://github.com/hey-api/openapi-ts/pull/3186)) ([`4d46130`](https://github.com/hey-api/openapi-ts/commit/4d46130b53d9d8d5d3c178343a1b4fc3645b2628)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin([@&#8203;hey-api/sdk](https://github.com/hey-api/sdk))**: fix: do not use bodySerializer if format is binary ([#&#8203;3190](https://github.com/hey-api/openapi-ts/pull/3190)) ([`dc28c4c`](https://github.com/hey-api/openapi-ts/commit/dc28c4c6504724104bdef01332b9e3eb52ba3333)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Updated Dependencies: - [@&#8203;hey-api/codegen-core](https://github.com/hey-api/codegen-core)@&#8203;0.5.2 ### [`v0.90.1`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.90.1) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.90.0...@hey-api/openapi-ts@0.90.1) ##### Patch Changes - **plugin([@&#8203;hey-api/sdk](https://github.com/hey-api/sdk))**: add `examples` option ([#&#8203;3175](https://github.com/hey-api/openapi-ts/pull/3175)) ([`b985053`](https://github.com/hey-api/openapi-ts/commit/b985053ffa64accc4ff01b7c0f301bb5cd84ff48)) by [@&#8203;mrlubos](https://github.com/mrlubos) 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. Learn how to generate examples on the [SDK plugin](https://heyapi.dev/openapi-ts/plugins/sdk#code-examples) page. - **output**: add `source` option ([#&#8203;3175](https://github.com/hey-api/openapi-ts/pull/3175)) ([`b985053`](https://github.com/hey-api/openapi-ts/commit/b985053ffa64accc4ff01b7c0f301bb5cd84ff48)) by [@&#8203;mrlubos](https://github.com/mrlubos) 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. Learn how to use the source on the [Output](https://heyapi.dev/openapi-ts/configuration/output#source) page. ##### Updated Dependencies: - [@&#8203;hey-api/codegen-core](https://github.com/hey-api/codegen-core)@&#8203;0.5.1 ### [`v0.90.0`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.90.0) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.89.2...@hey-api/openapi-ts@0.90.0) ##### Minor Changes - **plugin(valibot)**: **BREAKING:** standardize `~resolvers` API ([#&#8203;3147](https://github.com/hey-api/openapi-ts/pull/3147)) ([`ab80a4b`](https://github.com/hey-api/openapi-ts/commit/ab80a4b2c37423c522aa864afbcb688db76615ba)) by [@&#8203;mrlubos](https://github.com/mrlubos) The [Resolvers API](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the [Resolvers](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) page. - **plugin(sdk)**: **BREAKING**: Structure API ([#&#8203;3109](https://github.com/hey-api/openapi-ts/pull/3109)) ([`815a3de`](https://github.com/hey-api/openapi-ts/commit/815a3de0af434c28ac6d13ff92b85ce1fc146999)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Structure API The [SDK plugin](https://heyapi.dev/openapi-ts/plugins/sdk) now implements the Structure API, enabling more complex structures and fixing several known issues. Some Structure APIs are incompatible with the previous configuration, most notably the `methodNameBuilder` function, which accepted the operation object as an argument. You can read the [SDK Output](https://heyapi.dev/openapi-ts/plugins/sdk#output) section to familiarize yourself with the Structure API. Please [open an issue](https://github.com/hey-api/openapi-ts/issues) if you're unable to migrate your configuration to the new syntax. - **plugin(zod)**: **BREAKING:** standardize `~resolvers` API ([#&#8203;3147](https://github.com/hey-api/openapi-ts/pull/3147)) ([`ab80a4b`](https://github.com/hey-api/openapi-ts/commit/ab80a4b2c37423c522aa864afbcb688db76615ba)) by [@&#8203;mrlubos](https://github.com/mrlubos) The [Resolvers API](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the [Resolvers](https://heyapi.dev/openapi-ts/plugins/concepts/resolvers) page. - **plugin([@&#8203;angular/common](https://github.com/angular/common))**: **BREAKING**: Structure API ([#&#8203;3109](https://github.com/hey-api/openapi-ts/pull/3109)) ([`815a3de`](https://github.com/hey-api/openapi-ts/commit/815a3de0af434c28ac6d13ff92b85ce1fc146999)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Structure API The [Angular plugin](https://heyapi.dev/openapi-ts/plugins/angular) now implements the Structure API, enabling more complex structures and fixing several known issues. Some Structure APIs are incompatible with the previous configuration, most notably the `methodNameBuilder` function, which accepted the operation object as an argument. You can read the [SDK Output](https://heyapi.dev/openapi-ts/plugins/sdk#output) section to familiarize yourself with the Structure API. Please [open an issue](https://github.com/hey-api/openapi-ts/issues) if you're unable to migrate your configuration to the new syntax. ##### Patch Changes - **plugin([@&#8203;hey-api/client-nuxt](https://github.com/hey-api/client-nuxt))**: use serialized body in SSE requests ([#&#8203;3123](https://github.com/hey-api/openapi-ts/pull/3123)) ([`6505659`](https://github.com/hey-api/openapi-ts/commit/6505659a5b776d03e943582e700a718eddcc2912)) by [@&#8203;bilby91](https://github.com/bilby91) - **plugin(zod)**: expand support for bigint types ([#&#8203;3145](https://github.com/hey-api/openapi-ts/pull/3145)) ([`4a32dcf`](https://github.com/hey-api/openapi-ts/commit/4a32dcfae503e76db81fa21ca71c71f20ea28c34)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **plugin([@&#8203;hey-api/client-angular](https://github.com/hey-api/client-angular))**: use serialized body in SSE requests ([#&#8203;3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **plugin([@&#8203;hey-api/client-next](https://github.com/hey-api/client-next))**: use serialized body in SSE requests ([#&#8203;3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **plugin([@&#8203;hey-api/client-axios](https://github.com/hey-api/client-axios))**: use serialized body in SSE requests ([#&#8203;3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **plugin([@&#8203;hey-api/client-fetch](https://github.com/hey-api/client-fetch))**: use serialized body in SSE requests ([#&#8203;3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **plugin([@&#8203;hey-api/client-nuxt](https://github.com/hey-api/client-nuxt))**: preserve null in `WithRefs` type for nullable fields ([#&#8203;3131](https://github.com/hey-api/openapi-ts/pull/3131)) ([`3935034`](https://github.com/hey-api/openapi-ts/commit/39350343fe77b6a2700c2b57f03c5b838a92f09e)) by [@&#8203;rigtigeEmil](https://github.com/rigtigeEmil) - **renderer**: correctly render default import ([#&#8203;3109](https://github.com/hey-api/openapi-ts/pull/3109)) ([`815a3de`](https://github.com/hey-api/openapi-ts/commit/815a3de0af434c28ac6d13ff92b85ce1fc146999)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **plugin([@&#8203;hey-api/client-ky](https://github.com/hey-api/client-ky))**: use serialized body in SSE requests ([#&#8203;3171](https://github.com/hey-api/openapi-ts/pull/3171)) ([`e63f0cf`](https://github.com/hey-api/openapi-ts/commit/e63f0cf1018e3014c3c125189fe18ed3fa40d078)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Updated Dependencies: - [@&#8203;hey-api/codegen-core](https://github.com/hey-api/codegen-core)@&#8203;0.5.0 ### [`v0.89.2`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.89.2) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.89.1...@hey-api/openapi-ts@0.89.2) ##### Patch Changes - **plugin([@&#8203;hey-api/typescript](https://github.com/hey-api/typescript))**: improve type narrowing in discriminated types ([#&#8203;3120](https://github.com/hey-api/openapi-ts/pull/3120)) ([`6f8a43c`](https://github.com/hey-api/openapi-ts/commit/6f8a43c7ffcc8685700c3789c6339aabbac07d2b)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin([@&#8203;hey-api/client-axios](https://github.com/hey-api/client-axios))**: revert use `query` option when no `paramsSerializer` is provided ([#&#8203;3125](https://github.com/hey-api/openapi-ts/pull/3125)) ([`34c9a92`](https://github.com/hey-api/openapi-ts/commit/34c9a9214008ede461251f46ab750de37da96bbb)) by [@&#8203;mrlubos](https://github.com/mrlubos) ### [`v0.89.1`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.89.1) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.89.0...@hey-api/openapi-ts@0.89.1) ##### Patch Changes - **parser**: expose OpenAPI extension keywords ([#&#8203;3119](https://github.com/hey-api/openapi-ts/pull/3119)) ([`c50190b`](https://github.com/hey-api/openapi-ts/commit/c50190b02ef2a6b77703a2dbf84b826c4432d56e)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin([@&#8203;hey-api/client-axios](https://github.com/hey-api/client-axios))**: use `query` option when no `paramsSerializer` is provided ([#&#8203;3062](https://github.com/hey-api/openapi-ts/pull/3062)) ([`4dcc210`](https://github.com/hey-api/openapi-ts/commit/4dcc2100b7a96799f36cc64833f7ab69f09d1c54)) by [@&#8203;JanST123GS](https://github.com/JanST123GS) - **plugin([@&#8203;hey-api/sdk](https://github.com/hey-api/sdk))**: lazily initialize sub-resources to improve performance ([#&#8203;3099](https://github.com/hey-api/openapi-ts/pull/3099)) ([`f481f5c`](https://github.com/hey-api/openapi-ts/commit/f481f5cb11f9a8a5e0b1a0baee367f07dd327730)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **output**: sanitize reserved names with underscore suffix instead of prefix ([#&#8203;3102](https://github.com/hey-api/openapi-ts/pull/3102)) ([`9116082`](https://github.com/hey-api/openapi-ts/commit/91160826f3c1d0b87090395140d163d930399639)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **parser**: improve discriminator support in nested `allOf` fields ([#&#8203;3117](https://github.com/hey-api/openapi-ts/pull/3117)) ([`ec1224d`](https://github.com/hey-api/openapi-ts/commit/ec1224d97d2a8f97d66327bdd372dc82fa794955)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **output**: default to `.js` extension when module resolution is set to `node16` ([#&#8203;3115](https://github.com/hey-api/openapi-ts/pull/3115)) ([`18d218a`](https://github.com/hey-api/openapi-ts/commit/18d218a69f7b2b1b899ad29d3f3892374edf2910)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) ### [`v0.89.0`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.89.0) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.88.2...@hey-api/openapi-ts@0.89.0) ##### Minor Changes - **output**: add `preferExportAll` option ([#&#8203;2990](https://github.com/hey-api/openapi-ts/pull/2990)) ([`c3a81e8`](https://github.com/hey-api/openapi-ts/commit/c3a81e89ba5ed3f373409582c5f814e1d10cae06)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Prefer named exports This release changes the default for `index.ts` to prefer named exports. Named exports may lead to better IDE and bundler performance compared to asterisk (`*`) as your tooling doesn't have to inspect the underlying module to discover exports. While this change is merely cosmetic, you can set `output.preferExportAll` to `true` if you prefer to use the asterisk. ```js export default { input: 'hey-api/backend', // sign up at app.heyapi.dev output: { path: 'src/client', preferExportAll: true, }, }; ``` - **parser**: removed `symbol:setValue:*` events ([#&#8203;2990](https://github.com/hey-api/openapi-ts/pull/2990)) ([`c3a81e8`](https://github.com/hey-api/openapi-ts/commit/c3a81e89ba5ed3f373409582c5f814e1d10cae06)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Removed `symbol:setValue:*` events These events have been removed in favor of `node:set:*` events. ##### Patch Changes - **output**: add `nameConflictResolver` option ([#&#8203;2990](https://github.com/hey-api/openapi-ts/pull/2990)) ([`c3a81e8`](https://github.com/hey-api/openapi-ts/commit/c3a81e89ba5ed3f373409582c5f814e1d10cae06)) by [@&#8203;mrlubos](https://github.com/mrlubos) ### [`v0.88.2`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.88.2) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.88.1...@hey-api/openapi-ts@0.88.2) ##### Patch Changes - **clients**: handle CR and CRLF line endings in SSE ([#&#8203;3055](https://github.com/hey-api/openapi-ts/pull/3055)) ([`d663232`](https://github.com/hey-api/openapi-ts/commit/d663232d8f10cb29744beeba073532e2f6b3b27a)) by [@&#8203;nachogarcia](https://github.com/nachogarcia) ### [`v0.88.1`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.88.1) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.88.0...@hey-api/openapi-ts@0.88.1) ##### Patch Changes - **[@&#8203;hey-api/sdk](https://github.com/hey-api/sdk)**: correctly map flat parameters ([#&#8203;3047](https://github.com/hey-api/openapi-ts/pull/3047)) ([`55ef279`](https://github.com/hey-api/openapi-ts/commit/55ef27994740ba0af0bc8db17b3e71bfb5c11714)) by [@&#8203;mrlubos](https://github.com/mrlubos) ### [`v0.88.0`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.88.0) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.87.5...@hey-api/openapi-ts@0.88.0) ##### Minor Changes - **output**: use TypeScript DSL ([#&#8203;2986](https://github.com/hey-api/openapi-ts/pull/2986)) ([`37ff4ab`](https://github.com/hey-api/openapi-ts/commit/37ff4ab6bc89463778bf3709687ab84d3dab0618)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Removed `compiler` and `tsc` exports This release removes the `compiler` utility functions. Instead, it introduces a new TypeScript DSL exposed under the `$` symbol. All plugins now use this interface, so you may notice slight changes in the generated output. ### [`v0.87.5`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.87.5) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.87.4...@hey-api/openapi-ts@0.87.5) ##### Patch Changes - **client-ofetch**: fix FormData boundary mismatch ([#&#8203;2940](https://github.com/hey-api/openapi-ts/pull/2940)) ([`b290ec9`](https://github.com/hey-api/openapi-ts/commit/b290ec9a944c4e536d204e481d942f79ac02c5b9)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) ### [`v0.87.4`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.87.4) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.87.3...@hey-api/openapi-ts@0.87.4) ##### Patch Changes - **valibot**: expose validator resolvers ([#&#8203;2980](https://github.com/hey-api/openapi-ts/pull/2980)) ([`6226f6f`](https://github.com/hey-api/openapi-ts/commit/6226f6fa271369b5ff06853c1f623557a2ebe837)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **zod**: expose validator resolvers ([#&#8203;2980](https://github.com/hey-api/openapi-ts/pull/2980)) ([`6226f6f`](https://github.com/hey-api/openapi-ts/commit/6226f6fa271369b5ff06853c1f623557a2ebe837)) by [@&#8203;mrlubos](https://github.com/mrlubos) ### [`v0.87.3`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.87.3) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.87.2...@hey-api/openapi-ts@0.87.3) ##### Patch Changes - **valibot**: allow generating custom pipes with `~resolvers` ([#&#8203;2975](https://github.com/hey-api/openapi-ts/pull/2975)) ([`62a4745`](https://github.com/hey-api/openapi-ts/commit/62a4745c2de331330480d77c9838aa9429e950d7)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **zod**: allow generating custom chains with `~resolvers` ([#&#8203;2975](https://github.com/hey-api/openapi-ts/pull/2975)) ([`62a4745`](https://github.com/hey-api/openapi-ts/commit/62a4745c2de331330480d77c9838aa9429e950d7)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **[@&#8203;tanstack/query](https://github.com/tanstack/query)**: add type annotations to `queryOptions()` ([#&#8203;2964](https://github.com/hey-api/openapi-ts/pull/2964)) ([`7e1b017`](https://github.com/hey-api/openapi-ts/commit/7e1b01794911b590febaf821369aae0d4d798301)) by [@&#8203;NovakAnton](https://github.com/NovakAnton) - **client-fetch**: intercept AbortError ([#&#8203;2970](https://github.com/hey-api/openapi-ts/pull/2970)) ([`9075309`](https://github.com/hey-api/openapi-ts/commit/90753091a72796f6c6dffb6789ef42ecc4fd4e6b)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **[@&#8203;tanstack/query](https://github.com/tanstack/query)**: prettier mutation options ([#&#8203;2972](https://github.com/hey-api/openapi-ts/pull/2972)) ([`50266bd`](https://github.com/hey-api/openapi-ts/commit/50266bdb1524aec72e1fdf5e903bad6bebded5e5)) by [@&#8203;mrlubos](https://github.com/mrlubos) ### [`v0.87.2`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.87.2) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.87.1...@hey-api/openapi-ts@0.87.2) ##### Patch Changes - **clients**: add support for Ky client ([#&#8203;2958](https://github.com/hey-api/openapi-ts/pull/2958)) ([`212fcaf`](https://github.com/hey-api/openapi-ts/commit/212fcaf5570ce05370dac6ace6e2751eecddb2d4)) by [@&#8203;SebastiaanWouters](https://github.com/SebastiaanWouters) - **parser**: merge `default` keyword with `$ref` in OpenAPI 3.1 ([#&#8203;2946](https://github.com/hey-api/openapi-ts/pull/2946)) ([`15a178d`](https://github.com/hey-api/openapi-ts/commit/15a178dd6a998bf88ebd17c64de151922e94765a)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **output**: run lint before format ([#&#8203;2937](https://github.com/hey-api/openapi-ts/pull/2937)) ([`eb23ee8`](https://github.com/hey-api/openapi-ts/commit/eb23ee89fd09368385a07cd2a3885e3e5ce111e6)) by [@&#8203;FloEdelmann](https://github.com/FloEdelmann) - **[@&#8203;pinia/colada](https://github.com/pinia/colada)**: correctly access instantiated SDKs ([#&#8203;2942](https://github.com/hey-api/openapi-ts/pull/2942)) ([`c041e96`](https://github.com/hey-api/openapi-ts/commit/c041e962604765e0f342fda970a2550367aa2142)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **valibot**: use `.strictObject()` instead of `.objectWithRest()` when additional properties are not allowed ([#&#8203;2945](https://github.com/hey-api/openapi-ts/pull/2945)) ([`3786d2b`](https://github.com/hey-api/openapi-ts/commit/3786d2b3b2316ddcc00b7d87f7dff15b61e29719)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **[@&#8203;tanstack/query](https://github.com/tanstack/query)**: prettier query options ([#&#8203;2947](https://github.com/hey-api/openapi-ts/pull/2947)) ([`0b79b89`](https://github.com/hey-api/openapi-ts/commit/0b79b894bd263b2d28cbbb59dfab3aed4ba6736d)) by [@&#8203;mrlubos](https://github.com/mrlubos) ### [`v0.87.1`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.87.1) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.87.0...@hey-api/openapi-ts@0.87.1) ##### Patch Changes - fix(typescript): remove legacy options ([#&#8203;2929](https://github.com/hey-api/openapi-ts/pull/2929)) ([`97c1f0e`](https://github.com/hey-api/openapi-ts/commit/97c1f0e94f8eb8ca2d74f4f5ebe51a53f347641b)) by [@&#8203;mrlubos](https://github.com/mrlubos) - fix(tanstack-query): correctly access instantiated SDKs ([#&#8203;2939](https://github.com/hey-api/openapi-ts/pull/2939)) ([`01a1fb4`](https://github.com/hey-api/openapi-ts/commit/01a1fb48a2e2d4e14a33cf3e81b44b5fad76e72a)) by [@&#8203;mrlubos](https://github.com/mrlubos) ### [`v0.87.0`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.87.0) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.86.12...@hey-api/openapi-ts@0.87.0) ##### Minor Changes - feat: remove legacy clients and plugins ([#&#8203;2925](https://github.com/hey-api/openapi-ts/pull/2925)) ([`c9fb65d`](https://github.com/hey-api/openapi-ts/commit/c9fb65d2f5757f389383f8b9007baf6a5e26f45a)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Removed legacy clients This release removes support for legacy clients and plugins. Please migrate to the new clients if you haven't done so yet. If you're unable to do so due to a missing feature, let us know on [GitHub](https://github.com/hey-api/openapi-ts/issues). ### [`v0.86.12`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.86.12) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.86.11...@hey-api/openapi-ts@0.86.12) ##### Patch Changes - fix(transformers): do not reference undefined transformers ([#&#8203;2924](https://github.com/hey-api/openapi-ts/pull/2924)) ([`b3f4f91`](https://github.com/hey-api/openapi-ts/commit/b3f4f91bbf6ac1db504b7605a73c986b37003880)) by [@&#8203;mrlubos](https://github.com/mrlubos) - fix(sdk): add `paramsStructure` option ([#&#8203;2909](https://github.com/hey-api/openapi-ts/pull/2909)) ([`d9dd389`](https://github.com/hey-api/openapi-ts/commit/d9dd38927ce5c7901ce46bfe439454935b2053fa)) by [@&#8203;mrlubos](https://github.com/mrlubos) - fix(sdk): handle conflicts between method names and subclasses in class-based SDKs ([#&#8203;2920](https://github.com/hey-api/openapi-ts/pull/2920)) ([`48c7fa3`](https://github.com/hey-api/openapi-ts/commit/48c7fa3db65ef1ee146b6e09e53ae500483d4b22)) by [@&#8203;mrlubos](https://github.com/mrlubos) - fix: bundled context types ([#&#8203;2923](https://github.com/hey-api/openapi-ts/pull/2923)) ([`f5a91c4`](https://github.com/hey-api/openapi-ts/commit/f5a91c4e068f64987d8138fadb0e969f1e28081f)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Updated Dependencies: - [@&#8203;hey-api/codegen-core](https://github.com/hey-api/codegen-core)@&#8203;0.3.3 ### [`v0.86.11`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.86.11) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.86.10...@hey-api/openapi-ts@0.86.11) ##### Patch Changes - fix(types): use unique generic names in `PluginInstance` to avoid typing issues ([#&#8203;2897](https://github.com/hey-api/openapi-ts/pull/2897)) ([`a625980`](https://github.com/hey-api/openapi-ts/commit/a625980e7bbcba1f4bb91aecae9546ff51942964)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTIuMiIsInVwZGF0ZWRJblZlciI6IjQyLjcyLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from ec620c10e8 to c27666c5ea 2025-10-27 02:09:57 +00:00 Compare
renovate-bot changed title from Update dependency @hey-api/openapi-ts to v0.86.5 to Update dependency @hey-api/openapi-ts to v0.86.6 2025-10-27 02:09:57 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from c27666c5ea to 5741d11916 2025-10-27 12:10:12 +00:00 Compare
renovate-bot changed title from Update dependency @hey-api/openapi-ts to v0.86.6 to Update dependency @hey-api/openapi-ts to v0.86.7 2025-10-27 12:10:14 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 5741d11916 to 448d979c85 2025-10-28 12:10:11 +00:00 Compare
renovate-bot changed title from Update dependency @hey-api/openapi-ts to v0.86.7 to Update dependency @hey-api/openapi-ts to v0.86.8 2025-10-28 12:10:13 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 448d979c85 to 5ac6c57ad9 2025-10-30 19:10:41 +00:00 Compare
renovate-bot changed title from Update dependency @hey-api/openapi-ts to v0.86.8 to Update dependency @hey-api/openapi-ts to v0.86.9 2025-10-30 19:10:43 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 5ac6c57ad9 to 5e5a88488f 2025-10-31 00:10:34 +00:00 Compare
renovate-bot changed title from Update dependency @hey-api/openapi-ts to v0.86.9 to Update dependency @hey-api/openapi-ts to v0.86.10 2025-10-31 00:10:36 +00:00
renovate-bot changed title from Update dependency @hey-api/openapi-ts to v0.86.10 to Update dependency @hey-api/openapi-ts to v0.86.11 2025-10-31 04:10:29 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 5e5a88488f to e1c8ff21fc 2025-10-31 04:10:30 +00:00 Compare
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from e1c8ff21fc to c24cbef53f 2025-10-31 06:10:26 +00:00 Compare
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from c24cbef53f to e5e4b4d5d5 2025-11-03 20:10:21 +00:00 Compare
renovate-bot changed title from Update dependency @hey-api/openapi-ts to v0.86.11 to Update dependency @hey-api/openapi-ts to v0.86.12 2025-11-03 20:10:22 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from e5e4b4d5d5 to 28ddac6ec5 2025-11-04 03:10:46 +00:00 Compare
renovate-bot changed title from Update dependency @hey-api/openapi-ts to v0.86.12 to Update dependency @hey-api/openapi-ts to v0.87.0 2025-11-04 03:10:49 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 28ddac6ec5 to 7f4d10ed41 2025-11-06 19:11:14 +00:00 Compare
renovate-bot changed title from Update dependency @hey-api/openapi-ts to v0.87.0 to Update dependency @hey-api/openapi-ts to v0.87.1 2025-11-06 19:11:17 +00:00
renovate-bot changed title from Update dependency @hey-api/openapi-ts to v0.87.1 to chore(deps): update dependency @hey-api/openapi-ts to v0.87.1 2025-11-07 09:11:06 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 7f4d10ed41 to a4cc6cdf9c 2025-11-11 15:11:31 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.87.1 to chore(deps): update dependency @hey-api/openapi-ts to v0.87.2 2025-11-11 15:11:33 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from a4cc6cdf9c to f38219c281 2025-11-13 00:11:34 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.87.2 to chore(deps): update dependency @hey-api/openapi-ts to v0.87.3 2025-11-13 00:11:38 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from f38219c281 to ae07b68eb6 2025-11-13 06:11:17 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.87.3 to chore(deps): update dependency @hey-api/openapi-ts to v0.87.4 2025-11-13 06:11:19 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from ae07b68eb6 to bbdb220964 2025-11-14 11:11:01 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.87.4 to chore(deps): update dependency @hey-api/openapi-ts to v0.87.5 2025-11-14 11:11:05 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from bbdb220964 to 78edcdac42 2025-11-25 02:20:41 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.87.5 to chore(deps): update dependency @hey-api/openapi-ts to v0.88.0 2025-11-25 02:20:44 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 78edcdac42 to 001d935e58 2025-12-02 07:14:46 +00:00 Compare
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 001d935e58 to beefe827bd 2025-12-08 01:15:11 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.88.0 to chore(deps): update dependency @hey-api/openapi-ts to v0.88.1 2025-12-08 01:15:13 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from beefe827bd to d1b9280a33 2025-12-10 03:15:22 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.88.1 to chore(deps): update dependency @hey-api/openapi-ts to v0.88.2 2025-12-10 03:15:25 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from d1b9280a33 to 266f486182 2025-12-11 13:15:14 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.88.2 to chore(deps): update dependency @hey-api/openapi-ts to v0.89.0 2025-12-11 13:15:17 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 266f486182 to 2e41d833f2 2025-12-19 01:15:37 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.89.0 to chore(deps): update dependency @hey-api/openapi-ts to v0.89.1 2025-12-19 01:15:40 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 2e41d833f2 to 8410e36f68 2025-12-19 21:15:26 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.89.1 to chore(deps): update dependency @hey-api/openapi-ts to v0.89.2 2025-12-19 21:15:29 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 8410e36f68 to 60f5e2b6ae 2026-01-02 13:14:35 +00:00 Compare
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 60f5e2b6ae to 88f5751063 2026-01-02 19:14:39 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.89.2 to chore(deps): update dependency @hey-api/openapi-ts to v0.90.0 2026-01-02 19:14:44 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from 88f5751063 to c8dc4db0d7 2026-01-04 03:14:54 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.90.0 to chore(deps): update dependency @hey-api/openapi-ts to v0.90.1 2026-01-04 03:14:59 +00:00
renovate-bot force-pushed renovate/hey-api-openapi-ts-0.x from c8dc4db0d7 to 43e0916562 2026-01-07 06:14:58 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.90.1 to chore(deps): update dependency @hey-api/openapi-ts to v0.90.2 2026-01-07 06:15:00 +00:00
renovate-bot changed title from chore(deps): update dependency @hey-api/openapi-ts to v0.90.2 to chore(deps): update dependency @hey-api/openapi-ts to v0.90.2 - autoclosed 2026-01-07 09:13:47 +00:00
renovate-bot closed this pull request 2026-01-07 09:13:47 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
happyDomain/happyDeliver!15
No description provided.