Skip to content

Commit df496ee

Browse files
fix(deps): update all non-major dependencies
1 parent 8c3a1db commit df496ee

File tree

24 files changed

+1353
-1568
lines changed

24 files changed

+1353
-1568
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@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
14+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.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@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
27+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
2828

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

.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@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
14+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
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@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
15+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
1616
with:
1717
actions: create-comment
1818
token: ${{ secrets.GITHUB_TOKEN }}

.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@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
27+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.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
@@ -27,15 +27,15 @@
2727
"@vite-pwa/assets-generator": "^1.0.2",
2828
"@vite-pwa/vitepress": "^1.1.0",
2929
"@vitejs/plugin-vue": "catalog:",
30-
"@voidzero-dev/vitepress-theme": "^4.8.3",
30+
"@voidzero-dev/vitepress-theme": "^4.8.4",
3131
"https-localhost": "^4.7.1",
3232
"tinyglobby": "catalog:",
3333
"unocss": "catalog:",
3434
"vite": "^6.3.5",
3535
"vite-plugin-pwa": "^1.2.0",
36-
"vitepress": "2.0.0-alpha.16",
37-
"vitepress-plugin-group-icons": "^1.7.1",
38-
"vitepress-plugin-llms": "^1.11.0",
36+
"vitepress": "2.0.0-alpha.17",
37+
"vitepress-plugin-group-icons": "^1.7.3",
38+
"vitepress-plugin-llms": "^1.12.0",
3939
"vitepress-plugin-tabs": "^0.8.0",
4040
"workbox-window": "^7.4.0"
4141
}

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.7.2",
15+
"fastify": "^5.8.4",
1616
"supertest": "^7.2.2",
1717
"tsx": "^4.21.0",
1818
"vite": "latest",

examples/opentelemetry/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"test": "vitest"
99
},
1010
"devDependencies": {
11-
"@opentelemetry/api": "^1.9.0",
12-
"@opentelemetry/context-zone": "^2.6.0",
13-
"@opentelemetry/exporter-trace-otlp-proto": "^0.213.0",
14-
"@opentelemetry/resources": "^2.6.0",
15-
"@opentelemetry/sdk-node": "^0.213.0",
16-
"@opentelemetry/sdk-trace-web": "^2.6.0",
11+
"@opentelemetry/api": "^1.9.1",
12+
"@opentelemetry/context-zone": "^2.6.1",
13+
"@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
14+
"@opentelemetry/resources": "^2.6.1",
15+
"@opentelemetry/sdk-node": "^0.214.0",
16+
"@opentelemetry/sdk-trace-web": "^2.6.1",
1717
"@vitest/browser-playwright": "latest",
1818
"vite": "latest",
1919
"vitest": "latest"

examples/projects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@testing-library/react": "^16.3.2",
1414
"@testing-library/user-event": "^14.6.1",
1515
"@types/react": "^19.2.14",
16-
"@vitejs/plugin-react": "^5.1.4",
16+
"@vitejs/plugin-react": "^5.2.0",
1717
"@vitest/ui": "latest",
18-
"fastify": "^5.7.2",
18+
"fastify": "^5.8.4",
1919
"jsdom": "^27.4.0",
2020
"react": "^19.2.4",
2121
"supertest": "^7.2.2",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.1.2",
55
"private": true,
6-
"packageManager": "pnpm@10.31.0",
6+
"packageManager": "pnpm@10.33.0",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -54,13 +54,13 @@
5454
"@vitest/ui": "workspace:*",
5555
"bumpp": "^10.4.1",
5656
"changelogithub": "^14.0.0",
57-
"esbuild": "^0.27.3",
57+
"esbuild": "^0.27.4",
5858
"eslint": "^10.0.3",
5959
"magic-string": "^0.30.21",
6060
"pathe": "^2.0.3",
6161
"premove": "^4.0.0",
62-
"rollup": "^4.59.0",
63-
"rollup-plugin-dts": "^6.3.0",
62+
"rollup": "^4.60.0",
63+
"rollup-plugin-dts": "^6.4.1",
6464
"rollup-plugin-license": "^3.7.0",
6565
"tinyglobby": "catalog:",
6666
"tsx": "^4.21.0",

0 commit comments

Comments
 (0)