Skip to content

Commit 29084f1

Browse files
chore(deps): update all non-major dependencies (#7802)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3dabc22 commit 29084f1

File tree

12 files changed

+769
-742
lines changed

12 files changed

+769
-742
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"vite-plugin-pwa": "^0.21.2",
3535
"vitepress": "2.0.0-alpha.4",
3636
"vitepress-plugin-group-icons": "^1.3.8",
37-
"vitepress-plugin-tabs": "^0.6.0",
37+
"vitepress-plugin-tabs": "^0.7.0",
3838
"workbox-window": "^7.3.0"
3939
}
4040
}

examples/in-source-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test:run": "vitest run"
88
},
99
"devDependencies": {
10-
"typescript": "^5.8.2",
10+
"typescript": "^5.8.3",
1111
"vitest": "latest"
1212
}
1313
}

examples/typecheck/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"test:run": "vitest run"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^20.17.28",
13+
"@types/node": "^20.17.30",
1414
"@vitest/ui": "latest",
15-
"typescript": "^5.8.2",
15+
"typescript": "^5.8.3",
1616
"vite": "latest",
1717
"vitest": "latest"
1818
},

examples/workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@testing-library/jest-dom": "^6.6.3",
1313
"@testing-library/react": "^13.4.0",
1414
"@testing-library/user-event": "^14.6.1",
15-
"@types/react": "^19.0.12",
15+
"@types/react": "^19.1.0",
1616
"@vitejs/plugin-react": "^4.3.4",
1717
"@vitest/ui": "latest",
1818
"fastify": "^4.29.0",

package.json

Lines changed: 8 additions & 8 deletions
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": "[email protected].0",
6+
"packageManager": "[email protected].1",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^18.0.0 || >=20.0.0"
@@ -42,7 +42,7 @@
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.14",
45+
"@types/node": "^22.14.0",
4646
"@types/ws": "catalog:",
4747
"@vitest/browser": "workspace:*",
4848
"@vitest/coverage-istanbul": "workspace:*",
@@ -53,20 +53,20 @@
5353
"esbuild": "^0.25.2",
5454
"eslint": "^9.23.0",
5555
"magic-string": "^0.30.17",
56-
"oxc-transform": "^0.61.2",
56+
"oxc-transform": "^0.62.0",
5757
"pathe": "^2.0.3",
5858
"rimraf": "^6.0.1",
59-
"rollup": "^4.38.0",
59+
"rollup": "^4.39.0",
6060
"rollup-plugin-dts": "^6.2.1",
6161
"rollup-plugin-license": "^3.6.0",
6262
"tinyglobby": "^0.2.12",
6363
"tsx": "^4.19.3",
64-
"typescript": "^5.8.2",
65-
"unplugin-isolated-decl": "^0.13.5",
66-
"unplugin-oxc": "^0.3.2",
64+
"typescript": "^5.8.3",
65+
"unplugin-isolated-decl": "^0.13.6",
66+
"unplugin-oxc": "^0.3.3",
6767
"vite": "^6.2.0",
6868
"vitest": "workspace:*",
69-
"zx": "^8.4.1"
69+
"zx": "^8.5.0"
7070
},
7171
"pnpm": {
7272
"overrides": {

packages/browser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,18 @@
102102
"@vitest/runner": "workspace:*",
103103
"@vitest/ui": "workspace:*",
104104
"@vitest/ws-client": "workspace:*",
105-
"@wdio/protocols": "^9.12.2",
106-
"@wdio/types": "^9.12.2",
105+
"@wdio/protocols": "^9.12.3",
106+
"@wdio/types": "^9.12.3",
107107
"birpc": "catalog:",
108108
"flatted": "catalog:",
109109
"ivya": "^1.6.0",
110-
"mime": "^4.0.6",
110+
"mime": "^4.0.7",
111111
"pathe": "catalog:",
112112
"periscopic": "^4.0.2",
113113
"playwright": "^1.51.1",
114114
"playwright-core": "^1.51.1",
115115
"safaridriver": "^1.0.0",
116116
"vitest": "workspace:*",
117-
"webdriverio": "^9.12.2"
117+
"webdriverio": "^9.12.4"
118118
}
119119
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"codemirror-theme-vars": "^0.1.2",
7777
"d3-graph-controller": "^3.1.0",
7878
"floating-vue": "^5.2.2",
79-
"rollup": "^4.38.0",
79+
"rollup": "^4.39.0",
8080
"splitpanes": "^3.2.0",
8181
"unocss": "catalog:",
8282
"unplugin-auto-import": "^0.19.0",

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.14",
189+
"@types/node": "^22.14.0",
190190
"@types/prompts": "^2.4.9",
191191
"@types/sinonjs__fake-timers": "^8.1.5",
192192
"acorn-walk": "catalog:",

0 commit comments

Comments
 (0)