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
}

packages/mocker/src/browser/hints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function createCompilerHints(options?: CompilerHintsOptions): ModuleMocke
3737
// @ts-expect-error injected by the plugin
3838
? globalThis[globalThisAccessor]
3939
: new Proxy(
40-
{},
40+
{} as any,
4141
{
4242
get(_, name) {
4343
throw new Error(

packages/ui/client/auto-imports.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ declare global {
3131
const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
3232
const createModuleLabelItem: typeof import('./composables/module-graph')['createModuleLabelItem']
3333
const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
34+
const createRef: typeof import('@vueuse/core')['createRef']
3435
const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
3536
const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
3637
const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
"birpc": "catalog:",
7575
"codemirror": "^5.65.18",
7676
"codemirror-theme-vars": "^0.1.2",
77-
"d3-graph-controller": "^3.0.13",
77+
"d3-graph-controller": "^3.1.0",
7878
"floating-vue": "^5.2.2",
79-
"rollup": "^4.34.8",
80-
"splitpanes": "^3.1.8",
79+
"rollup": "^4.37.0",
80+
"splitpanes": "^3.2.0",
8181
"unocss": "catalog:",
8282
"unplugin-auto-import": "^0.19.0",
8383
"unplugin-vue-components": "catalog:",

packages/vitest/LICENSE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,35 @@ Repository: terkelg/prompts
681681
682682
---------------------------------------
683683

684+
## quansync
685+
License: MIT
686+
By: Anthony Fu, 三咲智子 Kevin Deng
687+
Repository: git+https://github.com/quansync-dev/quansync.git
688+
689+
> MIT License
690+
>
691+
> Copyright (c) 2025-PRESENT Anthony Fu <https://github.com/antfu> and Kevin Deng <https://github.com/sxzz>
692+
>
693+
> Permission is hereby granted, free of charge, to any person obtaining a copy
694+
> of this software and associated documentation files (the "Software"), to deal
695+
> in the Software without restriction, including without limitation the rights
696+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
697+
> copies of the Software, and to permit persons to whom the Software is
698+
> furnished to do so, subject to the following conditions:
699+
>
700+
> The above copyright notice and this permission notice shall be included in all
701+
> copies or substantial portions of the Software.
702+
>
703+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
704+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
705+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
706+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
707+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
708+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
709+
> SOFTWARE.
710+
711+
---------------------------------------
712+
684713
## resolve-pkg-maps
685714
License: MIT
686715
By: Hiroki Osame

packages/vitest/package.json

Lines changed: 4 additions & 4 deletions
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.1.0",
166+
"expect-type": "^1.2.0",
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.5",
189+
"@types/node": "^22.13.13",
190190
"@types/prompts": "^2.4.9",
191191
"@types/sinonjs__fake-timers": "^8.1.5",
192192
"acorn-walk": "catalog:",
@@ -196,9 +196,9 @@
196196
"find-up": "^6.3.0",
197197
"flatted": "catalog:",
198198
"get-tsconfig": "^4.10.0",
199-
"happy-dom": "^17.1.4",
199+
"happy-dom": "^17.4.4",
200200
"jsdom": "^26.0.0",
201-
"local-pkg": "^1.0.0",
201+
"local-pkg": "^1.1.1",
202202
"micromatch": "^4.0.8",
203203
"pretty-format": "^29.7.0",
204204
"prompts": "^2.4.2",

packages/vitest/src/integrations/vi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ function _mocker(): VitestMocker {
723723
// @ts-expect-error injected by vite-nide
724724
? __vitest_mocker__
725725
: new Proxy(
726-
{},
726+
{} as any,
727727
{
728728
get(_, name) {
729729
throw new Error(

0 commit comments

Comments
 (0)