full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
⬆ Bump @hey-api/openapi-ts from 0.57.0 to 0.72.2 in /frontend
Bumps @hey-api/openapi-ts from 0.57.0 to 0.72.2.
Release notes
Sourced from @hey-api/openapi-ts's releases.
@hey-api/openapi-ts@0.72.2Patch Changes
#2163
9769998Thanks@mrlubos! - fix(zod): addmetadataoption to generate additional metadata for documentation, code generation, AI structured outputs, form validation, and other purposes#2167
a46259eThanks@mrlubos! - fix(tanstack-query): add name builder options for all generated artifacts#2166
594f3a6Thanks@mrlubos! - fix(parser): filter orphans only when there are some operations#2166
594f3a6Thanks@mrlubos! - fix(zod): support tuple types#2167
a46259eThanks@mrlubos! - fix(parser): set correct subscription context for plugins
@hey-api/openapi-ts@0.72.1Patch Changes
- #2159
87b2d6cThanks@Joshua-hypt! - fix(zod): handle array union types
@hey-api/openapi-ts@0.72.0Minor Changes
#2141
557769dThanks@mrlubos! - feat(sdk): addclassStructureoption supporting dot or slashoperationIdnotation when generating class-based SDKsAdded
sdk.classStructureoptionWhen generating class-based SDKs, we now try to infer the ideal structure using
operationIdkeywords. If you'd like to preserve the previous behavior, setclassStructuretooff.export default { input: 'https://get.heyapi.dev/hey-api/backend', output: 'src/client', plugins: [ // ...other plugins { classStructure: 'off', name: '@hey-api/sdk', }, ], };Patch Changes
#2151
0ea8130Thanks@mrlubos! - fix: add crash report prompt#2153
b272bd9Thanks@mrlubos! - fix(parser): handlepropertyNameskeyword#2152
6d5ad37Thanks@mrlubos! - fix(validators): correctly generate default value forBigInt#2151
aef80c3Thanks@mrlubos! - fix(typescript): handle nested inline objects with write/read only fields
... (truncated)
Commits
7365e4aMerge pull request #2164 from hey-api/changeset-release/maine8b6797Version Packages1e1c40bMerge pull request #2167 from hey-api/fix/tanstack-query-name-buildera46259efix(tanstack-query): add name builder options for all generated artifacts67125d3Merge pull request #2166 from hey-api/fix/zod-tuple594f3a6fix(zod): support tuple types3d0aeb8Merge pull request #2165 from hey-api/fix/client-path-param-datef23f3aefix(client): do not serialize path param name in url32a8d2cMerge pull request #2163 from hey-api/fix/zod-metadata9769998fix(zod): add metadata option- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)