Skip to content

Commit bd1e0d8

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent 7908351 commit bd1e0d8

File tree

9 files changed

+208
-1188
lines changed

9 files changed

+208
-1188
lines changed

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

.github/workflows/ci.yml

Lines changed: 21 additions & 21 deletions
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@41a9f08706cb37aa49d325729adfbb4e95070aba
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
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@41a9f08706cb37aa49d325729adfbb4e95070aba
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
4646
- name: Setup Bazel
47-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
47+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
4848
- name: Setup Bazel RBE
49-
uses: angular/dev-infra/github-actions/bazel/configure-remote@41a9f08706cb37aa49d325729adfbb4e95070aba
49+
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
5050
- name: Install node modules
5151
run: yarn install --immutable
5252
- name: Build release targets
@@ -56,11 +56,11 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Initialize environment
59-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@41a9f08706cb37aa49d325729adfbb4e95070aba
59+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
6060
- name: Setup Bazel
61-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
61+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
6262
- name: Setup Bazel RBE
63-
uses: angular/dev-infra/github-actions/bazel/configure-remote@41a9f08706cb37aa49d325729adfbb4e95070aba
63+
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
6464
- name: Install node modules
6565
run: yarn install --immutable
6666
- name: Run module tests
@@ -92,13 +92,13 @@ jobs:
9292
runs-on: ${{ matrix.os }}
9393
steps:
9494
- name: Initialize environment
95-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@41a9f08706cb37aa49d325729adfbb4e95070aba
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
9696
- name: Install node modules
9797
run: yarn install --immutable
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
99+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@41a9f08706cb37aa49d325729adfbb4e95070aba
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
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

@@ -113,13 +113,13 @@ jobs:
113113
runs-on: ${{ matrix.os }}
114114
steps:
115115
- name: Initialize environment
116-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@41a9f08706cb37aa49d325729adfbb4e95070aba
116+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
117117
- name: Install node modules
118118
run: yarn install --immutable
119119
- name: Setup Bazel
120-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
120+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
121121
- name: Setup Bazel RBE
122-
uses: angular/dev-infra/github-actions/bazel/configure-remote@41a9f08706cb37aa49d325729adfbb4e95070aba
122+
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
123123
- name: Run CLI E2E tests
124124
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 }}
125125

@@ -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@41a9f08706cb37aa49d325729adfbb4e95070aba
137+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
138138
- name: Install node modules
139139
run: yarn install --immutable
140140
- name: Setup Bazel
141-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
141+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
142142
- name: Setup Bazel RBE
143-
uses: angular/dev-infra/github-actions/bazel/configure-remote@41a9f08706cb37aa49d325729adfbb4e95070aba
143+
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
144144
- name: Run CLI E2E tests
145145
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 }}
146146

@@ -151,13 +151,13 @@ jobs:
151151
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
152152
steps:
153153
- name: Initialize environment
154-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@41a9f08706cb37aa49d325729adfbb4e95070aba
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
155155
- name: Install node modules
156156
run: yarn install --immutable
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
158+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@41a9f08706cb37aa49d325729adfbb4e95070aba
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
161161
- name: Run E2E Browser tests
162162
env:
163163
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -184,11 +184,11 @@ jobs:
184184
CIRCLE_BRANCH: ${{ github.ref_name }}
185185
steps:
186186
- name: Initialize environment
187-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@41a9f08706cb37aa49d325729adfbb4e95070aba
187+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
188188
- name: Install node modules
189189
run: yarn install --immutable
190190
- name: Setup Bazel
191-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
191+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
192192
- run: yarn admin snapshots --verbose
193193
env:
194194
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@41a9f08706cb37aa49d325729adfbb4e95070aba
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@722ce5b647ec89797633452dd293e1dbac776ff1
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@41a9f08706cb37aa49d325729adfbb4e95070aba
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@722ce5b647ec89797633452dd293e1dbac776ff1
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@41a9f08706cb37aa49d325729adfbb4e95070aba
19+
- uses: angular/dev-infra/github-actions/feature-request@722ce5b647ec89797633452dd293e1dbac776ff1
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

