Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pnpm build

- name: Run benchmarks
uses: CodSpeedHQ/action@9a74b6ba663684052277e8f342b5eb99c7442a03 # v4.10.5
uses: CodSpeedHQ/action@4deb3275dd364fb96fb074c953133d29ec96f80f # v4.10.6
with:
run: pnpm vitest bench
mode: instrumentation
Expand Down
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ OPTIONS

COMMANDS

add Add Nuxt modules
add-template Create a new template file.
analyze Build nuxt and analyze production bundle (experimental)
build Build Nuxt for production deployment
cleanup Clean up generated Nuxt files and caches
dev Run Nuxt development server
devtools Enable or disable devtools in a Nuxt project
generate Build Nuxt and prerender all routes
info Get information about Nuxt project
init Initialize a fresh project
module Manage Nuxt modules
prepare Prepare Nuxt for development/build
preview Launches Nitro server for local testing after `nuxi build`.
start Launches Nitro server for local testing after `nuxi build`.
test Run tests
typecheck Runs `vue-tsc` to check types throughout your app.
upgrade Upgrade Nuxt
complete Generate shell completion scripts
add Add Nuxt modules
add-template Create a new template file.
analyze Build nuxt and analyze production bundle (experimental)
build Build Nuxt for production deployment
cleanup Clean up generated Nuxt files and caches
dev Run Nuxt development server
devtools Enable or disable devtools in a Nuxt project
generate Build Nuxt and prerender all routes
info Get information about Nuxt project
init Initialize a fresh project
module Manage Nuxt modules
prepare Prepare Nuxt for development/build
preview Launches Nitro server for local testing after `nuxi build`.
start Launches Nitro server for local testing after `nuxi build`.
test Run tests
typecheck Runs `vue-tsc` to check types throughout your app.
upgrade Upgrade Nuxt
complete Generate shell completion scripts

Use nuxi <command> --help for more information about a command.
```
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxi-workspace",
"type": "module",
"private": true,
"packageManager": "pnpm@10.29.1",
"packageManager": "pnpm@10.29.3",
"description": "⚡️ Nuxt Generation CLI Experience",
"license": "MIT",
"repository": "nuxt/cli",
Expand All @@ -21,12 +21,12 @@
"test:unit": "vitest --coverage --run && pnpm --filter nuxt-cli-playground test --run"
},
"devDependencies": {
"@antfu/eslint-config": "^7.3.0",
"@codspeed/vitest-plugin": "^5.1.0",
"@nuxt/eslint-config": "^1.14.0",
"@antfu/eslint-config": "^7.4.3",
"@codspeed/vitest-plugin": "^5.2.0",
"@nuxt/eslint-config": "^1.15.1",
"@nuxt/nitro-server": "^4.3.1",
"@nuxt/test-utils": "^4.0.0",
"@types/node": "^24.10.12",
"@types/node": "^24.10.13",
"@types/semver": "^7.7.1",
"@vitest/coverage-v8": "^4.0.18",
"changelogen": "^0.6.2",
Expand All @@ -40,7 +40,7 @@
"tinyexec": "^1.0.2",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vue": "^3.5.27",
"vue": "^3.5.28",
"vue-router": "^5.0.2"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"citty": "^0.2.0"
},
"devDependencies": {
"@bomb.sh/tab": "^0.0.12",
"@types/node": "^24.10.12",
"@bomb.sh/tab": "^0.0.13",
"@types/node": "^24.10.13",
"rollup": "^4.57.1",
"rollup-plugin-visualizer": "^6.0.5",
"tsdown": "^0.20.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/nuxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"test:dist": "node ./bin/nuxi.mjs info ../../playground"
},
"devDependencies": {
"@bomb.sh/tab": "^0.0.12",
"@bomb.sh/tab": "^0.0.13",
"@clack/prompts": "^1.0.0",
"@nuxt/kit": "^4.3.1",
"@nuxt/schema": "^4.3.1",
"@nuxt/test-utils": "^4.0.0",
"@types/copy-paste": "^2.1.0",
"@types/debug": "^4.1.12",
"@types/node": "^24.10.12",
"@types/node": "^24.10.13",
"@types/semver": "^7.7.1",
"c12": "^3.3.3",
"citty": "^0.2.0",
Expand Down Expand Up @@ -70,14 +70,14 @@
"rollup-plugin-visualizer": "^6.0.5",
"scule": "^1.3.0",
"semver": "^7.7.4",
"srvx": "^0.11.2",
"srvx": "^0.11.4",
"std-env": "^3.10.0",
"tinyexec": "^1.0.2",
"tsdown": "^0.20.3",
"typescript": "^5.9.3",
"ufo": "^1.6.3",
"unplugin-purge-polyfills": "^0.1.0",
"vitest": "^4.0.18",
"youch": "^4.1.0-beta.13"
"youch": "^4.1.0-beta.14"
}
}
10 changes: 5 additions & 5 deletions packages/nuxt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},
"dependencies": {
"@bomb.sh/tab": "^0.0.12",
"@bomb.sh/tab": "^0.0.13",
"@clack/prompts": "^1.0.0",
"c12": "^3.3.3",
"citty": "^0.2.0",
Expand All @@ -64,17 +64,17 @@
"pkg-types": "^2.3.0",
"scule": "^1.3.0",
"semver": "^7.7.4",
"srvx": "^0.11.2",
"srvx": "^0.11.4",
"std-env": "^3.10.0",
"tinyexec": "^1.0.2",
"ufo": "^1.6.3",
"youch": "^4.1.0-beta.13"
"youch": "^4.1.0-beta.14"
},
"devDependencies": {
"@nuxt/kit": "^4.3.1",
"@nuxt/schema": "^4.3.1",
"@types/debug": "^4.1.12",
"@types/node": "^24.10.12",
"@types/node": "^24.10.13",
"get-port-please": "^3.2.0",
"h3": "^1.15.5",
"h3-next": "npm:h3@^2.0.1-rc.14",
Expand All @@ -87,6 +87,6 @@
"undici": "^7.21.0",
"unplugin-purge-polyfills": "^0.1.0",
"vitest": "^4.0.18",
"youch": "^4.1.0-beta.13"
"youch": "^4.1.0-beta.14"
}
}
Loading
Loading