Skip to content

Commit 7fc5a29

Browse files
fix(deps): update all non-major dependencies (#7600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hiroshi Ogawa <[email protected]>
1 parent 3230fe7 commit 7fc5a29

File tree

28 files changed

+1929
-2666
lines changed

28 files changed

+1929
-2666
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Get changed files
6565
id: changed-files
66-
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
66+
uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8 # v45.0.9
6767
with:
6868
files: |
6969
docs/**

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@iconify-json/carbon": "catalog:",
2222
"@iconify-json/logos": "catalog:",
23-
"@shikijs/transformers": "^3.0.0",
24-
"@shikijs/vitepress-twoslash": "^3.0.0",
23+
"@shikijs/transformers": "^3.2.1",
24+
"@shikijs/vitepress-twoslash": "^3.2.1",
2525
"@unocss/reset": "catalog:",
2626
"@vite-pwa/assets-generator": "^0.2.6",
2727
"@vite-pwa/vitepress": "^0.5.3",
@@ -31,9 +31,9 @@
3131
"unocss": "catalog:",
3232
"unplugin-vue-components": "catalog:",
3333
"vite": "^5.2.8",
34-
"vite-plugin-pwa": "^0.21.1",
35-
"vitepress": "2.0.0-alpha.3",
36-
"vitepress-plugin-group-icons": "^1.3.6",
34+
"vite-plugin-pwa": "^0.21.2",
35+
"vitepress": "2.0.0-alpha.4",
36+
"vitepress-plugin-group-icons": "^1.3.8",
3737
"vitepress-plugin-tabs": "^0.6.0",
3838
"workbox-window": "^7.3.0"
3939
}

examples/fastify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"devDependencies": {
1414
"@vitest/ui": "latest",
15-
"fastify": "^4.26.2",
15+
"fastify": "^4.29.0",
1616
"supertest": "^6.3.4",
17-
"tsx": "^4.7.2",
17+
"tsx": "^4.19.3",
1818
"vite": "latest",
1919
"vitest": "latest"
2020
},

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.7.3",
10+
"typescript": "^5.8.2",
1111
"vitest": "latest"
1212
}
1313
}

examples/lit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"test:ui": "vitest --ui"
1515
},
1616
"dependencies": {
17-
"lit": "^3.0.1"
17+
"lit": "^3.2.1"
1818
},
1919
"devDependencies": {
2020
"@vitest/browser": "latest",
2121
"jsdom": "latest",
22-
"playwright": "^1.50.1",
22+
"playwright": "^1.51.1",
2323
"vite": "latest",
2424
"vitest": "latest"
2525
},

examples/sveltekit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"test": "vitest"
1313
},
1414
"devDependencies": {
15-
"@sveltejs/adapter-auto": "^2.1.0",
15+
"@sveltejs/adapter-auto": "^2.1.1",
1616
"@sveltejs/kit": "^1.20.2",
1717
"svelte": "^3.59.1",
18-
"svelte-check": "^3.4.3",
19-
"tslib": "^2.5.3",
20-
"typescript": "^5.7.3",
18+
"svelte-check": "^3.8.6",
19+
"tslib": "^2.8.1",
20+
"typescript": "^5.8.2",
2121
"vite": "latest",
2222
"vitest": "latest"
2323
}

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.11.5",
13+
"@types/node": "^20.17.27",
1414
"@vitest/ui": "latest",
15-
"typescript": "^5.7.3",
15+
"typescript": "^5.8.2",
1616
"vite": "latest",
1717
"vitest": "latest"
1818
},

examples/workspace/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"test:run": "vitest run"
1010
},
1111
"devDependencies": {
12-
"@testing-library/jest-dom": "^6.4.2",
13-
"@testing-library/react": "^13.2.0",
14-
"@testing-library/user-event": "^14.5.2",
12+
"@testing-library/jest-dom": "^6.6.3",
13+
"@testing-library/react": "^13.4.0",
14+
"@testing-library/user-event": "^14.6.1",
1515
"@types/react": "^19.0.12",
16-
"@vitejs/plugin-react": "^4.2.1",
16+
"@vitejs/plugin-react": "^4.3.4",
1717
"@vitest/ui": "latest",
18-
"fastify": "^4.26.2",
19-
"jsdom": "^24.0.0",
18+
"fastify": "^4.29.0",
19+
"jsdom": "^24.1.3",
2020
"react": "^19.0.0",
2121
"supertest": "^6.3.4",
22-
"tsx": "^4.7.2",
22+
"tsx": "^4.19.3",
2323
"vite": "latest",
2424
"vitest": "latest"
2525
},

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "3.1.0-beta.2",
55
"private": true,
6-
"packageManager": "pnpm@10.4.1",
6+
"packageManager": "pnpm@10.6.5",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^18.0.0 || >=20.0.0"
@@ -38,35 +38,35 @@
3838
"devDependencies": {
3939
"@antfu/eslint-config": "^4.10.2",
4040
"@antfu/ni": "^23.3.1",
41-
"@playwright/test": "^1.50.1",
42-
"@rollup/plugin-commonjs": "^28.0.2",
41+
"@playwright/test": "^1.51.1",
42+
"@rollup/plugin-commonjs": "^28.0.3",
4343
"@rollup/plugin-json": "^6.1.0",
44-
"@rollup/plugin-node-resolve": "^16.0.0",
45-
"@types/node": "^22.13.5",
44+
"@rollup/plugin-node-resolve": "^16.0.1",
45+
"@types/node": "^22.13.13",
4646
"@types/ws": "catalog:",
4747
"@vitest/browser": "workspace:*",
4848
"@vitest/coverage-istanbul": "workspace:*",
4949
"@vitest/coverage-v8": "workspace:*",
5050
"@vitest/ui": "workspace:*",
51-
"bumpp": "^10.0.3",
52-
"changelogithub": "^13.12.1",
53-
"esbuild": "^0.25.0",
51+
"bumpp": "^10.1.0",
52+
"changelogithub": "^13.13.0",
53+
"esbuild": "^0.25.1",
5454
"eslint": "^9.22.0",
5555
"magic-string": "^0.30.17",
56-
"oxc-transform": "^0.56.0",
56+
"oxc-transform": "^0.61.2",
5757
"pathe": "^2.0.3",
5858
"rimraf": "^6.0.1",
59-
"rollup": "^4.34.8",
60-
"rollup-plugin-dts": "^6.1.1",
59+
"rollup": "^4.37.0",
60+
"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.7.3",
65-
"unplugin-isolated-decl": "^0.12.0",
66-
"unplugin-oxc": "^0.2.8",
64+
"typescript": "^5.8.2",
65+
"unplugin-isolated-decl": "^0.13.5",
66+
"unplugin-oxc": "^0.3.2",
6767
"vite": "^6.2.0",
6868
"vitest": "workspace:*",
69-
"zx": "^8.3.2"
69+
"zx": "^8.4.1"
7070
},
7171
"pnpm": {
7272
"overrides": {

packages/browser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,17 +105,17 @@
105105
"@vitest/ui": "workspace:*",
106106
"@vitest/ws-client": "workspace:*",
107107
"@wdio/protocols": "^9.7.0",
108-
"@wdio/types": "^9.9.0",
108+
"@wdio/types": "^9.10.1",
109109
"birpc": "catalog:",
110110
"flatted": "catalog:",
111-
"ivya": "^1.1.1",
111+
"ivya": "^1.5.1",
112112
"mime": "^4.0.6",
113113
"pathe": "catalog:",
114114
"periscopic": "^4.0.2",
115-
"playwright": "^1.50.1",
116-
"playwright-core": "^1.50.1",
115+
"playwright": "^1.51.1",
116+
"playwright-core": "^1.51.1",
117117
"safaridriver": "^1.0.0",
118118
"vitest": "workspace:*",
119-
"webdriverio": "^9.10.0"
119+
"webdriverio": "^9.12.1"
120120
}
121121
}

0 commit comments

Comments
 (0)