Skip to content

Commit 2afe760

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
(cherry picked from commit 65a2660)
1 parent ac4e28d commit 2afe760

File tree

7 files changed

+48
-45
lines changed

7 files changed

+48
-45
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@3c092a0d6eb426763cbf702bac586a448f985abc
19+
- uses: angular/dev-infra/github-actions/branch-manager@9ddc899e2884de7c60647e99caee2c2238c31d82
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Initialize environment
41-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82
4242
- name: Setup ESLint Caching
4343
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4444
with:
@@ -71,11 +71,11 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Initialize environment
74-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc
76+
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
7979
- name: Install node modules
8080
run: yarn install --frozen-lockfile
8181
- name: Build release targets
@@ -92,13 +92,13 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- name: Initialize environment
95-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82
9696
with:
9797
fetch-depth: 1
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc
99+
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
102102
- name: Install node modules
103103
run: yarn install --frozen-lockfile
104104
- name: Run tests
@@ -123,15 +123,15 @@ jobs:
123123
runs-on: ${{ matrix.os }}
124124
steps:
125125
- name: Initialize environment
126-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc
126+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82
127127
with:
128128
fetch-depth: 1
129129
- name: Install node modules
130130
run: yarn install --frozen-lockfile
131131
- name: Setup Bazel
132-
uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc
132+
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
133133
- name: Setup Bazel RBE
134-
uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc
134+
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
135135
- name: Run CLI E2E tests
136136
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 }}
137137

@@ -148,14 +148,14 @@ jobs:
148148
runs-on: ${{ matrix.os }}
149149
steps:
150150
- name: Initialize environment
151-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc
151+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82
152152
with:
153153
fetch-depth: 1
154154
- name: Install node modules
155155
run: yarn install --frozen-lockfile
156156
- name: Setup Bazel
157-
uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc
157+
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
158158
- name: Setup Bazel RBE
159-
uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc
159+
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
160160
- name: Run CLI E2E tests
161161
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 }}

.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@3c092a0d6eb426763cbf702bac586a448f985abc
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@9ddc899e2884de7c60647e99caee2c2238c31d82
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@3c092a0d6eb426763cbf702bac586a448f985abc
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@9ddc899e2884de7c60647e99caee2c2238c31d82
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@3c092a0d6eb426763cbf702bac586a448f985abc
19+
- uses: angular/dev-infra/github-actions/feature-request@9ddc899e2884de7c60647e99caee2c2238c31d82
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"devDependencies": {
6161
"@ampproject/remapping": "2.2.1",
6262
"@angular/animations": "17.0.0-rc.0",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#7ae8f36ecf9997cb345b2284dd88d36ff49a5797",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1aff213dee78452a7730d9e5920ecba33a1f0466",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#aa1827a77e4c804ae3751c5cdf0481198dffefe2",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#560121a29b5e29edacb82510104ebf06c7d08476",
6565
"@angular/cdk": "17.0.0-rc.0",
6666
"@angular/common": "17.0.0-rc.0",
6767
"@angular/compiler": "17.0.0-rc.0",
@@ -70,7 +70,7 @@
7070
"@angular/forms": "17.0.0-rc.0",
7171
"@angular/localize": "17.0.0-rc.0",
7272
"@angular/material": "17.0.0-rc.0",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c806f8ffcfd63ad73615c9b56c221631e6d0dc3d",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f700a057c54c9a50f11824ab5e8443bccf2161d0",
7474
"@angular/platform-browser": "17.0.0-rc.0",
7575
"@angular/platform-browser-dynamic": "17.0.0-rc.0",
7676
"@angular/platform-server": "17.0.0-rc.0",

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#b261e65721a2f047e24d5fdcf908b1fdeb487956",
6-
"@angular/cdk": "github:angular/cdk-builds#0be7f890f32fefe9cc67f9319353ef1c0a7da649",
7-
"@angular/common": "github:angular/common-builds#e884a9843934cacc78ca5a0157304f749cc83345",
8-
"@angular/compiler": "github:angular/compiler-builds#b7a43cf22d3f310ca75ec8bf2fa2bed077f2f67e",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#957b7161a271af5522b11d698fe7bd5d86b21bab",
10-
"@angular/core": "github:angular/core-builds#bb4c5138ee39b765a01508400ff6ce2f7ba3d1c3",
11-
"@angular/forms": "github:angular/forms-builds#e27508d083d7bdc8048edb2be342d3a63add86b5",
12-
"@angular/language-service": "github:angular/language-service-builds#a4b77fcadd2e256a941e31ba86afe2ba656ecdbf",
13-
"@angular/localize": "github:angular/localize-builds#cd7d5e7e75be295c1a50de4d138bdac033e2d8ef",
14-
"@angular/material": "github:angular/material-builds#0a4cfa9d3df11812eaedd4b9fe8e879d6739a9f9",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f46e74234b4163d71c6c467a33fa8282ea4e13b3",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#5447db85732c07bbc62619b2a7760e407903a849",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a2f24303eee86b2887893fe18d22e4ef3482f46c",
18-
"@angular/platform-server": "github:angular/platform-server-builds#f5c425744a1247cee62390bcc9d3e378284b14c7",
19-
"@angular/router": "github:angular/router-builds#856393cc1e424403a74aae4a3d68d95c06b56b74",
20-
"@angular/service-worker": "github:angular/service-worker-builds#52f0bc1ae59738573a124c31e848ca4f941b9667"
5+
"@angular/animations": "github:angular/animations-builds#92d9a9c33c77522969c1e82c66211dd8bf4a1a7e",
6+
"@angular/cdk": "github:angular/cdk-builds#295a37dbddaec76f731d3a3f2b599e7e59d8280c",
7+
"@angular/common": "github:angular/common-builds#5227f75d6281fa02df6940735ef8bd9bf1cf77a1",
8+
"@angular/compiler": "github:angular/compiler-builds#cb4aaa67b820149474ef16a60d226dcf0351ae2f",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#a0942ee47cd2f20f581e3ba3015ceaa041581589",
10+
"@angular/core": "github:angular/core-builds#b42fe8374d1ba89eeb31ad727d920837d3910b0a",
11+
"@angular/forms": "github:angular/forms-builds#20ff1472a0bc2baf0937b5556954c41b126f50bc",
12+
"@angular/language-service": "github:angular/language-service-builds#b57751546d192de4afa16e97e9daa9c34942cf56",
13+
"@angular/localize": "github:angular/localize-builds#9212534a499254ae0d397e37fe48d1f2445b671b",
14+
"@angular/material": "github:angular/material-builds#bdb6e796ae0b97e7c9b85abae434a32ae6e079b7",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1fd33d708c9fc2deef38eea4b4ac4bfaf0657f69",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#92b7e9692efc0533948de93e4c7f868b5e4c7044",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d9c3fe03b6291ca9bd8299ae9c2e08d18b639b00",
18+
"@angular/platform-server": "github:angular/platform-server-builds#a28490fa76e0c009e5fbdb8a5e00183104f3cd3f",
19+
"@angular/router": "github:angular/router-builds#aa0c4eca0247300e24c68eede18d8664bee8d82b",
20+
"@angular/service-worker": "github:angular/service-worker-builds#05e344273771a8386e273dfc7d8bdfed575b69da"
2121
}
2222
}

