Skip to content

Commit 97dae8a

Browse files
chore(deps): update all non-major dependencies (#9765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 843554b commit 97dae8a

7 files changed

Lines changed: 380 additions & 407 deletions

File tree

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@iconify-json/carbon": "catalog:",
2222
"@iconify-json/logos": "catalog:",
2323
"@iconify/vue": "catalog:",
24-
"@shikijs/transformers": "^3.22.0",
25-
"@shikijs/vitepress-twoslash": "^3.22.0",
24+
"@shikijs/transformers": "^3.23.0",
25+
"@shikijs/vitepress-twoslash": "^3.23.0",
2626
"@unocss/reset": "catalog:",
2727
"@vite-pwa/assets-generator": "^1.0.2",
2828
"@vite-pwa/vitepress": "^1.1.0",
@@ -36,7 +36,7 @@
3636
"vitepress": "2.0.0-alpha.16",
3737
"vitepress-plugin-group-icons": "^1.7.1",
3838
"vitepress-plugin-llms": "^1.11.0",
39-
"vitepress-plugin-tabs": "^0.7.3",
39+
"vitepress-plugin-tabs": "^0.8.0",
4040
"workbox-window": "^7.4.0"
4141
}
4242
}

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": "^24.10.13",
13+
"@types/node": "^24.11.0",
1414
"@vitest/ui": "latest",
1515
"typescript": "^5.9.3",
1616
"vite": "latest",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.1.0-beta.5",
55
"private": true,
6-
"packageManager": "pnpm@10.30.2",
6+
"packageManager": "pnpm@10.30.3",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -46,7 +46,7 @@
4646
"@rollup/plugin-commonjs": "^29.0.0",
4747
"@rollup/plugin-json": "^6.1.0",
4848
"@rollup/plugin-node-resolve": "^16.0.3",
49-
"@types/node": "24.10.13",
49+
"@types/node": "24.11.0",
5050
"@types/ws": "catalog:",
5151
"@vitest/browser": "workspace:*",
5252
"@vitest/coverage-istanbul": "workspace:*",

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"@types/istanbul-lib-coverage": "catalog:",
207207
"@types/istanbul-reports": "catalog:",
208208
"@types/jsdom": "^27.0.0",
209-
"@types/node": "^24.10.13",
209+
"@types/node": "^24.11.0",
210210
"@types/picomatch": "^4.0.2",
211211
"@types/prompts": "^2.4.9",
212212
"@types/sinonjs__fake-timers": "^15.0.1",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ patchedDependencies:
4646
istanbul-lib-source-maps: patches/istanbul-lib-source-maps.patch
4747

4848
catalog:
49-
'@iconify-json/carbon': ^1.2.18
49+
'@iconify-json/carbon': ^1.2.19
5050
'@iconify-json/logos': ^1.2.10
5151
'@iconify/vue': ^5.0.0
5252
'@jridgewell/remapping': ^2.3.5
@@ -58,14 +58,14 @@ catalog:
5858
'@types/istanbul-lib-source-maps': ^4.0.4
5959
'@types/istanbul-reports': ^3.0.4
6060
'@types/ws': ^8.18.1
61-
'@unocss/reset': ^66.6.0
61+
'@unocss/reset': ^66.6.3
6262
'@vitejs/plugin-vue': ^6.0.4
6363
'@vueuse/core': ^14.2.1
6464
acorn-walk: ^8.3.5
6565
birpc: ^4.0.0
6666
cac: ^6.7.14
6767
chai: ^6.2.2
68-
flatted: 3.3.3
68+
flatted: 3.3.4
6969
istanbul-lib-coverage: ^3.2.2
7070
istanbul-lib-report: ^3.0.1
7171
istanbul-lib-source-maps: ^5.0.6
@@ -85,7 +85,7 @@ catalog:
8585
tinyrainbow: ^3.0.3
8686
tinyspy: ^4.0.4
8787
typescript: ^5.9.3
88-
unocss: ^66.6.0
88+
unocss: ^66.6.2
8989
vitest-sonar-reporter: 3.0.0
9090
vue: ^3.5.29
9191
ws: ^8.19.0

test/cli/fixtures/no-module-runner/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": "^24.10.13",
13+
"@types/node": "^24.11.0",
1414
"@vitest/ui": "latest",
1515
"tinyspy": "^4.0.4",
1616
"vite": "latest",

0 commit comments

Comments
 (0)