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

E2e strict-mode #1183

Merged
merged 5 commits into from
Sep 24, 2024
Merged

E2e strict-mode #1183

merged 5 commits into from
Sep 24, 2024

Conversation

stijnvanhulle
Copy link
Collaborator

@stijnvanhulle stijnvanhulle commented Sep 1, 2024

  • Remove any

Copy link

changeset-bot bot commented Sep 1, 2024

🦋 Changeset detected

Latest commit: a95ed68

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/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-client Major
@kubb/plugin-faker Major
@kubb/plugin-msw Major
@kubb/plugin-oas Major
@kubb/plugin-redoc Major
@kubb/plugin-swr 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

Copy link

codecov bot commented Sep 1, 2024

Codecov Report

Attention: Patch coverage is 96.83544% with 5 lines in your changes missing coverage. Please review.

Project coverage is 86.03%. Comparing base (8d11c7c) to head (a95ed68).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...ges/plugin-react-query/src/components/Mutation.tsx 97.43% 1 Missing ⚠️
...lugin-react-query/src/components/SuspenseQuery.tsx 0.00% 1 Missing ⚠️
...ct-query/src/generators/suspenseQueryGenerator.tsx 0.00% 1 Missing ⚠️
...es/plugin-svelte-query/src/components/Mutation.tsx 97.29% 1 Missing ⚠️
...kages/plugin-vue-query/src/components/Mutation.tsx 97.29% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1183      +/-   ##
==========================================
+ Coverage   85.94%   86.03%   +0.08%     
==========================================
  Files         154      154              
  Lines        9465     9510      +45     
  Branches     1791     1811      +20     
==========================================
+ Hits         8135     8182      +47     
+ Misses       1319     1317       -2     
  Partials       11       11              
Flag Coverage Δ
86.03% <96.83%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@kubb-labs
Copy link

kubb-labs bot commented Sep 1, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2024-09-09 21:11:56 CET

@stijnvanhulle stijnvanhulle force-pushed the chore/strict-mode branch 2 times, most recently from bffca74 to 9efc4b8 Compare September 1, 2024 18:59
@helt
Copy link
Contributor

helt commented Sep 2, 2024

I can do that, at least the swr-related issues

@helt
Copy link
Contributor

helt commented Sep 3, 2024

See #1188

@stijnvanhulle stijnvanhulle force-pushed the main branch 2 times, most recently from 2aab269 to 4fc16fd Compare September 3, 2024 20:04
@stijnvanhulle stijnvanhulle force-pushed the main branch 2 times, most recently from 5bd0fa5 to 8c51a08 Compare September 17, 2024 21:16
@stijnvanhulle stijnvanhulle linked an issue Sep 22, 2024 that may be closed by this pull request
@stijnvanhulle stijnvanhulle merged commit 428f700 into main Sep 24, 2024
10 checks passed
@stijnvanhulle stijnvanhulle deleted the chore/strict-mode branch September 24, 2024 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

swr mutations with pathParams results in type errors on mutation
2 participants