Skip to content

Commit 908150d

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent 9e03b4f commit 908150d

File tree

7 files changed

+63
-60
lines changed

7 files changed

+63
-60
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@10f65a101457091d4bc3500963d3a9630d55f7bd
19+
- uses: angular/dev-infra/github-actions/branch-manager@c23beeeb736ed82282f3c46698f5bbfa08c2b992
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
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Initialize environment
45-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
4646
- name: Setup ESLint Caching
4747
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
4848
with:
@@ -75,11 +75,11 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Initialize environment
78-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
80+
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
8383
- name: Install node modules
8484
run: yarn install --frozen-lockfile
8585
- name: Build release targets
@@ -96,11 +96,11 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Initialize environment
99-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
101+
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
104104
- name: Install node modules
105105
run: yarn install --frozen-lockfile
106106
- name: Run module tests
@@ -130,13 +130,13 @@ jobs:
130130
runs-on: ${{ matrix.os }}
131131
steps:
132132
- name: Initialize environment
133-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
133+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
134134
- name: Install node modules
135135
run: yarn install --frozen-lockfile
136136
- name: Setup Bazel
137-
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
137+
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
138138
- name: Setup Bazel RBE
139-
uses: angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
139+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
140140
- name: Run CLI E2E tests
141141
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 }}
142142

@@ -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@10f65a101457091d4bc3500963d3a9630d55f7bd
156+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
157157
- name: Install node modules
158158
run: yarn install --frozen-lockfile
159159
- name: Setup Bazel
160-
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
160+
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
161161
- name: Setup Bazel RBE
162-
uses: angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
162+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
163163
- name: Run CLI E2E tests
164164
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 }}
165165

