Skip to content

Commit e25ad7a

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent f167e54 commit e25ad7a

File tree

7 files changed

+69
-101
lines changed

7 files changed

+69
-101
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@bca1cf327e0bc65d8192f584481411a461ef9775
19+
- uses: angular/dev-infra/github-actions/branch-manager@f2dbdeb62601fa259e10be581758fc147eb75094
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
@@ -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@bca1cf327e0bc65d8192f584481411a461ef9775
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
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@bca1cf327e0bc65d8192f584481411a461ef9775
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
76+
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
7979
- name: Install node modules
8080
run: yarn install --frozen-lockfile
8181
- name: Build release targets
@@ -92,11 +92,11 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- name: Initialize environment
95-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
9696
- name: Setup Bazel
97-
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
97+
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
9898
- name: Setup Bazel RBE
99-
uses: angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
99+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
100100
- name: Install node modules
101101
run: yarn install --frozen-lockfile
102102
- name: Run tests
@@ -124,13 +124,13 @@ jobs:
124124
runs-on: ${{ matrix.os }}
125125
steps:
126126
- name: Initialize environment
127-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
127+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
128128
- name: Install node modules
129129
run: yarn install --frozen-lockfile
130130
- name: Setup Bazel
131-
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
131+
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
132132
- name: Setup Bazel RBE
133-
uses: angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
133+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
134134
- name: Run CLI E2E tests
135135
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 }}
136136

@@ -147,13 +147,13 @@ jobs:
147147
runs-on: ${{ matrix.os }}
148148
steps:
149149
- name: Initialize environment
150-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
150+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
151151
- name: Install node modules
152152
run: yarn install --frozen-lockfile
153153
- name: Setup Bazel
154-
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
154+
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
155155
- name: Setup Bazel RBE
156-
uses: angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
156+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
157157
- name: Run CLI E2E tests
158158
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 }}
159159

