Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 288cadd

Browse files
committedMay 14, 2025·
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 9d07249 commit 288cadd

File tree

11 files changed

+78
-78
lines changed

11 files changed

+78
-78
lines changed
 

‎.github/shared-actions/windows-bazel-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- name: Initialize WSL
2020
id: init_wsl
21-
uses: angular/dev-infra/github-actions/setup-wsl@43b8195028f62c7a10f793a0f7c48893531a32dc
21+
uses: angular/dev-infra/github-actions/setup-wsl@ac6d1631beb9e605769b739a5349e178c1f46ec0
2222
with:
2323
wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
2424

‎.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@43b8195028f62c7a10f793a0f7c48893531a32dc
19+
- uses: angular/dev-infra/github-actions/branch-manager@ac6d1631beb9e605769b739a5349e178c1f46ec0
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

‎.github/workflows/ci.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
26+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
2727
- name: Install node modules
2828
run: pnpm install --frozen-lockfile
2929
- name: Generate JSON schema types
@@ -44,11 +44,11 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Initialize environment
47-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
47+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
4848
- name: Setup Bazel
49-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
49+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
5050
- name: Setup Bazel RBE
51-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
51+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
5252
with:
5353
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5454
- name: Install node modules
@@ -61,11 +61,11 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Initialize environment
64-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
64+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
6565
- name: Setup Bazel
66-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
66+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
6767
- name: Setup Bazel RBE
68-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
68+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
6969
with:
7070
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7171
- name: Install node modules
@@ -87,13 +87,13 @@ jobs:
8787
runs-on: ${{ matrix.os }}
8888
steps:
8989
- name: Initialize environment
90-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
90+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
9191
- name: Install node modules
9292
run: pnpm install --frozen-lockfile
9393
- name: Setup Bazel
94-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
94+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
9595
- name: Setup Bazel RBE
96-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
96+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
9797
with:
9898
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9999
- name: Run CLI E2E tests
@@ -110,11 +110,11 @@ jobs:
110110
runs-on: ${{ matrix.os }}
111111
steps:
112112
- name: Initialize environment
113-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
113+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
114114
- name: Setup Bazel
115-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
115+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
116116
- name: Setup Bazel RBE
117-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
117+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
118118
with:
119119
allow_windows_rbe: true
120120
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
@@ -138,13 +138,13 @@ jobs:
138138
runs-on: ${{ matrix.os }}
139139
steps:
140140
- name: Initialize environment
141-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
141+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
142142
- name: Install node modules
143143
run: pnpm install --frozen-lockfile
144144
- name: Setup Bazel
145-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
145+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
146146
- name: Setup Bazel RBE
147-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
147+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
148148
with:
149149
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
150150
- name: Run CLI E2E tests
@@ -163,13 +163,13 @@ jobs:
163163
runs-on: ${{ matrix.os }}
164164
steps:
165165
- name: Initialize environment
166-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
166+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
167167
- name: Install node modules
168168
run: pnpm install --frozen-lockfile
169169
- name: Setup Bazel
170-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
170+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
171171
- name: Setup Bazel RBE
172-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
172+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
173173
with:
174174
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
175175
- name: Run CLI E2E tests
@@ -183,13 +183,13 @@ jobs:
183183
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
184184
steps:
185185
- name: Initialize environment
186-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
186+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
187187
- name: Install node modules
188188
run: pnpm install --frozen-lockfile
189189
- name: Setup Bazel
190-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
190+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
191191
- name: Setup Bazel RBE
192-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
192+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
193193
with:
194194
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
195195
- name: Run E2E Browser tests
@@ -219,11 +219,11 @@ jobs:
219219
CIRCLE_BRANCH: ${{ github.ref_name }}
220220
steps:
221221
- name: Initialize environment
222-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
222+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
223223
- name: Install node modules
224224
run: pnpm install --frozen-lockfile
225225
- name: Setup Bazel
226-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
226+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
227227
- run: pnpm admin snapshots --verbose
228228
env:
229229
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

‎.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@43b8195028f62c7a10f793a0f7c48893531a32dc
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@ac6d1631beb9e605769b739a5349e178c1f46ec0
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@43b8195028f62c7a10f793a0f7c48893531a32dc
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@ac6d1631beb9e605769b739a5349e178c1f46ec0
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

‎.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
if: github.repository == 'angular/angular-cli'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: angular/dev-infra/github-actions/feature-request@43b8195028f62c7a10f793a0f7c48893531a32dc
19+
- uses: angular/dev-infra/github-actions/feature-request@ac6d1631beb9e605769b739a5349e178c1f46ec0
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

