Skip to content

Commit 7789f38

Browse files
chore(deps): update all non-major dependencies (#1444)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9546a79 commit 7789f38

File tree

10 files changed

+980
-586
lines changed

10 files changed

+980
-586
lines changed

examples/app-bun/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
18-
"@types/bun": "1.2.23",
19-
"playwright-core": "1.56.0",
18+
"@types/bun": "1.3.0",
19+
"playwright-core": "1.56.1",
2020
"typescript": "5.9.3"
2121
}
2222
}

examples/app-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@nuxt/test-utils": "latest",
1818
"@types/jest": "30.0.0",
1919
"jest": "30.2.0",
20-
"playwright-core": "1.56.0",
21-
"ts-jest": "29.4.4",
20+
"playwright-core": "1.56.1",
21+
"ts-jest": "29.4.5",
2222
"ts-node": "10.9.2",
2323
"typescript": "5.9.3"
2424
}

examples/app-playwright/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
18-
"@playwright/test": "1.56.0",
19-
"std-env": "3.9.0"
18+
"@playwright/test": "1.56.1",
19+
"std-env": "3.10.0"
2020
}
2121
}

examples/app-vitest-full/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@nuxt/test-utils": "latest",
2020
"@testing-library/vue": "8.1.0",
21-
"happy-dom": "20.0.2",
21+
"happy-dom": "20.0.4",
2222
"jsdom": "27.0.0",
2323
"listhen": "1.9.0",
2424
"nuxt": "4.1.3",

examples/app-vitest-workspace/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
1818
"globby": "15.0.0",
19-
"happy-dom": "20.0.2",
20-
"playwright-core": "1.56.0",
19+
"happy-dom": "20.0.4",
20+
"playwright-core": "1.56.1",
2121
"typescript": "5.9.3",
2222
"vitest": "3.2.4"
2323
}

examples/app-vitest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
18-
"happy-dom": "20.0.2",
19-
"playwright-core": "1.56.0",
18+
"happy-dom": "20.0.4",
19+
"playwright-core": "1.56.1",
2020
"tinyglobby": "0.2.15",
2121
"typescript": "5.9.3",
2222
"vitest": "3.2.4"

examples/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@nuxt/test-utils": "latest",
15-
"@nuxtjs/i18n": "10.1.0",
15+
"@nuxtjs/i18n": "10.1.1",
1616
"nuxt": "4.1.3",
1717
"vitest": "3.2.4"
1818
}

examples/module/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"vue": "^3.5.22",
15-
"vue-router": "^4.5.1"
15+
"vue-router": "^4.6.3"
1616
}
1717
}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
},
6868
"dependencies": {
6969
"@nuxt/kit": "^4.1.3",
70-
"c12": "^3.3.0",
70+
"c12": "^3.3.1",
7171
"consola": "^3.4.2",
7272
"defu": "^6.1.4",
7373
"destr": "^2.0.5",
7474
"estree-walker": "^3.0.3",
75-
"fake-indexeddb": "^6.2.2",
75+
"fake-indexeddb": "^6.2.4",
7676
"get-port-please": "^3.2.0",
7777
"h3": "^1.15.4",
7878
"local-pkg": "^1.1.2",
@@ -84,7 +84,7 @@
8484
"perfect-debounce": "^2.0.0",
8585
"radix3": "^1.1.2",
8686
"scule": "^1.3.0",
87-
"std-env": "^3.9.0",
87+
"std-env": "^3.10.0",
8888
"tinyexec": "^1.0.1",
8989
"ufo": "^1.6.1",
9090
"unplugin": "^2.3.10",
@@ -97,9 +97,9 @@
9797
"@nuxt/devtools-kit": "2.6.5",
9898
"@nuxt/eslint-config": "1.9.0",
9999
"@nuxt/schema": "4.1.3",
100-
"@playwright/test": "1.56.0",
100+
"@playwright/test": "1.56.1",
101101
"@testing-library/vue": "8.1.0",
102-
"@types/bun": "1.2.23",
102+
"@types/bun": "1.3.0",
103103
"@types/estree": "1.0.8",
104104
"@types/jsdom": "21.1.7",
105105
"@types/node": "latest",
@@ -109,19 +109,19 @@
109109
"compatx": "0.2.0",
110110
"eslint": "9.37.0",
111111
"installed-check": "9.3.0",
112-
"knip": "5.64.2",
113-
"nitropack": "2.12.6",
112+
"knip": "5.66.0",
113+
"nitropack": "2.12.7",
114114
"nuxt": "4.1.3",
115115
"pkg-pr-new": "0.0.60",
116-
"playwright-core": "1.56.0",
116+
"playwright-core": "1.56.1",
117117
"rollup": "4.52.4",
118-
"semver": "7.7.2",
118+
"semver": "7.7.3",
119119
"typescript": "5.9.3",
120120
"unbuild": "latest",
121-
"unimport": "5.4.1",
122-
"vite": "7.1.9",
121+
"unimport": "5.5.0",
122+
"vite": "7.1.10",
123123
"vitest": "3.2.4",
124-
"vue-router": "4.5.1",
124+
"vue-router": "4.6.3",
125125
"vue-tsc": "3.1.1"
126126
},
127127
"peerDependencies": {
@@ -174,15 +174,15 @@
174174
"@nuxt/test-utils": "workspace:*",
175175
"@types/node": "22.18.8",
176176
"rollup": "4.52.4",
177-
"vite": "7.1.9",
177+
"vite": "7.1.10",
178178
"vite-node": "3.2.4",
179179
"vitest": "3.2.4",
180180
"vue": "^3.5.22"
181181
},
182182
"engines": {
183183
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
184184
},
185-
"packageManager": "pnpm@10.18.1",
185+
"packageManager": "pnpm@10.18.3",
186186
"pnpm": {
187187
"onlyBuiltDependencies": [
188188
"@tailwindcss/oxide",

0 commit comments

Comments
 (0)