Skip to content

Commit e699229

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent e182d15 commit e699229

File tree

11 files changed

+105
-104
lines changed

11 files changed

+105
-104
lines changed

Diff for: .aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-2023857461
5-
package.json=-1807090903
6-
pnpm-lock.yaml=-532781438
5+
package.json=-1514841456
6+
pnpm-lock.yaml=-1613490009
77
pnpm-workspace.yaml=1711114604
8-
yarn.lock=-1740060057
8+
yarn.lock=-445006677

Diff for: .github/workflows/assistant-to-the-branch-manager.yml

+1-1
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@639449b40067b3c087bcda04e5eab41a3839c736
19+
- uses: angular/dev-infra/github-actions/branch-manager@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

Diff for: .github/workflows/ci.yml

+21-21
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
2525
- name: Install node modules
2626
run: yarn install --immutable
2727
- name: Generate JSON schema types
@@ -42,11 +42,11 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Initialize environment
45-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
4646
- name: Setup Bazel
47-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
47+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
4848
- name: Setup Bazel RBE
49-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
49+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
5050
- name: Install node modules
5151
run: yarn install --immutable
5252
- name: Build release targets
@@ -57,11 +57,11 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Initialize environment
60-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
60+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
6161
- name: Setup Bazel
62-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
62+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
6363
- name: Setup Bazel RBE
64-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
64+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
6565
- name: Install node modules
6666
run: yarn install --immutable
6767
- name: Run module and package tests
@@ -92,13 +92,13 @@ jobs:
9292
- run: choco install gzip
9393
if: ${{matrix.os == 'windows-latest'}}
9494
- name: Initialize environment
95-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
9696
- name: Install node modules
9797
run: yarn install --immutable
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
99+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
102102
- name: Run CLI E2E tests
103103
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
104104

@@ -114,13 +114,13 @@ jobs:
114114
runs-on: ${{ matrix.os }}
115115
steps:
116116
- name: Initialize environment
117-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
117+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
118118
- name: Install node modules
119119
run: yarn install --immutable
120120
- name: Setup Bazel
121-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
121+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
122122
- name: Setup Bazel RBE
123-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
123+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
124124
- name: Run CLI E2E tests
125125
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
126126

@@ -136,13 +136,13 @@ jobs:
136136
runs-on: ${{ matrix.os }}
137137
steps:
138138
- name: Initialize environment
139-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
139+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
140140
- name: Install node modules
141141
run: yarn install --immutable
142142
- name: Setup Bazel
143-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
143+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
144144
- name: Setup Bazel RBE
145-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
145+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
146146
- name: Run CLI E2E tests
147147
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
148148

@@ -154,13 +154,13 @@ jobs:
154154
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
155155
steps:
156156
- name: Initialize environment
157-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
157+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
158158
- name: Install node modules
159159
run: yarn install --immutable
160160
- name: Setup Bazel
161-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
161+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
162162
- name: Setup Bazel RBE
163-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
163+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
164164
- name: Run E2E Browser tests
165165
env:
166166
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -188,11 +188,11 @@ jobs:
188188
CIRCLE_BRANCH: ${{ github.ref_name }}
189189
steps:
190190
- name: Initialize environment
191-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
191+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
192192
- name: Install node modules
193193
run: yarn install --immutable
194194
- name: Setup Bazel
195-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
195+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
196196
- run: yarn admin snapshots --verbose
197197
env:
198198
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

Diff for: .github/workflows/dev-infra.yml

+2-2
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@639449b40067b3c087bcda04e5eab41a3839c736
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
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@639449b40067b3c087bcda04e5eab41a3839c736
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

Diff for: .github/workflows/feature-requests.yml

+1-1
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@639449b40067b3c087bcda04e5eab41a3839c736
19+
- uses: angular/dev-infra/github-actions/feature-request@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

Diff for: .github/workflows/perf.yml

+3-3
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@639449b40067b3c087bcda04e5eab41a3839c736
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
2727
- name: Install node modules
2828
run: yarn install --immutable
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@639449b40067b3c087bcda04e5eab41a3839c736
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
4242
- name: Setup Bazel
43-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
43+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
4444
- name: Install node modules
4545
run: yarn install --immutable
4646
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow

