-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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(nuxt): fully resolve nuxt dependencies #31436
Conversation
|
WalkthroughThe pull request centralises and streamlines dependency management by replacing hardcoded lists with dynamic imports from a central meta module. The ESLint configuration now imports a set of runtime dependencies using a spread operator, avoiding static arrays. In the plugin for resolved externals, the dependency variable has been renamed and updated to reflect the new dynamic source, while also incorporating a new module path resolution step via an imported helper. The meta module itself has been updated to export the required runtime dependency list. Overall, the changes introduce a more unified and maintainable approach to handling runtime dependencies across the system. Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🔇 Additional comments (7)
✨ Finishing Touches
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:
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/schema
@nuxt/rspack-builder
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
CodSpeed Performance ReportMerging #31436 will not alter performanceComparing Summary
|
🔗 Linked issue
resolves #31355
📚 Description
This creates + uses a nuxt
runtimeDependencies
list, as well as fully resolving as externals any dependencies nuxt requires