Skip to content

Commit 20c4656

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent 6f5066d commit 20c4656

File tree

7 files changed

+53
-53
lines changed

7 files changed

+53
-53
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@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
19+
- uses: angular/dev-infra/github-actions/branch-manager@20822706c874a263fafcdc78bf7aefd2d47bf10c
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@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20822706c874a263fafcdc78bf7aefd2d47bf10c
4646
- name: Setup ESLint Caching
4747
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
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@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20822706c874a263fafcdc78bf7aefd2d47bf10c
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
80+
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@20822706c874a263fafcdc78bf7aefd2d47bf10c
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@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20822706c874a263fafcdc78bf7aefd2d47bf10c
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
101+
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@20822706c874a263fafcdc78bf7aefd2d47bf10c
104104
- name: Install node modules
105105
run: yarn install --frozen-lockfile
106106
- name: Run 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@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
131+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20822706c874a263fafcdc78bf7aefd2d47bf10c
132132
- name: Install node modules
133133
run: yarn install --frozen-lockfile
134134
- name: Setup Bazel
135-
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
135+
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
136136
- name: Setup Bazel RBE
137-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
137+
uses: angular/dev-infra/github-actions/bazel/configure-remote@20822706c874a263fafcdc78bf7aefd2d47bf10c
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,13 +151,13 @@ jobs:
151151
runs-on: ${{ matrix.os }}
152152
steps:
153153
- name: Initialize environment
154-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20822706c874a263fafcdc78bf7aefd2d47bf10c
155155
- name: Install node modules
156156
run: yarn install --frozen-lockfile
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
158+
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@20822706c874a263fafcdc78bf7aefd2d47bf10c
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 }}
163163

@@ -169,13 +169,13 @@ jobs:
169169
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
170170
steps:
171171
- name: Initialize environment
172-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
172+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20822706c874a263fafcdc78bf7aefd2d47bf10c
173173
- name: Install node modules
174174
run: yarn install --frozen-lockfile
175175
- name: Setup Bazel
176-
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
176+
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
177177
- name: Setup Bazel RBE
178-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
178+
uses: angular/dev-infra/github-actions/bazel/configure-remote@20822706c874a263fafcdc78bf7aefd2d47bf10c
179179
- name: Run E2E Browser tests
180180
env:
181181
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -203,11 +203,11 @@ jobs:
203203
CIRCLE_BRANCH: ${{ github.ref_name }}
204204
steps:
205205
- name: Initialize environment
206-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
206+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@20822706c874a263fafcdc78bf7aefd2d47bf10c
207207
- name: Install node modules
208208
run: yarn install --frozen-lockfile
209209
- name: Setup Bazel
210-
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
210+
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
211211
- run: yarn admin snapshots --verbose
212212
env:
213213
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@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@20822706c874a263fafcdc78bf7aefd2d47bf10c
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@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@20822706c874a263fafcdc78bf7aefd2d47bf10c
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@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
19+
- uses: angular/dev-infra/github-actions/feature-request@20822706c874a263fafcdc78bf7aefd2d47bf10c
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.2.0-next.0",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#2fefde3c3f44202ee674ecb7a4e8aa4e11571ce6",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#db959359caf378c9608f03a8ddea5b3ca0d73582",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#b832c5709e0e6a4f3cafb4bc6050473ee818332b",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#bab96c20790d7c4d8b18670864a1f3dc080647df",
6565
"@angular/cdk": "17.1.1",
6666
"@angular/common": "17.2.0-next.0",
6767
"@angular/compiler": "17.2.0-next.0",
@@ -70,7 +70,7 @@
7070
"@angular/forms": "17.2.0-next.0",
7171
"@angular/localize": "17.2.0-next.0",
7272
"@angular/material": "17.1.1",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5e1d737d1e2a239b42ebeeb382172b1ded84f9df",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f299b9ca7106e4ef2e721047fe01b9b040874a70",
7474
"@angular/platform-browser": "17.2.0-next.0",
7575
"@angular/platform-browser-dynamic": "17.2.0-next.0",
7676
"@angular/platform-server": "17.2.0-next.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#48164334077e39092eab5445cdec3e7c94f2e8b4",
6-
"@angular/cdk": "github:angular/cdk-builds#93c8751f39ec70c366c0dfa5eb5e3458791ed58d",
7-
"@angular/common": "github:angular/common-builds#5dfbe7527c010f552a2b99e3bc85cd29960204b4",
8-
"@angular/compiler": "github:angular/compiler-builds#ce9b95613e38b04791be0c63032d7ebd61ec3e9f",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#d9312c2b5cd06b76e3664e1bc449f410eba1bde6",
10-
"@angular/core": "github:angular/core-builds#ca5bf06f154b6780914f2369b93abd3dfb71b06f",
11-
"@angular/forms": "github:angular/forms-builds#ccdad69cf9cca9a7852b21a9fcd461034446f586",
12-
"@angular/language-service": "github:angular/language-service-builds#b37be26350da18b8717fe14bd185ea9dee2ed2d0",
13-
"@angular/localize": "github:angular/localize-builds#c8ef1af45325d4a2dd764339cf601990b50ee834",
14-
"@angular/material": "github:angular/material-builds#61d19b9af9cd83e652fb6b3b8c95451455df3ffd",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#aea31347769731491abe9a0f82217ebf792060eb",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#074043f51144391450e2ab556f481b646f704462",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#93e90d57c1153723a071025d353bd3ebaeb54b93",
18-
"@angular/platform-server": "github:angular/platform-server-builds#cb9f094f8b016438fc8bb6be0eaa8e5a1221fad2",
19-
"@angular/router": "github:angular/router-builds#166d8f09f5bc330855d83ddef794063d0e3702a0",
20-
"@angular/service-worker": "github:angular/service-worker-builds#6875677b0e7cd325236659428daa13d0470568c3"
5+
"@angular/animations": "github:angular/animations-builds#0dc191dde8d801b12bada1ab646bd034223b7dc8",
6+
"@angular/cdk": "github:angular/cdk-builds#851d822b73d22ffeb01983e1ff24b24ddf735dda",
7+
"@angular/common": "github:angular/common-builds#becc05ef7e4e6a067b238e531a8b17a4e910d87d",
8+
"@angular/compiler": "github:angular/compiler-builds#c0a7fd7ec19c2ce66f73e00085cab9293ca24f5b",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#75316db2745efb73292f944f8bad4da543c2fd70",
10+
"@angular/core": "github:angular/core-builds#bfb36ab413ffd586b0690ec1a57b51accd4890e8",
11+
"@angular/forms": "github:angular/forms-builds#14909cb36c2f1fad16427cccf780030e719b04b5",
12+
"@angular/language-service": "github:angular/language-service-builds#86efc9e459a68a78f757c064f4c269f7c4dd760a",
13+
"@angular/localize": "github:angular/localize-builds#456afc222a066bc5885eeb3fd2ca72cb2b0a2d56",
14+
"@angular/material": "github:angular/material-builds#2cbea8db7c94ed4e7a3fdba21811be67df9a46de",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#3c58a99d0a8dbf358ef840bd6c8099a7cfc4a673",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#7e473b884e50875cbb1c4c218a0fb02ba2d2f78d",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#aa12269f0ca1fa700ef144683567516e933abace",
18+
"@angular/platform-server": "github:angular/platform-server-builds#6f159351e44b15bd20d524650f175f5372b8ec39",
19+
"@angular/router": "github:angular/router-builds#65fe9a46e4490409ab4fbe711f59c3e4772b785f",
20+
"@angular/service-worker": "github:angular/service-worker-builds#81682079e45a69ba23f972e7e8f25e8325ce7852"
2121
}
2222
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@
130130
dependencies:
131131
tslib "^2.3.0"
132132