Diff for: .github/workflows/pr.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Initialize environment
37-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
3838
- name: Setup ESLint Caching
3939
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4040
with:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Run Validation
5555
run: yarn admin validate
5656
- name: Check Package Licenses
57-
uses: angular/dev-infra/github-actions/linting/licenses@639449b40067b3c087bcda04e5eab41a3839c736
57+
uses: angular/dev-infra/github-actions/linting/licenses@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
5858
- name: Check tooling setup
5959
run: yarn check-tooling-setup
6060
- name: Check commit message
@@ -70,11 +70,11 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Initialize environment
73-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
73+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
7474
- name: Setup Bazel
75-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
75+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
7676
- name: Setup Bazel RBE
77-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
77+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
7878
- name: Install node modules
7979
run: yarn install --immutable
8080
- name: Build release targets
@@ -91,11 +91,11 @@ jobs:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: Initialize environment
94-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
94+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
9595
- name: Setup Bazel
96-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
96+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
9797
- name: Setup Bazel RBE
98-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
98+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
9999
- name: Install node modules
100100
run: yarn install --immutable
101101
- name: Run module and package tests
@@ -115,13 +115,13 @@ jobs:
115115
runs-on: ${{ matrix.os }}
116116
steps:
117117
- name: Initialize environment
118-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
118+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
119119
- name: Install node modules
120120
run: yarn install --immutable
121121
- name: Setup Bazel
122-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
122+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
123123
- name: Setup Bazel RBE
124-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
124+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
125125
- name: Run CLI E2E tests
126126
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
127127

@@ -133,13 +133,13 @@ jobs:
133133
# TODO(devversion): Remove when Aspect lib issue is fixed.
134134
- run: choco install gzip
135135
- name: Initialize environment
136-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
136+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
137137
- name: Install node modules
138138
run: yarn install --immutable
139139
- name: Setup Bazel
140-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
140+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
141141
- name: Setup Bazel RBE
142-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
142+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
143143
- name: Run CLI E2E tests
144144
run: yarn bazel test --config=e2e //tests/legacy-cli:e2e_node22 --test_filter="tests/basic/{build,rebuild}.ts" --test_arg="--esbuild"
145145

@@ -155,13 +155,13 @@ jobs:
155155
runs-on: ${{ matrix.os }}
156156
steps:
157157
- name: Initialize environment
158-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
158+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
159159
- name: Install node modules
160160
run: yarn install --immutable
161161
- name: Setup Bazel
162-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
162+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
163163
- name: Setup Bazel RBE
164-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
164+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
165165
- name: Run CLI E2E tests
166166
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
167167

@@ -178,12 +178,12 @@ jobs:
178178
runs-on: ${{ matrix.os }}
179179
steps:
180180
- name: Initialize environment
181-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
181+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
182182
- name: Install node modules
183183
run: yarn install --immutable
184184
- name: Setup Bazel
185-
uses: angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
185+
uses: angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
186186
- name: Setup Bazel RBE
187-
uses: angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
187+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
188188
- name: Run CLI E2E tests
189189
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"devDependencies": {
4545
"@ampproject/remapping": "2.3.0",
4646
"@angular/animations": "19.1.0-rc.0",
47-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#0efbdb738786a53670fa60a3e7d4885faadfa2fe",
48-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#11de733259a10bd9fc4079afdfe5733aec6383a1",
47+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#0e497d0ab173747b31fb6dc079b2472e8d38023f",
48+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4c48faf6dd5765b85e4a9cb9fd84ad2fb813a93e",
4949
"@angular/cdk": "19.1.0-rc.0",
5050
"@angular/common": "19.1.0-rc.0",
5151
"@angular/compiler": "19.1.0-rc.0",
@@ -54,7 +54,7 @@
5454
"@angular/forms": "19.1.0-rc.0",
5555
"@angular/localize": "19.1.0-rc.0",
5656
"@angular/material": "19.1.0-rc.0",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#af7ab37bf65d005745d676f30d9a9759a1757067",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#34526428373727797ec4e28ef2ca2de795af5076",
5858
"@angular/platform-browser": "19.1.0-rc.0",
5959
"@angular/platform-browser-dynamic": "19.1.0-rc.0",
6060
"@angular/platform-server": "19.1.0-rc.0",

0 commit comments

Comments
 (0)