Skip to content

Commit 84713e3

Browse files
chore(deps): update all non-major dependencies
1 parent b1e352f commit 84713e3

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/check-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set node version to 24
3636
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3737
with:
38-
node-version: 24.9.0
38+
node-version: 24.11.0
3939
cache: 'pnpm'
4040
cache-dependency-path: |
4141
faker/pnpm-lock.yaml

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
e2e-test:
9696
runs-on: ubuntu-latest
9797
container:
98-
image: cypress/browsers:24.0.0@sha256:fe122441daa9ac524d5ea50da485f240fd2f037b3352fc4dfafe561cfc65cb18
98+
image: cypress/browsers:24.11.0@sha256:33dbe618edc9515a56c0bd358abdc7922b22c457c13601fbeadc9579698d1950
9999
options: --user 1001
100100
timeout-minutes: 10
101101
name: 'E2E Doc Test: node-24, ubuntu-latest'
@@ -135,7 +135,7 @@ jobs:
135135
- name: Set node version to 24
136136
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
137137
with:
138-
node-version: 24.9.0
138+
node-version: 24.11.0
139139
cache: 'pnpm'
140140

141141
- name: Install deps
@@ -163,7 +163,7 @@ jobs:
163163
- name: Set node version to 24
164164
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
165165
with:
166-
node-version: 24.9.0
166+
node-version: 24.11.0
167167
cache: 'pnpm'
168168

169169
- name: Install deps
@@ -191,7 +191,7 @@ jobs:
191191
- name: Set node version to 24
192192
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
193193
with:
194-
node-version: 24.9.0
194+
node-version: 24.11.0
195195
cache: 'pnpm'
196196

197197
- name: Install deps

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set node version to 24
2727
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2828
with:
29-
node-version: 24.9.0
29+
node-version: 24.11.0
3030
cache: 'pnpm'
3131

3232
- name: Install deps

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set node version to 24
2626
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2727
with:
28-
node-version: 24.9.0
28+
node-version: 24.11.0
2929
cache: 'pnpm'
3030

3131
- name: Install deps

.github/workflows/prepare-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set node version to 24
3636
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3737
with:
38-
node-version: 24.9.0
38+
node-version: 24.11.0
3939
cache: 'pnpm'
4040

4141
- name: Install deps

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set node version to 24
2727
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2828
with:
29-
node-version: 24.9.0
29+
node-version: 24.11.0
3030
cache: 'pnpm'
3131

3232
- name: Install deps

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"vue": "3.5.22",
136136
"vue-tsc": "3.1.1"
137137
},
138-
"packageManager": "pnpm@10.18.1",
138+
"packageManager": "pnpm@10.21.0",
139139
"engines": {
140140
"node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0",
141141
"npm": ">=10"

0 commit comments

Comments
 (0)