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

Cleanup of TypeScript types, removal of returnType and removal of any. #729

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

stijnvanhulle
Copy link
Collaborator

No description provided.

Copy link

changeset-bot bot commented Dec 15, 2023

🦋 Changeset detected

Latest commit: 9457a92

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

@stijnvanhulle stijnvanhulle marked this pull request as ready for review December 15, 2023 10:28
Copy link

vercel bot commented Dec 15, 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 15, 2023 10:39am

@stijnvanhulle stijnvanhulle linked an issue Dec 15, 2023 that may be closed by this pull request
Copy link

codesandbox-ci bot commented Dec 15, 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 9457a92:

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 15, 2023

Codecov Report

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

Comparison is base (b11b3fe) 13.63% compared to head (9457a92) 13.94%.
Report is 4 commits behind head on main.

Files Patch % Lines
examples/simple-single/src/gen/hooks.ts 0.00% 132 Missing ⚠️
...es/swagger-tanstack-query/src/components/Query.tsx 0.00% 60 Missing ⚠️
...ger-tanstack-query/src/components/QueryOptions.tsx 0.00% 55 Missing ⚠️
...eact-query-v5/src/gen/hooks/useGetOrderByIdHook.ts 0.00% 44 Missing ⚠️
.../react-query-v5/src/gen/hooks/useGetPetByIdHook.ts 0.00% 44 Missing ⚠️
...s/react-query-v5/src/gen/hooks/useLoginUserHook.ts 0.00% 44 Missing ⚠️
...-query-v5/src/gen/hooks/useFindPetsByStatusHook.ts 0.00% 40 Missing ⚠️
...ct-query-v5/src/gen/hooks/useFindPetsByTagsHook.ts 0.00% 40 Missing ⚠️
...eact-query-v5/src/gen/hooks/useGetInventoryHook.ts 0.00% 40 Missing ⚠️
...act-query-v5/src/gen/hooks/useGetUserByNameHook.ts 0.00% 40 Missing ⚠️
... and 180 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #729      +/-   ##
==========================================
+ Coverage   13.63%   13.94%   +0.30%     
==========================================
  Files        1113     1113              
  Lines       49528    48779     -749     
  Branches     2051     2059       +8     
==========================================
+ Hits         6755     6803      +48     
+ Misses      41771    40977     -794     
+ Partials     1002      999       -3     

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

@stijnvanhulle stijnvanhulle merged commit 0f4a6f1 into main Dec 15, 2023
11 of 13 checks passed
@stijnvanhulle stijnvanhulle deleted the fix/tanstackQueryTypeCleanup branch December 15, 2023 10:57
@github-actions github-actions bot mentioned this pull request Dec 15, 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.

use of any
1 participant