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 .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://code.visualstudio.com/docs/devcontainers/containers
// https://containers.dev/implementors/json_reference/
{
"image": "node:24.19.0",
"image": "node:24.20.0",
"features": {},
"customizations": {
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agent-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: AgentScan
id: agentscan
uses: MatteoGabriele/agentscan-action@98202262c925c508d4c1424b1dfbe17ee35b0c02 # v2.4.0
uses: MatteoGabriele/agentscan-action@8112fb79b33fafb8506159df20129a34209ac410 # v2.5.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
mode: silent
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pnpm build

- name: Run benchmarks
uses: CodSpeedHQ/action@4296e51e7041e24dadb86d1d6e8b9320d223dbe8 # v5.0.3
uses: CodSpeedHQ/action@373d6868929f444bc08d901fd0eb0ad52a8875ea # v5.2.1
with:
run: pnpm vitest bench
mode: instrumentation
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: danielroe/uppt/pr@775bb233d2c5671b2c12d48f822778aae8231376 # v0.6.7
- uses: danielroe/uppt/pr@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: ${{ inputs.prerelease }}
Expand All @@ -60,7 +60,7 @@ jobs:
contents: write
actions: write
steps:
- uses: danielroe/uppt/release@775bb233d2c5671b2c12d48f822778aae8231376 # v0.6.7
- uses: danielroe/uppt/release@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
with:
token: ${{ secrets.GITHUB_TOKEN }}
packages: |
Expand All @@ -87,7 +87,7 @@ jobs:

- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

# The repo's `postinstall` runs `scripts/generate-data.ts` to write
Expand All @@ -104,7 +104,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- id: pack
uses: danielroe/uppt/pack@775bb233d2c5671b2c12d48f822778aae8231376 # v0.6.7
uses: danielroe/uppt/pack@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
with:
checkout: false
install: false
Expand All @@ -127,6 +127,6 @@ jobs:
id-token: write
environment: npm
steps:
- uses: danielroe/uppt/publish@775bb233d2c5671b2c12d48f822778aae8231376 # v0.6.7
- uses: danielroe/uppt/publish@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
with:
files: ${{ needs.pack.outputs.files }}
118 changes: 6 additions & 112 deletions capture/fixture/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion capture/fixture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"nuxt": "4.5.2",
"vue-router": "5.2.0"
"vue-router": "5.3.0"
}
}
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@11.23.0",
"packageManager": "pnpm@11.24.0",
"description": "⚡️ Nuxt Generation CLI Experience",
"license": "MIT",
"repository": "nuxt/cli",
Expand All @@ -28,15 +28,15 @@
"@codspeed/vitest-plugin": "^5.7.1",
"@nuxt/eslint-config": "^1.17.0",
"@nuxt/nitro-server": "^4.5.2",
"@nuxt/test-utils": "^4.1.0",
"@nuxt/test-utils": "^4.2.0",
"@types/node": "^24.13.3",
"@vitest/coverage-v8": "^4.1.11",
"ansivision": "^0.4.0",
"changelogen": "^0.6.2",
"eslint": "^10.9.0",
"eslint": "^10.9.1",
"exsolve": "^1.1.1",
"fast-check": "^4.9.0",
"knip": "^6.32.2",
"knip": "^6.33.0",
"nf3": "^0.3.24",
"nuxt": "^4.5.2",
"pkg-pr-new": "^0.0.88",
Expand All @@ -49,7 +49,7 @@
"unplugin-purge-polyfills": "^0.1.0",
"uqr": "^0.1.3",
"vitest": "^4.1.11",
"vue": "^3.5.41",
"vue-router": "^5.2.0"
"vue": "^3.5.42",
"vue-router": "^5.3.0"
}
}
8 changes: 4 additions & 4 deletions packages/nuxt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"dependencies": {
"@clack/prompts": "^1.7.0",
"args-tokenizer": "^0.3.0",
"clickable-path": "^0.0.1",
"clickable-path": "^0.1.0",
"confbox": "^0.2.4",
"consola": "^3.4.2",
"defu": "^6.1.7",
Expand All @@ -90,8 +90,8 @@
"@bomb.sh/tab": "^0.0.22",
"@nuxt/kit": "^4.5.2",
"@nuxt/schema": "^4.5.2",
"@nuxt/test-utils": "^4.1.0",
"@speed-highlight/core": "^2.0.0",
"@nuxt/test-utils": "^4.2.0",
"@speed-highlight/core": "^2.1.0",
"@types/node": "^24.13.3",
"citty": "^0.2.2",
"giget": "^3.3.1",
Expand All @@ -101,7 +101,7 @@
"nitropack": "^2.13.4",
"nypm": "^0.6.9",
"rolldown": "^1.2.5",
"rollup": "^4.62.5",
"rollup": "^4.63.1",
"tsdown": "^0.22.14",
"typescript": "^6.0.3",
"undici": "^8.10.0",
Expand Down
4 changes: 2 additions & 2 deletions playground-nightly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"nuxt": "npm:nuxt-nightly@5.0.0-29800730.fb02c57e",
"vue": "^3.5.41",
"vue-router": "^5.2.0"
"vue": "^3.5.42",
"vue-router": "^5.3.0"
},
"devDependencies": {
"vitest": "^4.1.11"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"nuxt": "^4.5.2",
"vue-router": "^5.2.0"
"vue-router": "^5.3.0"
},
"devDependencies": {
"@nuxt/test-utils": "^4.1.0",
"@nuxt/test-utils": "^4.2.0",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.11"
}
Expand Down
Loading
Loading