Skip to content

Commit 4628a04

Browse files
angular-robotclydin
authored andcommitted
build: update angular
1 parent 30f182c commit 4628a04

File tree

7 files changed

+81
-91
lines changed

7 files changed

+81
-91
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@54698f602641db238753834d26b88f60152d9a5f
19+
- uses: angular/dev-infra/github-actions/branch-manager@2e34229a11f8e47f2905ea5b077369e6d0456f81
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@54698f602641db238753834d26b88f60152d9a5f
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
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@54698f602641db238753834d26b88f60152d9a5f
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
80+
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@54698f602641db238753834d26b88f60152d9a5f
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
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@54698f602641db238753834d26b88f60152d9a5f
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
101+
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@54698f602641db238753834d26b88f60152d9a5f
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
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@54698f602641db238753834d26b88f60152d9a5f
131+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
132132
- name: Install node modules
133133
run: yarn install --frozen-lockfile
134134
- name: Setup Bazel
135-
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
135+
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
136136
- name: Setup Bazel RBE
137-
uses: angular/dev-infra/github-actions/bazel/configure-remote@54698f602641db238753834d26b88f60152d9a5f
137+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
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@54698f602641db238753834d26b88f60152d9a5f
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
155155
- name: Install node modules
156156
run: yarn install --frozen-lockfile
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
158+
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@54698f602641db238753834d26b88f60152d9a5f
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
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@54698f602641db238753834d26b88f60152d9a5f
172+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
173173
- name: Install node modules
174174
run: yarn install --frozen-lockfile
175175
- name: Setup Bazel
176-
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
176+
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
177177
- name: Setup Bazel RBE
178-
uses: angular/dev-infra/github-actions/bazel/configure-remote@54698f602641db238753834d26b88f60152d9a5f
178+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2e34229a11f8e47f2905ea5b077369e6d0456f81
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@54698f602641db238753834d26b88f60152d9a5f
206+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2e34229a11f8e47f2905ea5b077369e6d0456f81
207207
- name: Install node modules
208208
run: yarn install --frozen-lockfile
209209
- name: Setup Bazel
210-
uses: angular/dev-infra/github-actions/bazel/setup@54698f602641db238753834d26b88f60152d9a5f
210+
uses: angular/dev-infra/github-actions/bazel/setup@2e34229a11f8e47f2905ea5b077369e6d0456f81
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@54698f602641db238753834d26b88f60152d9a5f
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2e34229a11f8e47f2905ea5b077369e6d0456f81
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@54698f602641db238753834d26b88f60152d9a5f
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@2e34229a11f8e47f2905ea5b077369e6d0456f81
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@54698f602641db238753834d26b88f60152d9a5f
19+
- uses: angular/dev-infra/github-actions/feature-request@2e34229a11f8e47f2905ea5b077369e6d0456f81
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.2",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#b6a228c2f6a1ee8d0dd7aa68c20f7be697b354c0",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#00f7e7965bbc1788f178147c7149d6e7d1490daa",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#70bda667b512e345318b00b567ff9cbad8e43028",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#09890f7373db505241b45ecc8191b0a10b41c582",
6565
"@angular/cdk": "17.2.1",
6666
"@angular/common": "17.2.2",
6767
"@angular/compiler": "17.2.2",
@@ -70,7 +70,7 @@
7070
"@angular/forms": "17.2.2",
7171
"@angular/localize": "17.2.2",
7272
"@angular/material": "17.2.1",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1a47ddb107c2a2af607b3d589a798fa77a9b4d42",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3f48b250482b1d7c1cc1d1b69ed80f3e5ceef916",
7474
"@angular/platform-browser": "17.2.2",
7575
"@angular/platform-browser-dynamic": "17.2.2",
7676
"@angular/platform-server": "17.2.2",

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#e0f9b4e81974b100a3bab965b3ffbc3814fc38cb",
6-
"@angular/cdk": "github:angular/cdk-builds#2dd61241d2bea7e255fae60ec45eb7757b6d1c3a",
7-
"@angular/common": "github:angular/common-builds#3ca4e52151d1b58689f369c18e476e38a2a90ff0",
8-
"@angular/compiler": "github:angular/compiler-builds#aaaac5f881aa7c9440d6fbaa2ea49b20504128fc",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#8c201b1017c177c7cd35feeeb379411405198cc5",
10-
"@angular/core": "github:angular/core-builds#1ab59f397765fe15405c41afda17a9f6fa8563a7",
11-
"@angular/forms": "github:angular/forms-builds#50b0cb98b1e617343933a52b32df7538a4d3ff98",
12-
"@angular/language-service": "github:angular/language-service-builds#0fbcbcadd4c9c48ece60197a45c05cf7807abf94",
13-
"@angular/localize": "github:angular/localize-builds#219714ea876c59915e745cd55ef2ceb955fc34a0",
14-
"@angular/material": "github:angular/material-builds#7a99b2017e677f3f9e51b42f6b54119cb6a03736",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1730af7c8a03fec9d69d281d784856bb64392003",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#c0d0b34fe7082e8c08b145ec1ad1b0b944d88e5f",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#cd4a47c18a523988ef6ebc416f21be214cc95ca3",
18-
"@angular/platform-server": "github:angular/platform-server-builds#1389d2d02558ab0fe114bcdca30dd50a23accf80",
19-
"@angular/router": "github:angular/router-builds#e7e81571fa76eb5e6570c544d85819394be49578",
20-
"@angular/service-worker": "github:angular/service-worker-builds#ae41d80a6e9cce3c237b76945bc49a692efca1f4"
5+
"@angular/animations": "github:angular/animations-builds#20342fdd4b0c869161b71424ec27aa2eb0bb0d58",
6+
"@angular/cdk": "github:angular/cdk-builds#afde42c16f81d520bd001b0a5d9a1f562f7f9fc2",
7+
"@angular/common": "github:angular/common-builds#e7ba14f0e997662ce3bb0f6ea178ae5cd111c1d1",
8+
"@angular/compiler": "github:angular/compiler-builds#143e5878bd91cfe976b4d0f3201ebd03e84da920",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#a445d298f5e4a914d1e5d8200b3a0cd22aed1e98",
10+
"@angular/core": "github:angular/core-builds#2b00a6fb8167f9ac6f1c5bbcb776589dd33e9015",
11+
"@angular/forms": "github:angular/forms-builds#b7866ba1f461f4d4bf9aebbdf6f83deb3f53a5ae",
12+
"@angular/language-service": "github:angular/language-service-builds#366b7ef50dca479db8c527584af72ccfdda8c300",
13+
"@angular/localize": "github:angular/localize-builds#6868adcf993c57ef958f0f60e210ee4b5afb1301",
14+
"@angular/material": "github:angular/material-builds#d29712f3859c57af7263f31f950cbee7b2e4c4e8",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#732fca5e96d3cc5a4fa0d8983e08bdf6e11bbd40",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#c758ba72e88a0e8b66d28f163bd01cc15bcd8fa2",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a7f3be35a4b1bda68a9bc3533e2757b750e21afb",
18+
"@angular/platform-server": "github:angular/platform-server-builds#18f5120a3e30bde4613715f9a6fff3cbf5e458eb",
19+
"@angular/router": "github:angular/router-builds#87904c5b9c3e94334816a281c22e0af4ca396ec1",
20+
"@angular/service-worker": "github:angular/service-worker-builds#815f21743ba7e7cc199c25f4b0a5a3d8713cf44c"
2121
}
2222
}

0 commit comments

Comments
 (0)