cli
cli copied to clipboard
⚡️ Nuxt Generation CLI Experience.
## Problem Vite's automatic dependency optimization causes disruptive "optimized dependencies changed. reloading" messages that severely impact development workflows: 1. **CI/CD Testing**: Playwright/Cypress tests fail with ECONNRESET errors or freeze when...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | | [actions/checkout](https://redirect.github.com/actions/checkout) |...
The problem described in #1028 , introduced in v3.26.0 by #913, and fixed in v3.29.0 by #1060, has returned in v3.30.0. I believe the regression was introduced by #1105, which...
### 🔗 Linked issue Resolves #1135 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...
> 3.31.0 is the next minor release. > > **Timetable**: to be announced. ## 👉 Changelog [compare changes](https://github.com/nuxt/cli/compare/v3.30.0...v3.31.0) ### 🚀 Enhancements - Add shell completions using `@bomb.sh/tab` ([#1082](https://github.com/nuxt/cli/pull/1082)) - Use...
## Summary Our project uses Nuxt and also Nuxt UI. We need to add a variety of Nuxt UI parts to our templates and things like Authorization from Nuxt Authorization....
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@vitest/coverage-v8](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`^3.2.4` -> `^4.0.6`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/3.2.4/4.0.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [vitest](https://vitest.dev)...
adding new modules is probably more common than adding templates, and it would be nice to prioritise this. ```shell # add new module pnpm nuxt add fonts # add new...
### Environment ``` ------------------------------ - Operating System: Linux (Android 16 arm64) - Node Version: v24.5.0 - Nuxt Version: 4.1.3 - CLI Version: 3.29.3 - Nitro Version: 2.12.7 - Package Manager:...
I've set up a new project today, Dependencies ```json { "dependencies": { "@nuxt/fonts": "0.11.4", "@nuxt/icon": "2.0.0", "@nuxt/image": "1.11.0", "@nuxt/ui": "^4.0.1", "@nuxthub/core": "0.9.0", "drizzle-orm": "^0.44.6", "nuxt": "4.1.3", "nuxt-auth-utils": "^0.5.25", "vue": "^3.5.22",...