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/1195 object style params #1358

Merged
merged 6 commits into from
Oct 30, 2024
Merged

Conversation

stijnvanhulle
Copy link
Collaborator

@stijnvanhulle stijnvanhulle commented Oct 28, 2024

  • Update vue query plugin
  • Update solid query plugin
  • Update svelte query plugin
  • Update swr query plugin

Copy link

changeset-bot bot commented Oct 28, 2024

🦋 Changeset detected

Latest commit: fcd195f

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

This PR includes changesets to release 24 packages
Name Type
@kubb/plugin-svelte-query Major
@kubb/plugin-react-query Major
@kubb/plugin-solid-query Major
@kubb/plugin-vue-query Major
@kubb/plugin-client Major
@kubb/plugin-swr Major
@kubb/cli Major
@kubb/config-biome Major
@kubb/config-ts Major
@kubb/config-tsup Major
@kubb/core Major
@kubb/fs Major
@kubb/oas Major
@kubb/parser-ts Major
@kubb/plugin-faker Major
@kubb/plugin-msw Major
@kubb/plugin-oas Major
@kubb/plugin-redoc Major
@kubb/plugin-ts Major
@kubb/plugin-zod Major
@kubb/react Major
@kubb/types Major
kubb Patch
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

@stijnvanhulle stijnvanhulle added the v3 Kubb v3 label Oct 28, 2024
@stijnvanhulle stijnvanhulle linked an issue Oct 28, 2024 that may be closed by this pull request
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

Attention: Patch coverage is 70.26406% with 259 lines in your changes missing coverage. Please review.

Project coverage is 84.24%. Comparing base (cf731e6) to head (fcd195f).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...lugin-react-query/src/components/SuspenseQuery.tsx 0.00% 46 Missing ⚠️
.../plugin-vue-query/src/components/InfiniteQuery.tsx 14.58% 41 Missing ⚠️
...-vue-query/src/components/InfiniteQueryOptions.tsx 15.21% 39 Missing ⚠️
...lugin-react-query/src/components/InfiniteQuery.tsx 28.26% 33 Missing ⚠️
...eact-query/src/components/InfiniteQueryOptions.tsx 29.54% 31 Missing ⚠️
packages/plugin-swr/src/components/Query.tsx 78.57% 10 Missing and 2 partials ⚠️
...ackages/plugin-swr/src/components/QueryOptions.tsx 72.72% 10 Missing and 2 partials ⚠️
packages/react/src/utils/getFunctionParams.ts 70.58% 10 Missing ⚠️
...ckages/plugin-react-query/src/components/Query.tsx 92.85% 4 Missing ⚠️
...plugin-react-query/src/components/QueryOptions.tsx 90.90% 4 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1358      +/-   ##
==========================================
- Coverage   85.90%   84.24%   -1.67%     
==========================================
  Files         156      156              
  Lines        9261    10033     +772     
  Branches     1828     1964     +136     
==========================================
+ Hits         7956     8452     +496     
- Misses       1294     1560     +266     
- Partials       11       21      +10     

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

…trol over the amount of parameters when calling one of the generated functions.
@stijnvanhulle stijnvanhulle force-pushed the feat/1195-object-style-params branch from fe89e6b to 10c9661 Compare October 30, 2024 11:20
@stijnvanhulle stijnvanhulle force-pushed the feat/1195-object-style-params branch from 5ba0440 to fcd195f Compare October 30, 2024 12:10
@stijnvanhulle stijnvanhulle merged commit 4db1509 into main Oct 30, 2024
9 of 10 checks passed
@stijnvanhulle stijnvanhulle deleted the feat/1195-object-style-params branch October 30, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 Kubb v3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request an option: function object-style parameters.
1 participant