chore(deps): update dependency @hey-api/openapi-ts to v0.94.0 #2

Merged
martin merged 1 commit from renovate/hey-api-openapi-ts-0.x into main 2026-03-07 13:54:47 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@hey-api/openapi-ts (source) devDependencies minor 0.92.4 -> 0.94.0

Release Notes

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

v0.94.0

Compare Source

Minor Changes
Patch Changes
Updated Dependencies:

v0.93.1

Compare Source

Patch Changes

v0.93.0

Compare Source

Minor Changes
Removed resolver node

Valibot plugin no longer exposes the enum.nodes.nullable node. It was refactored so that nullable values are handled outside of resolvers.

Removed resolver node

Zod plugin no longer exposes the enum.nodes.nullable node. It was refactored so that nullable values are handled outside of resolvers.

Patch Changes
Updated Dependencies:

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 | Type | Update | Change | |---|---|---|---| | [@hey-api/openapi-ts](https://heyapi.dev/) ([source](https://github.com/hey-api/openapi-ts)) | devDependencies | minor | [`0.92.4` -> `0.94.0`](https://renovatebot.com/diffs/npm/@hey-api%2fopenapi-ts/0.92.4/0.94.0) | --- ### Release Notes <details> <summary>hey-api/openapi-ts (@&#8203;hey-api/openapi-ts)</summary> ### [`v0.94.0`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.94.0) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.93.1...@hey-api/openapi-ts@0.94.0) ##### Minor Changes - **BREAKING** **client**: `buildUrl()` function includes `baseUrl` from config by default ([#&#8203;3491](https://github.com/hey-api/openapi-ts/pull/3491)) ([`c0cbffb`](https://github.com/hey-api/openapi-ts/commit/c0cbffb9413c6f1cc12b41069af6ddb031401742)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) ##### Patch Changes - **dsl(reserved)**: expand reserved keywords with more globals ([#&#8203;3487](https://github.com/hey-api/openapi-ts/pull/3487)) ([`89a9151`](https://github.com/hey-api/openapi-ts/commit/89a9151b8d456796aa861c2a015af9bc1a300eb2)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **parser**: fix: explicit discriminator mapping wins over fallback in nested `allOf` ([#&#8203;3490](https://github.com/hey-api/openapi-ts/pull/3490)) ([`a67d589`](https://github.com/hey-api/openapi-ts/commit/a67d589e1f8e5860bd05d5caff134dd6a7eed6e2)) by [@&#8203;pgraug](https://github.com/pgraug) - **plugin([@&#8203;pinia/colada](https://github.com/pinia/colada))**: fix: pass error type generic to `defineQueryOptions` ([#&#8203;3483](https://github.com/hey-api/openapi-ts/pull/3483)) ([`8e5a578`](https://github.com/hey-api/openapi-ts/commit/8e5a57855c03a2a49f9c62398f5bdf1fa989f4de)) by [@&#8203;lukaspodmelle](https://github.com/lukaspodmelle) - **plugin([@&#8203;tanstack/react-query](https://github.com/tanstack/react-query))**: support generating `useMutation` hooks ([#&#8203;3432](https://github.com/hey-api/openapi-ts/pull/3432)) ([`12d7660`](https://github.com/hey-api/openapi-ts/commit/12d76605e3dfb4204f9971dff7254be69c0a7359)) by [@&#8203;nmokkenstorm](https://github.com/nmokkenstorm) - **plugin(typescript)**: fix: reference enum object when creating enum types ([#&#8203;3500](https://github.com/hey-api/openapi-ts/pull/3500)) ([`127e67b`](https://github.com/hey-api/openapi-ts/commit/127e67b9b761889751e25d95fe5900508e6fd151)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **output(header)**: fix: support function signature in client and core files ([#&#8203;3486](https://github.com/hey-api/openapi-ts/pull/3486)) ([`942913a`](https://github.com/hey-api/openapi-ts/commit/942913af15ae10c5fc3c5e456800829b7dd9c10a)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **output**: fix: avoid double sanitizing leading character ([#&#8203;3448](https://github.com/hey-api/openapi-ts/pull/3448)) ([`c50f7bc`](https://github.com/hey-api/openapi-ts/commit/c50f7bcf5676f2783a412288d243aeaeabd9f8bd)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **internal**: fix: simplify dev mode check ([#&#8203;3498](https://github.com/hey-api/openapi-ts/pull/3498)) ([`ea2538b`](https://github.com/hey-api/openapi-ts/commit/ea2538b221605ee1ba900d173394cd4f0aab8b12)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **plugin(zod)**: support function in `metadata` option ([#&#8203;3497](https://github.com/hey-api/openapi-ts/pull/3497)) ([`1ed39bc`](https://github.com/hey-api/openapi-ts/commit/1ed39bc3ed713edd7ecdcc997fac1c7487b07105)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin(valibot)**: support function in `metadata` option ([#&#8203;3497](https://github.com/hey-api/openapi-ts/pull/3497)) ([`202cc05`](https://github.com/hey-api/openapi-ts/commit/202cc054a7221d8ea7b63881785d314104ab01d2)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **internal**: log symbol meta if name is falsy ([#&#8203;3448](https://github.com/hey-api/openapi-ts/pull/3448)) ([`c50f7bc`](https://github.com/hey-api/openapi-ts/commit/c50f7bcf5676f2783a412288d243aeaeabd9f8bd)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **client**: fix: change serializer types from `any` to `unknown` ([#&#8203;3471](https://github.com/hey-api/openapi-ts/pull/3471)) ([`ad11be2`](https://github.com/hey-api/openapi-ts/commit/ad11be241c494d23930ce8f76e57eb7afa631c67)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin([@&#8203;tanstack/preact-query](https://github.com/tanstack/preact-query))**: initial release ([#&#8203;3499](https://github.com/hey-api/openapi-ts/pull/3499)) ([`873839e`](https://github.com/hey-api/openapi-ts/commit/873839e065a7919fcf736348c15238bd3b6c3d15)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Updated Dependencies: - [@&#8203;hey-api/shared](https://github.com/hey-api/shared)@&#8203;0.2.2 - [@&#8203;hey-api/codegen-core](https://github.com/hey-api/codegen-core)@&#8203;0.7.1 ### [`v0.93.1`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.93.1) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.93.0...@hey-api/openapi-ts@0.93.1) ##### Patch Changes - **plugin([@&#8203;tanstack/query](https://github.com/tanstack/query))**: fix: skip mutation queries for SSE endpoints ([#&#8203;3470](https://github.com/hey-api/openapi-ts/pull/3470)) ([`3ca4f31`](https://github.com/hey-api/openapi-ts/commit/3ca4f317e422bb58345cb794faf979e26f10d127)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **client**: fix: avoid removing empty arrays from flat arguments ([#&#8203;3451](https://github.com/hey-api/openapi-ts/pull/3451)) ([`1518fda`](https://github.com/hey-api/openapi-ts/commit/1518fda8372b5fb27085f4b296a77b922c340885)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin(zod)**: fix: apply nullable modifier to `additionalProperties` schema ([#&#8203;3452](https://github.com/hey-api/openapi-ts/pull/3452)) ([`2e903af`](https://github.com/hey-api/openapi-ts/commit/2e903af5d09881949b042bbd9aba516f3237764d)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **cli**: fix: do not set `logs.file` to `true` by default ([#&#8203;3469](https://github.com/hey-api/openapi-ts/pull/3469)) ([`9e3d347`](https://github.com/hey-api/openapi-ts/commit/9e3d347d4b7a36c9d04b2f9c2d4988ece03677d8)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin([@&#8203;hey-api/sdk](https://github.com/hey-api/sdk))**: fix: correctly set required flat parameters ([#&#8203;3458](https://github.com/hey-api/openapi-ts/pull/3458)) ([`bf50a55`](https://github.com/hey-api/openapi-ts/commit/bf50a559670311a866ff8b104c169ef7619fb202)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin(zod)**: add `u` flag on regex patterns with unicode property escapes ([#&#8203;3468](https://github.com/hey-api/openapi-ts/pull/3468)) ([`67ad86a`](https://github.com/hey-api/openapi-ts/commit/67ad86a7e37a16125fc5a26eaad5859de43ccac3)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin(valibot)**: add `u` flag on regex patterns with unicode property escapes ([#&#8203;3468](https://github.com/hey-api/openapi-ts/pull/3468)) ([`003d914`](https://github.com/hey-api/openapi-ts/commit/003d91422cc831de782015c640b9bcbce9f17dd9)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin([@&#8203;hey-api/typescript](https://github.com/hey-api/typescript))**: simplify union types if a member is `unknown` ([#&#8203;3454](https://github.com/hey-api/openapi-ts/pull/3454)) ([`96d87df`](https://github.com/hey-api/openapi-ts/commit/96d87df7cf49bd1e8ce2dc196fcacc57270e4954)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **client([@&#8203;hey-api/nuxt](https://github.com/hey-api/nuxt))**: fix: do not unwrap blob values ([#&#8203;3459](https://github.com/hey-api/openapi-ts/pull/3459)) ([`b7233d1`](https://github.com/hey-api/openapi-ts/commit/b7233d1d3cc5de84b02c9dc8a27c3cb84235d752)) by [@&#8203;LeiCraft](https://github.com/LeiCraft) - **client**: support async `createClientConfig` ([#&#8203;3445](https://github.com/hey-api/openapi-ts/pull/3445)) ([`cd33d86`](https://github.com/hey-api/openapi-ts/commit/cd33d867857fbe9b4daf3c164f892d89946c4beb)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) ### [`v0.93.0`](https://github.com/hey-api/openapi-ts/releases/tag/%40hey-api/openapi-ts%400.93.0) [Compare Source](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.92.4...@hey-api/openapi-ts@0.93.0) ##### Minor Changes - **plugin(valibot)**: remove `enum.nodes.nullable` resolver node ([#&#8203;3396](https://github.com/hey-api/openapi-ts/pull/3396)) ([`ea6f386`](https://github.com/hey-api/openapi-ts/commit/ea6f3865c8e381b3160e1526435c4522f0dc6aa4)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Removed resolver node Valibot plugin no longer exposes the `enum.nodes.nullable` node. It was refactored so that nullable values are handled outside of resolvers. - **plugin(zod)**: remove `enum.nodes.nullable` resolver node ([#&#8203;3398](https://github.com/hey-api/openapi-ts/pull/3398)) ([`737730c`](https://github.com/hey-api/openapi-ts/commit/737730c9c6450c60a81a8949259336e790e9b4f4)) by [@&#8203;mrlubos](https://github.com/mrlubos) ##### Removed resolver node Zod plugin no longer exposes the `enum.nodes.nullable` node. It was refactored so that nullable values are handled outside of resolvers. ##### Patch Changes - **parser**: prefer unprefixed schema names from external files ([#&#8203;3417](https://github.com/hey-api/openapi-ts/pull/3417)) ([`f3a264b`](https://github.com/hey-api/openapi-ts/commit/f3a264b2c5d7af06bb44fa0350ef613bde3aff87)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **parser(patch)**: support callback for `patch.schemas` ([#&#8203;3415](https://github.com/hey-api/openapi-ts/pull/3415)) ([`e494f4d`](https://github.com/hey-api/openapi-ts/commit/e494f4dd828167a0096a0a488b222a013f911055)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **output**: fix: apply `output.header` to bundled files ([#&#8203;3438](https://github.com/hey-api/openapi-ts/pull/3438)) ([`bcd0a87`](https://github.com/hey-api/openapi-ts/commit/bcd0a87cdd366cef572eb920b59c115ae65f67bb)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **parser**: handle OpenAPI 3.1 `contentMediaType` keyword as binary format when file-like ([#&#8203;3431](https://github.com/hey-api/openapi-ts/pull/3431)) ([`d6a8538`](https://github.com/hey-api/openapi-ts/commit/d6a85381e3c52b4fd1c4af43ee57506459db7a45)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **input**: fix: improve returned status code when spec fetch fails ([#&#8203;3427](https://github.com/hey-api/openapi-ts/pull/3427)) ([`37dd92c`](https://github.com/hey-api/openapi-ts/commit/37dd92c6629511860ae434c64ac8af9154ed6aed)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **client**: expose `onRequest` in RequestOptions for SSE request interception ([#&#8203;3392](https://github.com/hey-api/openapi-ts/pull/3392)) ([`8fc4681`](https://github.com/hey-api/openapi-ts/commit/8fc46819d5df1d4a353be5ae7cd45a8c669a5d7e)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **parser**: add `patch.input` and shorthand `patch()` option for full specification transformations ([#&#8203;3411](https://github.com/hey-api/openapi-ts/pull/3411)) ([`ba9f893`](https://github.com/hey-api/openapi-ts/commit/ba9f893d71b959721e177717ae85fce34d697002)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **parser**: fix: preserve `unevaluatedProperties` keyword in transforms ([#&#8203;3435](https://github.com/hey-api/openapi-ts/pull/3435)) ([`f659b38`](https://github.com/hey-api/openapi-ts/commit/f659b38701795d2c2b61c8d3f5c43af93893481a)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin(zod)**: use `.nullable()` and `.nullish()` methods ([#&#8203;3398](https://github.com/hey-api/openapi-ts/pull/3398)) ([`737730c`](https://github.com/hey-api/openapi-ts/commit/737730c9c6450c60a81a8949259336e790e9b4f4)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **parser**: fix: resolve sibling schemas from external files during bundling ([#&#8203;3422](https://github.com/hey-api/openapi-ts/pull/3422)) ([`19fd80a`](https://github.com/hey-api/openapi-ts/commit/19fd80aff26b1198d6838d48357702c39ad05501)) by [@&#8203;j-westover](https://github.com/j-westover) - **parser(transforms)**: add `schemaName` transform ([#&#8203;3416](https://github.com/hey-api/openapi-ts/pull/3416)) ([`4b9d032`](https://github.com/hey-api/openapi-ts/commit/4b9d032c6a144fa79cedc28e077782b9d67803a3)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **plugin(valibot)**: use `.nullable()` and `.nullish()` methods ([#&#8203;3396](https://github.com/hey-api/openapi-ts/pull/3396)) ([`ea6f386`](https://github.com/hey-api/openapi-ts/commit/ea6f3865c8e381b3160e1526435c4522f0dc6aa4)) by [@&#8203;mrlubos](https://github.com/mrlubos) - **input**: fix: avoid prefixing sources if paths do not collide on operations ([#&#8203;3436](https://github.com/hey-api/openapi-ts/pull/3436)) ([`b1a419a`](https://github.com/hey-api/openapi-ts/commit/b1a419a835c312a1f8bf36a5b781109368041220)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **parser(patch)**: support callback for `patch.operations` ([#&#8203;3420](https://github.com/hey-api/openapi-ts/pull/3420)) ([`e1cd970`](https://github.com/hey-api/openapi-ts/commit/e1cd970e4f3028b29ace44a58b2d2cae18a6c45f)) by [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent) - **parser**: add support for non-string discriminator property types ([#&#8203;3385](https://github.com/hey-api/openapi-ts/pull/3385)) ([`dd0be9c`](https://github.com/hey-api/openapi-ts/commit/dd0be9c6ca93552c3367ca8e8ba785381295a112)) by [@&#8203;SipanP](https://github.com/SipanP) ##### Updated Dependencies: - [@&#8203;hey-api/shared](https://github.com/hey-api/shared)@&#8203;0.2.1 - [@&#8203;hey-api/json-schema-ref-parser](https://github.com/hey-api/json-schema-ref-parser)@&#8203;1.3.1 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjkuMyIsInVwZGF0ZWRJblZlciI6IjQxLjE2OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency @hey-api/openapi-ts to v0.93.0
Some checks failed
renovate/artifacts Artifact file update failure
d5852dcbb3
clank-bot force-pushed renovate/hey-api-openapi-ts-0.x from d5852dcbb3
Some checks failed
renovate/artifacts Artifact file update failure
to 2b42cc1582 2026-02-26 19:30:35 +00:00
Compare
clank-bot force-pushed renovate/hey-api-openapi-ts-0.x from 2b42cc1582 to 438b567b66 2026-02-28 10:15:36 +00:00 Compare
clank-bot changed title from Update dependency @hey-api/openapi-ts to v0.93.0 to Update dependency @hey-api/openapi-ts to v0.93.1 2026-02-28 10:15:37 +00:00
clank-bot force-pushed renovate/hey-api-openapi-ts-0.x from 438b567b66 to 35bce7dc30
All checks were successful
Build and test / build (push) Successful in 10s
2026-03-07 13:48:00 +00:00
Compare
clank-bot changed title from Update dependency @hey-api/openapi-ts to v0.93.1 to chore(deps): update dependency @hey-api/openapi-ts to v0.94.0 2026-03-07 13:48:00 +00:00
martin force-pushed renovate/hey-api-openapi-ts-0.x from 35bce7dc30
All checks were successful
Build and test / build (push) Successful in 10s
to 58d37e19e3
All checks were successful
Deploy / deploy (push) Successful in 45s
Build and test / build (push) Successful in 9s
2026-03-07 13:54:00 +00:00
Compare
martin merged commit 58d37e19e3 into main 2026-03-07 13:54:47 +00:00
martin deleted branch renovate/hey-api-openapi-ts-0.x 2026-03-07 13:54:47 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
martin/toolbox!2
No description provided.