Skip to content

Commit cab1bc3

Browse files
authored
Update yarn to version 4.
1 parent 4cd331f commit cab1bc3

File tree

12 files changed

+4963
-4961
lines changed

12 files changed

+4963
-4961
lines changed

.github/workflows/check-javascript-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Upgrade yarn
2323
run: |
2424
yarn set version berry
25-
yarn set version 3
25+
yarn set version 4
2626
2727
- name: Install Node modules
2828
run: |

.github/workflows/run-feature-tests-epas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Upgrade yarn
145145
run: |
146146
yarn set version berry
147-
yarn set version 3
147+
yarn set version 4
148148
149149
- name: Build the JS bundle
150150
run: |

.github/workflows/run-feature-tests-pg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Upgrade yarn
155155
run: |
156156
yarn set version berry
157-
yarn set version 3
157+
yarn set version 4
158158
159159
- name: Build the JS bundle
160160
run: |

.github/workflows/run-javascript-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Upgrade yarn
3232
run: |
3333
yarn set version berry
34-
yarn set version 3
34+
yarn set version 4
3535
3636
- name: Install Node modules
3737
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN export CPPFLAGS="-DPNG_ARM_NEON_OPT=0" && \
5050
npm install -g corepack && \
5151
corepack enable && \
5252
yarn set version berry && \
53-
yarn set version 3 && \
53+
yarn set version 4 && \
5454
yarn install && \
5555
yarn run bundle && \
5656
rm -rf node_modules \

Make.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ REM Main build sequence Ends
216216
ECHO Installing javascript dependencies...
217217
CD "%BUILDROOT%\web"
218218
CALL yarn set version berry || EXIT /B 1
219-
CALL yarn set version 3 || EXIT /B 1
219+
CALL yarn set version 4 || EXIT /B 1
220220
CALL yarn install || EXIT /B 1
221221
CALL npm rebuild || EXIT /B 1
222222

@@ -271,7 +271,7 @@ REM Main build sequence Ends
271271
CD "%BUILDROOT%\runtime\resources\app\"
272272

273273
CALL yarn set version berry || EXIT /B 1
274-
CALL yarn set version 3 || EXIT /B 1
274+
CALL yarn set version 4 || EXIT /B 1
275275
CALL yarn plugin import workspace-tools || EXIT /B 1
276276
CALL yarn workspaces focus --production || EXIT /B 1
277277

pkg/linux/build-functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ _build_runtime() {
177177
# Install the runtime node_modules
178178
pushd "${BUNDLEDIR}/resources/app" > /dev/null || exit
179179
yarn set version berry
180-
yarn set version 3
180+
yarn set version 4
181181
yarn plugin import workspace-tools
182182
yarn workspaces focus --production
183183

@@ -225,7 +225,7 @@ _copy_code() {
225225

226226
pushd "${SOURCEDIR}/web" > /dev/null || exit
227227
yarn set version berry
228-
yarn set version 3
228+
yarn set version 4
229229
yarn install
230230
yarn run bundle
231231
popd > /dev/null || exit

pkg/mac/build-functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ _build_runtime() {
5959
# Install the runtime node_modules, then replace the package.json
6060
pushd "${BUNDLE_DIR}/Contents/Resources/app/" > /dev/null || exit
6161
yarn set version berry
62-
yarn set version 3
62+
yarn set version 4
6363
yarn plugin import workspace-tools
6464
yarn workspaces focus --production
6565

@@ -289,7 +289,7 @@ _complete_bundle() {
289289
# Build node modules
290290
pushd "${SOURCE_DIR}/web" > /dev/null || exit
291291
yarn set version berry
292-
yarn set version 3
292+
yarn set version 4
293293
yarn install
294294
yarn run bundle
295295

pkg/pip/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ do
5757
done
5858

5959
yarn set version berry
60-
yarn set version 3
60+
yarn set version 4
6161
yarn install
6262
yarn run bundle
6363

runtime/yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ __metadata:
177177
linkType: hard
178178

179179
"@types/estree@npm:^1.0.6":
180-
version: 1.0.7
181-
resolution: "@types/estree@npm:1.0.7"
182-
checksum: d9312b7075bdd08f3c9e1bb477102f5458aaa42a8eec31a169481ce314ca99ac716645cff4fca81ea65a2294b0276a0de63159d1baca0f8e7b5050a92de950ad
180+
version: 1.0.8
181+
resolution: "@types/estree@npm:1.0.8"
182+
checksum: bd93e2e415b6f182ec4da1074e1f36c480f1d26add3e696d54fb30c09bc470897e41361c8fd957bf0985024f8fbf1e6e2aff977d79352ef7eb93a5c6dcff6c11
183183
languageName: node
184184
linkType: hard
185185

@@ -207,11 +207,11 @@ __metadata:
207207
linkType: hard
208208

209209
"@types/node@npm:*, @types/node@npm:^22.7.7":
210-
version: 22.15.29
211-
resolution: "@types/node@npm:22.15.29"
210+
version: 22.15.30
211+
resolution: "@types/node@npm:22.15.30"
212212
dependencies:
213213
undici-types: ~6.21.0
214-
checksum: 201aabe3614d68fdf84f3255e2380381180de26ecdfd091f8809bf46fd2a41e73b2df4d94780c2054597f3c203d1c9d378359c21c551fb4eef8b12406698d6c9
214+
checksum: c380ad176575dc847a119e63afe457f3481c0095ef1720605d42b3133cac1c5980179643ce67c9a314c83b9a45f2b17bde5f15b29d8aa1d17e0a43318273829b
215215
languageName: node
216216
linkType: hard
217217

@@ -1001,14 +1001,15 @@ __metadata:
10011001
linkType: hard
10021002

10031003
"form-data@npm:^4.0.0":
1004-
version: 4.0.2
1005-
resolution: "form-data@npm:4.0.2"
1004+
version: 4.0.3
1005+
resolution: "form-data@npm:4.0.3"
10061006
dependencies:
10071007
asynckit: ^0.4.0
10081008
combined-stream: ^1.0.8
10091009
es-set-tostringtag: ^2.1.0
1010+
hasown: ^2.0.2
10101011
mime-types: ^2.1.12
1011-
checksum: e887298b22c13c7c9c5a8ba3716f295a479a13ca78bfd855ef11cbce1bcf22bc0ae2062e94808e21d46e5c667664a1a1a8a7f57d7040193c1fefbfb11af58aab
1012+
checksum: b8e2568c0853ce167b2b9c9c4b81fe563f9ade647178baf6b6381cf8a11e3c01dd2b78a63ba367e6f5eab59afab8284a9438bb5ae768133f9d9fce6567fbc26a
10121013
languageName: node
10131014
linkType: hard
10141015

0 commit comments

Comments
 (0)