Skip to content

Commit 075e044

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent 1284b43 commit 075e044

File tree

9 files changed

+120
-120
lines changed

9 files changed

+120
-120
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
19+
- uses: angular/dev-infra/github-actions/branch-manager@03b8a7dffd1205e061f0bee949024ebefc2a6592
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
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@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
28+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
2929
- name: Install node modules
3030
run: yarn install --frozen-lockfile --ignore-scripts
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@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
46+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
4747
- name: Setup Bazel
48-
uses: angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
48+
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
4949
- name: Setup Bazel RBE
50-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
50+
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
5151
- name: Install node modules
5252
run: yarn install --frozen-lockfile
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@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
60+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
6161
- name: Setup Bazel
62-
uses: angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
62+
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
6363
- name: Setup Bazel RBE
64-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
64+
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
6565
- name: Install node modules
6666
run: yarn install --frozen-lockfile
6767
- name: Run module tests
@@ -96,13 +96,13 @@ jobs:
9696
runs-on: ${{ matrix.os }}
9797
steps:
9898
- name: Initialize environment
99-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
100100
- name: Install node modules
101101
run: yarn install --frozen-lockfile
102102
- name: Setup Bazel
103-
uses: angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
103+
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
104104
- name: Setup Bazel RBE
105-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
105+
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
106106
- name: Run CLI E2E tests
107107
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 }}
108108

@@ -117,13 +117,13 @@ jobs:
117117
runs-on: ${{ matrix.os }}
118118
steps:
119119
- name: Initialize environment
120-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
120+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
121121
- name: Install node modules
122122
run: yarn install --frozen-lockfile
123123
- name: Setup Bazel
124-
uses: angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
124+
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
125125
- name: Setup Bazel RBE
126-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
126+
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
127127
- name: Run CLI E2E tests
128128
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 }}
129129

@@ -134,13 +134,13 @@ jobs:
134134
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
135135
steps:
136136
- name: Initialize environment
137-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
137+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
138138
- name: Install node modules
139139
run: yarn install --frozen-lockfile
140140
- name: Setup Bazel
141-
uses: angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
141+
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
142142
- name: Setup Bazel RBE
143-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
143+
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
144144
- name: Run E2E Browser tests
145145
env:
146146
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -167,11 +167,11 @@ jobs:
167167
CIRCLE_BRANCH: ${{ github.ref_name }}
168168
steps:
169169
- name: Initialize environment
170-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
170+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
171171
- name: Install node modules
172172
run: yarn install --frozen-lockfile
173173
- name: Setup Bazel
174-
uses: angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
174+
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
175175
- run: yarn admin snapshots --verbose
176176
env:
177177
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@03b8a7dffd1205e061f0bee949024ebefc2a6592
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@03b8a7dffd1205e061f0bee949024ebefc2a6592
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@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
19+
- uses: angular/dev-infra/github-actions/feature-request@03b8a7dffd1205e061f0bee949024ebefc2a6592
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

Lines changed: 13 additions & 13 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@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
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@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
72+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
7373
- name: Setup Bazel
74-
uses: angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
74+
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
7575
- name: Setup Bazel RBE
76-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
76+
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
7777
- name: Install node modules
7878
run: yarn install --frozen-lockfile
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@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
92+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
9393
- name: Setup Bazel
94-
uses: angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
94+
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
9595
- name: Setup Bazel RBE
96-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
96+
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
9797
- name: Install node modules
9898
run: yarn install --frozen-lockfile
9999
- name: Run module tests
@@ -128,13 +128,13 @@ jobs:
128128
runs-on: ${{ matrix.os }}
129129
steps:
130130
- name: Initialize environment
131-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
131+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
132132
- name: Install node modules
133133
run: yarn install --frozen-lockfile
134134
- name: Setup Bazel
135-
uses: angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
135+
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
136136
- name: Setup Bazel RBE
137-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
137+
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
138138
- name: Run CLI E2E tests
139139
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 }}
140140

