Skip to content

Commit 080fef4

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent 8515c6b commit 080fef4

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@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
19+
- uses: angular/dev-infra/github-actions/branch-manager@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
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@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
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@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
80+
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
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@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
101+
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
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@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
131+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
132132
- name: Install node modules
133133
run: yarn install --frozen-lockfile
134134
- name: Setup Bazel
135-
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
135+
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
136136
- name: Setup Bazel RBE
137-
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
137+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
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@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
155155
- name: Install node modules
156156
run: yarn install --frozen-lockfile
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
158+
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
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@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
172+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
173173
- name: Install node modules
174174
run: yarn install --frozen-lockfile
175175
- name: Setup Bazel
176-
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
176+
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
177177
- name: Setup Bazel RBE
178-
uses: angular/dev-infra/github-actions/bazel/configure-remote@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
178+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
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@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
206+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
207207
- name: Install node modules
208208
run: yarn install --frozen-lockfile
209209
- name: Setup Bazel
210-
uses: angular/dev-infra/github-actions/bazel/setup@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
210+
uses: angular/dev-infra/github-actions/bazel/setup@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
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@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
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@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
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@7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80
19+
- uses: angular/dev-infra/github-actions/feature-request@f66bf7b903ef5a7a27caeebbe291654bb1d037e9
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#8ea7194b676d54e2734c673759c5fd36d55532e5",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9f3bfebd8a59e1fce274efc42062a3c62d8c0275",
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",
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#7380b9524c68db0c311455ded58a6e6849c79a89",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5e1d737d1e2a239b42ebeeb382172b1ded84f9df",
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#ad2049c5cf7fa29878ce974edf15b310c6097dce",
6-
"@angular/cdk": "github:angular/cdk-builds#b7092bc145c3efdf7892640e9fbdbb4eb9028c11",
7-
"@angular/common": "github:angular/common-builds#0ccacfc574f25014642a9123dc1fc5bc8234f05c",
8-
"@angular/compiler": "github:angular/compiler-builds#1474e7f95dc51c172faa90a1ec11c3855fe029c5",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#fa7ca73df355880b4518e7ecfd09e3a5d89324e5",
10-
"@angular/core": "github:angular/core-builds#03c6baab8352a56b0dd10e37e998270101235f62",
11-
"@angular/forms": "github:angular/forms-builds#5b0806354ecdaf53351531487b0c744ba5623cd5",
12-
"@angular/language-service": "github:angular/language-service-builds#480da44ffbe64fbea36e2f31afbf1ba2e7e742f5",
13-
"@angular/localize": "github:angular/localize-builds#a21179ecc823fbdccfaeda1a1cedf590da18f5a9",
14-
"@angular/material": "github:angular/material-builds#c5927d68a384096992bf0767abe228a68e84eb18",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#0631a6cedc6f37eabe438d19553a26a5fbfbcd80",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#3e65e1db7e538ce4bfd16fb5a6d9da11b550314e",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#61626dc39111c21dd398fd3221c44870214870c3",
18-
"@angular/platform-server": "github:angular/platform-server-builds#99b10663c8185b66b6f0937ad198c0afbb2d02b6",
19-
"@angular/router": "github:angular/router-builds#a1d12dbb62676cfaba841cbabb8886c3a984960d",
20-
"@angular/service-worker": "github:angular/service-worker-builds#838cee04bedb5ed4ae5cfc56a5d1b5100020ab57"
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"
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#8ea7194b676d54e2734c673759c5fd36d55532e5":
134-
version "17.2.0-next.0+sha-7b4d275"
135-
uid "8ea7194b676d54e2734c673759c5fd36d55532e5"
136-
resolved "https://github.com/angular/bazel-builds.git#8ea7194b676d54e2734c673759c5fd36d55532e5"
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"
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#9f3bfebd8a59e1fce274efc42062a3c62d8c0275":
151-
version "0.0.0-7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80"
152-
uid "9f3bfebd8a59e1fce274efc42062a3c62d8c0275"
153-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9f3bfebd8a59e1fce274efc42062a3c62d8c0275"
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"
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#7380b9524c68db0c311455ded58a6e6849c79a89":
319-
version "0.0.0-7f7b41ba2e0413ffe6b6bb9e80f44dd0c3a1dc80"
320-
uid "7380b9524c68db0c311455ded58a6e6849c79a89"
321-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7380b9524c68db0c311455ded58a6e6849c79a89"
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"
322322
dependencies:
323323
"@yarnpkg/lockfile" "^1.1.0"
324324
typescript "~4.9.0"

0 commit comments

Comments
 (0)