yarn.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,10 @@
122122
dependencies:
123123
tslib "^2.3.0"
124124

125-
"@angular/bazel@https://github.com/angular/bazel-builds.git#7ae8f36ecf9997cb345b2284dd88d36ff49a5797":
126-
version "17.1.0-next.0"
127-
resolved "https://github.com/angular/bazel-builds.git#7ae8f36ecf9997cb345b2284dd88d36ff49a5797"
125+
"@angular/bazel@https://github.com/angular/bazel-builds.git#aa1827a77e4c804ae3751c5cdf0481198dffefe2":
126+
version "17.1.0-next.0+sha-67b9720"
127+
uid aa1827a77e4c804ae3751c5cdf0481198dffefe2
128+
resolved "https://github.com/angular/bazel-builds.git#aa1827a77e4c804ae3751c5cdf0481198dffefe2"
128129
dependencies:
129130
"@microsoft/api-extractor" "^7.24.2"
130131
magic-string "^0.30.0"
@@ -138,9 +139,10 @@
138139
"@angular/core" "^13.0.0 || ^14.0.0-0"
139140
reflect-metadata "^0.1.13"
140141

141-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#1aff213dee78452a7730d9e5920ecba33a1f0466":
142-
version "0.0.0-3c092a0d6eb426763cbf702bac586a448f985abc"
143-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1aff213dee78452a7730d9e5920ecba33a1f0466"
142+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#560121a29b5e29edacb82510104ebf06c7d08476":
143+
version "0.0.0-9ddc899e2884de7c60647e99caee2c2238c31d82"
144+
uid "560121a29b5e29edacb82510104ebf06c7d08476"
145+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#560121a29b5e29edacb82510104ebf06c7d08476"
144146
dependencies:
145147
"@angular-devkit/build-angular" "17.0.0-next.9"
146148
"@angular/benchpress" "0.3.0"
@@ -302,9 +304,10 @@
302304
"@material/typography" "15.0.0-canary.a246a4439.0"
303305
tslib "^2.3.0"
304306

305-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#c806f8ffcfd63ad73615c9b56c221631e6d0dc3d":
306-
version "0.0.0-3c092a0d6eb426763cbf702bac586a448f985abc"
307-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c806f8ffcfd63ad73615c9b56c221631e6d0dc3d"
307+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#f700a057c54c9a50f11824ab5e8443bccf2161d0":
308+
version "0.0.0-9ddc899e2884de7c60647e99caee2c2238c31d82"
309+
uid f700a057c54c9a50f11824ab5e8443bccf2161d0
310+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f700a057c54c9a50f11824ab5e8443bccf2161d0"
308311
dependencies:
309312
"@yarnpkg/lockfile" "^1.1.0"
310313
typescript "~4.9.0"

0 commit comments

Comments
 (0)