Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3393 +/- ##
=======================================
Coverage 39.59% 39.59%
=======================================
Files 473 473
Lines 17080 17080
Branches 5224 5224
=======================================
Hits 6763 6763
Misses 8266 8266
Partials 2051 2051
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@hey-api/codegen-core
@hey-api/json-schema-ref-parser
@hey-api/nuxt
@hey-api/openapi-ts
@hey-api/shared
@hey-api/types
@hey-api/vite-plugin
commit: |
d0f3630 to
c9b2a2e
Compare
c9b2a2e to
bff54f8
Compare
bff54f8 to
2e9f14e
Compare
2e9f14e to
f1d348e
Compare
f1d348e to
5e98ff6
Compare
5e98ff6 to
41ee842
Compare
41ee842 to
6383864
Compare
6383864 to
8b6b1ce
Compare
8b6b1ce to
09bce42
Compare
09bce42 to
a81d434
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@hey-api/openapi-ts@0.93.0
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
client: 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-agentplugin(zod): use
.nullable()and.nullish()methods (#3398) (737730c) by @mrlubosplugin(valibot): use
.nullable()and.nullish()methods (#3396) (ea6f386) by @mrlubosUpdated Dependencies:
@hey-api/shared@0.2.1
Patch Changes
internal: export schema walker interfaces (#3396) (
ea6f386) by @mrlubosparser: add
patch.inputand shorthandpatch()option for full specification transformations (#3411) (ba9f893) by @copilot-swe-agentSupport non-string discriminator property types (boolean, integer, number) (#3385) (
dd0be9c) by @SipanP@hey-api/openapi-python@0.0.8
Patch Changes
Updated Dependencies: