Skip to content

Commit 65263d7

Browse files
fix(deps): update all non-major dependencies (#10966)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e8c57d commit 65263d7

15 files changed

Lines changed: 440 additions & 422 deletions

File tree

.github/workflows/semgrep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
security-events: write # Required for upload-sarif to upload SARIF files.
1616
container:
17-
image: semgrep/semgrep:1.172.0@sha256:65dcd4408adda7c183a6b4550cb1e9b19f7f627a6fbb7e0559bd466bedc44d7b
17+
image: semgrep/semgrep:1.173.0@sha256:67319956da3dcb58baf5b322899c15458e3963e7018a86aeeb5cd224e69cb77a
1818
steps:
1919
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020
with:
@@ -29,6 +29,6 @@ jobs:
2929
> semgrep-results.sarif
3030
3131
- name: Upload SARIF result
32-
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
32+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
3333
with:
3434
sarif_file: semgrep-results.sarif

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"unocss": "catalog:",
3535
"vite": "^6.3.5",
3636
"vite-plugin-pwa": "^1.3.0",
37-
"vitepress": "2.0.0-alpha.18",
37+
"vitepress": "2.0.0-alpha.19",
3838
"vitepress-plugin-group-icons": "^1.7.6",
39-
"vitepress-plugin-llms": "^1.13.4",
39+
"vitepress-plugin-llms": "^1.13.5",
4040
"vitepress-plugin-tabs": "^0.9.1",
4141
"workbox-window": "^7.4.1"
4242
}

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@vitest/ui": "latest",
15-
"fastify": "^5.11.3",
15+
"fastify": "^5.12.0",
1616
"supertest": "^7.2.2",
1717
"tsx": "^4.23.12",
1818
"vite": "latest",

examples/projects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"devDependencies": {
1212
"@testing-library/jest-dom": "^7.0.1",
1313
"@testing-library/react": "^16.3.2",
14-
"@testing-library/user-event": "^14.6.3",
14+
"@testing-library/user-event": "^14.6.4",
1515
"@types/react": "^19.2.18",
1616
"@vitejs/plugin-react": "^5.2.0",
1717
"@vitest/ui": "latest",
18-
"fastify": "^5.11.3",
18+
"fastify": "^5.12.0",
1919
"jsdom": "^29.1.1",
2020
"react": "^19.2.8",
2121
"supertest": "^7.2.2",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "5.0.0-rc.1",
55
"private": true,
6-
"packageManager": "pnpm@11.21.0",
6+
"packageManager": "pnpm@11.22.0",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^22.12.0 || ^24.0.0 || >=26.0.0"
@@ -58,7 +58,7 @@
5858
"changelogithub": "^14.0.0",
5959
"eslint": "^10.8.1",
6060
"knip": "catalog:",
61-
"magic-string": "^1.1.0",
61+
"magic-string": "^1.2.0",
6262
"pathe": "^2.0.3",
6363
"premove": "^4.0.0",
6464
"rollup": "catalog:",

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.3",
51+
"@testing-library/user-event": "^14.6.4",
5252
"@vitest/browser": "workspace:*"
5353
},
5454
"devDependencies": {

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"devDependencies": {
9090
"@opentelemetry/api": "^1.9.1",
91-
"@testing-library/user-event": "^14.6.3",
91+
"@testing-library/user-event": "^14.6.4",
9292
"@types/node": "catalog:",
9393
"@types/pngjs": "^6.0.5",
9494
"@types/ws": "catalog:",

packages/mocker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@types/estree": "catalog:",
9797
"@vitest/utils": "workspace:*",
9898
"acorn-walk": "catalog:",
99-
"cjs-module-lexer": "^2.2.0",
99+
"cjs-module-lexer": "^2.2.1",
100100
"es-module-lexer": "^2.3.1",
101101
"msw": "catalog:",
102102
"pathe": "catalog:",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"tinyrainbow": "catalog:"
6262
},
6363
"devDependencies": {
64-
"@faker-js/faker": "^10.5.0",
64+
"@faker-js/faker": "^10.6.0",
6565
"@iconify-json/carbon": "catalog:",
6666
"@iconify-json/logos": "catalog:",
6767
"@types/codemirror": "^5.60.18",
@@ -88,7 +88,7 @@
8888
"vitest-browser-vue": "2.1.0",
8989
"vue": "catalog:",
9090
"vue-router": "^5.2.0",
91-
"vue-tsc": "^3.3.9",
91+
"vue-tsc": "^3.3.10",
9292
"vue-virtual-scroller": "2.0.1"
9393
}
9494
}

0 commit comments

Comments
 (0)