Skip to content

Commit a06d122

Browse files
chore(deps): update all non-major dependencies (#8989)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26d2b60 commit a06d122

9 files changed

Lines changed: 823 additions & 546 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write # for actions-cool/issues-helper to update issues
1212
steps:
1313
- name: needs reproduction
14-
uses: actions-cool/issues-helper@564cd9b1baacd7a9cd634e8039a149901ee5f600 # v3.7.1
14+
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2
1515
with:
1616
actions: close-issues
1717
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: needs reproduction
1414
if: github.event.label.name == 'needs reproduction'
15-
uses: actions-cool/issues-helper@564cd9b1baacd7a9cd634e8039a149901ee5f600 # v3.7.1
15+
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2
1616
with:
1717
actions: create-comment
1818
token: ${{ secrets.GITHUB_TOKEN }}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"vite-plugin-pwa": "^0.21.2",
3535
"vitepress": "2.0.0-alpha.12",
3636
"vitepress-plugin-group-icons": "^1.6.5",
37-
"vitepress-plugin-llms": "^1.9.0",
37+
"vitepress-plugin-llms": "^1.9.1",
3838
"vitepress-plugin-tabs": "^0.7.3",
3939
"workbox-window": "^7.3.0"
4040
}

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.6.1",
15+
"fastify": "^5.6.2",
1616
"supertest": "^6.3.4",
1717
"tsx": "^4.20.6",
1818
"vite": "latest",

examples/projects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/react": "^19.2.2",
1616
"@vitejs/plugin-react": "^5.1.0",
1717
"@vitest/ui": "latest",
18-
"fastify": "^5.6.1",
18+
"fastify": "^5.6.2",
1919
"jsdom": "^27.1.0",
2020
"react": "^19.2.0",
2121
"supertest": "^6.3.4",

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": "4.0.8",
55
"private": true,
6-
"packageManager": "pnpm@10.20.0",
6+
"packageManager": "pnpm@10.21.0",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -51,12 +51,12 @@
5151
"@vitest/ui": "workspace:*",
5252
"bumpp": "^10.3.1",
5353
"changelogithub": "^13.16.1",
54-
"esbuild": "^0.25.12",
54+
"esbuild": "^0.27.0",
5555
"eslint": "^9.39.1",
5656
"magic-string": "^0.30.21",
5757
"pathe": "^2.0.3",
5858
"premove": "^4.0.0",
59-
"rollup": "^4.52.5",
59+
"rollup": "^4.53.1",
6060
"rollup-plugin-dts": "^6.2.3",
6161
"rollup-plugin-license": "^3.6.0",
6262
"tinyglobby": "catalog:",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
"birpc": "catalog:",
7676
"codemirror": "^5.65.18",
7777
"codemirror-theme-vars": "^0.1.2",
78-
"d3-graph-controller": "^3.1.5",
78+
"d3-graph-controller": "^3.1.6",
7979
"floating-vue": "^5.2.2",
8080
"mime": "^4.1.0",
81-
"rollup": "^4.52.5",
81+
"rollup": "^4.53.1",
8282
"splitpanes": "^4.0.4",
8383
"typescript": "^5.9.3",
8484
"unocss": "catalog:",

0 commit comments

Comments
 (0)