Skip to content

Commit 048f7a1

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

File tree

11 files changed

+1213
-1245
lines changed

11 files changed

+1213
-1245
lines changed

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"devDependencies": {
2121
"@iconify-json/carbon": "catalog:",
2222
"@iconify-json/logos": "catalog:",
23-
"@shikijs/transformers": "^3.12.0",
24-
"@shikijs/vitepress-twoslash": "^3.12.0",
23+
"@shikijs/transformers": "^3.12.2",
24+
"@shikijs/vitepress-twoslash": "^3.12.2",
2525
"@unocss/reset": "catalog:",
26-
"@vite-pwa/assets-generator": "^1.0.0",
26+
"@vite-pwa/assets-generator": "^1.0.1",
2727
"@vite-pwa/vitepress": "^1.0.0",
2828
"@vitejs/plugin-vue": "catalog:",
2929
"https-localhost": "^4.7.1",
@@ -34,7 +34,7 @@
3434
"vite-plugin-pwa": "^0.21.2",
3535
"vitepress": "2.0.0-alpha.12",
3636
"vitepress-plugin-group-icons": "^1.6.3",
37-
"vitepress-plugin-llms": "^1.7.3",
37+
"vitepress-plugin-llms": "^1.7.4",
3838
"vitepress-plugin-tabs": "^0.7.1",
3939
"workbox-window": "^7.3.0"
4040
}

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@vitest/ui": "latest",
15-
"fastify": "^5.5.0",
15+
"fastify": "^5.6.0",
1616
"supertest": "^6.3.4",
1717
"tsx": "^4.20.5",
1818
"vite": "latest",

examples/projects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/react": "^19.1.12",
1616
"@vitejs/plugin-react": "^5.0.2",
1717
"@vitest/ui": "latest",
18-
"fastify": "^5.5.0",
18+
"fastify": "^5.6.0",
1919
"jsdom": "^26.1.0",
2020
"react": "^19.1.1",
2121
"supertest": "^6.3.4",

examples/typecheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:run": "vitest run"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^20.19.11",
13+
"@types/node": "^20.19.13",
1414
"@vitest/ui": "latest",
1515
"typescript": "^5.9.2",
1616
"vite": "latest",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.0.0-beta.10",
55
"private": true,
6-
"packageManager": "pnpm@10.15.0",
6+
"packageManager": "pnpm@10.15.1",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^18.0.0 || >=20.0.0"
@@ -43,7 +43,7 @@
4343
"@rollup/plugin-commonjs": "^28.0.6",
4444
"@rollup/plugin-json": "^6.1.0",
4545
"@rollup/plugin-node-resolve": "^16.0.1",
46-
"@types/node": "^22.18.0",
46+
"@types/node": "^22.18.1",
4747
"@types/ws": "catalog:",
4848
"@vitest/browser": "workspace:*",
4949
"@vitest/coverage-istanbul": "workspace:*",
@@ -53,10 +53,10 @@
5353
"changelogithub": "^13.16.0",
5454
"esbuild": "^0.25.9",
5555
"eslint": "^9.34.0",
56-
"magic-string": "^0.30.18",
56+
"magic-string": "^0.30.19",
5757
"pathe": "^2.0.3",
5858
"rimraf": "^6.0.1",
59-
"rollup": "^4.49.0",
59+
"rollup": "^4.50.1",
6060
"rollup-plugin-dts": "^6.2.3",
6161
"rollup-plugin-license": "^3.6.0",
6262
"tinyglobby": "catalog:",

packages/coverage-v8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"@bcoe/v8-coverage": "^1.0.2",
5858
"@vitest/utils": "workspace:*",
59-
"ast-v8-to-istanbul": "^0.3.4",
59+
"ast-v8-to-istanbul": "^0.3.5",
6060
"debug": "catalog:",
6161
"istanbul-lib-coverage": "catalog:",
6262
"istanbul-lib-report": "catalog:",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"d3-graph-controller": "^3.1.2",
7878
"floating-vue": "^5.2.2",
7979
"mime": "^4.0.7",
80-
"rollup": "^4.49.0",
80+
"rollup": "^4.50.1",
8181
"splitpanes": "^3.2.0",
8282
"unocss": "catalog:",
8383
"unplugin-auto-import": "^0.19.0",

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"@types/istanbul-lib-coverage": "catalog:",
188188
"@types/istanbul-reports": "catalog:",
189189
"@types/jsdom": "^21.1.7",
190-
"@types/node": "^22.18.0",
190+
"@types/node": "^22.18.1",
191191
"@types/picomatch": "^4.0.2",
192192
"@types/prompts": "^2.4.9",
193193
"@types/sinonjs__fake-timers": "^8.1.5",

0 commit comments

Comments
 (0)