nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.79k stars 154 forks source link

ci: relax `nuxt` peerDeps version to support edge releases #677

Closed antfu closed 2 weeks ago

antfu commented 3 weeks ago

Related https://github.com/nuxt/nuxt/issues/27597

cloudflare-pages[bot] commented 3 weeks ago

Deploying nuxt-devtools with  Cloudflare Pages  Cloudflare Pages

Latest commit: b5c3a18
Status: ✅  Deploy successful!
Preview URL: https://3805c1be.nuxt-devtools.pages.dev
Branch Preview URL: https://fix-ci-relax-nuxt.nuxt-devtools.pages.dev

View logs

pi0 commented 3 weeks ago

one thing might be tricky: pnpm undrestands nuxt as npm:nuxt (not npm:nuxt-nightly) that's why we have this problem in first place... so it might still reproduce same issue but not sure about * behavior ...

antfu commented 3 weeks ago

Yeah, that's also my concern as well - it's indeed not clear how they would behave. Let me double-check if we can remove it entirely