Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.16.0 (#1175)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 7, 2025
1 parent e97a125 commit 19807bf
Show file tree
Hide file tree
Showing 11 changed files with 393 additions and 1,426 deletions.
2 changes: 1 addition & 1 deletion examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "NODE_OPTIONS='--loader ts-node/esm' NODE_ENV=test cucumber-js"
},
"dependencies": {
"nuxt": "^3.15.4"
"nuxt": "^3.16.0"
},
"devDependencies": {
"@cucumber/cucumber": "11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"nuxt": "^3.15.4"
"nuxt": "^3.16.0"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "playwright test"
},
"dependencies": {
"nuxt": "^3.15.4"
"nuxt": "^3.16.0"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"happy-dom": "17.3.0",
"jsdom": "26.0.0",
"listhen": "1.9.0",
"nuxt": "3.15.4",
"nuxt": "3.16.0",
"typescript": "5.8.2",
"vitest": "3.0.8",
"vue-tsc": "2.2.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "vitest run"
},
"dependencies": {
"nuxt": "^3.15.4"
"nuxt": "^3.16.0"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nuxt/content": "3.3.0",
"@nuxt/test-utils": "latest",
"nuxt": "3.15.4",
"nuxt": "3.16.0",
"vitest": "3.0.8"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "9.2.1",
"nuxt": "3.15.4",
"nuxt": "3.16.0",
"vitest": "3.0.8"
}
}
4 changes: 2 additions & 2 deletions examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.15.4"
"@nuxt/kit": "^3.16.0"
},
"devDependencies": {
"@nuxt/module-builder": "0.8.4",
"@nuxt/test-utils": "latest",
"nuxt": "3.15.4",
"nuxt": "3.16.0",
"vitest": "3.0.8"
}
}
2 changes: 1 addition & 1 deletion examples/module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generate": "nuxi generate"
},
"devDependencies": {
"nuxt": "3.15.4"
"nuxt": "3.16.0"
},
"dependencies": {
"vue": "^3.5.13",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"dev:prepare": "nuxi prepare && unbuild --stub && pnpm -r dev:prepare"
},
"dependencies": {
"@nuxt/kit": "^3.15.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/kit": "^3.16.0",
"@nuxt/schema": "^3.16.0",
"c12": "^3.0.2",
"consola": "^3.4.0",
"defu": "^6.1.4",
Expand Down Expand Up @@ -108,7 +108,7 @@
"installed-check": "9.3.0",
"knip": "5.45.0",
"nitropack": "2.11.5",
"nuxt": "3.15.4",
"nuxt": "3.16.0",
"pkg-pr-new": "0.0.40",
"playwright-core": "1.51.0",
"rollup": "4.34.9",
Expand Down Expand Up @@ -166,8 +166,8 @@
"resolutions": {
"@cucumber/cucumber": "11.2.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/kit": "^3.15.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/kit": "^3.16.0",
"@nuxt/schema": "^3.16.0",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.34.9",
"vite": "^6.2.1",
Expand Down
1,789 changes: 378 additions & 1,411 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 19807bf

Please sign in to comment.