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

feat: Allow to use unknown instead of any #795

Merged
merged 5 commits into from
Jan 21, 2024
Merged

feat: Allow to use unknown instead of any #795

merged 5 commits into from
Jan 21, 2024

Conversation

stijnvanhulle
Copy link
Collaborator

No description provided.

Copy link

changeset-bot bot commented Jan 21, 2024

🦋 Changeset detected

Latest commit: bdf1c44

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

This PR includes changesets to release 18 packages
Name Type
@kubb/swagger-faker Major
@kubb/swagger-zod Major
@kubb/swagger-ts Major
@kubb/swagger-msw Major
@kubb/swagger-tanstack-query Major
@kubb/swagger-zodios Major
@kubb/swagger-client Major
@kubb/swagger-swr Major
@kubb/cli Major
@kubb/core Major
@kubb/parser Major
@kubb/react Major
@kubb/swagger Major
@kubb/types Major
@kubb/eslint-config Major
@kubb/ts-config Major
@kubb/tsup-config Major
unplugin-kubb Major

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 Jan 21, 2024

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 Jan 21, 2024 8:53pm

Copy link

codesandbox-ci bot commented Jan 21, 2024

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 bdf1c44:

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 Jan 21, 2024

Codecov Report

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

Comparison is base (e8a2a32) 75.83% compared to head (bdf1c44) 76.11%.
Report is 1 commits behind head on main.

Files Patch % Lines
packages/swagger-faker/src/FakerGenerator.ts 50.00% 7 Missing ⚠️
packages/swagger-ts/src/TypeGenerator.ts 71.42% 4 Missing ⚠️
packages/swagger-zod/src/ZodGenerator.ts 69.23% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #795      +/-   ##
==========================================
+ Coverage   75.83%   76.11%   +0.28%     
==========================================
  Files         135      135              
  Lines       12666    12694      +28     
  Branches     1358     1372      +14     
==========================================
+ Hits         9605     9662      +57     
+ Misses       3050     3021      -29     
  Partials       11       11              

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

@stijnvanhulle stijnvanhulle merged commit 457ee7f into main Jan 21, 2024
12 of 13 checks passed
@stijnvanhulle stijnvanhulle deleted the feat/788 branch January 21, 2024 21:02
@github-actions github-actions bot mentioned this pull request Jan 21, 2024
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.

allow to use unknown instead of any
1 participant