133-
"@angular/bazel@https://github.com/angular/bazel-builds.git#2fefde3c3f44202ee674ecb7a4e8aa4e11571ce6":
134-
version "17.2.0-next.0+sha-f3567bb"
135-
uid "2fefde3c3f44202ee674ecb7a4e8aa4e11571ce6"
136-
resolved "https://github.com/angular/bazel-builds.git#2fefde3c3f44202ee674ecb7a4e8aa4e11571ce6"
133+
"@angular/bazel@https://github.com/angular/bazel-builds.git#b832c5709e0e6a4f3cafb4bc6050473ee818332b":
134+
version "17.2.0-next.0+sha-f5ede2a"
135+
uid b832c5709e0e6a4f3cafb4bc6050473ee818332b
136+
resolved "https://github.com/angular/bazel-builds.git#b832c5709e0e6a4f3cafb4bc6050473ee818332b"
137137
dependencies:
138138
"@microsoft/api-extractor" "^7.24.2"
139139
magic-string "^0.30.0"
@@ -147,10 +147,10 @@
147147
"@angular/core" "^13.0.0 || ^14.0.0-0"
148148
reflect-metadata "^0.1.13"
149149

150-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#db959359caf378c9608f03a8ddea5b3ca0d73582":
151-
version "0.0.0-f66bf7b903ef5a7a27caeebbe291654bb1d037e9"
152-
uid db959359caf378c9608f03a8ddea5b3ca0d73582
153-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#db959359caf378c9608f03a8ddea5b3ca0d73582"
150+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#bab96c20790d7c4d8b18670864a1f3dc080647df":
151+
version "0.0.0-20822706c874a263fafcdc78bf7aefd2d47bf10c"
152+
uid bab96c20790d7c4d8b18670864a1f3dc080647df
153+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#bab96c20790d7c4d8b18670864a1f3dc080647df"
154154
dependencies:
155155
"@angular-devkit/build-angular" "17.2.0-next.0"
156156
"@angular/benchpress" "0.3.0"
@@ -315,10 +315,10 @@
315315
"@material/typography" "15.0.0-canary.7f224ddd4.0"
316316
tslib "^2.3.0"
317317

318-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#5e1d737d1e2a239b42ebeeb382172b1ded84f9df":
319-
version "0.0.0-f66bf7b903ef5a7a27caeebbe291654bb1d037e9"
320-
uid "5e1d737d1e2a239b42ebeeb382172b1ded84f9df"
321-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5e1d737d1e2a239b42ebeeb382172b1ded84f9df"
318+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#f299b9ca7106e4ef2e721047fe01b9b040874a70":
319+
version "0.0.0-20822706c874a263fafcdc78bf7aefd2d47bf10c"
320+
uid f299b9ca7106e4ef2e721047fe01b9b040874a70
321+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f299b9ca7106e4ef2e721047fe01b9b040874a70"
322322
dependencies:
323323
"@yarnpkg/lockfile" "^1.1.0"
324324
typescript "~4.9.0"

0 commit comments

Comments
 (0)