Skip to content
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

fix: support for dataReturnType data #747

Conversation

stijnvanhulle
Copy link
Collaborator

No description provided.

Copy link

changeset-bot bot commented Dec 23, 2023

🦋 Changeset detected

Latest commit: 444e062

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

This PR includes changesets to release 17 packages
Name Type
@kubb/swagger-tanstack-query Patch
@kubb/cli Patch
@kubb/core Patch
@kubb/parser Patch
@kubb/react Patch
@kubb/swagger-client Patch
@kubb/swagger-faker Patch
@kubb/swagger-msw Patch
@kubb/swagger-swr Patch
@kubb/swagger-ts Patch
@kubb/swagger-zod Patch
@kubb/swagger-zodios Patch
@kubb/swagger Patch
@kubb/types Patch
@kubb/eslint-config Patch
@kubb/ts-config Patch
@kubb/tsup-config 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 Dec 23, 2023

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

Name Status Preview Comments Updated (UTC)
kubb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2023 7:45pm

Copy link

codesandbox-ci bot commented Dec 23, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 444e062:

Sandbox Source
advanced-pet-store Configuration
faker-pet-store Configuration
msw-pet-store Configuration
msw-v2-pet-store Configuration
react-query-pet-store Configuration
react-query-v5-pet-store Configuration
typescript-pet-store Configuration
simple-single-pet-store Configuration
solid-query-pet-store Configuration
svelte-query-pet-store Configuration
swr-pet-store Configuration
vue-query-pet-store Configuration
vue-query-v5-pet-store Configuration
zod-pet-store Configuration
zodios-pet-store Configuration
client-pet-store Configuration

Copy link

codecov bot commented Dec 23, 2023

Codecov Report

Attention: 77 lines in your changes are missing coverage. Please review.

Comparison is base (99fc0e3) 72.15% compared to head (444e062) 75.51%.
Report is 12 commits behind head on main.

Files Patch % Lines
packages/core/src/BarrelManager.ts 25.58% 32 Missing ⚠️
packages/core/src/FileManager.ts 6.06% 31 Missing ⚠️
packages/parser/src/api.ts 88.23% 6 Missing ⚠️
...ger-tanstack-query/src/components/QueryOptions.tsx 66.66% 5 Missing ⚠️
...es/swagger-tanstack-query/src/components/Query.tsx 0.00% 1 Missing ⚠️
packages/swagger-zod/src/ZodGenerator.ts 50.00% 1 Missing ⚠️
packages/swagger-zod/src/zodParser.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #747      +/-   ##
==========================================
+ Coverage   72.15%   75.51%   +3.36%     
==========================================
  Files         126      127       +1     
  Lines       12297    12392      +95     
  Branches     1229     1295      +66     
==========================================
+ Hits         8873     9358     +485     
+ Misses       3415     3030     -385     
+ Partials        9        4       -5     

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

@stijnvanhulle stijnvanhulle merged commit 2927221 into main Dec 23, 2023
12 of 13 checks passed
@stijnvanhulle stijnvanhulle deleted the 746-tanstackquery-generated-infinite-queries-wont-compile-with-full-datareturntype branch December 23, 2023 20:06
@github-actions github-actions bot mentioned this pull request Dec 23, 2023
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.

TanstackQuery: Generated Infinite Queries won't compile with "full" DataReturnType
1 participant