Skip to content

Commit 704eba2

Browse files
fix(deps): update all non-major dependencies (#8382)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
1 parent 2b4b058 commit 704eba2

28 files changed

Lines changed: 2138 additions & 1951 deletions

File tree

.github/workflows/issue-close-require.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: needs reproduction
12-
uses: actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2
12+
uses: actions-cool/issues-helper@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
1313
with:
1414
actions: close-issues
1515
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: needs reproduction
1212
if: github.event.label.name == 'needs reproduction'
13-
uses: actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2
13+
uses: actions-cool/issues-helper@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
1414
with:
1515
actions: create-comment
1616
token: ${{ secrets.GITHUB_TOKEN }}

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.8.1",
24-
"@shikijs/vitepress-twoslash": "^3.8.1",
23+
"@shikijs/transformers": "^3.12.0",
24+
"@shikijs/vitepress-twoslash": "^3.12.0",
2525
"@unocss/reset": "catalog:",
2626
"@vite-pwa/assets-generator": "^1.0.0",
2727
"@vite-pwa/vitepress": "^1.0.0",
@@ -32,9 +32,9 @@
3232
"unplugin-vue-components": "catalog:",
3333
"vite": "^6.3.5",
3434
"vite-plugin-pwa": "^0.21.2",
35-
"vitepress": "2.0.0-alpha.9",
36-
"vitepress-plugin-group-icons": "^1.6.1",
37-
"vitepress-plugin-llms": "^1.7.2",
35+
"vitepress": "2.0.0-alpha.12",
36+
"vitepress-plugin-group-icons": "^1.6.3",
37+
"vitepress-plugin-llms": "^1.7.3",
3838
"vitepress-plugin-tabs": "^0.7.1",
3939
"workbox-window": "^7.3.0"
4040
}

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": "^5.4.0",
15+
"fastify": "^5.5.0",
1616
"supertest": "^6.3.4",
17-
"tsx": "^4.20.3",
17+
"tsx": "^4.20.5",
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.8.3",
10+
"typescript": "^5.9.2",
1111
"vitest": "latest"
1212
}
1313
}

examples/lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@vitest/browser": "latest",
2121
"jsdom": "latest",
22-
"playwright": "^1.54.1",
22+
"playwright": "^1.55.0",
2323
"vite": "latest",
2424
"vitest": "latest"
2525
},

examples/projects/package.json

Lines changed: 4 additions & 4 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.6.4",
12+
"@testing-library/jest-dom": "^6.8.0",
1313
"@testing-library/react": "^13.4.0",
1414
"@testing-library/user-event": "^14.6.1",
15-
"@types/react": "^19.1.9",
15+
"@types/react": "^19.1.12",
1616
"@vitejs/plugin-react": "^4.7.0",
1717
"@vitest/ui": "latest",
18-
"fastify": "^5.4.0",
18+
"fastify": "^5.5.0",
1919
"jsdom": "^26.1.0",
2020
"react": "^19.1.1",
2121
"supertest": "^6.3.4",
22-
"tsx": "^4.20.3",
22+
"tsx": "^4.20.5",
2323
"vite": "latest",
2424
"vitest": "latest"
2525
},

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.19.9",
13+
"@types/node": "^20.19.11",
1414
"@vitest/ui": "latest",
15-
"typescript": "^5.8.3",
15+
"typescript": "^5.9.2",
1616
"vite": "latest",
1717
"vitest": "latest"
1818
},

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.0.0-beta.9",
55
"private": true,
6-
"packageManager": "pnpm@10.13.1",
6+
"packageManager": "pnpm@10.15.0",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^18.0.0 || >=20.0.0"
@@ -39,41 +39,41 @@
3939
"devDependencies": {
4040
"@antfu/eslint-config": "^5.2.1",
4141
"@antfu/ni": "^25.0.0",
42-
"@playwright/test": "^1.54.1",
42+
"@playwright/test": "^1.55.0",
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.16.5",
46+
"@types/node": "^22.18.0",
4747
"@types/ws": "catalog:",
4848
"@vitest/browser": "workspace:*",
4949
"@vitest/coverage-istanbul": "workspace:*",
5050
"@vitest/coverage-v8": "workspace:*",
5151
"@vitest/ui": "workspace:*",
52-
"bumpp": "^10.2.1",
52+
"bumpp": "^10.2.3",
5353
"changelogithub": "^13.16.0",
54-
"esbuild": "^0.25.8",
54+
"esbuild": "^0.25.9",
5555
"eslint": "^9.34.0",
56-
"magic-string": "^0.30.17",
56+
"magic-string": "^0.30.18",
5757
"pathe": "^2.0.3",
5858
"rimraf": "^6.0.1",
59-
"rollup": "^4.46.1",
60-
"rollup-plugin-dts": "^6.2.1",
59+
"rollup": "^4.49.0",
60+
"rollup-plugin-dts": "^6.2.3",
6161
"rollup-plugin-license": "^3.6.0",
6262
"tinyglobby": "catalog:",
63-
"tsx": "^4.20.3",
64-
"typescript": "^5.8.3",
65-
"unplugin-isolated-decl": "^0.14.5",
66-
"unplugin-oxc": "^0.4.8",
63+
"tsx": "^4.20.5",
64+
"typescript": "^5.9.2",
65+
"unplugin-isolated-decl": "^0.15.1",
66+
"unplugin-oxc": "^0.5.1",
6767
"vite": "^6.3.5",
6868
"vitest": "workspace:*",
69-
"zx": "^8.7.1"
69+
"zx": "^8.8.1"
7070
},
7171
"pnpm": {
7272
"overrides": {
7373
"@vitest/browser": "workspace:*",
7474
"@vitest/ui": "workspace:*",
7575
"acorn": "8.11.3",
76-
"mlly": "^1.7.4",
76+
"mlly": "^1.8.0",
7777
"rollup": "$rollup",
7878
"vite": "$vite",
7979
"vitest": "workspace:*"

packages/browser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@
9797
"@types/pngjs": "^6.0.5",
9898
"@types/ws": "catalog:",
9999
"@vitest/runner": "workspace:*",
100-
"@wdio/types": "^9.16.2",
100+
"@wdio/types": "^9.19.2",
101101
"birpc": "catalog:",
102102
"flatted": "catalog:",
103103
"ivya": "^1.7.0",
104104
"mime": "^4.0.7",
105105
"pathe": "catalog:",
106-
"playwright": "^1.54.1",
107-
"playwright-core": "^1.54.1",
106+
"playwright": "^1.55.0",
107+
"playwright-core": "^1.55.0",
108108
"vitest": "workspace:*",
109-
"webdriverio": "^9.18.4"
109+
"webdriverio": "^9.19.2"
110110
}
111111
}

0 commit comments

Comments
 (0)