@@ -165,13 +165,13 @@ jobs:
165165
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
166166
steps:
167167
- name: Initialize environment
168-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
168+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
169169
- name: Install node modules
170170
run: yarn install --frozen-lockfile
171171
- name: Setup Bazel
172-
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
172+
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
173173
- name: Setup Bazel RBE
174-
uses: angular/dev-infra/github-actions/bazel/configure-remote@bca1cf327e0bc65d8192f584481411a461ef9775
174+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f2dbdeb62601fa259e10be581758fc147eb75094
175175
- name: Run E2E Browser tests
176176
env:
177177
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -199,11 +199,11 @@ jobs:
199199
CIRCLE_BRANCH: ${{ github.ref_name }}
200200
steps:
201201
- name: Initialize environment
202-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bca1cf327e0bc65d8192f584481411a461ef9775
202+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2dbdeb62601fa259e10be581758fc147eb75094
203203
- name: Install node modules
204204
run: yarn install --frozen-lockfile
205205
- name: Setup Bazel
206-
uses: angular/dev-infra/github-actions/bazel/setup@bca1cf327e0bc65d8192f584481411a461ef9775
206+
uses: angular/dev-infra/github-actions/bazel/setup@f2dbdeb62601fa259e10be581758fc147eb75094
207207
- run: yarn admin snapshots --verbose
208208
env:
209209
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@bca1cf327e0bc65d8192f584481411a461ef9775
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f2dbdeb62601fa259e10be581758fc147eb75094
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@bca1cf327e0bc65d8192f584481411a461ef9775
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@f2dbdeb62601fa259e10be581758fc147eb75094
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@bca1cf327e0bc65d8192f584481411a461ef9775
19+
- uses: angular/dev-infra/github-actions/feature-request@f2dbdeb62601fa259e10be581758fc147eb75094
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.1.0-next.4",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#3ecc29bb078cc10ef8bebc76cfe176da5bcbafdf",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#dc8c32977c47b35b1eacbfa1f1b8091125bfe8f3",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#3d1c903b85653bb627b04905369d4788e200fb35",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#57d539c71ca3c8fd8206017529edff12dba6b893",
6565
"@angular/cdk": "17.1.0-next.3",
6666
"@angular/common": "17.1.0-next.4",
6767
"@angular/compiler": "17.1.0-next.4",
@@ -70,7 +70,7 @@
7070
"@angular/forms": "17.1.0-next.4",
7171
"@angular/localize": "17.0.7",
7272
"@angular/material": "17.1.0-next.3",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b9eb3805e817bf4b220902fb2f3c2a507be80309",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3144f194bc969216ec1ac07145f02f11d0ef0ce",
7474
"@angular/platform-browser": "17.1.0-next.4",
7575
"@angular/platform-browser-dynamic": "17.1.0-next.4",
7676
"@angular/platform-server": "17.1.0-next.4",

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#7107da793c4b77d470880e52c0f79cbf2fa80369",
6-
"@angular/cdk": "github:angular/cdk-builds#1d28bc48f4bf8eda6a1479629ab801ff74ff72ac",
7-
"@angular/common": "github:angular/common-builds#6222b3b72ced85b8d553c1acb4745032b76e2f31",
8-
"@angular/compiler": "github:angular/compiler-builds#1d84a3c7da351a500b023f540909bb233142977e",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#2aa17640b880b77b5b81d4f02bb39e9a75b3f3ff",
10-
"@angular/core": "github:angular/core-builds#967fed390146f44c2a63967ac92fd3cb6f72f716",
11-
"@angular/forms": "github:angular/forms-builds#c0e17a7dba7234465178d38c723f0a7d627493e3",
12-
"@angular/language-service": "github:angular/language-service-builds#369d48b169cd9ea16c7213cd81cd77637c8c9ba5",
13-
"@angular/localize": "github:angular/localize-builds#5a7bd486b77e0f4e1e68e87e226589972a365dd7",
14-
"@angular/material": "github:angular/material-builds#982bb0a0b419a99af2358b980c39370c0f067a5e",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#2fbdb7590a5826ed5251f2c67cd0033452992a16",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#80633a32131e1be95cae02e616a66fa57b694aaf",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fff62d5625f4cca716f6859c53925faeaf8b2d0f",
18-
"@angular/platform-server": "github:angular/platform-server-builds#ac65b4044e054a2e6baf0a466351f6592391aba2",
19-
"@angular/router": "github:angular/router-builds#1e54b516faf49a40f4f23c3e641902690982d007",
20-
"@angular/service-worker": "github:angular/service-worker-builds#2f9a2180fb784c39affa597cad89dba3754e1f87"
5+
"@angular/animations": "github:angular/animations-builds#3382b000762ff2eb7c7052b7562ca89e15aa4d00",
6+
"@angular/cdk": "github:angular/cdk-builds#9a9c582bf42fc74ed25ba332adee76bc28f727ce",
7+
"@angular/common": "github:angular/common-builds#047730fca333eeb228e099db5d86b9c787142aca",
8+
"@angular/compiler": "github:angular/compiler-builds#71ffc23b273f78b82e7c07e3b77524dac9a2426b",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#cb3669cc9211b5c38017356ec2cfe9796cd47c88",
10+
"@angular/core": "github:angular/core-builds#382fe04db6289b3d75fe300c21182ab0fb51d9ed",
11+
"@angular/forms": "github:angular/forms-builds#80cf1a4e8696894619622f8ddffa28997065a7d1",
12+
"@angular/language-service": "github:angular/language-service-builds#403b8ebbceb074bff821d2f1d2ac823eac60c0b2",
13+
"@angular/localize": "github:angular/localize-builds#dc571c50aad8714549876575c2f80735d4da68e0",
14+
"@angular/material": "github:angular/material-builds#26a9f3d2f7bafff54d05968799663c68aad75223",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#7429126251a873128542b51834523847382af2ca",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#7617981368439e23a818af3d690284345897484a",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#afbb426d871ca47eac9edefc101ad1a5d3b27a05",
18+
"@angular/platform-server": "github:angular/platform-server-builds#9850b9ebbdd59458995b4381ab4e01335593b033",
19+
"@angular/router": "github:angular/router-builds#0b17882c3149a66591b46bf310c96d598a150479",
20+
"@angular/service-worker": "github:angular/service-worker-builds#8357225cdfca602433885cb3d4063901c17f2874"
2121
}
2222
}

0 commit comments

Comments
 (0)