Skip to content

Commit cbfb888

Browse files
angular-robotclydin
authored andcommitted
build: update angular
1 parent 8d715fa commit cbfb888

File tree

11 files changed

+240
-280
lines changed

11 files changed

+240
-280
lines changed

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

.github/workflows/ci.yml

+22-22
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@47572aba6019f368057c00966ac7ce354b1d65bc
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
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@47572aba6019f368057c00966ac7ce354b1d65bc
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
4646
- name: Setup Bazel
47-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
47+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
4848
- name: Setup Bazel RBE
49-
uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
49+
uses: angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
5050
- name: Install node modules
5151
run: pnpm install --frozen-lockfile
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@47572aba6019f368057c00966ac7ce354b1d65bc
60+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
6161
- name: Setup Bazel
62-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
62+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
6363
- name: Setup Bazel RBE
64-
uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
64+
uses: angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
6565
- name: Install node modules
6666
run: pnpm install --frozen-lockfile
6767
- name: Run module and package tests
@@ -81,13 +81,13 @@ jobs:
8181
runs-on: ${{ matrix.os }}
8282
steps:
8383
- name: Initialize environment
84-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
84+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
8585
- name: Install node modules
8686
run: pnpm install --frozen-lockfile
8787
- name: Setup Bazel
88-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
88+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
8989
- name: Setup Bazel RBE
90-
uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
90+
uses: angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
9191
- name: Run CLI E2E tests
9292
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 }}
9393

@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ${{ matrix.os }}
103103
steps:
104104
- name: Initialize environment
105-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
105+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
106106
- name: Run CLI E2E tests
107107
uses: ./.github/shared-actions/windows-bazel-test
108108
with:
@@ -123,13 +123,13 @@ jobs:
123123
runs-on: ${{ matrix.os }}
124124
steps:
125125
- name: Initialize environment
126-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
126+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
127127
- name: Install node modules
128128
run: pnpm install --frozen-lockfile
129129
- name: Setup Bazel
130-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
130+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
131131
- name: Setup Bazel RBE
132-
uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
132+
uses: angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
133133
- name: Run CLI E2E tests
134134
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 }}
135135

@@ -145,13 +145,13 @@ jobs:
145145
runs-on: ${{ matrix.os }}
146146
steps:
147147
- name: Initialize environment
148-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
148+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
149149
- name: Install node modules
150150
run: pnpm install --frozen-lockfile
151151
- name: Setup Bazel
152-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
152+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
153153
- name: Setup Bazel RBE
154-
uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
154+
uses: angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
155155
- name: Run CLI E2E tests
156156
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 }}
157157

@@ -163,13 +163,13 @@ jobs:
163163
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
164164
steps:
165165
- name: Initialize environment
166-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
166+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
167167
- name: Install node modules
168168
run: pnpm install --frozen-lockfile
169169
- name: Setup Bazel
170-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
170+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
171171
- name: Setup Bazel RBE
172-
uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
172+
uses: angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
173173
- name: Run E2E Browser tests
174174
env:
175175
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -197,11 +197,11 @@ jobs:
197197
CIRCLE_BRANCH: ${{ github.ref_name }}
198198
steps:
199199
- name: Initialize environment
200-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
200+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
201201
- name: Install node modules
202202
run: pnpm install --frozen-lockfile
203203
- name: Setup Bazel
204-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
204+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
205205
- run: pnpm admin snapshots --verbose
206206
env:
207207
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

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

.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@47572aba6019f368057c00966ac7ce354b1d65bc
19+
- uses: angular/dev-infra/github-actions/feature-request@27078026111b01a7202449e9788ce38f2b2e103f
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.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@47572aba6019f368057c00966ac7ce354b1d65bc
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
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@47572aba6019f368057c00966ac7ce354b1d65bc
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
4242
- name: Setup Bazel
43-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
43+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
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