@@ -171,13 +171,13 @@ jobs:
171171
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
172172
steps:
173173
- name: Initialize environment
174-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
174+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
175175
- name: Install node modules
176176
run: yarn install --frozen-lockfile
177177
- name: Setup Bazel
178-
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
178+
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
179179
- name: Setup Bazel RBE
180-
uses: angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
180+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
181181
- name: Run E2E Browser tests
182182
env:
183183
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -205,11 +205,11 @@ jobs:
205205
CIRCLE_BRANCH: ${{ github.ref_name }}
206206
steps:
207207
- name: Initialize environment
208-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
208+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
209209
- name: Install node modules
210210
run: yarn install --frozen-lockfile
211211
- name: Setup Bazel
212-
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
212+
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
213213
- run: yarn admin snapshots --verbose
214214
env:
215215
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@10f65a101457091d4bc3500963d3a9630d55f7bd
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c23beeeb736ed82282f3c46698f5bbfa08c2b992
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@10f65a101457091d4bc3500963d3a9630d55f7bd
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@c23beeeb736ed82282f3c46698f5bbfa08c2b992
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@10f65a101457091d4bc3500963d3a9630d55f7bd
19+
- uses: angular/dev-infra/github-actions/feature-request@c23beeeb736ed82282f3c46698f5bbfa08c2b992
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
"devDependencies": {
5353
"@ampproject/remapping": "2.3.0",
5454
"@angular/animations": "18.0.0-next.5",
55-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d4cd1ac66633528be9ad967b06a00d326446729e",
56-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ba23169e282840cfac66488ff05c4258e20d4abc",
57-
"@angular/cdk": "18.0.0-next.4",
55+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#df77912163a259b1c9497e9e15161c86460e4410",
56+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#35542fd4bc6a6d04eacb3d3f43e7dac877d82057",
57+
"@angular/cdk": "18.0.0-next.5",
5858
"@angular/common": "18.0.0-next.5",
5959
"@angular/compiler": "18.0.0-next.5",
6060
"@angular/compiler-cli": "18.0.0-next.5",
6161
"@angular/core": "18.0.0-next.5",
6262
"@angular/forms": "18.0.0-next.5",
6363
"@angular/localize": "18.0.0-next.5",
64-
"@angular/material": "18.0.0-next.4",
65-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5f1f27c5ad034501ba7de855c0e2579bd131d43f",
64+
"@angular/material": "18.0.0-next.5",
65+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f24ec39a6aab5666da7404986b9c4f3976b0366f",
6666
"@angular/platform-browser": "18.0.0-next.5",
6767
"@angular/platform-browser-dynamic": "18.0.0-next.5",
6868
"@angular/platform-server": "18.0.0-next.5",

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"description": "snapshot versions of Angular for e2e testing",
33
"private": true,
44
"dependencies": {
5-
"@angular/animations": "github:angular/animations-builds#1bf9a89b7ba4a74112e9eb8163a846c74f93aaa7",
6-
"@angular/cdk": "github:angular/cdk-builds#b4ad0a98ab6bb5502a00ee472d4d5971bc145b85",
7-
"@angular/common": "github:angular/common-builds#bcb3ce3769afafe6284c034253c097525735171c",
8-
"@angular/compiler": "github:angular/compiler-builds#b32b4ada4a571f0d9f18f2212229aaf42e2f0b45",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#b70ef2b14c0f45a449673af1c2a04e361c75ffbe",
10-
"@angular/core": "github:angular/core-builds#c907ebed7d78ea939cc15297c73782e1194857d0",
11-
"@angular/forms": "github:angular/forms-builds#60d0259203d4083ebceff682cf658ebe8aa0e5eb",
12-
"@angular/language-service": "github:angular/language-service-builds#df65e96fdfbf84b78ec18270ddddda4e50d70a53",
13-
"@angular/localize": "github:angular/localize-builds#a4a3752dfeb6fb010f5819f1bc1a31c9e116b7ce",
14-
"@angular/material": "github:angular/material-builds#0d38b6bf39e48cf332afa919913c58ec734106e2",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#0fdb6607ff042fe0ed289a1a6820a8694cb6f562",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#cfdd85102a05e1b6fd4b4fe87c544a987f248e22",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4af2bed35f3788c261b547bf74f1d4a9bc1b6454",
18-
"@angular/platform-server": "github:angular/platform-server-builds#676a281a304058741c9f2c7a090052d371576f7e",
19-
"@angular/router": "github:angular/router-builds#2b23012f6141a4eb81447c4c80cf560572253573",
20-
"@angular/service-worker": "github:angular/service-worker-builds#239c97d8387e7eec14c830f09752208773db7dba"
5+
"@angular/animations": "github:angular/animations-builds#bf1c1cfb71e5508b4bc42afebea27acf8b6cf05e",
6+
"@angular/cdk": "github:angular/cdk-builds#1310e6f37b85c583373fe7d1c4c7c4fa654a7e61",
7+
"@angular/common": "github:angular/common-builds#a2a47deb8b37cfa69b740ec98144824420a6f00e",
8+
"@angular/compiler": "github:angular/compiler-builds#8a8d0f8f3af8d3387a9c796b11cc3696109b6c2b",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#184be0c6741dc0d50b599a6be80f2bbef13bbc08",
10+
"@angular/core": "github:angular/core-builds#9a91d678624a27a958a6c25602d510a9c7b4623e",
11+
"@angular/forms": "github:angular/forms-builds#b7d56d256fe4e251eb694476ce5872fc9fb2d0e0",
12+
"@angular/language-service": "github:angular/language-service-builds#8ce8cd2d106524443fbc64e586ebe2362963646b",
13+
"@angular/localize": "github:angular/localize-builds#8ea7823288542a87a7336fb3a7440ecb63a584fc",
14+
"@angular/material": "github:angular/material-builds#448f689fb2762d1846178009000ed9adebaefdec",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#d0d26959c02be0bec7e44717de2983dd0faf521d",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#4f0731b45a94c7e14b960c3a4fad90f15f06de4b",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#aee2e168e6782d752ba6876c90a7a1c82be8a6fc",
18+
"@angular/platform-server": "github:angular/platform-server-builds#2e062827660394b24182bb2f63d1e3540ca4cf5b",
19+
"@angular/router": "github:angular/router-builds#83ac22f7dd73e808f372b2bc2f0b9f42307ff99c",
20+
"@angular/service-worker": "github:angular/service-worker-builds#ca4f183536f06663a8d01ac7c03ef4204b1b0398"
2121
}
2222
}

yarn.lock

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@
129129
dependencies:
130130
tslib "^2.3.0"
131131

132-
"@angular/bazel@https://github.com/angular/bazel-builds.git#d4cd1ac66633528be9ad967b06a00d326446729e":
133-
version "18.0.0-next.5"
134-
resolved "https://github.com/angular/bazel-builds.git#d4cd1ac66633528be9ad967b06a00d326446729e"
132+
"@angular/bazel@https://github.com/angular/bazel-builds.git#df77912163a259b1c9497e9e15161c86460e4410":
133+
version "18.0.0-next.5+sha-f84d7dd"
134+
uid df77912163a259b1c9497e9e15161c86460e4410
135+
resolved "https://github.com/angular/bazel-builds.git#df77912163a259b1c9497e9e15161c86460e4410"
135136
dependencies:
136137
"@microsoft/api-extractor" "^7.24.2"
137138
magic-string "^0.30.0"
@@ -145,9 +146,10 @@
145146
"@angular/core" "^13.0.0 || ^14.0.0-0"
146147
reflect-metadata "^0.1.13"
147148

