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: expect type error for optional type deps #378

Merged

Conversation

ZTL-UwU
Copy link
Contributor

@ZTL-UwU ZTL-UwU commented Feb 8, 2025

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Since the type dependencies were dropped in commit f545526, typechecking in projects that rely on Nuxt scripts is failing.

To get things moving again, I’ve added @ts-nocheck to ignore the type errors for now. I know this isn’t a great solution and can hide real issues, but it’s the best workaround I could come up with at the moment.

Copy link

vercel bot commented Feb 8, 2025

@ZTL-UwU is attempting to deploy a commit to the Nuxt Team on Vercel.

A member of the Team first needs to authorize it.

@harlan-zw
Copy link
Collaborator

Thanks!

@harlan-zw harlan-zw merged commit 670f510 into nuxt:main Feb 8, 2025
1 of 3 checks passed
@ZTL-UwU ZTL-UwU deleted the fix/expect-type-error-for-optional-type-deps branch February 8, 2025 16:20
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.

2 participants