+18-18
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@47572aba6019f368057c00966ac7ce354b1d65bc
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
3838
- name: Setup ESLint Caching
3939
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@47572aba6019f368057c00966ac7ce354b1d65bc
57+
uses: angular/dev-infra/github-actions/linting/licenses@27078026111b01a7202449e9788ce38f2b2e103f
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@47572aba6019f368057c00966ac7ce354b1d65bc
73+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
7474
- name: Setup Bazel
75-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
75+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
7676
- name: Setup Bazel RBE
77-
uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
77+
uses: angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
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@47572aba6019f368057c00966ac7ce354b1d65bc
94+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
9595
- name: Setup Bazel
96-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
96+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
9797
- name: Setup Bazel RBE
98-
uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
98+
uses: angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
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@47572aba6019f368057c00966ac7ce354b1d65bc
118+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
119119
- name: Install node modules
120120
run: pnpm install --frozen-lockfile
121121
- name: Setup Bazel
122-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
122+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
123123
- name: Setup Bazel RBE
124-
uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
124+
uses: angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
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,7 +130,7 @@ jobs:
130130
runs-on: windows-2025
131131
steps:
132132
- name: Initialize environment
133-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
133+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
134134
- name: Run CLI E2E tests
135135
uses: ./.github/shared-actions/windows-bazel-test
136136
with:
@@ -149,13 +149,13 @@ jobs:
149149
runs-on: ${{ matrix.os }}
150150
steps:
151151
- name: Initialize environment
152-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
152+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
153153
- name: Install node modules
154154
run: pnpm install --frozen-lockfile
155155
- name: Setup Bazel
156-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
156+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
157157
- name: Setup Bazel RBE
158-
uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
158+
uses: angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
159159
- name: Run CLI E2E tests
160160
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 }}
161161

@@ -172,12 +172,12 @@ jobs:
172172
runs-on: ${{ matrix.os }}
173173
steps:
174174
- name: Initialize environment
175-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc
175+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
176176
- name: Install node modules
177177
run: pnpm install --frozen-lockfile
178178
- name: Setup Bazel
179-
uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc
179+
uses: angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
180180
- name: Setup Bazel RBE
181-
uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc
181+
uses: angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
182182
- name: Run CLI E2E tests
183183
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 }}

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@
4646
},
4747
"homepage": "https://github.com/angular/angular-cli",
4848
"devDependencies": {
49-
"@angular/animations": "20.0.0-next.2",
50-
"@angular/cdk": "20.0.0-next.1",
51-
"@angular/common": "20.0.0-next.2",
52-
"@angular/compiler": "20.0.0-next.2",
53-
"@angular/compiler-cli": "20.0.0-next.2",
54-
"@angular/core": "20.0.0-next.2",
55-
"@angular/forms": "20.0.0-next.2",
56-
"@angular/localize": "20.0.0-next.2",
57-
"@angular/material": "20.0.0-next.1",
58-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9fd3adb2e8b9a0fef1ba5bc905a900e018445e05",
59-
"@angular/platform-browser": "20.0.0-next.2",
60-
"@angular/platform-browser-dynamic": "20.0.0-next.2",
61-
"@angular/platform-server": "20.0.0-next.2",
62-
"@angular/router": "20.0.0-next.2",
63-
"@angular/service-worker": "20.0.0-next.2",
49+
"@angular/animations": "20.0.0-next.3",
50+
"@angular/cdk": "20.0.0-next.2",
51+
"@angular/common": "20.0.0-next.3",
52+
"@angular/compiler": "20.0.0-next.3",
53+
"@angular/compiler-cli": "20.0.0-next.3",
54+
"@angular/core": "20.0.0-next.3",
55+
"@angular/forms": "20.0.0-next.3",
56+
"@angular/localize": "20.0.0-next.3",
57+
"@angular/material": "20.0.0-next.2",
58+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#d25ced20c12ad010c2b5b560acb78065f8d6564e",
59+
"@angular/platform-browser": "20.0.0-next.3",
60+
"@angular/platform-browser-dynamic": "20.0.0-next.3",
61+
"@angular/platform-server": "20.0.0-next.3",
62+
"@angular/router": "20.0.0-next.3",
63+
"@angular/service-worker": "20.0.0-next.3",
6464
"@bazel/bazelisk": "1.25.0",
6565
"@bazel/buildifier": "8.0.3",
6666
"@eslint/compat": "1.2.7",

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.2",
33-
"@angular/compiler": "20.0.0-next.2",
34-
"@angular/core": "20.0.0-next.2",
35-
"@angular/platform-browser": "20.0.0-next.2",
36-
"@angular/platform-server": "20.0.0-next.2",
37-
"@angular/router": "20.0.0-next.2",
32+
"@angular/common": "20.0.0-next.3",
33+
"@angular/compiler": "20.0.0-next.3",
34+
"@angular/core": "20.0.0-next.3",
35+
"@angular/platform-browser": "20.0.0-next.3",
36+
"@angular/platform-server": "20.0.0-next.3",
37+
"@angular/router": "20.0.0-next.3",
3838
"@schematics/angular": "workspace:*"
3939
},
4040
"sideEffects": false,

0 commit comments

Comments
 (0)