⬆ Bump @hey-api/openapi-ts from 0.57.0 to 0.80.0 in /frontend
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(11 months ago)
(11 months ago)
(11 months ago)
dependencies javascript
Bumps @hey-api/openapi-ts from 0.57.0 to 0.80.0.
Release notes
Sourced from @hey-api/openapi-ts's releases.
@hey-api/openapi-ts@0.80.0Minor Changes
#2341
9954bcfThanks@mrlubos! - feat(zod): add support for Zod 4 and Zod MiniAdded Zod 4 and Zod Mini
This release adds support for Zod 4 and Zod Mini. By default, the
zodplugin will generate output for Zod 4. If you want to preserve the previous output for Zod 3 or use Zod Mini, setcompatibilityVersionto3ormini.export default { input: 'https://get.heyapi.dev/hey-api/backend', output: 'src/client', plugins: [ // ...other plugins { name: 'zod', compatibilityVersion: 3, }, ], };export default { input: 'https://get.heyapi.dev/hey-api/backend', output: 'src/client', plugins: [ // ...other plugins { name: 'zod', compatibilityVersion: 'mini', }, ], };
@hey-api/openapi-ts@0.79.2Patch Changes
#2034
257dd07Thanks@Le0Developer! - fix(typescript): add support for TypeID types#2041
2755be9Thanks@alexvuka1! - fix(parser): respectoutput.casewhen generating operation id
@hey-api/openapi-ts@0.79.1Patch Changes
... (truncated)
Commits
f2e124aMerge pull request #2348 from hey-api/changeset-release/maindd51c2bVersion Packagesb02546fMerge pull request #2341 from hey-api/feat/zod-49954bcfdocs: add documentation for Zod 4 and Zod Mini28a006bdocs: add supported version labels to pluginscce2789test: update snapshots517b261test: clean up Zod 3 testsad17c24Merge branch 'main' of https://github.com/hey-api/openapi-ts into feat/zod-4669824btest: add Zod 3 snapshotsab1e6e8test: update snapshots- 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)
Pull Request Statistics
1
2
+335
-66
Package Dependencies
@hey-api/openapi-ts
npm
0.57.0 → 0.80.0
Minor
/frontend
Technical Details
| ID: | 4091682 |
| UUID: | 2689096042 |
| Node ID: | PR_kwDOPF3fpc6gSFlq |
| Host: | GitHub |
| Repository: | Cheap-AI/FullServiceAPI |
| Mergeable: | Yes |
| Merge State: | Unstable |