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

fix: disallow additional query parameters in experimental parser output #1394

Merged
merged 3 commits into from
Dec 6, 2024

Conversation

mrlubos
Copy link
Member

@mrlubos mrlubos commented Dec 5, 2024

Closes #1247

Copy link

stackblitz bot commented Dec 5, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

vercel bot commented Dec 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 8:55am

Copy link

changeset-bot bot commented Dec 5, 2024

🦋 Changeset detected

Latest commit: c57ecc3

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

This PR includes changesets to release 10 packages
Name Type
@hey-api/client-axios Patch
@hey-api/client-fetch Patch
@hey-api/openapi-ts Patch
@example/openapi-ts-axios Patch
@example/openapi-ts-fastify Patch
@example/openapi-ts-fetch Patch
@example/openapi-ts-tanstack-angular-query-experimental Patch
@example/openapi-ts-tanstack-react-query Patch
@example/openapi-ts-tanstack-svelte-query Patch
@example/openapi-ts-tanstack-vue-query 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

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

Attention: Patch coverage is 67.39130% with 15 lines in your changes missing coverage. Please review.

Project coverage is 64.27%. Comparing base (8dd356f) to head (c57ecc3).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...napi-ts/src/plugins/@tanstack/query-core/plugin.ts 6.25% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1394      +/-   ##
==========================================
- Coverage   64.31%   64.27%   -0.05%     
==========================================
  Files         140      140              
  Lines       21781    21790       +9     
  Branches     1835     1834       -1     
==========================================
- Hits        14008    14005       -3     
- Misses       7767     7779      +12     
  Partials        6        6              
Flag Coverage Δ
unittests 64.27% <67.39%> (-0.05%) ⬇️

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.

@mrlubos mrlubos merged commit 9f1f456 into main Dec 6, 2024
16 checks passed
@mrlubos mrlubos deleted the fix/body-query-accept-unknown-never branch December 6, 2024 09:08
@github-actions github-actions bot mentioned this pull request Dec 6, 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.

Query params shouldn't accept Record<string, unknown>
1 participant