docs: add package resolution instructions for v4.0 opt-in#956
Conversation
Add clear instructions for opting into v4.0 alpha using package manager resolutions (npm overrides, yarn resolutions, pnpm overrides). Also update the Nightly Release Channel section to use the same resolution-based approach for consistency. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request updates documentation files to provide guidance on accessing pre-release versions of Nuxt DevTools. A new "Opting in to v4.0" section is added to both README.md and the getting started guide, explaining how to override the bundled DevTools version via package manager resolutions. Configuration examples are provided for npm, yarn, and pnpm, including instructions to remove lockfiles and reinstall dependencies. The "Nightly Release Channel" section is also updated with similar resolution-based configuration examples, replacing previous guidance with explicit package manager override instructions. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can enforce grammar and style rules using `languagetool`.Configure the |
Summary
This clarifies how users can opt into the v4 alpha by using package manager resolutions/overrides instead of modifying devDependencies directly.