Skip to content

Commit 7c3dfb1

Browse files
fix(deps): update all non-major dependencies (#7765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3a2c59 commit 7c3dfb1

File tree

11 files changed

+644
-394
lines changed

11 files changed

+644
-394
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@shikijs/vitepress-twoslash": "^3.2.1",
2525
"@unocss/reset": "catalog:",
2626
"@vite-pwa/assets-generator": "^0.2.6",
27-
"@vite-pwa/vitepress": "^0.5.3",
27+
"@vite-pwa/vitepress": "^0.5.4",
2828
"@vitejs/plugin-vue": "catalog:",
2929
"https-localhost": "^4.7.1",
3030
"tinyglobby": "catalog:",

examples/typecheck/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:run": "vitest run"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^20.17.27",
13+
"@types/node": "^20.17.28",
1414
"@vitest/ui": "latest",
1515
"typescript": "^5.8.2",
1616
"vite": "latest",

examples/workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@vitest/ui": "latest",
1818
"fastify": "^4.29.0",
1919
"jsdom": "^24.1.3",
20-
"react": "^19.0.0",
20+
"react": "^19.1.0",
2121
"supertest": "^6.3.4",
2222
"tsx": "^4.19.3",
2323
"vite": "latest",

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "3.1.1",
55
"private": true,
6-
"packageManager": "pnpm@10.6.5",
6+
"packageManager": "pnpm@10.7.0",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^18.0.0 || >=20.0.0"
@@ -42,21 +42,21 @@
4242
"@rollup/plugin-commonjs": "^28.0.3",
4343
"@rollup/plugin-json": "^6.1.0",
4444
"@rollup/plugin-node-resolve": "^16.0.1",
45-
"@types/node": "^22.13.13",
45+
"@types/node": "^22.13.14",
4646
"@types/ws": "catalog:",
4747
"@vitest/browser": "workspace:*",
4848
"@vitest/coverage-istanbul": "workspace:*",
4949
"@vitest/coverage-v8": "workspace:*",
5050
"@vitest/ui": "workspace:*",
5151
"bumpp": "^10.1.0",
5252
"changelogithub": "^13.13.0",
53-
"esbuild": "^0.25.1",
53+
"esbuild": "^0.25.2",
5454
"eslint": "^9.23.0",
5555
"magic-string": "^0.30.17",
5656
"oxc-transform": "^0.61.2",
5757
"pathe": "^2.0.3",
5858
"rimraf": "^6.0.1",
59-
"rollup": "^4.37.0",
59+
"rollup": "^4.38.0",
6060
"rollup-plugin-dts": "^6.2.1",
6161
"rollup-plugin-license": "^3.6.0",
6262
"tinyglobby": "^0.2.12",

packages/browser/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
"@vitest/runner": "workspace:*",
103103
"@vitest/ui": "workspace:*",
104104
"@vitest/ws-client": "workspace:*",
105-
"@wdio/protocols": "^9.7.0",
106-
"@wdio/types": "^9.10.1",
105+
"@wdio/protocols": "^9.12.2",
106+
"@wdio/types": "^9.12.2",
107107
"birpc": "catalog:",
108108
"flatted": "catalog:",
109109
"ivya": "^1.6.0",
@@ -114,6 +114,6 @@
114114
"playwright-core": "^1.51.1",
115115
"safaridriver": "^1.0.0",
116116
"vitest": "workspace:*",
117-
"webdriverio": "^9.12.1"
117+
"webdriverio": "^9.12.2"
118118
}
119119
}

packages/pretty-format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@types/react-is": "^19.0.0",
41-
"react-is": "^19.0.0",
41+
"react-is": "^19.1.0",
4242
"react-is-18": "npm:react-is@18.3.1"
4343
}
4444
}

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
"codemirror-theme-vars": "^0.1.2",
7777
"d3-graph-controller": "^3.1.0",
7878
"floating-vue": "^5.2.2",
79-
"rollup": "^4.37.0",
79+
"rollup": "^4.38.0",
8080
"splitpanes": "^3.2.0",
8181
"unocss": "catalog:",
8282
"unplugin-auto-import": "^0.19.0",
8383
"unplugin-vue-components": "catalog:",
8484
"vite": "^5.0.0",
85-
"vite-plugin-pages": "^0.32.5",
85+
"vite-plugin-pages": "^0.33.0",
8686
"vue": "catalog:",
8787
"vue-router": "^4.5.0",
8888
"vue-virtual-scroller": "2.0.0-beta.8"

packages/vitest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"@vitest/utils": "workspace:*",
164164
"chai": "catalog:",
165165
"debug": "catalog:",
166-
"expect-type": "^1.2.0",
166+
"expect-type": "^1.2.1",
167167
"magic-string": "catalog:",
168168
"pathe": "catalog:",
169169
"std-env": "catalog:",
@@ -186,7 +186,7 @@
186186
"@types/istanbul-reports": "catalog:",
187187
"@types/jsdom": "^21.1.7",
188188
"@types/micromatch": "^4.0.9",
189-
"@types/node": "^22.13.13",
189+
"@types/node": "^22.13.14",
190190
"@types/prompts": "^2.4.9",
191191
"@types/sinonjs__fake-timers": "^8.1.5",
192192
"acorn-walk": "catalog:",

0 commit comments

Comments
 (0)