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: nuxt module initial release #1800

Merged
merged 6 commits into from
Mar 12, 2025
Merged

feat: nuxt module initial release #1800

merged 6 commits into from
Mar 12, 2025

Conversation

mrlubos
Copy link
Member

@mrlubos mrlubos commented Mar 10, 2025

No description provided.

Copy link

stackblitz bot commented Mar 10, 2025

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

Copy link

changeset-bot bot commented Mar 10, 2025

🦋 Changeset detected

Latest commit: a4811bd

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

This PR includes changesets to release 4 packages
Name Type
@hey-api/openapi-ts Patch
@hey-api/client-nuxt Minor
@hey-api/nuxt Minor
@example/openapi-ts-nuxt 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 Mar 10, 2025

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 Mar 12, 2025 4:15am

Comment on lines +30 to +36
imports: {
transform: {
// Build was throwing an error.
// see https://github.com/nuxt/nuxt/issues/18823#issuecomment-1419704343
exclude: [/\bclient-nuxt\b/],
},
},
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This started throwing again, no idea why! Had to add this code back

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was signed with the committer’s verified signature.
aduh95 Antoine du Hamel
Copy link

codecov bot commented Mar 12, 2025

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 57.23%. Comparing base (318175c) to head (a4811bd).
Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
packages/openapi-ts/src/generate/client.ts 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1800      +/-   ##
==========================================
- Coverage   57.24%   57.23%   -0.01%     
==========================================
  Files         191      191              
  Lines       25889    25892       +3     
  Branches     1958     1958              
==========================================
  Hits        14820    14820              
- Misses      11060    11063       +3     
  Partials        9        9              
Flag Coverage Δ
unittests 57.23% <0.00%> (-0.01%) ⬇️

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.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

pkg-pr-new bot commented Mar 12, 2025

Open in Stackblitz

@hey-api/client-axios

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-axios@1800

@hey-api/client-fetch

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-fetch@1800

@hey-api/client-next

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-next@1800

@hey-api/client-nuxt

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-nuxt@1800

@hey-api/nuxt

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/nuxt@1800

@hey-api/openapi-ts

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/openapi-ts@1800

commit: a4811bd

Verified

This commit was signed with the committer’s verified signature.
targos Michaël Zasso

Verified

This commit was signed with the committer’s verified signature.
targos Michaël Zasso
@mrlubos mrlubos marked this pull request as ready for review March 12, 2025 04:14
@mrlubos mrlubos merged commit 73d5ad6 into main Mar 12, 2025
15 of 17 checks passed
@mrlubos mrlubos deleted the fix/nuxt-auto-gen-polish branch March 12, 2025 04:22
@github-actions github-actions bot mentioned this pull request Mar 12, 2025
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.

None yet

2 participants