chore(deps): update dependency @hey-api/openapi-ts to v0.93.1#345
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @hey-api/openapi-ts to v0.93.1#345renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
3d72c2a to
20e8a1b
Compare
20e8a1b to
1734955
Compare
1734955 to
435e3e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.90.10→0.93.1Release Notes
hey-api/openapi-ts (@hey-api/openapi-ts)
v0.93.1Compare Source
Patch Changes
plugin(@tanstack/query): fix: skip mutation queries for SSE endpoints (#3470) (
3ca4f31) by @copilot-swe-agentclient: fix: avoid removing empty arrays from flat arguments (#3451) (
1518fda) by @copilot-swe-agentplugin(zod): fix: apply nullable modifier to
additionalPropertiesschema (#3452) (2e903af) by @copilot-swe-agentcli: fix: do not set
logs.filetotrueby default (#3469) (9e3d347) by @copilot-swe-agentplugin(@hey-api/sdk): fix: correctly set required flat parameters (#3458) (
bf50a55) by @copilot-swe-agentplugin(zod): add
uflag on regex patterns with unicode property escapes (#3468) (67ad86a) by @copilot-swe-agentplugin(valibot): add
uflag on regex patterns with unicode property escapes (#3468) (003d914) by @copilot-swe-agentplugin(@hey-api/typescript): simplify union types if a member is
unknown(#3454) (96d87df) by @copilot-swe-agentclient(@hey-api/nuxt): fix: do not unwrap blob values (#3459) (
b7233d1) by @LeiCraftclient: support async
createClientConfig(#3445) (cd33d86) by @copilot-swe-agentv0.93.0Compare Source
Minor Changes
enum.nodes.nullableresolver node (#3396) (ea6f386) by @mrlubosRemoved resolver node
Valibot plugin no longer exposes the
enum.nodes.nullablenode. It was refactored so that nullable values are handled outside of resolvers.enum.nodes.nullableresolver node (#3398) (737730c) by @mrlubosRemoved resolver node
Zod plugin no longer exposes the
enum.nodes.nullablenode. It was refactored so that nullable values are handled outside of resolvers.Patch Changes
parser: prefer unprefixed schema names from external files (#3417) (
f3a264b) by @copilot-swe-agentparser(patch): support callback for
patch.schemas(#3415) (e494f4d) by @copilot-swe-agentoutput: fix: apply
output.headerto bundled files (#3438) (bcd0a87) by @copilot-swe-agentparser: handle OpenAPI 3.1
contentMediaTypekeyword as binary format when file-like (#3431) (d6a8538) by @copilot-swe-agentinput: fix: improve returned status code when spec fetch fails (#3427) (
37dd92c) by @copilot-swe-agentclient: expose
onRequestin RequestOptions for SSE request interception (#3392) (8fc4681) by @copilot-swe-agentparser: add
patch.inputand shorthandpatch()option for full specification transformations (#3411) (ba9f893) by @copilot-swe-agentparser: fix: preserve
unevaluatedPropertieskeyword in transforms (#3435) (f659b38) by @copilot-swe-agentplugin(zod): use
.nullable()and.nullish()methods (#3398) (737730c) by @mrlubosparser: fix: resolve sibling schemas from external files during bundling (#3422) (
19fd80a) by @j-westoverparser(transforms): add
schemaNametransform (#3416) (4b9d032) by @copilot-swe-agentplugin(valibot): use
.nullable()and.nullish()methods (#3396) (ea6f386) by @mrlubosinput: fix: avoid prefixing sources if paths do not collide on operations (#3436) (
b1a419a) by @copilot-swe-agentparser(patch): support callback for
patch.operations(#3420) (e1cd970) by @copilot-swe-agentparser: add support for non-string discriminator property types (#3385) (
dd0be9c) by @SipanPUpdated Dependencies:
v0.92.4Compare Source
Patch Changes
plugin(@hey-api/transformers): fix: false positive warning for discriminated
oneOfschemas (#3379) (1f7c262) by @copilot-swe-agentplugin(@hey-api/client-nuxt): fix: forward
asyncDataOptionstouseFetchanduseLazyFetch(#3382) (a4b7399) by @rigtigeEmiloutput: detect
importFileExtensionfrom tsconfigmoduleoption (#3380) (4cbc307) by @copilot-swe-agentplugin(@hey-api/typescript): fix: deduplicate enum keys to avoid name collision (#3376) (
54138b6) by @spikesagalplugin(@hey-api/client-nuxt): unwrap
ComputedRefbody before initial serialization (#3361) (ca52649) by @rigtigeEmilplugin(@angular/common): use generics for HttpRequests (#3384) (
a94f50f) by @quartepieplugin(@hey-api/transformers): fix: handle
$refkeywords inallOfcompositions (#3374) (4b781aa) by @copilot-swe-agentinternal: use shared schema processor (#3370) (
27cd91f) by @mrlubosUpdated Dependencies:
v0.92.3Compare Source
Patch Changes
e54db3e) by @mrlubosv0.92.2Minor Changes
exportFromarray withgetExportFromFilePath()function (#3312) (cd44523) by @mrlubosUpdated Symbol interface
The
exportFromproperty has been replaced with thegetExportFromFilePath()function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.Patch Changes
config: rename
exportFromIndexoption toincludeInEntry(#3312) (cd44523) by @mrlubosconfig:
includeInEntryaccepts function in addition to primitive value (#3312) (cd44523) by @mrlubosparser: add
getExportFromFilePath()hook (#3312) (cd44523) by @mrlubosplugin: add
commentsoption to all plugins (#3317) (7b3c8f2) by @mrlubostypes: improve
defineConfig()types (#3312) (cd44523) by @mrlubosconfig: rename
output.indexFiletooutput.entryFile(#3312) (cd44523) by @mrlubosfix: improve dev mode detection causing builds to fail (#3300) (
be2f3fb) by @copilot-swe-agentUpdated Dependencies:
v0.91.1Compare Source
Patch Changes
Updated Dependencies:
v0.91.0Compare Source
Minor Changes
7f19d59) by @mrlubosRemoved CommonJS (CJS) support
@hey-api/openapi-tsis now ESM-only. This change simplifies the codebase, improves tree-shaking, and enables better integration with modern bundlers and TypeScript tooling.CommonJS entry points (
require(),module.exports) are no longer supported. If you are in a CJS environment, you can still load the package dynamically usingimport()like:If you have previously written:
Migrate by updating your static imports:
If your environment cannot use ESM, pin to a previous version.
Patch Changes
Updated Dependencies:
Configuration
📅 Schedule: Branch creation - "after 01:00 and before 07:00 every weekday" in timezone Europe/London, 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.