@@ -151,12 +151,12 @@ jobs:
151151
runs-on: ${{ matrix.os }}
152152
steps:
153153
- name: Initialize environment
154-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
155155
- name: Install node modules
156156
run: yarn install --frozen-lockfile
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
158+
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ea6cd0446dbd1abe1f2704206d5afa4ed0548de
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
161161
- name: Run CLI E2E tests
162162
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
@@ -51,23 +51,23 @@
5151
},
5252
"devDependencies": {
5353
"@ampproject/remapping": "2.3.0",
54-
"@angular/animations": "18.1.0-next.0",
54+
"@angular/animations": "18.1.0-next.1",
5555
"@angular/bazel": "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02",
56-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5a0eb4d12e178108e9708ff1bcff46867d71a612",
57-
"@angular/cdk": "18.0.1",
58-
"@angular/common": "18.1.0-next.0",
59-
"@angular/compiler": "18.1.0-next.0",
60-
"@angular/compiler-cli": "18.1.0-next.0",
61-
"@angular/core": "18.1.0-next.0",
62-
"@angular/forms": "18.1.0-next.0",
63-
"@angular/localize": "18.1.0-next.0",
64-
"@angular/material": "18.0.1",
65-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#57fa904d47e4c46fe71a98ca7abd1e4a64367a35",
66-
"@angular/platform-browser": "18.1.0-next.0",
67-
"@angular/platform-browser-dynamic": "18.1.0-next.0",
68-
"@angular/platform-server": "18.1.0-next.0",
69-
"@angular/router": "18.1.0-next.0",
70-
"@angular/service-worker": "18.1.0-next.0",
56+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5e30807f0fc6f1f00b2ac9186bd5f704b72e6ea6",
57+
"@angular/cdk": "18.0.2",
58+
"@angular/common": "18.1.0-next.1",
59+
"@angular/compiler": "18.1.0-next.1",
60+
"@angular/compiler-cli": "18.1.0-next.1",
61+
"@angular/core": "18.1.0-next.1",
62+
"@angular/forms": "18.1.0-next.1",
63+
"@angular/localize": "18.1.0-next.1",
64+
"@angular/material": "18.0.2",
65+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#806cbfc987d0df61f2ed90a24e2d4176e8a50a5b",
66+
"@angular/platform-browser": "18.1.0-next.1",
67+
"@angular/platform-browser-dynamic": "18.1.0-next.1",
68+
"@angular/platform-server": "18.1.0-next.1",
69+
"@angular/router": "18.1.0-next.1",
70+
"@angular/service-worker": "18.1.0-next.1",
7171
"@babel/core": "7.24.7",
7272
"@babel/generator": "7.24.7",
7373
"@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
@@ -28,8 +28,8 @@
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
31-
"@angular/compiler": "18.1.0-next.0",
32-
"@angular/compiler-cli": "18.1.0-next.0",
31+
"@angular/compiler": "18.1.0-next.1",
32+
"@angular/compiler-cli": "18.1.0-next.1",
3333
"typescript": "5.5.0-dev.20240603",
3434
"webpack": "5.91.0"
3535
}

tests/legacy-cli/e2e/ng-snapshot/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"private": true,
44
"dependencies": {
55
"@angular/animations": "github:angular/animations-builds#bffdd0df269e517516c93bc0e3362125f4bf587b",
6-
"@angular/cdk": "github:angular/cdk-builds#c56a8c0c48b6da30a432af4bfb1ac502a28b1b45",
6+
"@angular/cdk": "github:angular/cdk-builds#444adf3d37c1ee43138579fb1264dbdfb419e08c",
77
"@angular/common": "github:angular/common-builds#b4e31d746f007877b1e95d1104e7f469f62fb110",
88
"@angular/compiler": "github:angular/compiler-builds#a06c933ee9ebe6f5769af5c54f2ece0d992833ff",
99
"@angular/compiler-cli": "github:angular/compiler-cli-builds#dce9d34a552e7140d6ff018216ae3a38da268eb0",
1010
"@angular/core": "github:angular/core-builds#d03531677caedb697136752221d5f6b1f087ed46",
1111
"@angular/forms": "github:angular/forms-builds#4a7cfee2846088bd66b2e16c37f4655a49961e30",
1212
"@angular/language-service": "github:angular/language-service-builds#d0ebd0a8a42229bf64526e8d4f1ce5b683ee6a07",
1313
"@angular/localize": "github:angular/localize-builds#91814a7dbe8a289c11f7fb461e013a2535fcbd2b",
14-
"@angular/material": "github:angular/material-builds#d4014f1eff75e1e472c828fabfb13e00fad20258",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#e7c9b7808d93db8abb3550b99a884f39973768b6",
14+
"@angular/material": "github:angular/material-builds#9df139352896a0f995f81981c5312bb28755dde3",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#960139ae2a9c5087f3b947dbc70f034698b50797",
1616
"@angular/platform-browser": "github:angular/platform-browser-builds#9586e81a85c1c379b9a370396f32de379b5911ea",
1717
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fb9ed2461220e65728176d4d54b5025e23e0e197",
1818
"@angular/platform-server": "github:angular/platform-server-builds#e0d27caed7bf5a94e82aadfc37cbcadf079f6187",

0 commit comments

Comments
 (0)