Skip to content

Commit 73c7aa6

Browse files
angular-robotclydin
authored andcommitted
build: update angular
1 parent 667fb87 commit 73c7aa6

File tree

9 files changed

+238
-334
lines changed

9 files changed

+238
-334
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@03b8a7dffd1205e061f0bee949024ebefc2a6592
19+
- uses: angular/dev-infra/github-actions/branch-manager@c88496832e686b534021a01659a239a9e0976af0
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

+21-21
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Initialize environment
28-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
28+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
2929
- name: Install node modules
3030
run: yarn install --immutable
3131
- name: Run ESLint
@@ -43,11 +43,11 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Initialize environment
46-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
46+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
4747
- name: Setup Bazel
48-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
48+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
4949
- name: Setup Bazel RBE
50-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
50+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
5151
- name: Install node modules
5252
run: yarn install --immutable
5353
- 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@03b8a7dffd1205e061f0bee949024ebefc2a6592
60+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
6161
- name: Setup Bazel
62-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
62+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
6363
- name: Setup Bazel RBE
64-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
64+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
6565
- name: Install node modules
6666
run: yarn install --immutable
6767
- name: Run module tests
@@ -93,13 +93,13 @@ jobs:
9393
runs-on: ${{ matrix.os }}
9494
steps:
9595
- name: Initialize environment
96-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
96+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
9797
- name: Install node modules
9898
run: yarn install --immutable
9999
- name: Setup Bazel
100-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
100+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
101101
- name: Setup Bazel RBE
102-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
102+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
103103
- name: Run CLI E2E tests
104104
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 }}
105105

@@ -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@03b8a7dffd1205e061f0bee949024ebefc2a6592
117+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
118118
- name: Install node modules
119119
run: yarn install --immutable
120120
- name: Setup Bazel
121-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
121+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
122122
- name: Setup Bazel RBE
123-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
123+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
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

@@ -135,13 +135,13 @@ jobs:
135135
runs-on: ${{ matrix.os }}
136136
steps:
137137
- name: Initialize environment
138-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
138+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
139139
- name: Install node modules
140140
run: yarn install --immutable
141141
- name: Setup Bazel
142-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
142+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
143143
- name: Setup Bazel RBE
144-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
144+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
145145
- name: Run CLI E2E tests
146146
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 }}
147147

@@ -152,13 +152,13 @@ jobs:
152152
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
153153
steps:
154154
- name: Initialize environment
155-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
155+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
156156
- name: Install node modules
157157
run: yarn install --immutable
158158
- name: Setup Bazel
159-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
159+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
160160
- name: Setup Bazel RBE
161-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
161+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
162162
- name: Run E2E Browser tests
163163
env:
164164
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -185,11 +185,11 @@ jobs:
185185
CIRCLE_BRANCH: ${{ github.ref_name }}
186186
steps:
187187
- name: Initialize environment
188-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
188+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
189189
- name: Install node modules
190190
run: yarn install --immutable
191191
- name: Setup Bazel
192-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
192+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
193193
- run: yarn admin snapshots --verbose
194194
env:
195195
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@03b8a7dffd1205e061f0bee949024ebefc2a6592
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c88496832e686b534021a01659a239a9e0976af0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@03b8a7dffd1205e061f0bee949024ebefc2a6592
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@c88496832e686b534021a01659a239a9e0976af0
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@03b8a7dffd1205e061f0bee949024ebefc2a6592
19+
- uses: angular/dev-infra/github-actions/feature-request@c88496832e686b534021a01659a239a9e0976af0
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

+16-16
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@03b8a7dffd1205e061f0bee949024ebefc2a6592
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
3838
- name: Setup ESLint Caching
3939
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
4040
with:
@@ -69,11 +69,11 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Initialize environment
72-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
72+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
7373
- name: Setup Bazel
74-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
74+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
7575
- name: Setup Bazel RBE
76-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
76+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
7777
- name: Install node modules
7878
run: yarn install --immutable
7979
- name: Build release targets
@@ -89,11 +89,11 @@ jobs:
8989
runs-on: ubuntu-latest
9090
steps:
9191
- name: Initialize environment
92-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
92+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
9393
- name: Setup Bazel
94-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
94+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
9595
- name: Setup Bazel RBE
96-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
96+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
9797
- name: Install node modules
9898
run: yarn install --immutable
9999
- name: Run module tests
@@ -112,13 +112,13 @@ jobs:
112112
runs-on: ${{ matrix.os }}
113113
steps:
114114
- name: Initialize environment
115-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
115+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
116116
- name: Install node modules
117117
run: yarn install --immutable
118118
- name: Setup Bazel
119-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
119+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
120120
- name: Setup Bazel RBE
121-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
121+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
122122
- name: Run CLI E2E tests
123123
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 }}
124124

