Skip to content

Commit 7549f1b

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
1 parent b250831 commit 7549f1b

File tree

7 files changed

+124
-71
lines changed

7 files changed

+124
-71
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@65588bb9f321edbf3575114c0a455fa1d6b9b60b
19+
- uses: angular/dev-infra/github-actions/branch-manager@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
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@65588bb9f321edbf3575114c0a455fa1d6b9b60b
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
4646
- name: Setup ESLint Caching
4747
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
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@65588bb9f321edbf3575114c0a455fa1d6b9b60b
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@65588bb9f321edbf3575114c0a455fa1d6b9b60b
80+
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@65588bb9f321edbf3575114c0a455fa1d6b9b60b
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
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@65588bb9f321edbf3575114c0a455fa1d6b9b60b
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@65588bb9f321edbf3575114c0a455fa1d6b9b60b
101+
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@65588bb9f321edbf3575114c0a455fa1d6b9b60b
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
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@65588bb9f321edbf3575114c0a455fa1d6b9b60b
131+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
132132
- name: Install node modules
133133
run: yarn install --frozen-lockfile
134134
- name: Setup Bazel
135-
uses: angular/dev-infra/github-actions/bazel/setup@65588bb9f321edbf3575114c0a455fa1d6b9b60b
135+
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
136136
- name: Setup Bazel RBE
137-
uses: angular/dev-infra/github-actions/bazel/configure-remote@65588bb9f321edbf3575114c0a455fa1d6b9b60b
137+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
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@65588bb9f321edbf3575114c0a455fa1d6b9b60b
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
155155
- name: Install node modules
156156
run: yarn install --frozen-lockfile
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@65588bb9f321edbf3575114c0a455fa1d6b9b60b
158+
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@65588bb9f321edbf3575114c0a455fa1d6b9b60b
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
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@65588bb9f321edbf3575114c0a455fa1d6b9b60b
172+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
173173
- name: Install node modules
174174
run: yarn install --frozen-lockfile
175175
- name: Setup Bazel
176-
uses: angular/dev-infra/github-actions/bazel/setup@65588bb9f321edbf3575114c0a455fa1d6b9b60b
176+
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
177177
- name: Setup Bazel RBE
178-
uses: angular/dev-infra/github-actions/bazel/configure-remote@65588bb9f321edbf3575114c0a455fa1d6b9b60b
178+
uses: angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
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@65588bb9f321edbf3575114c0a455fa1d6b9b60b
206+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
207207
- name: Install node modules
208208
run: yarn install --frozen-lockfile
209209
- name: Setup Bazel
210-
uses: angular/dev-infra/github-actions/bazel/setup@65588bb9f321edbf3575114c0a455fa1d6b9b60b
210+
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
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@65588bb9f321edbf3575114c0a455fa1d6b9b60b
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
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@65588bb9f321edbf3575114c0a455fa1d6b9b60b
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
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@65588bb9f321edbf3575114c0a455fa1d6b9b60b
19+
- uses: angular/dev-infra/github-actions/feature-request@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
"devDependencies": {
5353
"@ampproject/remapping": "2.3.0",
5454
"@angular/animations": "18.0.0-next.4",
55-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#58aaac9e552c7d3b1d8a6bb718598b92910ac65e",
56-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8a925ffc26a47f03e12f5c0566e648547b391051",
57-
"@angular/cdk": "18.0.0-next.3",
55+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#4e80fcc1a84cec4fac27dade7dd57e24aaff8e05",
56+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#262ffed59888efdad857733de9f62d85ee5239ce",
57+
"@angular/cdk": "18.0.0-next.4",
5858
"@angular/common": "18.0.0-next.4",
5959
"@angular/compiler": "18.0.0-next.4",
6060
"@angular/compiler-cli": "18.0.0-next.4",
6161
"@angular/core": "18.0.0-next.4",
6262
"@angular/forms": "18.0.0-next.4",
6363
"@angular/localize": "18.0.0-next.4",
64-
"@angular/material": "18.0.0-next.3",
65-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#76536af6079611dc23a76b04f3005bb7c1914862",
64+
"@angular/material": "18.0.0-next.4",
65+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0f934206eb3fbdada3e84438a51eef1dc5842bc4",
6666
"@angular/platform-browser": "18.0.0-next.4",
6767
"@angular/platform-browser-dynamic": "18.0.0-next.4",
6868
"@angular/platform-server": "18.0.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#19fcc856e849ff44ed1376889ae7e85c3b47fc86",
6-
"@angular/cdk": "github:angular/cdk-builds#6773e349cb5e77f02bbd4dd2456cb3c31cad9cea",
7-
"@angular/common": "github:angular/common-builds#4b079a917cd71e830ce782912c2123caac7b2032",
8-
"@angular/compiler": "github:angular/compiler-builds#19035dc08fe415f7b0d6477622688f489714ecd2",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#4f7c09fa4fccc45a1386d5bbbd6483a8395344ba",
10-
"@angular/core": "github:angular/core-builds#18ddc743346196616f0c66a38b789b9464b0c2c3",
11-
"@angular/forms": "github:angular/forms-builds#421c97a6322803c9cf45f73b369b27537969f2e2",
12-
"@angular/language-service": "github:angular/language-service-builds#80b0d464d5e9e55e91b25a4f84bdc5594109f0d6",
13-
"@angular/localize": "github:angular/localize-builds#77a95317c90a6945814390e77b419ecddd0a10ba",
14-
"@angular/material": "github:angular/material-builds#1562eafb6201a54e8596cac6b8b60e53be1b4695",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#3a65ddfc58027c20fcc64b1843654e5895972b36",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#918ab1952dabeeaa9383085649ccb34d03872645",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#711bd9ffc0b6c322444e8cf00e3fbbe1a3ead000",
18-
"@angular/platform-server": "github:angular/platform-server-builds#ef105fda06ed8bd464b6558e0494453eeee05abc",
19-
"@angular/router": "github:angular/router-builds#b5d7746466b205b169e7ed597c231657774b0163",
20-
"@angular/service-worker": "github:angular/service-worker-builds#e6a45e708265bc1fb7f1841152748874d2014a72"
5+
"@angular/animations": "github:angular/animations-builds#a5aa596d314dc5c362f9ca454d5bc60b58e2e9b8",
6+
"@angular/cdk": "github:angular/cdk-builds#bd5d8f0c70aa75331cbd348c052d128390cd9c63",
7+
"@angular/common": "github:angular/common-builds#c0c875ee1e4b1252b86a61e3139f9216e0367480",
8+
"@angular/compiler": "github:angular/compiler-builds#d3f73ad5c35f88ad7df3b3d17b2da4a8a2260db9",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#7baeeca831d7c355f4dd1d5bd7249515c5538146",
10+
"@angular/core": "github:angular/core-builds#52abdb70fa646d3fd1d7f44533d6ad5f43efbddd",
11+
"@angular/forms": "github:angular/forms-builds#e5b7b9f00292943cdbaf5ca66c4be9202a8d4fb7",
12+
"@angular/language-service": "github:angular/language-service-builds#11ffa56e0fb8b8655bf38e35f6779ccf132b3eee",
13+
"@angular/localize": "github:angular/localize-builds#7ed5dde37bb3247d019a984f6241619520eda274",
14+
"@angular/material": "github:angular/material-builds#9a5808c5cf3287d174227c0fbe111d097859cffb",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#aa3218f024eb5e99bb06b0b89dfc746b56fe57e4",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#949f35fd61da94a41703e5681f848f27f0948a6d",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4815672f3fa170a31e3bca4daf62ab5d69acc337",
18+
"@angular/platform-server": "github:angular/platform-server-builds#ccabd800a3abb75c30250a77bb5bf7a0659f51ff",
19+
"@angular/router": "github:angular/router-builds#e0d63bd6f9345ee459be3ef935a2b3a148ba363b",
20+
"@angular/service-worker": "github:angular/service-worker-builds#ce1e132ca77da7d95fe6c2c34bab179ca00839ad"
2121
}
2222
}

0 commit comments

Comments
 (0)