Skip to content

Commit 68de0a8

Browse files
Upgrade Rush to 5.100.1 (#3246)
* Upgrade to rush 5.100.1 * Update GitHub workflows to rush 5.100.1 --------- Signed-off-by: Emlyn Bolton <[email protected]> Co-authored-by: Donald McEachern <[email protected]>
1 parent 5323c89 commit 68de0a8

24 files changed

+2996
-2740
lines changed

.github/workflows/alpha-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Install dependencies
3737
- name: Install rush
38-
run: npm install -g @microsoft/rush@5.47.0
38+
run: npm install -g @microsoft/rush@5.100.1
3939
- name: Install dependencies
4040
run: rush install --max-install-attempts 3
4141

.github/workflows/breaking-change-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Install dependencies
6464
- name: Install rush
6565
if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'breaking-change') }}
66-
run: npm install -g @microsoft/rush@5.47.0
66+
run: npm install -g @microsoft/rush@5.100.1
6767
- name: Install dependencies
6868
if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'breaking-change') }}
6969
run: rush install --max-install-attempts 3

.github/workflows/ci.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
5959
# Install dependencies
6060
- name: Install rush
61-
run: npm install -g @microsoft/rush@5.47.0
61+
run: npm install -g @microsoft/rush@5.100.1
6262
- name: Install dependencies
6363
run: rush install --max-install-attempts 3
6464
# Switch flavor if necessary
@@ -146,7 +146,7 @@ jobs:
146146
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
147147
# Install dependencies
148148
- name: Install rush
149-
run: npm install -g @microsoft/rush@5.47.0
149+
run: npm install -g @microsoft/rush@5.100.1
150150
- name: Install dependencies
151151
run: rush install --max-install-attempts 3
152152
# Switch flavor if necessary
@@ -197,7 +197,7 @@ jobs:
197197
path: common/temp/pnpm-store
198198
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
199199
- name: Install rush
200-
run: npm install -g @microsoft/rush@5.47.0
200+
run: npm install -g @microsoft/rush@5.100.1
201201
- name: Install dependencies
202202
run: rush install --max-install-attempts 3
203203
- name: Switch flavor for build
@@ -270,7 +270,7 @@ jobs:
270270
path: common/temp/pnpm-store
271271
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
272272
- name: Install rush
273-
run: npm install -g @microsoft/rush@5.47.0
273+
run: npm install -g @microsoft/rush@5.100.1
274274
- name: Install dependencies
275275
run: rush install --max-install-attempts 3
276276
- name: Switch flavor for build
@@ -343,7 +343,7 @@ jobs:
343343
path: common/temp/pnpm-store
344344
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
345345
- name: Install rush
346-
run: npm install -g @microsoft/rush@5.47.0
346+
run: npm install -g @microsoft/rush@5.100.1
347347
- name: Install dependencies
348348
run: rush install --max-install-attempts 3
349349
- name: Switch flavor for build
@@ -413,7 +413,7 @@ jobs:
413413
path: common/temp/pnpm-store
414414
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
415415
- name: Install rush
416-
run: npm install -g @microsoft/rush@5.47.0
416+
run: npm install -g @microsoft/rush@5.100.1
417417
- name: Install dependencies
418418
run: rush install --max-install-attempts 3
419419
- name: Build
@@ -442,7 +442,7 @@ jobs:
442442
path: common/temp/pnpm-store
443443
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
444444
- name: Install rush
445-
run: npm install -g @microsoft/rush@5.47.0
445+
run: npm install -g @microsoft/rush@5.100.1
446446
- name: Install dependencies
447447
run: rush install --max-install-attempts 3
448448
# Switch flavor if necessary
@@ -488,7 +488,7 @@ jobs:
488488
path: common/temp/pnpm-store
489489
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
490490
- name: Install rush
491-
run: npm install -g @microsoft/rush@5.47.0
491+
run: npm install -g @microsoft/rush@5.100.1
492492
- name: Install dependencies
493493
run: rush install --max-install-attempts 3
494494
# Switch flavor if necessary
@@ -534,7 +534,7 @@ jobs:
534534
path: common/temp/pnpm-store
535535
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
536536
- name: Install rush
537-
run: npm install -g @microsoft/rush@5.47.0
537+
run: npm install -g @microsoft/rush@5.100.1
538538
- name: Install dependencies
539539
run: rush install --max-install-attempts 3
540540
# Switch flavor if necessary
@@ -575,7 +575,7 @@ jobs:
575575
with:
576576
node-version: '18.x'
577577
- name: Install rush
578-
run: npm install -g @microsoft/rush@5.47.0
578+
run: npm install -g @microsoft/rush@5.100.1
579579
- name: Install dependencies
580580
run: rush install --max-install-attempts 3
581581
# Switch flavor if necessary
@@ -631,7 +631,7 @@ jobs:
631631
with:
632632
node-version: '18.x'
633633
- name: Install rush
634-
run: npm install -g @microsoft/rush@5.47.0
634+
run: npm install -g @microsoft/rush@5.100.1
635635
- name: Install dependencies
636636
run: rush install --max-install-attempts 3
637637
# Switch flavor when necessary

.github/workflows/create-prerelease-branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
# Install dependencies
6868
- name: Install rush
69-
run: npm install -g @microsoft/rush@5.47.0
69+
run: npm install -g @microsoft/rush@5.100.1
7070
- name: Install dependencies
7171
run: rush install --max-install-attempts 3
7272

.github/workflows/deploy-azure-webapps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
4040

4141
- name: Install Rush
42-
run: npm install -g @microsoft/rush@5.47.0
42+
run: npm install -g @microsoft/rush@5.100.1
4343

4444
- name: Install Dependencies
4545
run: rush install --max-install-attempts 3

