Skip to content

Commit 61c4b80

Browse files
fix(deps): update all non-major dependencies (#10898)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
1 parent 6ac8cf2 commit 61c4b80

15 files changed

Lines changed: 567 additions & 737 deletions

File tree

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
> semgrep-results.sarif
3030
3131
- name: Upload SARIF result
32-
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
32+
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
3333
with:
3434
sarif_file: semgrep-results.sarif

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
"@iconify-json/carbon": "catalog:",
2323
"@iconify-json/logos": "catalog:",
2424
"@iconify/vue": "catalog:",
25-
"@shikijs/transformers": "^4.4.1",
26-
"@shikijs/vitepress-twoslash": "^4.4.1",
25+
"@shikijs/transformers": "^4.4.3",
26+
"@shikijs/vitepress-twoslash": "^4.4.3",
2727
"@unocss/reset": "catalog:",
2828
"@vite-pwa/assets-generator": "^1.0.2",
2929
"@vite-pwa/vitepress": "^1.1.0",
3030
"@vitejs/plugin-vue": "catalog:",
31-
"@voidzero-dev/vitepress-theme": "^4.8.4",
31+
"@voidzero-dev/vitepress-theme": "^5.0.5",
3232
"https-localhost": "^4.7.1",
3333
"tinyglobby": "catalog:",
3434
"unocss": "catalog:",
3535
"vite": "^6.3.5",
3636
"vite-plugin-pwa": "^1.3.0",
37-
"vitepress": "2.0.0-alpha.16",
37+
"vitepress": "2.0.0-alpha.18",
3838
"vitepress-plugin-group-icons": "^1.7.6",
3939
"vitepress-plugin-llms": "^1.13.4",
4040
"vitepress-plugin-tabs": "^0.9.1",

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.11.0",
15+
"fastify": "^5.11.3",
1616
"supertest": "^7.2.2",
17-
"tsx": "^4.23.1",
17+
"tsx": "^4.23.12",
1818
"vite": "latest",
1919
"vitest": "latest"
2020
},

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": "^7.0.0",
12+
"@testing-library/jest-dom": "^7.0.1",
1313
"@testing-library/react": "^16.3.2",
14-
"@testing-library/user-event": "^14.6.1",
14+
"@testing-library/user-event": "^14.6.3",
1515
"@types/react": "^19.2.18",
1616
"@vitejs/plugin-react": "^5.2.0",
1717
"@vitest/ui": "latest",
18-
"fastify": "^5.11.0",
18+
"fastify": "^5.11.3",
1919
"jsdom": "^29.1.1",
2020
"react": "^19.2.8",
2121
"supertest": "^7.2.2",
22-
"tsx": "^4.23.1",
22+
"tsx": "^4.23.12",
2323
"vite": "latest",
2424
"vitest": "latest"
2525
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "5.0.0-beta.7",
55
"private": true,
6-
"packageManager": "pnpm@11.18.0",
6+
"packageManager": "pnpm@11.21.0",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^22.12.0 || ^24.0.0 || >=26.0.0"
@@ -62,11 +62,11 @@
6262
"pathe": "^2.0.3",
6363
"premove": "^4.0.0",
6464
"rollup": "catalog:",
65-
"rollup-plugin-dts": "^6.4.1",
65+
"rollup-plugin-dts": "^6.5.1",
6666
"rollup-plugin-license": "^3.7.1",
6767
"semver": "catalog:",
6868
"tinyglobby": "catalog:",
69-
"tsx": "^4.23.1",
69+
"tsx": "^4.23.12",
7070
"typescript": "^5.9.3",
7171
"unplugin-isolated-decl": "^0.17.0",
7272
"unplugin-oxc": "^0.6.1",

packages/browser-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@testing-library/dom": "^10.4.1",
51-
"@testing-library/user-event": "^14.6.1",
51+
"@testing-library/user-event": "^14.6.3",
5252
"@vitest/browser": "workspace:*"
5353
},
5454
"devDependencies": {

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"vitest": "workspace:*"
7777
},
7878
"dependencies": {
79-
"@blazediff/core": "1.9.3",
79+
"@blazediff/core": "1.10.0",
8080
"@vitest/mocker": "workspace:*",
8181
"@vitest/ui": "workspace:*",
8282
"@vitest/utils": "workspace:*",
@@ -88,7 +88,7 @@
8888
},
8989
"devDependencies": {
9090
"@opentelemetry/api": "^1.9.1",
91-
"@testing-library/user-event": "^14.6.1",
91+
"@testing-library/user-event": "^14.6.3",
9292
"@types/node": "catalog:",
9393
"@types/pngjs": "^6.0.5",
9494
"@types/ws": "catalog:",

packages/vitest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@
177177
"picomatch": "^4.0.5",
178178
"std-env": "catalog:",
179179
"tinybench": "catalog:",
180-
"tinyexec": "1.0.2",
180+
"tinyexec": "1.3.0",
181181
"tinyglobby": "catalog:",
182182
"why-is-node-running": "^2.3.0"
183183
},
184184
"devDependencies": {
185185
"@antfu/install-pkg": "^2.0.1",
186-
"@bomb.sh/tab": "^0.0.21",
186+
"@bomb.sh/tab": "^0.0.22",
187187
"@edge-runtime/vm": "^5.0.0",
188188
"@jridgewell/trace-mapping": "catalog:",
189189
"@opentelemetry/api": "^1.9.1",
@@ -204,7 +204,7 @@
204204
"birpc": "catalog:",
205205
"cac": "catalog:",
206206
"flatted": "catalog:",
207-
"happy-dom": "^20.11.1",
207+
"happy-dom": "^20.11.2",
208208
"jsdom": "^29.1.1",
209209
"local-pkg": "^1.2.1",
210210
"mime": "^4.1.0",

0 commit comments

Comments
 (0)
Sponsor
SponsoredKunjungi sekarang
Promo