chore(deps): update dependency @hey-api/openapi-ts to ^0.90.2 #477
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.88.0→^0.90.2Release Notes
hey-api/openapi-ts (@hey-api/openapi-ts)
v0.90.2Compare Source
Patch Changes
build: do not minify bundles for better code readability and debugging (#3186) (
4d46130) by @copilot-swe-agentplugin(@hey-api/sdk): fix: do not use bodySerializer if format is binary (#3190) (
dc28c4c) by @mrlubosUpdated Dependencies:
v0.90.1Compare Source
Patch Changes
examplesoption (#3175) (b985053) by @mrlubosThe 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.
sourceoption (#3175) (b985053) by @mrlubosSource 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.0Compare Source
Minor Changes
~resolversAPI (#3147) (ab80a4b) by @mrlubosThe 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.
815a3de) by @mrlubosStructure 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
methodNameBuilderfunction, 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.
~resolversAPI (#3147) (ab80a4b) by @mrlubosThe 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.
815a3de) by @mrlubosStructure 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
methodNameBuilderfunction, 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
plugin(@hey-api/client-nuxt): use serialized body in SSE requests (#3123) (
6505659) by @bilby91plugin(zod): expand support for bigint types (#3145) (
4a32dcf) by @mrlubosplugin(@hey-api/client-angular): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-next): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-axios): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-fetch): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosplugin(@hey-api/client-nuxt): preserve null in
WithRefstype for nullable fields (#3131) (3935034) by @rigtigeEmilrenderer: correctly render default import (#3109) (
815a3de) by @mrlubosplugin(@hey-api/client-ky): use serialized body in SSE requests (#3171) (
e63f0cf) by @mrlubosUpdated Dependencies:
v0.89.2Compare Source
Patch Changes
plugin(@hey-api/typescript): improve type narrowing in discriminated types (#3120) (
6f8a43c) by @copilot-swe-agentplugin(@hey-api/client-axios): revert use
queryoption when noparamsSerializeris provided (#3125) (34c9a92) by @mrlubosv0.89.1Compare Source
Patch Changes
parser: expose OpenAPI extension keywords (#3119) (
c50190b) by @copilot-swe-agentplugin(@hey-api/client-axios): use
queryoption when noparamsSerializeris provided (#3062) (4dcc210) by @JanST123GSplugin(@hey-api/sdk): lazily initialize sub-resources to improve performance (#3099) (
f481f5c) by @mrlubosoutput: sanitize reserved names with underscore suffix instead of prefix (#3102) (
9116082) by @mrlubosparser: improve discriminator support in nested
allOffields (#3117) (ec1224d) by @copilot-swe-agentoutput: default to
.jsextension when module resolution is set tonode16(#3115) (18d218a) by @copilot-swe-agentv0.89.0Compare Source
Minor Changes
preferExportAlloption (#2990) (c3a81e8) by @mrlubosPrefer named exports
This release changes the default for
index.tsto 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.preferExportAlltotrueif you prefer to use the asterisk.symbol:setValue:*events (#2990) (c3a81e8) by @mrlubosRemoved
symbol:setValue:*eventsThese events have been removed in favor of
node:set:*events.Patch Changes
nameConflictResolveroption (#2990) (c3a81e8) by @mrlubosv0.88.2Compare Source
Patch Changes
d663232) by @nachogarciav0.88.1Compare Source
Patch Changes
55ef279) by @mrlubosConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.