.github/workflows/deploy-feature-azure-webapps.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: '18.x'
2929
- name: Install rush
30-
run: npm install -g @microsoft/rush@5.47.0
30+
run: npm install -g @microsoft/rush@5.100.1
3131
- name: Install dependencies
3232
run: rush install
3333
- name: Switch flavor for beta release build
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
node-version: '18.x'
6868
- name: Install rush
69-
run: npm install -g @microsoft/rush@5.47.0
69+
run: npm install -g @microsoft/rush@5.100.1
7070
- name: Install dependencies
7171
run: rush install
7272
- name: Switch flavor for beta release build
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
node-version: '18.x'
107107
- name: Install rush
108-
run: npm install -g @microsoft/rush@5.47.0
108+
run: npm install -g @microsoft/rush@5.100.1
109109
- name: Install dependencies
110110
run: rush install
111111
- name: Switch flavor for beta release build

.github/workflows/deploy-release-azure-webapps.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version: '18.x'
3333
- name: Install rush
34-
run: npm install -g @microsoft/rush@5.47.0
34+
run: npm install -g @microsoft/rush@5.100.1
3535
- name: Install dependencies
3636
run: rush install
3737
# Switch flavor to stable when it is release branch
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
node-version: '18.x'
7878
- name: Install rush
79-
run: npm install -g @microsoft/rush@5.47.0
79+
run: npm install -g @microsoft/rush@5.100.1
8080
- name: Install dependencies
8181
run: rush install
8282
# Switch flavor to stable when it is release branch
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
node-version: '18.x'
123123
- name: Install rush
124-
run: npm install -g @microsoft/rush@5.47.0
124+
run: npm install -g @microsoft/rush@5.100.1
125125
- name: Install dependencies
126126
run: rush install
127127
# Switch flavor to stable when it is release branch

.github/workflows/deploy-storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
2929

3030
- name: Install Rush
31-
run: npm install -g @microsoft/rush@5.47.0
31+
run: npm install -g @microsoft/rush@5.100.1
3232

3333
- name: Install Dependencies
3434
run: rush install --max-install-attempts 3

.github/workflows/nightly-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
# Install dependencies
8282
- name: Install rush
83-
run: npm install -g @microsoft/rush@5.47.0
83+
run: npm install -g @microsoft/rush@5.100.1
8484
- name: Install dependencies
8585
run: rush install --max-install-attempts 3
8686

.github/workflows/npm-release-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
# Install dependencies
6161
- name: Install rush
62-
run: npm install -g @microsoft/rush@5.47.0
62+
run: npm install -g @microsoft/rush@5.100.1
6363
- name: Install dependencies
6464
run: rush install --max-install-attempts 3
6565

.github/workflows/publish-chromatic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
3838

3939
- name: Install Rush
40-
run: npm install -g @microsoft/rush@5.47.0
40+
run: npm install -g @microsoft/rush@5.100.1
4141

4242
- name: Install Dependencies
4343
run: rush install --max-install-attempts 3

.github/workflows/stress-test-ui-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: common/temp/pnpm-store
2727
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
2828
- name: Install rush
29-
run: npm install -g @microsoft/rush@5.47.0
29+
run: npm install -g @microsoft/rush@5.100.1
3030
- name: Install dependencies
3131
run: rush install --max-install-attempts 3
3232
- name: Build Test

.github/workflows/update-api-files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
5353
# Install dependencies
5454
- name: Install rush
55-
run: npm install -g @microsoft/rush@5.47.0
55+
run: npm install -g @microsoft/rush@5.100.1
5656
- name: Install dependencies
5757
run: rush install --max-install-attempts 3
5858
# Switch flavor when necessary

.github/workflows/update-snapshots.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
path: common/temp/pnpm-store
9494
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
9595
- name: Install rush
96-
run: npm install -g @microsoft/rush@5.47.0
96+
run: npm install -g @microsoft/rush@5.100.1
9797
- name: Install dependencies
9898
run: rush install --max-install-attempts 3
9999
- name: Switch flavor for build
@@ -182,7 +182,7 @@ jobs:
182182
path: common/temp/pnpm-store
183183
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
184184
- name: Install rush
185-
run: npm install -g @microsoft/rush@5.47.0
185+
run: npm install -g @microsoft/rush@5.100.1
186186
- name: Install dependencies
187187
run: rush install --max-install-attempts 3
188188
- name: Switch flavor for build
@@ -271,7 +271,7 @@ jobs:
271271
path: common/temp/pnpm-store
272272
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
273273
- name: Install rush
274-
run: npm install -g @microsoft/rush@5.47.0
274+
run: npm install -g @microsoft/rush@5.100.1
275275
- name: Install dependencies
276276
run: rush install --max-install-attempts 3
277277
- name: Switch flavor for build
@@ -361,7 +361,7 @@ jobs:
361361
path: common/temp/pnpm-store
362362
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
363363
- name: Install rush
364-
run: npm install -g @microsoft/rush@5.47.0
364+
run: npm install -g @microsoft/rush@5.100.1
365365
- name: Install dependencies
366366
run: rush install --max-install-attempts 3
367367
- name: Switch flavor for build
@@ -451,7 +451,7 @@ jobs:
451451
path: common/temp/pnpm-store
452452
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
453453
- name: Install rush
454-
run: npm install -g @microsoft/rush@5.47.0
454+
run: npm install -g @microsoft/rush@5.100.1
455455
- name: Install dependencies
456456
run: rush install --max-install-attempts 3
457457
- name: Switch flavor for build
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Upgrade to rush 5.100.1",
4+
"packageName": "@azure/communication-react",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Upgrade to rush 5.100.1",
4+
"packageName": "@azure/communication-react",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}

0 commit comments

Comments
 (0)