Lines changed: 17 additions & 17 deletions
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@41a9f08706cb37aa49d325729adfbb4e95070aba
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
3838
- name: Setup ESLint Caching
3939
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
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@41a9f08706cb37aa49d325729adfbb4e95070aba
57+
uses: angular/dev-infra/github-actions/linting/licenses@722ce5b647ec89797633452dd293e1dbac776ff1
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@41a9f08706cb37aa49d325729adfbb4e95070aba
73+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
7474
- name: Setup Bazel
75-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
75+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
7676
- name: Setup Bazel RBE
77-
uses: angular/dev-infra/github-actions/bazel/configure-remote@41a9f08706cb37aa49d325729adfbb4e95070aba
77+
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
7878
- name: Install node modules
7979
run: yarn install --immutable
8080
- name: Build release targets
@@ -90,11 +90,11 @@ jobs:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Initialize environment
93-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@41a9f08706cb37aa49d325729adfbb4e95070aba
93+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
9494
- name: Setup Bazel
95-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
95+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
9696
- name: Setup Bazel RBE
97-
uses: angular/dev-infra/github-actions/bazel/configure-remote@41a9f08706cb37aa49d325729adfbb4e95070aba
97+
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
9898
- name: Install node modules
9999
run: yarn install --immutable
100100
- name: Run module tests
@@ -113,13 +113,13 @@ jobs:
113113
runs-on: ${{ matrix.os }}
114114
steps:
115115
- name: Initialize environment
116-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@41a9f08706cb37aa49d325729adfbb4e95070aba
116+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
117117
- name: Install node modules
118118
run: yarn install --immutable
119119
- name: Setup Bazel
120-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
120+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
121121
- name: Setup Bazel RBE
122-
uses: angular/dev-infra/github-actions/bazel/configure-remote@41a9f08706cb37aa49d325729adfbb4e95070aba
122+
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
123123
- name: Run CLI E2E tests
124124
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 }}
125125

@@ -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@41a9f08706cb37aa49d325729adfbb4e95070aba
137+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
138138
- name: Install node modules
139139
run: yarn install --immutable
140140
- name: Setup Bazel
141-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
141+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
142142
- name: Setup Bazel RBE
143-
uses: angular/dev-infra/github-actions/bazel/configure-remote@41a9f08706cb37aa49d325729adfbb4e95070aba
143+
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
144144
- name: Run CLI E2E tests
145145
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 }}
146146

@@ -157,12 +157,12 @@ jobs:
157157
runs-on: ${{ matrix.os }}
158158
steps:
159159
- name: Initialize environment
160-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@41a9f08706cb37aa49d325729adfbb4e95070aba
160+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@722ce5b647ec89797633452dd293e1dbac776ff1
161161
- name: Install node modules
162162
run: yarn install --immutable
163163
- name: Setup Bazel
164-
uses: angular/dev-infra/github-actions/bazel/setup@41a9f08706cb37aa49d325729adfbb4e95070aba
164+
uses: angular/dev-infra/github-actions/bazel/setup@722ce5b647ec89797633452dd293e1dbac776ff1
165165
- name: Setup Bazel RBE
166-
uses: angular/dev-infra/github-actions/bazel/configure-remote@41a9f08706cb37aa49d325729adfbb4e95070aba
166+
uses: angular/dev-infra/github-actions/bazel/configure-remote@722ce5b647ec89797633452dd293e1dbac776ff1
167167
- name: Run CLI E2E tests
168168
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

Lines changed: 16 additions & 16 deletions
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.2.0-next.1",
55+
"@angular/animations": "18.2.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#c761c2ab23cfb2d54d627fbbb2b356cceb17b226",
58-
"@angular/cdk": "18.1.1",
59-
"@angular/common": "18.2.0-next.1",
60-
"@angular/compiler": "18.2.0-next.1",
61-
"@angular/compiler-cli": "18.2.0-next.1",
62-
"@angular/core": "18.2.0-next.1",
63-
"@angular/forms": "18.2.0-next.1",
64-
"@angular/localize": "18.2.0-next.1",
65-
"@angular/material": "18.1.1",
66-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#476e5bf8129abc88a58185a72cb801141b1d7dcb",
67-
"@angular/platform-browser": "18.2.0-next.1",
68-
"@angular/platform-browser-dynamic": "18.2.0-next.1",
69-
"@angular/platform-server": "18.2.0-next.1",
70-
"@angular/router": "18.2.0-next.1",
71-
"@angular/service-worker": "18.2.0-next.1",
57+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4c702565fbcfe24928a97c37252a1ac380a99847",
58+
"@angular/cdk": "18.1.2",
59+
"@angular/common": "18.2.0-next.2",
60+
"@angular/compiler": "18.2.0-next.2",
61+
"@angular/compiler-cli": "18.2.0-next.2",
62+
"@angular/core": "18.2.0-next.2",
63+
"@angular/forms": "18.2.0-next.2",
64+
"@angular/localize": "18.2.0-next.2",
65+
"@angular/material": "18.1.2",
66+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f586eeb7cdb82fcbaedaebeffd53cb1edbb8427d",
67+
"@angular/platform-browser": "18.2.0-next.2",
68+
"@angular/platform-browser-dynamic": "18.2.0-next.2",
69+
"@angular/platform-server": "18.2.0-next.2",
70+
"@angular/router": "18.2.0-next.2",
71+
"@angular/service-worker": "18.2.0-next.2",
7272
"@babel/core": "7.24.9",
7373
"@babel/generator": "7.24.10",
7474
"@babel/helper-annotate-as-pure": "7.24.7",

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
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.2.0-next.1",
31-
"@angular/compiler-cli": "18.2.0-next.1",
30+
"@angular/compiler": "18.2.0-next.2",
31+
"@angular/compiler-cli": "18.2.0-next.2",
3232
"typescript": "5.5.4",
3333
"webpack": "5.93.0"
3434
}

0 commit comments

Comments
 (0)