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

Correct import when refs are using . syntax(creating subfolders) #796

Merged
merged 6 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: 95387b2

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

This PR includes changesets to release 17 packages
Name Type
@kubb/swagger-ts Patch
@kubb/core Patch
@kubb/swagger-client Patch
@kubb/swagger-faker Patch
@kubb/swagger-msw Patch
@kubb/swagger-swr Patch
@kubb/swagger-tanstack-query Patch
@kubb/swagger-zod Patch
@kubb/cli Patch
@kubb/react Patch
@kubb/swagger-zodios Patch
@kubb/swagger Patch
@kubb/parser Patch
@kubb/types Patch
@kubb/eslint-config Patch
@kubb/ts-config Patch
@kubb/tsup-config 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

vercel bot commented Jan 21, 2024

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

Name Status Preview Updated (UTC)
kubb ✅ Ready (Inspect) Visit Preview Jan 21, 2024 5:51pm

@stijnvanhulle stijnvanhulle linked an issue Jan 21, 2024 that may be closed by this pull request
Copy link

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 95387b2:

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: 2 lines in your changes are missing coverage. Please review.

Comparison is base (cc7930d) 76.04% compared to head (95387b2) 76.13%.
Report is 3 commits behind head on main.

Files Patch % Lines
packages/swagger-ts/src/components/Query.tsx 88.23% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #796      +/-   ##
==========================================
+ Coverage   76.04%   76.13%   +0.08%     
==========================================
  Files         127      127              
  Lines       12542    12588      +46     
  Branches     1344     1351       +7     
==========================================
+ Hits         9538     9584      +46     
  Misses       3000     3000              
  Partials        4        4              

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

@stijnvanhulle stijnvanhulle merged commit bf1e521 into main Jan 21, 2024
13 checks passed
@github-actions github-actions bot mentioned this pull request Jan 21, 2024
@stijnvanhulle stijnvanhulle deleted the fix/792 branch January 21, 2024 21:07
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.

refs with . inside, won't be imported correctly to zod schemas
1 participant