Skip to content

Commit 5356d69

Browse files
committed
Merge branch 'main' of github.com:angular/components into cdk-tree-revamp
2 parents e5d0d9a + 6b2f03b commit 5356d69

File tree

613 files changed

+9685
-5389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

613 files changed

+9685
-5389
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@e0ec7b60641d7f6369be45d8d02663fd50f320be
19+
- uses: angular/dev-infra/github-actions/branch-manager@f00131a6ab074797904b905c6a7637af1ce7ce80
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci-privileged.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
CI_RUNNER_NUMBER: ${{ github.run_id }}
2727
steps:
2828
- name: Initialize environment
29-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
29+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
3030
with:
3131
cache-node-modules: true
3232
# Checking out the pull request commit is intended here as we need to run the changed code tests.
3333
ref: ${{ github.event.pull_request.head.sha }}
3434
- name: Install node modules
3535
run: yarn install --frozen-lockfile
3636
- name: Setup Bazel
37-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
37+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
3838
- name: Run tests on Saucelabs
3939
run: ./scripts/circleci/run-saucelabs-tests.sh
4040

@@ -48,14 +48,14 @@ jobs:
4848
CI_RUNNER_NUMBER: ${{ github.run_id }}
4949
steps:
5050
- name: Initialize environment
51-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
51+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
5252
with:
5353
cache-node-modules: true
5454
# Checking out the pull request commit is intended here as we need to run the changed code tests.
5555
ref: ${{ github.event.pull_request.head.sha }}
5656
- name: Install node modules
5757
run: yarn install --frozen-lockfile
5858
- name: Setup Bazel
59-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
59+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
6060
- name: Run tests on Browserstack
6161
run: ./scripts/circleci/run-browserstack-tests.sh

.github/workflows/ci.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Initialize environment
26-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
2727
with:
2828
cache-node-modules: true
2929
- name: Install node modules
@@ -66,13 +66,13 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Initialize environment
69-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
69+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
7070
with:
7171
cache-node-modules: true
7272
- name: Setup Bazel
73-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
73+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
7474
- name: Setup Bazel RBE
75-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
75+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
7676
- name: Install node modules
7777
run: yarn install --frozen-lockfile
7878
- name: Check API Goldens
@@ -87,13 +87,13 @@ jobs:
8787
runs-on: ubuntu-latest
8888
steps:
8989
- name: Initialize environment
90-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
90+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
9191
with:
9292
cache-node-modules: true
9393
- name: Setup Bazel
94-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
94+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
9595
- name: Setup Bazel RBE
96-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
96+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
9797
- name: Install node modules
9898
run: yarn install --frozen-lockfile
9999
- name: Run e2e tests
@@ -108,13 +108,13 @@ jobs:
108108
runs-on: ubuntu-latest
109109
steps:
110110
- name: Initialize environment
111-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
111+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
112112
with:
113113
cache-node-modules: true
114114
- name: Setup Bazel
115-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
115+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
116116
- name: Setup Bazel RBE
117-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
117+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
118118
- name: Install node modules
119119
run: yarn install --frozen-lockfile
120120
- name: Run integration tests
@@ -132,13 +132,13 @@ jobs:
132132
runs-on: ubuntu-latest-4core
133133
steps:
134134
- name: Initialize environment
135-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
135+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
136136
with:
137137
cache-node-modules: true
138138
- name: Setup Bazel
139-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
139+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
140140
- name: Setup Bazel RBE
141-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
141+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
142142
- name: Install node modules
143143
run: yarn install --frozen-lockfile
144144
- name: Run linker AOT tests
@@ -153,13 +153,13 @@ jobs:
153153
runs-on: ubuntu-latest-4core
154154
steps:
155155
- name: Initialize environment
156-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
156+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
157157
with:
158158
cache-node-modules: true
159159
- name: Setup Bazel
160-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
160+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
161161
- name: Setup Bazel RBE
162-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
162+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
163163
- name: Install node modules
164164
run: yarn install --frozen-lockfile
165165
- name: Run linker JIT tests
@@ -174,13 +174,13 @@ jobs:
174174
runs-on: ubuntu-latest-16core
175175
steps:
176176
- name: Initialize environment
177-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
177+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
178178
with:
179179
cache-node-modules: true
180180
- name: Setup Bazel
181-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
181+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
182182
- name: Setup Bazel RBE
183-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
183+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
184184
- name: Install node modules
185185
run: yarn install --frozen-lockfile
186186
- name: Run tests
@@ -195,13 +195,13 @@ jobs:
195195
runs-on: ubuntu-latest-4core
196196
steps:
197197
- name: Initialize environment
198-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
198+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
199199
with:
200200
cache-node-modules: true
201201
- name: Setup Bazel
202-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
202+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
203203
- name: Setup Bazel RBE
204-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
204+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
205205
- name: Install node modules
206206
run: yarn install --frozen-lockfile
207207
- name: Run tests
@@ -217,13 +217,13 @@ jobs:
217217
runs-on: ubuntu-latest-4core
218218
steps:
219219
- name: Initialize environment
220-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
220+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
221221
with:
222222
cache-node-modules: true
223223
- name: Setup Bazel
224-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
224+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
225225
- name: Setup Bazel RBE
226-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
226+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
227227
- name: Install node modules
228228
run: yarn install --frozen-lockfile
229229
- name: Build and Verify Release Output
@@ -249,13 +249,13 @@ jobs:
249249
runs-on: ubuntu-latest-4core
250250
steps:
251251
- name: Initialize environment
252-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
252+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
253253
with:
254254
cache-node-modules: true
255255
- name: Setup Bazel
256-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
256+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
257257
- name: Setup Bazel RBE
258-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
258+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
259259
- name: Install node modules
260260
run: yarn install --frozen-lockfile
261261
- name: Build and Verify Release Output
@@ -275,13 +275,13 @@ jobs:
275275
runs-on: ubuntu-latest-4core
276276
steps:
277277
- name: Initialize environment
278-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
278+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
279279
with:
280280
cache-node-modules: true
281281
- name: Setup Bazel
282-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
282+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
283283
- name: Setup Bazel RBE
284-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
284+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
285285
- name: Install node modules
286286
run: yarn install --frozen-lockfile
287287
- name: Build and Verify Release Output

