Skip to content

Commit fdb1f6a

Browse files
committed
build: update angular
1 parent 322f6ec commit fdb1f6a

File tree

11 files changed

+239
-237
lines changed

11 files changed

+239
-237
lines changed

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

Diff for: .github/workflows/ci.yml

+23-23
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@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
2525
- name: Install node modules
2626
run: pnpm install --frozen-lockfile
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@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
4646
- name: Setup Bazel
47-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
47+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
4848
- name: Setup Bazel RBE
49-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
49+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
5050
with:
5151
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5252
- name: Install node modules
@@ -59,11 +59,11 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Initialize environment
62-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
62+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
6363
- name: Setup Bazel
64-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
64+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
6565
- name: Setup Bazel RBE
66-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
66+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
6767
with:
6868
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
6969
- name: Install node modules
@@ -85,13 +85,13 @@ jobs:
8585
runs-on: ${{ matrix.os }}
8686
steps:
8787
- name: Initialize environment
88-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
88+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
8989
- name: Install node modules
9090
run: pnpm install --frozen-lockfile
9191
- name: Setup Bazel
92-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
92+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
9393
- name: Setup Bazel RBE
94-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
94+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
9595
with:
9696
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9797
- name: Run CLI E2E tests
@@ -108,9 +108,9 @@ jobs:
108108
runs-on: ${{ matrix.os }}
109109
steps:
110110
- name: Initialize environment
111-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
111+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
112112
- name: Setup Bazel RBE
113-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
113+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
114114
with:
115115
allow_windows_rbe: true
116116
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
@@ -134,13 +134,13 @@ jobs:
134134
runs-on: ${{ matrix.os }}
135135
steps:
136136
- name: Initialize environment
137-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
137+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
138138
- name: Install node modules
139139
run: pnpm install --frozen-lockfile
140140
- name: Setup Bazel
141-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
141+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
142142
- name: Setup Bazel RBE
143-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
143+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
144144
with:
145145
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
146146
- name: Run CLI E2E tests
@@ -158,13 +158,13 @@ jobs:
158158
runs-on: ${{ matrix.os }}
159159
steps:
160160
- name: Initialize environment
161-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
161+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
162162
- name: Install node modules
163163
run: pnpm install --frozen-lockfile
164164
- name: Setup Bazel
165-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
165+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
166166
- name: Setup Bazel RBE
167-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
167+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
168168
with:
169169
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
170170
- name: Run CLI E2E tests
@@ -178,13 +178,13 @@ jobs:
178178
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
179179
steps:
180180
- name: Initialize environment
181-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
181+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
182182
- name: Install node modules
183183
run: pnpm install --frozen-lockfile
184184
- name: Setup Bazel
185-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
185+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
186186
- name: Setup Bazel RBE
187-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
187+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
188188
with:
189189
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
190190
- name: Run E2E Browser tests
@@ -214,11 +214,11 @@ jobs:
214214
CIRCLE_BRANCH: ${{ github.ref_name }}
215215
steps:
216216
- name: Initialize environment
217-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
217+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
218218
- name: Install node modules
219219
run: pnpm install --frozen-lockfile
220220
- name: Setup Bazel
221-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
221+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
222222
- run: pnpm admin snapshots --verbose
223223
env:
224224
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@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@6127cf117a8ed42945a7d8c09bc225851d58ef94
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@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@6127cf117a8ed42945a7d8c09bc225851d58ef94
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@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
19+
- uses: angular/dev-infra/github-actions/feature-request@6127cf117a8ed42945a7d8c09bc225851d58ef94
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@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
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@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
4242
- name: Setup Bazel
43-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
43+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
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

Diff for: .github/workflows/pr.yml

+19-19
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@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
3838
- name: Setup ESLint Caching
3939
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4040
with:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Run Validation
5555
run: pnpm admin validate
5656
- name: Check Package Licenses
57-
uses: angular/dev-infra/github-actions/linting/licenses@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
57+
uses: angular/dev-infra/github-actions/linting/licenses@6127cf117a8ed42945a7d8c09bc225851d58ef94
5858
- name: Check tooling setup
5959
run: pnpm 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@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
73+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
7474
- name: Setup Bazel
75-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
75+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
7676
- name: Setup Bazel RBE
77-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
77+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
7878
- name: Install node modules
7979
run: pnpm install --frozen-lockfile
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@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
94+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
9595
- name: Setup Bazel
96-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
96+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
9797
- name: Setup Bazel RBE
98-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
98+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
9999
- name: Install node modules
100100
run: pnpm install --frozen-lockfile
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@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
118+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
119119
- name: Install node modules
120120
run: pnpm install --frozen-lockfile
121121
- name: Setup Bazel
122-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
122+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
123123
- name: Setup Bazel RBE
124-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
124+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
125125
- name: Run CLI E2E tests
126126
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 }}
127127

