Skip to content

Commit 72281d7

Browse files
chore(deps): update all non-major dependencies (#1545)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb84ceb commit 72281d7

File tree

7 files changed

+539
-290
lines changed

7 files changed

+539
-290
lines changed

examples/app-vitest-full/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@nuxt/test-utils": "latest",
2020
"@testing-library/vue": "8.1.0",
2121
"@vitest/ui": "4.0.16",
22-
"happy-dom": "20.0.11",
22+
"happy-dom": "20.1.0",
2323
"jsdom": "27.4.0",
2424
"listhen": "1.9.0",
2525
"nuxt": "4.2.2",

examples/app-vitest-workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
18-
"happy-dom": "20.0.11",
18+
"happy-dom": "20.1.0",
1919
"playwright-core": "1.57.0",
2020
"typescript": "5.9.3",
2121
"vitest": "4.0.16"

examples/app-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
18-
"happy-dom": "20.0.11",
18+
"happy-dom": "20.1.0",
1919
"playwright-core": "1.57.0",
2020
"tinyglobby": "0.2.15",
2121
"typescript": "5.9.3",

examples/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nuxt/test-utils": "latest",
1818
"@vitest/browser": "4.0.16",
1919
"@vitest/browser-playwright": "4.0.16",
20-
"better-sqlite3": "12.5.0",
20+
"better-sqlite3": "12.6.0",
2121
"nuxt": "4.2.2",
2222
"vitest": "4.0.16",
2323
"vitest-browser-vue": "2.0.1"

examples/nitro-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@nuxt/test-utils": "latest",
20-
"happy-dom": "20.0.11",
20+
"happy-dom": "20.1.0",
2121
"playwright-core": "1.57.0",
2222
"tinyglobby": "0.2.15",
2323
"typescript": "5.9.3",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"scule": "^1.3.0",
9292
"std-env": "^3.10.0",
9393
"tinyexec": "^1.0.2",
94-
"ufo": "^1.6.1",
94+
"ufo": "^1.6.2",
9595
"unplugin": "^2.3.11",
9696
"vitest-environment-nuxt": "^1.0.1",
9797
"vue": "^3.5.26"
@@ -115,18 +115,18 @@
115115
"compatx": "0.2.0",
116116
"eslint": "9.39.2",
117117
"installed-check": "9.3.0",
118-
"knip": "5.80.0",
119-
"nitropack": "2.12.9",
118+
"knip": "5.80.2",
119+
"nitropack": "2.13.0",
120120
"nuxt": "4.2.2",
121-
"oxc-parser": "0.107.0",
121+
"oxc-parser": "0.108.0",
122122
"pkg-pr-new": "0.0.62",
123123
"playwright-core": "1.57.0",
124124
"rollup": "4.55.1",
125125
"semver": "7.7.3",
126126
"typescript": "5.9.3",
127127
"unbuild": "latest",
128128
"unimport": "5.6.0",
129-
"vite": "7.3.0",
129+
"vite": "7.3.1",
130130
"vitest": "4.0.16",
131131
"vue-router": "4.6.4",
132132
"vue-tsc": "3.2.2"
@@ -181,13 +181,13 @@
181181
"@types/node": "24.10.4",
182182
"nitro": "https://pkg.pr.new/nitrojs/nitro@00598a8",
183183
"rollup": "4.55.1",
184-
"vite": "7.3.0",
184+
"vite": "7.3.1",
185185
"vite-node": "5.2.0",
186186
"vitest": "4.0.16",
187187
"vue": "^3.5.26"
188188
},
189189
"engines": {
190190
"node": "^20.11.1 || ^22.0.0 || >=24.0.0"
191191
},
192-
"packageManager": "pnpm@10.27.0"
192+
"packageManager": "pnpm@10.28.0"
193193
}

pnpm-lock.yaml

Lines changed: 527 additions & 278 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)