Skip to content

Commit f743f86

Browse files
Rush update (#3935)
1 parent 31dd992 commit f743f86

18 files changed

Lines changed: 53 additions & 35 deletions

.github/workflows/alpha-release.yml

Lines changed: 1 addition & 1 deletion
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.112.1
38+
run: npm install -g @microsoft/rush@5.112.2
3939
- name: Install dependencies
4040
run: rush install --max-install-attempts 3
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Install rush
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.112.1
66+
run: npm install -g @microsoft/rush@5.112.2
6767
# Checkout the branch to be merged into in PR
6868
- name: Checkout base branch
6969
if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'breaking-change') }}

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
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.112.1
61+
run: npm install -g @microsoft/rush@5.112.2
6262
- name: Install dependencies
6363
run: rush install --max-install-attempts 3
6464
# Switch flavor if necessary
@@ -158,7 +158,7 @@ jobs:
158158
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
159159
# Install dependencies
160160
- name: Install rush
161-
run: npm install -g @microsoft/rush@5.112.1
161+
run: npm install -g @microsoft/rush@5.112.2
162162
- name: Install dependencies
163163
run: rush install --max-install-attempts 3
164164
# Switch flavor if necessary
@@ -209,7 +209,7 @@ jobs:
209209
path: common/temp/pnpm-store
210210
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
211211
- name: Install rush
212-
run: npm install -g @microsoft/rush@5.112.1
212+
run: npm install -g @microsoft/rush@5.112.2
213213
- name: Install dependencies
214214
run: rush install --max-install-attempts 3
215215
- uses: browser-actions/setup-chrome@v1
@@ -287,7 +287,7 @@ jobs:
287287
path: common/temp/pnpm-store
288288
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
289289
- name: Install rush
290-
run: npm install -g @microsoft/rush@5.112.1
290+
run: npm install -g @microsoft/rush@5.112.2
291291
- name: Install dependencies
292292
run: rush install --max-install-attempts 3
293293
- uses: browser-actions/setup-chrome@v1
@@ -365,7 +365,7 @@ jobs:
365365
path: common/temp/pnpm-store
366366
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
367367
- name: Install rush
368-
run: npm install -g @microsoft/rush@5.112.1
368+
run: npm install -g @microsoft/rush@5.112.2
369369
- name: Install dependencies
370370
run: rush install --max-install-attempts 3
371371
- uses: browser-actions/setup-chrome@v1
@@ -440,7 +440,7 @@ jobs:
440440
path: common/temp/pnpm-store
441441
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
442442
- name: Install rush
443-
run: npm install -g @microsoft/rush@5.112.1
443+
run: npm install -g @microsoft/rush@5.112.2
444444
- name: Install dependencies
445445
run: rush install --max-install-attempts 3
446446
- name: Build
@@ -469,7 +469,7 @@ jobs:
469469
path: common/temp/pnpm-store
470470
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
471471
- name: Install rush
472-
run: npm install -g @microsoft/rush@5.112.1
472+
run: npm install -g @microsoft/rush@5.112.2
473473
- name: Install dependencies
474474
run: rush install --max-install-attempts 3
475475
# Switch flavor if necessary
@@ -515,7 +515,7 @@ jobs:
515515
path: common/temp/pnpm-store
516516
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
517517
- name: Install rush
518-
run: npm install -g @microsoft/rush@5.112.1
518+
run: npm install -g @microsoft/rush@5.112.2
519519
- name: Install dependencies
520520
run: rush install --max-install-attempts 3
521521
# Switch flavor if necessary
@@ -561,7 +561,7 @@ jobs:
561561
path: common/temp/pnpm-store
562562
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
563563
- name: Install rush
564-
run: npm install -g @microsoft/rush@5.112.1
564+
run: npm install -g @microsoft/rush@5.112.2
565565
- name: Install dependencies
566566
run: rush install --max-install-attempts 3
567567
# Switch flavor if necessary
@@ -602,7 +602,7 @@ jobs:
602602
with:
603603
node-version: '20.x'
604604
- name: Install rush
605-
run: npm install -g @microsoft/rush@5.112.1
605+
run: npm install -g @microsoft/rush@5.112.2
606606
- name: Install dependencies
607607
run: rush install --max-install-attempts 3
608608
- uses: browser-actions/setup-chrome@v1
@@ -664,7 +664,7 @@ jobs:
664664
with:
665665
node-version: '20.x'
666666
- name: Install rush
667-
run: npm install -g @microsoft/rush@5.112.1
667+
run: npm install -g @microsoft/rush@5.112.2
668668
- name: Install dependencies
669669
run: rush install --max-install-attempts 3
670670
- uses: browser-actions/setup-chrome@v1
@@ -741,7 +741,7 @@ jobs:
741741
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
742742
# Install dependencies in order to use script
743743
- name: Install rush
744-
run: npm install -g @microsoft/rush@5.112.1
744+
run: npm install -g @microsoft/rush@5.112.2
745745
- name: Install dependencies
746746
run: rush install --max-install-attempts 3
747747
- name: Get jest tests coverage of main from gist

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
# Install dependencies
7373
- name: Install rush
74-
run: npm install -g @microsoft/rush@5.112.1
74+
run: npm install -g @microsoft/rush@5.112.2
7575
- name: Install dependencies
7676
run: rush install --max-install-attempts 3
7777

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

Lines changed: 1 addition & 1 deletion
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.112.1
42+
run: npm install -g @microsoft/rush@5.112.2
4343

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: '20.x'
2929
- name: Install rush
30-
run: npm install -g @microsoft/rush@5.112.1
30+
run: npm install -g @microsoft/rush@5.112.2
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: '20.x'
6868
- name: Install rush
69-
run: npm install -g @microsoft/rush@5.112.1
69+
run: npm install -g @microsoft/rush@5.112.2
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: '20.x'
107107
- name: Install rush
108-
run: npm install -g @microsoft/rush@5.112.1
108+
run: npm install -g @microsoft/rush@5.112.2
109109
- name: Install dependencies
110110
run: rush install
111111
- name: Switch flavor for beta release build

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version: '20.x'
3333
- name: Install rush
34-
run: npm install -g @microsoft/rush@5.112.1
34+
run: npm install -g @microsoft/rush@5.112.2
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: '20.x'
7878
- name: Install rush
79-
run: npm install -g @microsoft/rush@5.112.1
79+
run: npm install -g @microsoft/rush@5.112.2
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: '20.x'
123123
- name: Install rush
124-
run: npm install -g @microsoft/rush@5.112.1
124+
run: npm install -g @microsoft/rush@5.112.2
125125
- name: Install dependencies
126126
run: rush install
127127
# Switch flavor to stable when it is release branch

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
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.112.1
31+
run: npm install -g @microsoft/rush@5.112.2
3232

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

.github/workflows/nightly-cd.yml

Lines changed: 1 addition & 1 deletion
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.112.1
83+
run: npm install -g @microsoft/rush@5.112.2
8484
- name: Install dependencies
8585
run: rush install --max-install-attempts 3
8686

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

Lines changed: 1 addition & 1 deletion
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.112.1
62+
run: npm install -g @microsoft/rush@5.112.2
6363
- name: Install dependencies
6464
run: rush install --max-install-attempts 3
6565

0 commit comments

Comments
 (0)