Skip to content
Merged
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@281164b0f014a4e7badd2c02cecad9b595b70537 # v4.11.1
uses: CodSpeedHQ/action@d872884a306dd4853acf0f584f4b706cf0cc72a2 # v4.13.0
with:
run: pnpm vitest bench
mode: instrumentation
Expand Down
24 changes: 12 additions & 12 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.32.0",
"packageManager": "pnpm@10.33.0",
"description": "⚡️ Nuxt Generation CLI Experience",
"license": "MIT",
"repository": "nuxt/cli",
Expand All @@ -21,34 +21,34 @@
"test:unit": "vitest --coverage --run && pnpm --filter nuxt-cli-playground test --run"
},
"devDependencies": {
"@antfu/eslint-config": "^7.7.0",
"@antfu/eslint-config": "^7.7.3",
"@codspeed/vitest-plugin": "^5.2.0",
"@nuxt/eslint-config": "^1.15.2",
"@nuxt/nitro-server": "^4.3.1",
"@nuxt/nitro-server": "^4.4.2",
"@nuxt/test-utils": "^4.0.0",
"@types/node": "^24.12.0",
"@types/semver": "^7.7.1",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/coverage-v8": "^4.1.2",
"changelogen": "^0.6.2",
"eslint": "^10.0.3",
"eslint": "^10.1.0",
"exsolve": "^1.0.8",
"knip": "^5.86.0",
"knip": "^5.88.1",
"nuxt": "^4.4.2",
"pkg-pr-new": "^0.0.65",
"pkg-pr-new": "^0.0.66",
"semver": "^7.7.4",
"std-env": "^4.0.0",
"tinyexec": "^1.0.2",
"tinyexec": "^1.0.4",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vue": "^3.5.30",
"vue-router": "^5.0.3"
"vitest": "^4.1.2",
"vue": "^3.5.31",
"vue-router": "^5.0.4"
},
"resolutions": {
"@nuxt/cli": "workspace:*",
"@nuxt/schema": "4.4.2",
"create-nuxt": "workspace:*",
"create-nuxt-app": "workspace:*",
"eslint-plugin-jsdoc": "62.7.1",
"eslint-plugin-jsdoc": "62.9.0",
"eslint-plugin-unicorn": "63.0.0",
"h3": "^1.15.6",
"nitropack": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@bomb.sh/tab": "^0.0.14",
"@types/node": "^24.12.0",
"rollup": "^4.59.0",
"rollup": "^4.60.1",
"rollup-plugin-visualizer": "^7.0.1",
"tsdown": "^0.20.3",
"typescript": "^5.9.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/nuxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
"devDependencies": {
"@bomb.sh/tab": "^0.0.14",
"@clack/prompts": "^1.1.0",
"@clack/prompts": "^1.2.0",
"@nuxt/kit": "^4.4.2",
"@nuxt/schema": "^4.4.2",
"@nuxt/test-utils": "^4.0.0",
"@types/debug": "^4.1.12",
"@types/debug": "^4.1.13",
"@types/node": "^24.12.0",
"@types/semver": "^7.7.1",
"c12": "^3.3.3",
Expand All @@ -50,33 +50,33 @@
"exsolve": "^1.0.8",
"fuse.js": "^7.1.0",
"fzf": "^0.5.2",
"giget": "^3.1.2",
"giget": "^3.2.0",
"h3": "^1.15.6",
"h3-next": "npm:h3@^2.0.1-rc.16",
"jiti": "^2.6.1",
"listhen": "^1.9.0",
"magicast": "^0.5.2",
"nitro": "^3.0.1-alpha.2",
"nitropack": "^2.13.1",
"nitropack": "^2.13.2",
"nypm": "^0.6.5",
"ofetch": "^1.5.1",
"ohash": "^2.0.11",
"pathe": "^2.0.3",
"perfect-debounce": "^2.1.0",
"pkg-types": "^2.3.0",
"rollup": "^4.59.0",
"rollup": "^4.60.1",
"rollup-plugin-visualizer": "^7.0.1",
"scule": "^1.3.0",
"semver": "^7.7.4",
"srvx": "^0.11.9",
"std-env": "^4.0.0",
"tinyclip": "^0.1.12",
"tinyexec": "^1.0.2",
"tinyexec": "^1.0.4",
"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"
"vitest": "^4.1.2",
"youch": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/nuxi/src/dev/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export class NuxtDevServer extends EventEmitter<DevServerEventMap> {
if (req.url?.startsWith(viteHmrPath)) {
return // Skip for Vite HMR
}
nuxt.server.upgrade(req, socket, head)
nuxt.server.upgrade(req, socket as any, head)

// Track WebSocket connections
this.#websocketConnections.add(socket)
Expand Down
20 changes: 10 additions & 10 deletions packages/nuxt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@bomb.sh/tab": "^0.0.14",
"@clack/prompts": "^1.1.0",
"@clack/prompts": "^1.2.0",
"c12": "^3.3.3",
"citty": "^0.2.1",
"confbox": "^0.2.4",
Expand All @@ -52,7 +52,7 @@
"exsolve": "^1.0.8",
"fuse.js": "^7.1.0",
"fzf": "^0.5.2",
"giget": "^3.1.2",
"giget": "^3.2.0",
"jiti": "^2.6.1",
"listhen": "^1.9.0",
"nypm": "^0.6.5",
Expand All @@ -66,27 +66,27 @@
"srvx": "^0.11.9",
"std-env": "^4.0.0",
"tinyclip": "^0.1.12",
"tinyexec": "^1.0.2",
"tinyexec": "^1.0.4",
"ufo": "^1.6.3",
"youch": "^4.1.0"
"youch": "^4.1.1"
},
"devDependencies": {
"@nuxt/kit": "^4.4.2",
"@nuxt/schema": "^4.4.2",
"@types/debug": "^4.1.12",
"@types/debug": "^4.1.13",
"@types/node": "^24.12.0",
"get-port-please": "^3.2.0",
"h3": "^1.15.6",
"h3-next": "npm:h3@^2.0.1-rc.16",
"nitro": "^3.0.1-alpha.2",
"nitropack": "^2.13.1",
"rollup": "^4.59.0",
"nitropack": "^2.13.2",
"rollup": "^4.60.1",
"rollup-plugin-visualizer": "^7.0.1",
"tsdown": "^0.20.3",
"typescript": "^5.9.3",
"undici": "^7.22.0",
"undici": "^7.24.7",
"unplugin-purge-polyfills": "^0.1.0",
"vitest": "^4.0.18",
"youch": "^4.1.0"
"vitest": "^4.1.2",
"youch": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"nuxt": "^4.4.2",
"vue-router": "^5.0.3"
"vue-router": "^5.0.4"
},
"devDependencies": {
"@nuxt/test-utils": "^4.0.0"
Expand Down
Loading
Loading