chore(deps-dev): update dependency @hey-api/openapi-ts to v0.97.0#945
chore(deps-dev): update dependency @hey-api/openapi-ts to v0.97.0#945renovate[bot] wants to merge 1 commit intomainfrom
Conversation
📦 Bundle Size Report
Size Limits
Largest Files (Top 5)
View All Files (313 total)
✅ Bundle size check passed |
📊 Coverage Report⚪ Coverage unchanged
Detailed BreakdownLines Coverage
Statements Coverage
Functions Coverage
Branches Coverage
✅ Coverage check passed |
|
Deploy preview for remote-flows ready!
Deployed with vercel-action |
|
Deploy preview for remote-flows-example-app ready! ✅ Preview Built with commit 5b01271. |
be54b98 to
5b01271
Compare
5b01271 to
ad75b63
Compare
ad75b63 to
15f3809
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 15f3809. Configure here.
| "devDependencies": { | ||
| "@arethetypeswrong/cli": "0.18.2", | ||
| "@hey-api/openapi-ts": "0.95.0", | ||
| "@hey-api/openapi-ts": "0.96.1", |
There was a problem hiding this comment.
Node engine mismatch with updated dev dependency requirement
Low Severity
The project's engines.node is ">=20" but the updated @hey-api/openapi-ts v0.96.x now requires Node >=22.13.0 (a breaking change from v0.96.0). A contributor using Node 20 or 21 — which the project claims to support — would be unable to run npm run openapi-ts for code generation. The project's engine constraint is now inconsistent with its dev dependency requirements.
Additional Locations (1)
Triggered by project rule: Code Review Guidelines
Reviewed by Cursor Bugbot for commit 15f3809. Configure here.
15f3809 to
72aead0
Compare


This PR contains the following updates:
0.95.0→0.97.0Release Notes
hey-api/openapi-ts (@hey-api/openapi-ts)
v0.97.0@hey-api/openapi-ts 0.97.0
This release has 15 breaking changes. Please review the release notes carefully before upgrading.
Updates
runtimeConfigPathrelative to the output folder (#3770)Changed
runtimeConfigPathbehaviorThis was a known, long-standing issue confusing first-time users. Before, defining client
runtimeConfigPathvalue would paste it verbatim to the generated output. This release changes the behavior to resolve relative to the current working directory the same way output path works.--applyflag from Biome post-processor commands (#3812)Plugins
@hey-api/client-angular
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@hey-api/client-fetch
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@hey-api/client-ky
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)Changed Ky client behavior
The Ky client was updated to be more intuitive. Some Ky options now need to be passed via the
kyOptionsfield and you need to passundefinedto unset an option.@hey-api/client-next
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@hey-api/client-ofetch
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@tanstack/angular-query-experimental
setQueryDataoption (#3824)@tanstack/preact-query
useSetQueryDataoption (#3824)setQueryDataoption (#3824)@tanstack/react-query
useSetQueryDataoption (#3824)setQueryDataoption (#3824)@tanstack/solid-query
setQueryDataoption (#3824)@tanstack/svelte-query
setQueryDataoption (#3824)@tanstack/vue-query
setQueryDataoption (#3824)zod
.discriminatedUnionto.unionif members contain intersection (#3813)@hey-api/codegen-core 0.8.1
Updates
@hey-api/shared 0.4.2
Updates
v0.96.1@hey-api/openapi-ts 0.96.1
Updates
Plugins
@hey-api/client-angular
headerstoHeadersinResolvedRequestOptions(#3757)@hey-api/client-fetch
headerstoHeadersinResolvedRequestOptions(#3757)@hey-api/client-ky
headerstoHeadersinResolvedRequestOptions(#3757)@hey-api/client-next
headerstoHeadersinResolvedRequestOptions(#3757)@hey-api/client-ofetch
headerstoHeadersinResolvedRequestOptions(#3757)valibot
.variant()(#3780)zod
.discriminatedUnion()(#3780)z.inputandz.outputtypes (#3759)@hey-api/json-schema-ref-parser 1.4.1
Updates
@hey-api/shared 0.4.1
Updates
@hey-api/vite-plugin 0.3.1
Updates
viteoptions (#3776)v0.96.0@hey-api/openapi-ts 0.96.0
This release has 1 breaking change. Please review the release notes carefully before upgrading.
Updates
Plugins
@angular/common
@hey-api/client-angular
@hey-api/client-axios
@hey-api/client-fetch
@hey-api/client-ky
@hey-api/client-next
@hey-api/client-nuxt
@hey-api/client-ofetch
@hey-api/transformers
@hey-api/codegen-core 0.8.0
This release has 1 breaking change. Please review the release notes carefully before upgrading.
Updates
@hey-api/json-schema-ref-parser 1.4.0
This release has 1 breaking change. Please review the release notes carefully before upgrading.
Updates
@hey-api/shared 0.4.0
This release has 1 breaking change. Please review the release notes carefully before upgrading.
Updates
@hey-api/spec-types 0.2.0
This release has 2 breaking changes. Please review the release notes carefully before upgrading.
Updates
OpenAPIExtensionstoSpecExtensions(#3715)WithSpecExtensionstype (#3734)@hey-api/vite-plugin 0.3.0
This release has 1 breaking change. Please review the release notes carefully before upgrading.
Updates
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.