Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: handle Zod circular reference #1971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2025
Merged

Conversation

mrlubos
Copy link
Member

@mrlubos mrlubos commented Apr 23, 2025

Closes #1731

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Apr 23, 2025

🦋 Changeset detected

Latest commit: e1fb199

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@hey-api/openapi-ts Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Apr 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 23, 2025 3:15am

Copy link

pkg-pr-new bot commented Apr 23, 2025

Open in StackBlitz

@hey-api/client-axios

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-axios@1971

@hey-api/client-fetch

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-fetch@1971

@hey-api/client-next

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-next@1971

@hey-api/client-nuxt

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-nuxt@1971

@hey-api/nuxt

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/nuxt@1971

@hey-api/openapi-ts

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/openapi-ts@1971

@hey-api/vite-plugin

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/vite-plugin@1971

commit: e1fb199

Copy link

codecov bot commented Apr 23, 2025

Codecov Report

Attention: Patch coverage is 1.17647% with 84 lines in your changes missing coverage. Please review.

Project coverage is 22.34%. Comparing base (7e232e3) to head (e1fb199).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
packages/openapi-ts/src/plugins/zod/plugin.ts 1.17% 84 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1971      +/-   ##
==========================================
- Coverage   22.36%   22.34%   -0.03%     
==========================================
  Files         251      251              
  Lines       21033    21065      +32     
  Branches      783      783              
==========================================
+ Hits         4705     4706       +1     
- Misses      16322    16353      +31     
  Partials        6        6              
Flag Coverage Δ
unittests 22.34% <1.17%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mrlubos mrlubos force-pushed the fix/zod-circular-reference branch from b7e09df to e1fb199 Compare April 23, 2025 03:14
@mrlubos mrlubos marked this pull request as ready for review April 23, 2025 03:15
@mrlubos mrlubos merged commit 8b5d4e7 into main Apr 23, 2025
15 of 17 checks passed
@mrlubos mrlubos deleted the fix/zod-circular-reference branch April 23, 2025 03:20
@github-actions github-actions bot mentioned this pull request Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[plugin/zod] "Maximum call stack size exceeded" depending on order of schema definition
1 participant