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/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- run: corepack enable
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelogensets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 0
- run: corepack enable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- run: corepack enable
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- run: corepack enable
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
fetch-depth: 0
- name: Check provenance downgrades
uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
with:
fail-on-provenance-change: true
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- run: corepack enable
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 0
- run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
reproduire:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
with:
label: needs reproduction
4 changes: 2 additions & 2 deletions examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@nuxt/test-utils": "latest",
"@testing-library/vue": "8.1.0",
"happy-dom": "20.0.10",
"jsdom": "27.1.0",
"jsdom": "27.2.0",
"listhen": "1.9.0",
"nuxt": "4.1.3",
"typescript": "5.9.3",
"vitest": "3.2.4",
"vue-tsc": "3.1.3"
"vue-tsc": "3.1.4"
},
"dependencies": {
"idb-keyval": "^6.2.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/content": "3.8.0",
"@nuxt/content": "3.8.2",
"@nuxt/test-utils": "latest",
"@vitest/browser": "3.2.4",
"nuxt": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "10.2.0",
"@nuxtjs/i18n": "10.2.1",
"nuxt": "4.1.3",
"vitest": "3.2.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@nuxt/ui": "4.1.0",
"@nuxt/ui": "4.2.0",
"@vitest/browser": "3.2.4",
"nuxt": "4.1.3",
"tailwindcss": "4.1.17",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@nuxt/kit": "^4.1.3",
"c12": "^3.3.1",
"c12": "^3.3.2",
"consola": "^3.4.2",
"defu": "^6.1.4",
"destr": "^2.0.5",
Expand Down Expand Up @@ -110,20 +110,20 @@
"compatx": "0.2.0",
"eslint": "9.39.1",
"installed-check": "9.3.0",
"knip": "5.68.0",
"knip": "5.70.1",
"nitropack": "2.12.9",
"nuxt": "4.1.3",
"pkg-pr-new": "0.0.60",
"playwright-core": "1.56.1",
"rollup": "4.53.2",
"rollup": "4.53.3",
"semver": "7.7.3",
"typescript": "5.9.3",
"unbuild": "latest",
"unimport": "5.5.0",
"vite": "7.2.2",
"vite": "7.2.4",
"vitest": "3.2.4",
"vue-router": "4.6.3",
"vue-tsc": "3.1.3"
"vue-tsc": "3.1.4"
},
"peerDependencies": {
"@cucumber/cucumber": "^10.3.1 || >=11.0.0",
Expand Down Expand Up @@ -174,14 +174,14 @@
"@nuxt/schema": "4.1.3",
"@nuxt/test-utils": "workspace:*",
"@types/node": "22.18.8",
"rollup": "4.53.2",
"vite": "7.2.2",
"rollup": "4.53.3",
"vite": "7.2.4",
"vite-node": "3.2.4",
"vitest": "3.2.4",
"vue": "^3.5.24"
},
"engines": {
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
},
"packageManager": "pnpm@10.21.0"
"packageManager": "pnpm@10.23.0"
}
Loading
Loading