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

Support mutate with params #835

Merged
merged 19 commits into from
Mar 12, 2024
Merged

Support mutate with params #835

merged 19 commits into from
Mar 12, 2024

Conversation

stijnvanhulle
Copy link
Collaborator

@stijnvanhulle stijnvanhulle commented Mar 2, 2024

  • Add docs for variablesType
  • Update docs for new hooks and components for templates

Copy link

changeset-bot bot commented Mar 2, 2024

🦋 Changeset detected

Latest commit: f78b4ac

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-tanstack-query Major
@kubb/cli Major
@kubb/core Major
@kubb/parser Major
@kubb/react Major
@kubb/swagger-client Major
@kubb/swagger-faker Major
@kubb/swagger-msw Major
@kubb/swagger-swr Major
@kubb/swagger-ts Major
@kubb/swagger-zod Major
@kubb/swagger-zodios 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 Mar 2, 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 Mar 10, 2024 10:03pm

@stijnvanhulle stijnvanhulle changed the title Feat/832 Support mutate with params Mar 2, 2024
Copy link

codesandbox-ci bot commented Mar 2, 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 f78b4ac:

Sandbox Source
advanced-pet-store Configuration
faker-pet-store Configuration
msw-pet-store Configuration
python-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 Mar 7, 2024

Codecov Report

Attention: Patch coverage is 90.30303% with 32 lines in your changes are missing coverage. Please review.

Project coverage is 78.09%. Comparing base (23b25f5) to head (f78b4ac).
Report is 5 commits behind head on main.

Files Patch % Lines
packages/swagger-msw/src/components/Operations.tsx 10.00% 9 Missing ⚠️
packages/core/src/utils/FunctionParams.ts 92.92% 7 Missing ⚠️
...agger-tanstack-query/src/components/Operations.tsx 33.33% 4 Missing ⚠️
...swagger-tanstack-query/src/components/Mutation.tsx 97.16% 3 Missing ⚠️
...es/swagger-tanstack-query/src/components/Query.tsx 60.00% 2 Missing ⚠️
...swagger-tanstack-query/src/components/QueryKey.tsx 66.66% 2 Missing ⚠️
...ger-tanstack-query/src/components/QueryOptions.tsx 50.00% 2 Missing ⚠️
packages/swagger/src/hooks/useOperationHelpers.ts 90.47% 2 Missing ⚠️
packages/swagger-ts/src/components/OasType.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #835      +/-   ##
==========================================
+ Coverage   75.26%   78.09%   +2.83%     
==========================================
  Files         156      142      -14     
  Lines       13484    13333     -151     
  Branches     1457     1499      +42     
==========================================
+ Hits        10149    10413     +264     
+ Misses       3309     2908     -401     
+ Partials       26       12      -14     

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

@stijnvanhulle stijnvanhulle merged commit efa7c75 into main Mar 12, 2024
13 checks passed
@github-actions github-actions bot mentioned this pull request Mar 12, 2024
@stijnvanhulle stijnvanhulle linked an issue Mar 12, 2024 that may be closed by this pull request
@stijnvanhulle stijnvanhulle deleted the feat/832 branch April 13, 2024 15:18
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.

Support mutate with params
1 participant