.github/workflows/deploy-dev-app-main-push.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Initialize environment
20-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
20+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
2121
with:
2222
cache-node-modules: true
2323
- name: Setup Bazel
24-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
24+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
2525
- name: Setup Bazel RBE
26-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
26+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
2727

2828
- name: Building dev-app
2929
run: |
@@ -46,14 +46,10 @@ jobs:
4646
entryPoint: './'
4747
channelId: '${{env.PREVIEW_CHANNEL}}'
4848

49-
- name: Result
50-
run: |
51-
echo "Deployed to: ${{steps.deploy.outputs.details_url}}"
52-
5349
- name: Deployment Status
5450
uses: zattoo/deploy-status@c8a0267e54a90ea07765fa88f7c7c35171859eec # v1
5551
with:
5652
token: '${{github.token}}'
5753
environment: 'dev'
58-
environment_url: '${{steps.deploy.outputs.details_url}}'
54+
environment_url: 'https://ng-comp-devapp.web.app'
5955
state: success

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e0ec7b60641d7f6369be45d8d02663fd50f320be
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f00131a6ab074797904b905c6a7637af1ce7ce80
1616
with:
1717
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818
post_approval_changes:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22-
- uses: angular/dev-infra/github-actions/post-approval-changes@e0ec7b60641d7f6369be45d8d02663fd50f320be
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@f00131a6ab074797904b905c6a7637af1ce7ce80
2323
with:
2424
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/google-internal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
16-
- uses: angular/dev-infra/github-actions/google-internal-tests@e0ec7b60641d7f6369be45d8d02663fd50f320be
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@f00131a6ab074797904b905c6a7637af1ce7ce80
1717
with:
1818
run-tests-guide-url: http://go/angular-material-presubmit
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/preview-build-dev-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ jobs:
2323
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview'))
2424
steps:
2525
- name: Initialize environment
26-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
2727
with:
2828
cache-node-modules: true
2929
- name: Setup Bazel
30-
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
30+
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
3131
- name: Setup Bazel RBE
32-
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
32+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
3333

3434
# Build the web package
3535
- run: bazel build //src/dev-app:web_package --symlink_prefix=dist/
3636

37-
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@e0ec7b60641d7f6369be45d8d02663fd50f320be
37+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@f00131a6ab074797904b905c6a7637af1ce7ce80
3838
with:
3939
workflow-artifact-name: 'dev-app'
4040
pull-number: '${{github.event.pull_request.number}}'

.github/workflows/preview-deploy-dev-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app
3434
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}}
3535
36-
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@e0ec7b60641d7f6369be45d8d02663fd50f320be
36+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@f00131a6ab074797904b905c6a7637af1ce7ce80
3737
with:
3838
github-token: '${{secrets.GITHUB_TOKEN}}'
3939
workflow-artifact-name: 'dev-app'

0 commit comments

Comments
 (0)