-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
fix(deps): upgrade to rc version of @nuxt/cli
#32488
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
Conversation
|
@nuxt/cli
@nuxt/cli
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
WalkthroughThe changes remove the logic in the Nuxt core that checked the versions of key dependencies against the current Nuxt version during development mode. This includes deleting the async function responsible for version checking and the associated one-time build hook. Additionally, all related unit tests verifying the dependency version check behaviour have been deleted. No new public entities were introduced or modified; only the version checking function and its tests were removed. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (4)
✨ Finishing Touches
🧪 Generate Unit Tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@nuxt/kit
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
CodSpeed Performance ReportMerging #32488 will not alter performanceComparing Summary
|
🔗 Linked issue
📚 Description
addresses an issue with nuxt kit v3 being resolved from user's project rather than from nuxt dependencies: nuxt/cli#929.
we also now no longer need to check for kit version as this will be misleading (ie it will not show the version of kit that is being used by nuxt): cc: @huang-julien