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

@nuxt/test-utils should have fewer peer dependencies #1019

Closed
3 of 4 tasks
oskarols opened this issue Nov 25, 2024 · 1 comment
Closed
3 of 4 tasks

@nuxt/test-utils should have fewer peer dependencies #1019

oskarols opened this issue Nov 25, 2024 · 1 comment

Comments

@oskarols
Copy link
Contributor

Describe the feature

Hi! πŸ‘‹

We have peer dependency warnings coming from @nuxt/test-utils due to the fact that it requires peer dependencies for packages used by Nuxt.

➀ YN0002: β”‚ NuxtExamplePackage doesn't provide h3 (p44b11), requested by @nuxt/test-utils.
➀ YN0002: β”‚ NuxtExamplePackage doesn't provide nitropack (pc5e56), requested by @nuxt/test-utils.
➀ YN0002: β”‚ NuxtExamplePackage doesn't provide vite (p9f68f), requested by @nuxt/test-utils.
➀ YN0002: β”‚ NuxtExamplePackage doesn't provide vue (pf6e3c), requested by @nuxt/test-utils and other dependencies.
➀ YN0002: β”‚ NuxtExamplePackage doesn't provide vue-router (p80fda), requested by @nuxt/test-utils.

It would be great if @nuxt/test-utils only had the bare minimum of peer dependencies. πŸ™

Additional information

  • Would you be willing to help implement this feature?
  • Could this feature be implemented as a module?

Final checks

@danielroe
Copy link
Member

resolved in 4e10bd2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants