Skip to content

Commit e04e5d1

Browse files
fix(deps): update all non-major dependencies
1 parent 76889c3 commit e04e5d1

File tree

25 files changed

+1818
-1652
lines changed

25 files changed

+1818
-1652
lines changed

.github/actions/setup-and-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111

1212
steps:
1313
- name: Install pnpm
14-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
14+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
1515

1616
- name: Set node version to ${{ inputs.node-version }}
1717
uses: actions/setup-node@v6

.github/workflows/cr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Install pnpm
27-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
27+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2828

2929
- name: Set node version to 20
3030
uses: actions/setup-node@v6

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Install pnpm
27-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
27+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2828

2929
- name: Set node version to 20
3030
uses: actions/setup-node@v6

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@shikijs/transformers": "^3.13.0",
2424
"@shikijs/vitepress-twoslash": "^3.13.0",
2525
"@unocss/reset": "catalog:",
26-
"@vite-pwa/assets-generator": "^1.0.1",
27-
"@vite-pwa/vitepress": "^1.0.0",
26+
"@vite-pwa/assets-generator": "^1.0.2",
27+
"@vite-pwa/vitepress": "^1.0.1",
2828
"@vitejs/plugin-vue": "catalog:",
2929
"https-localhost": "^4.7.1",
3030
"tinyglobby": "catalog:",
@@ -33,8 +33,8 @@
3333
"vite": "^6.3.5",
3434
"vite-plugin-pwa": "^0.21.2",
3535
"vitepress": "2.0.0-alpha.12",
36-
"vitepress-plugin-group-icons": "^1.6.3",
37-
"vitepress-plugin-llms": "^1.7.5",
36+
"vitepress-plugin-group-icons": "^1.6.4",
37+
"vitepress-plugin-llms": "^1.8.0",
3838
"vitepress-plugin-tabs": "^0.7.3",
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.6.0",
15+
"fastify": "^5.6.1",
1616
"supertest": "^6.3.4",
17-
"tsx": "^4.20.5",
17+
"tsx": "^4.20.6",
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.9.2",
10+
"typescript": "^5.9.3",
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-playwright": "latest",
2121
"jsdom": "latest",
22-
"playwright": "^1.55.0",
22+
"playwright": "^1.56.1",
2323
"vite": "latest",
2424
"vitest": "latest"
2525
},

examples/projects/package.json

Lines changed: 6 additions & 6 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.8.0",
12+
"@testing-library/jest-dom": "^6.9.1",
1313
"@testing-library/react": "^13.4.0",
1414
"@testing-library/user-event": "^14.6.1",
15-
"@types/react": "^19.1.13",
16-
"@vitejs/plugin-react": "^5.0.3",
15+
"@types/react": "^19.2.2",
16+
"@vitejs/plugin-react": "^5.0.4",
1717
"@vitest/ui": "latest",
18-
"fastify": "^5.6.0",
18+
"fastify": "^5.6.1",
1919
"jsdom": "^26.1.0",
20-
"react": "^19.1.1",
20+
"react": "^19.2.0",
2121
"supertest": "^6.3.4",
22-
"tsx": "^4.20.5",
22+
"tsx": "^4.20.6",
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.17",
13+
"@types/node": "^20.19.22",
1414
"@vitest/ui": "latest",
15-
"typescript": "^5.9.2",
15+
"typescript": "^5.9.3",
1616
"vite": "latest",
1717
"vitest": "latest"
1818
},

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.0.0-beta.18",
55
"private": true,
6-
"packageManager": "pnpm@10.17.0",
6+
"packageManager": "pnpm@10.18.3",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -38,35 +38,35 @@
3838
},
3939
"devDependencies": {
4040
"@antfu/eslint-config": "^5.4.1",
41-
"@antfu/ni": "^26.1.0",
42-
"@playwright/test": "^1.55.0",
43-
"@rollup/plugin-commonjs": "^28.0.6",
41+
"@antfu/ni": "^26.2.0",
42+
"@playwright/test": "^1.56.1",
43+
"@rollup/plugin-commonjs": "^28.0.8",
4444
"@rollup/plugin-json": "^6.1.0",
45-
"@rollup/plugin-node-resolve": "^16.0.1",
46-
"@types/node": "^22.18.6",
45+
"@rollup/plugin-node-resolve": "^16.0.3",
46+
"@types/node": "^22.18.11",
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.3",
52+
"bumpp": "^10.3.1",
5353
"changelogithub": "^13.16.0",
54-
"esbuild": "^0.25.10",
54+
"esbuild": "^0.25.11",
5555
"eslint": "^9.38.0",
5656
"magic-string": "^0.30.19",
5757
"pathe": "^2.0.3",
5858
"premove": "^4.0.0",
59-
"rollup": "^4.52.0",
59+
"rollup": "^4.52.5",
6060
"rollup-plugin-dts": "^6.2.3",
6161
"rollup-plugin-license": "^3.6.0",
6262
"tinyglobby": "catalog:",
63-
"tsx": "^4.20.5",
64-
"typescript": "^5.9.2",
63+
"tsx": "^4.20.6",
64+
"typescript": "^5.9.3",
6565
"unplugin-isolated-decl": "^0.15.2",
66-
"unplugin-oxc": "^0.5.2",
66+
"unplugin-oxc": "^0.5.3",
6767
"vite": "^7.1.5",
6868
"vitest": "workspace:*",
69-
"zx": "^8.8.3"
69+
"zx": "^8.8.5"
7070
},
7171
"pnpm": {
7272
"overrides": {

0 commit comments

Comments
 (0)