@@ -133,13 +133,13 @@ jobs:
133133
runs-on: ${{ matrix.os }}
134134
steps:
135135
- name: Initialize environment
136-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
136+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
137137
- name: Install node modules
138138
run: yarn install --immutable
139139
- name: Setup Bazel
140-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
140+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
141141
- name: Setup Bazel RBE
142-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
142+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
143143
- name: Run CLI E2E tests
144144
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 }}
145145

@@ -156,12 +156,12 @@ jobs:
156156
runs-on: ${{ matrix.os }}
157157
steps:
158158
- name: Initialize environment
159-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
159+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
160160
- name: Install node modules
161161
run: yarn install --immutable
162162
- name: Setup Bazel
163-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
163+
uses: angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
164164
- name: Setup Bazel RBE
165-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
165+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
166166
- name: Run CLI E2E tests
167167
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 }}

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@
5252
},
5353
"devDependencies": {
5454
"@ampproject/remapping": "2.3.0",
55-
"@angular/animations": "18.1.0-next.1",
55+
"@angular/animations": "18.1.0-next.2",
5656
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=71bd2e043e076365effdb6076f33b2d8d6bd6d02#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
57-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5e30807f0fc6f1f00b2ac9186bd5f704b72e6ea6",
58-
"@angular/cdk": "18.0.2",
59-
"@angular/common": "18.1.0-next.1",
60-
"@angular/compiler": "18.1.0-next.1",
61-
"@angular/compiler-cli": "18.1.0-next.1",
62-
"@angular/core": "18.1.0-next.1",
63-
"@angular/forms": "18.1.0-next.1",
64-
"@angular/localize": "18.1.0-next.1",
65-
"@angular/material": "18.0.2",
66-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#806cbfc987d0df61f2ed90a24e2d4176e8a50a5b",
67-
"@angular/platform-browser": "18.1.0-next.1",
68-
"@angular/platform-browser-dynamic": "18.1.0-next.1",
69-
"@angular/platform-server": "18.1.0-next.1",
70-
"@angular/router": "18.1.0-next.1",
71-
"@angular/service-worker": "18.1.0-next.1",
57+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8bd40f08c88056061158339eca1255735a630da8",
58+
"@angular/cdk": "18.0.3",
59+
"@angular/common": "18.1.0-next.2",
60+
"@angular/compiler": "18.1.0-next.2",
61+
"@angular/compiler-cli": "18.1.0-next.2",
62+
"@angular/core": "18.1.0-next.2",
63+
"@angular/forms": "18.1.0-next.2",
64+
"@angular/localize": "18.1.0-next.2",
65+
"@angular/material": "18.0.3",
66+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#4156789a26df1a799a5b996fd3fdf8f4b5957db7",
67+
"@angular/platform-browser": "18.1.0-next.2",
68+
"@angular/platform-browser-dynamic": "18.1.0-next.2",
69+
"@angular/platform-server": "18.1.0-next.2",
70+
"@angular/router": "18.1.0-next.2",
71+
"@angular/service-worker": "18.1.0-next.2",
7272
"@babel/core": "7.24.7",
7373
"@babel/generator": "7.24.7",
7474
"@babel/helper-annotate-as-pure": "7.24.7",

packages/ngtools/webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
30-
"@angular/compiler": "18.1.0-next.1",
31-
"@angular/compiler-cli": "18.1.0-next.1",
30+
"@angular/compiler": "18.1.0-next.2",
31+
"@angular/compiler-cli": "18.1.0-next.2",
3232
"typescript": "5.5.1-rc",
3333
"webpack": "5.92.0"
3434
}

0 commit comments

Comments
 (0)