‎.github/workflows/perf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
workflows: ${{ steps.workflows.outputs.workflows }}
2424
steps:
2525
- name: Initialize environment
26-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
2727
- name: Install node modules
2828
run: pnpm install --frozen-lockfile
2929
- id: workflows
@@ -38,9 +38,9 @@ jobs:
3838
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
3939
steps:
4040
- name: Initialize environment
41-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
4242
- name: Setup Bazel
43-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
43+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
4444
- name: Install node modules
4545
run: pnpm install --frozen-lockfile
4646
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow

‎.github/workflows/pr.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Initialize environment
37-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
3838
- name: Setup Bazel
39-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
39+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
4040
- name: Setup ESLint Caching
4141
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4242
with:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Run Validation
5757
run: pnpm admin validate
5858
- name: Check Package Licenses
59-
uses: angular/dev-infra/github-actions/linting/licenses@43b8195028f62c7a10f793a0f7c48893531a32dc
59+
uses: angular/dev-infra/github-actions/linting/licenses@ac6d1631beb9e605769b739a5349e178c1f46ec0
6060
- name: Check tooling setup
6161
run: pnpm check-tooling-setup
6262
- name: Check commit message
@@ -72,11 +72,11 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Initialize environment
75-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
75+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
7676
- name: Setup Bazel
77-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
77+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
7878
- name: Setup Bazel RBE
79-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
79+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
8080
- name: Install node modules
8181
run: pnpm install --frozen-lockfile
8282
- name: Build release targets
@@ -93,11 +93,11 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- name: Initialize environment
96-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
96+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
9797
- name: Setup Bazel
98-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
98+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
9999
- name: Setup Bazel RBE
100-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
100+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
101101
- name: Install node modules
102102
run: pnpm install --frozen-lockfile
103103
- name: Run module and package tests
@@ -117,13 +117,13 @@ jobs:
117117
runs-on: ${{ matrix.os }}
118118
steps:
119119
- name: Initialize environment
120-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
120+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
121121
- name: Install node modules
122122
run: pnpm install --frozen-lockfile
123123
- name: Setup Bazel
124-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
124+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
125125
- name: Setup Bazel RBE
126-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
126+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
127127
- name: Run CLI E2E tests
128128
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
129129

@@ -132,11 +132,11 @@ jobs:
132132
runs-on: windows-2025
133133
steps:
134134
- name: Initialize environment
135-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
135+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
136136
- name: Setup Bazel
137-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
137+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
138138
- name: Setup Bazel RBE
139-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
139+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
140140
with:
141141
allow_windows_rbe: true
142142
- name: Run CLI E2E tests
@@ -157,13 +157,13 @@ jobs:
157157
runs-on: ${{ matrix.os }}
158158
steps:
159159
- name: Initialize environment
160-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
160+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
161161
- name: Install node modules
162162
run: pnpm install --frozen-lockfile
163163
- name: Setup Bazel
164-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
164+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
165165
- name: Setup Bazel RBE
166-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
166+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
167167
- name: Run CLI E2E tests
168168
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
169169

@@ -180,12 +180,12 @@ jobs:
180180
runs-on: ${{ matrix.os }}
181181
steps:
182182
- name: Initialize environment
183-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@43b8195028f62c7a10f793a0f7c48893531a32dc
183+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ac6d1631beb9e605769b739a5349e178c1f46ec0
184184
- name: Install node modules
185185
run: pnpm install --frozen-lockfile
186186
- name: Setup Bazel
187-
uses: angular/dev-infra/github-actions/bazel/setup@43b8195028f62c7a10f793a0f7c48893531a32dc
187+
uses: angular/dev-infra/github-actions/bazel/setup@ac6d1631beb9e605769b739a5349e178c1f46ec0
188188
- name: Setup Bazel RBE
189-
uses: angular/dev-infra/github-actions/bazel/configure-remote@43b8195028f62c7a10f793a0f7c48893531a32dc
189+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ac6d1631beb9e605769b739a5349e178c1f46ec0
190190
- name: Run CLI E2E tests
191191
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

‎WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
232232

