Skip to content

Commit

Permalink
Upgrade Rush to 5.100.1 (#3246)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
emlynmac and dmceachernmsft authored Jun 21, 2023
1 parent 5323c89 commit 68de0a8
Show file tree
Hide file tree
Showing 24 changed files with 2,996 additions and 2,740 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# Install dependencies
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/breaking-change-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# Install dependencies
- name: Install rush
if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'breaking-change') }}
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'breaking-change') }}
run: rush install --max-install-attempts 3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
# Install dependencies
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
# Switch flavor if necessary
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
# Install dependencies
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
# Switch flavor if necessary
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
- name: Switch flavor for build
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
- name: Switch flavor for build
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
- name: Switch flavor for build
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
- name: Build
Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
# Switch flavor if necessary
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
# Switch flavor if necessary
Expand Down Expand Up @@ -534,7 +534,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
# Switch flavor if necessary
Expand Down Expand Up @@ -575,7 +575,7 @@ jobs:
with:
node-version: '18.x'
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
# Switch flavor if necessary
Expand Down Expand Up @@ -631,7 +631,7 @@ jobs:
with:
node-version: '18.x'
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
# Switch flavor when necessary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-prerelease-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

# Install dependencies
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-azure-webapps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}

- name: Install Rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1

- name: Install Dependencies
run: rush install --max-install-attempts 3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-feature-azure-webapps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: '18.x'
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install
- name: Switch flavor for beta release build
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
node-version: '18.x'
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install
- name: Switch flavor for beta release build
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
with:
node-version: '18.x'
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install
- name: Switch flavor for beta release build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-release-azure-webapps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
node-version: '18.x'
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install
# Switch flavor to stable when it is release branch
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
with:
node-version: '18.x'
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install
# Switch flavor to stable when it is release branch
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
with:
node-version: '18.x'
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install
# Switch flavor to stable when it is release branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}

- name: Install Rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1

- name: Install Dependencies
run: rush install --max-install-attempts 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

# Install dependencies
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# Install dependencies
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}

- name: Install Rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1

- name: Install Dependencies
run: rush install --max-install-attempts 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stress-test-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
- name: Build Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-api-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
# Install dependencies
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
# Switch flavor when necessary
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
- name: Switch flavor for build
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
- name: Switch flavor for build
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
- name: Switch flavor for build
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
- name: Switch flavor for build
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
path: common/temp/pnpm-store
key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
- name: Install rush
run: npm install -g @microsoft/rush@5.47.0
run: npm install -g @microsoft/rush@5.100.1
- name: Install dependencies
run: rush install --max-install-attempts 3
- name: Switch flavor for build
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Upgrade to rush 5.100.1",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Upgrade to rush 5.100.1",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "none"
}
Loading

0 comments on commit 68de0a8

Please sign in to comment.