148-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#ba23169e282840cfac66488ff05c4258e20d4abc":
149-
version "0.0.0-10f65a101457091d4bc3500963d3a9630d55f7bd"
150-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ba23169e282840cfac66488ff05c4258e20d4abc"
149+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#35542fd4bc6a6d04eacb3d3f43e7dac877d82057":
150+
version "0.0.0-f733d4ac33b9108321bbf5926436e3c78cf7ce6c"
151+
uid "35542fd4bc6a6d04eacb3d3f43e7dac877d82057"
152+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#35542fd4bc6a6d04eacb3d3f43e7dac877d82057"
151153
dependencies:
152154
"@angular-devkit/build-angular" "17.3.3"
153155
"@angular/benchpress" "0.3.0"
@@ -190,10 +192,10 @@
190192
uuid "^9.0.0"
191193
yargs "^17.0.0"
192194

193-
"@angular/[email protected].4":
194-
version "18.0.0-next.4"
195-
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-18.0.0-next.4.tgz#8121b99e843f8ef5713fb9be6cf06a45f8aa6c1b"
196-
integrity sha512-9YlGaC6HUqDS4wGaxpxNaSZgUtghSn8WJ4tbVeOwAFiXJUs1+KpOsNz08wnD8Qmpuc4wojHqd/hCLckmukV2ow==
195+
"@angular/[email protected].5":
196+
version "18.0.0-next.5"
197+
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-18.0.0-next.5.tgz#17167794604c0b73b354dab7135f1cc24d5be876"
198+
integrity sha512-O2zFYFCr4IuZwtVl/Ban04NSreuVFYqWUrryvY76rsYzsOdnC9hqy3CsL0cyFZXlEZUL6tN0UYf7RIYKg11YJQ==
197199
dependencies:
198200
tslib "^2.3.0"
199201
optionalDependencies:
@@ -258,10 +260,10 @@
258260
fast-glob "3.3.2"
259261
yargs "^17.2.1"
260262

261-
"@angular/[email protected].4":
262-
version "18.0.0-next.4"
263-
resolved "https://registry.yarnpkg.com/@angular/material/-/material-18.0.0-next.4.tgz#51df4be783e821444f6167907d93fe9fbb988c86"
264-
integrity sha512-pgDg8fP8cpuA2t0SNRiqYFt5+VaUqJOZ0BlllSyqRTSZpM4/TAgVmscC2ZDOjj82g5okHHL9kI27x0lv4zn/9w==
263+
"@angular/[email protected].5":
264+
version "18.0.0-next.5"
265+
resolved "https://registry.yarnpkg.com/@angular/material/-/material-18.0.0-next.5.tgz#bbe62ef044538fb9e555567a5cb97a9c74c422c0"
266+
integrity sha512-vmsEfJxWW3+fshw7muUG96wQzfAlTXrX8U8hKwjNEfFBJBWXGqnrrjNPsiYVmxuJmncWFd+ZSI04ShT06jjkUA==
265267
dependencies:
266268
"@material/animation" "15.0.0-canary.7f224ddd4.0"
267269
"@material/auto-init" "15.0.0-canary.7f224ddd4.0"
@@ -312,9 +314,10 @@
312314
"@material/typography" "15.0.0-canary.7f224ddd4.0"
313315
tslib "^2.3.0"
314316

315-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#5f1f27c5ad034501ba7de855c0e2579bd131d43f":
316-
version "0.0.0-10f65a101457091d4bc3500963d3a9630d55f7bd"
317-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5f1f27c5ad034501ba7de855c0e2579bd131d43f"
317+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#f24ec39a6aab5666da7404986b9c4f3976b0366f":
318+
version "0.0.0-f733d4ac33b9108321bbf5926436e3c78cf7ce6c"
319+
uid f24ec39a6aab5666da7404986b9c4f3976b0366f
320+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f24ec39a6aab5666da7404986b9c4f3976b0366f"
318321
dependencies:
319322
"@yarnpkg/lockfile" "^1.1.0"
320323
typescript "~4.9.0"

0 commit comments

Comments
 (0)