@@ -130,9 +130,9 @@ jobs:
130130
runs-on: windows-2025
131131
steps:
132132
- name: Initialize environment
133-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
133+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
134134
- name: Setup Bazel RBE
135-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
135+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
136136
with:
137137
allow_windows_rbe: true
138138
- name: Run CLI E2E tests
@@ -153,13 +153,13 @@ jobs:
153153
runs-on: ${{ matrix.os }}
154154
steps:
155155
- name: Initialize environment
156-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
156+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
157157
- name: Install node modules
158158
run: pnpm install --frozen-lockfile
159159
- name: Setup Bazel
160-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
160+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
161161
- name: Setup Bazel RBE
162-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
162+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
163163
- name: Run CLI E2E tests
164164
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 }}
165165

@@ -176,12 +176,12 @@ jobs:
176176
runs-on: ${{ matrix.os }}
177177
steps:
178178
- name: Initialize environment
179-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
179+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
180180
- name: Install node modules
181181
run: pnpm install --frozen-lockfile
182182
- name: Setup Bazel
183-
uses: angular/dev-infra/github-actions/bazel/setup@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
183+
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
184184
- name: Setup Bazel RBE
185-
uses: angular/dev-infra/github-actions/bazel/configure-remote@b3b3466509babc50fd7f00b90e8bc607e7fe41aa
185+
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
186186
- name: Run CLI E2E tests
187187
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 }}

Diff for: package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@
4646
},
4747
"homepage": "https://github.com/angular/angular-cli",
4848
"devDependencies": {
49-
"@angular/animations": "20.0.0-next.4",
50-
"@angular/cdk": "20.0.0-next.4",
51-
"@angular/common": "20.0.0-next.4",
52-
"@angular/compiler": "20.0.0-next.4",
53-
"@angular/compiler-cli": "20.0.0-next.4",
54-
"@angular/core": "20.0.0-next.4",
55-
"@angular/forms": "20.0.0-next.4",
56-
"@angular/localize": "20.0.0-next.4",
57-
"@angular/material": "20.0.0-next.4",
58-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#10732a822895b3d11cf2366f4e8dea25f1303c55",
59-
"@angular/platform-browser": "20.0.0-next.4",
60-
"@angular/platform-server": "20.0.0-next.4",
61-
"@angular/router": "20.0.0-next.4",
62-
"@angular/service-worker": "20.0.0-next.4",
49+
"@angular/animations": "20.0.0-next.5",
50+
"@angular/cdk": "20.0.0-next.5",
51+
"@angular/common": "20.0.0-next.5",
52+
"@angular/compiler": "20.0.0-next.5",
53+
"@angular/compiler-cli": "20.0.0-next.5",
54+
"@angular/core": "20.0.0-next.5",
55+
"@angular/forms": "20.0.0-next.5",
56+
"@angular/localize": "20.0.0-next.5",
57+
"@angular/material": "20.0.0-next.5",
58+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9128e88714212404ed17bbed46903547815a52ce",
59+
"@angular/platform-browser": "20.0.0-next.5",
60+
"@angular/platform-server": "20.0.0-next.5",
61+
"@angular/router": "20.0.0-next.5",
62+
"@angular/service-worker": "20.0.0-next.5",
6363
"@bazel/bazelisk": "1.25.0",
6464
"@bazel/buildifier": "8.0.3",
6565
"@eslint/compat": "1.2.8",

Diff for: packages/angular/ssr/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
},
3030
"devDependencies": {
3131
"@angular-devkit/schematics": "workspace:*",
32-
"@angular/common": "20.0.0-next.4",
33-
"@angular/compiler": "20.0.0-next.4",
34-
"@angular/core": "20.0.0-next.4",
35-
"@angular/platform-browser": "20.0.0-next.4",
36-
"@angular/platform-server": "20.0.0-next.4",
37-
"@angular/router": "20.0.0-next.4",
32+
"@angular/common": "20.0.0-next.5",
33+
"@angular/compiler": "20.0.0-next.5",
34+
"@angular/core": "20.0.0-next.5",
35+
"@angular/platform-browser": "20.0.0-next.5",
36+
"@angular/platform-server": "20.0.0-next.5",
37+
"@angular/router": "20.0.0-next.5",
3838
"@schematics/angular": "workspace:*"
3939
},
4040
"sideEffects": false,

0 commit comments

Comments
 (0)