233233
git_repository(
234234
name = "devinfra",
235-
commit = "43b8195028f62c7a10f793a0f7c48893531a32dc",
235+
commit = "ac6d1631beb9e605769b739a5349e178c1f46ec0",
236236
remote = "https://github.com/angular/dev-infra.git",
237237
)
238238

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@angular/forms": "20.0.0-rc.0",
5656
"@angular/localize": "20.0.0-rc.0",
5757
"@angular/material": "20.0.0-rc.0",
58-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a871c115e04a76587fcd418107ad985752610ccf",
58+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2222394a7bb429c62c8d64682fd9bfe9dc2dd60b",
5959
"@angular/platform-browser": "20.0.0-rc.0",
6060
"@angular/platform-server": "20.0.0-rc.0",
6161
"@angular/router": "20.0.0-rc.0",

‎pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tests/legacy-cli/e2e/ng-snapshot/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"description": "snapshot versions of Angular for e2e testing",
33
"private": true,
44
"dependencies": {
5-
"@angular/animations": "github:angular/animations-builds#0362afc1277bd83748d392ff97424efd5d377eea",
6-
"@angular/cdk": "github:angular/cdk-builds#721f8d9ee602c12f9cacbafd08ee7af2733d96ae",
7-
"@angular/common": "github:angular/common-builds#0b0414e7f6571abdd906d6bc5f7a1b65f7ac666c",
8-
"@angular/compiler": "github:angular/compiler-builds#fb28355b0ad2ded8178a310c43cee2839349da56",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#2a7361ada35383733428f966c23a9f6c17b68cf8",
10-
"@angular/core": "github:angular/core-builds#ab670101b938801c01de07f197b1269a346c393c",
11-
"@angular/forms": "github:angular/forms-builds#54d25ea482ff51ae9cd72b90ff6aef4d3dc83a16",
12-
"@angular/language-service": "github:angular/language-service-builds#65590746d82f21ce67d8dc858a59556856098cc9",
13-
"@angular/localize": "github:angular/localize-builds#2d5b67cb0f0ba5825ec701bac3d7a091c9fe1899",
14-
"@angular/material": "github:angular/material-builds#751ea38317c84676b384556873e44a3fa1df8b1f",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#a67a99b40b1aa1cd01dbb04c4f7f4c8a946f905a",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#f19b4654f2b6506b98a45822267d544ee62ccf93",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#b2998f573076991f693b62442b8c29ff1967d637",
18-
"@angular/platform-server": "github:angular/platform-server-builds#107395db8241b33cd3620620a488a6acb2d5a5e3",
19-
"@angular/router": "github:angular/router-builds#7e6f24eb7dd47adeab4bfbe6f29e37f7674a1808",
20-
"@angular/service-worker": "github:angular/service-worker-builds#6ddacf103fb0d79ed8a88c9738717aae9881829a"
5+
"@angular/animations": "github:angular/animations-builds#87bbed33a3651e8e13e2a9d29501630084deb7fe",
6+
"@angular/cdk": "github:angular/cdk-builds#be794d0edac4401d6502bc27b8b4d9b02f54c1df",
7+
"@angular/common": "github:angular/common-builds#f714ceb26fb9142daeba5db531645187c9004db2",
8+
"@angular/compiler": "github:angular/compiler-builds#81c9463e2d904d4f168d682934173d6b3b034c64",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#09b9a51192899c5ca19d27b42cdc3654536f18ab",
10+
"@angular/core": "github:angular/core-builds#c0037324048a2db23c4e1132eb42a441935b49b2",
11+
"@angular/forms": "github:angular/forms-builds#3b435c705df87279f63952c7dd462822acddaaf9",
12+
"@angular/language-service": "github:angular/language-service-builds#5f1e1ac75f9348f867bb668c1fccc1e98c0efd21",
13+
"@angular/localize": "github:angular/localize-builds#85806add325ed705f01c9856f1e993e53f845050",
14+
"@angular/material": "github:angular/material-builds#91e8b66eb6f9b6f64281ea1efaf7e8fbfa051e7b",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1732a67c7ea6d8298c76f481d9cb44aa017f965c",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#52a49b59f01e77e3335804aaf74065f5295eadc1",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#75cf70b6c3e89ac59eb4a316beaf929748080d2e",
18+
"@angular/platform-server": "github:angular/platform-server-builds#a58bbe57cb5ed107ad211578f646a8cf80346d1e",
19+
"@angular/router": "github:angular/router-builds#e196b4ca3844a3e31538a42032aa73c2fc10087a",
20+
"@angular/service-worker": "github:angular/service-worker-builds#440e602fc999947481acea1f7c80b8d1dfc875dc"
2121
}
2222
}

0 commit comments

Comments
 (0)
Please sign in to comment.