Skip to content

Commit 1d2f642

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
1 parent fe39262 commit 1d2f642

File tree

7 files changed

+53
-50
lines changed

7 files changed

+53
-50
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@8a3082e3b16d9800b6248bf8fe43c516cf473f89
19+
- uses: angular/dev-infra/github-actions/branch-manager@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
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@8a3082e3b16d9800b6248bf8fe43c516cf473f89
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
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@8a3082e3b16d9800b6248bf8fe43c516cf473f89
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
80+
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
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@8a3082e3b16d9800b6248bf8fe43c516cf473f89
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
101+
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
104104
- name: Install node modules
105105
run: yarn install --frozen-lockfile
106106
- name: Run module tests
@@ -135,13 +135,13 @@ jobs:
135135
runs-on: ${{ matrix.os }}
136136
steps:
137137
- name: Initialize environment
138-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
138+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
139139
- name: Install node modules
140140
run: yarn install --frozen-lockfile
141141
- name: Setup Bazel
142-
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
142+
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
143143
- name: Setup Bazel RBE
144-
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
144+
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
145145
- name: Run CLI E2E tests
146146
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 }}
147147

@@ -158,13 +158,13 @@ jobs:
158158
runs-on: ${{ matrix.os }}
159159
steps:
160160
- name: Initialize environment
161-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
161+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
162162
- name: Install node modules
163163
run: yarn install --frozen-lockfile
164164
- name: Setup Bazel
165-
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
165+
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
166166
- name: Setup Bazel RBE
167-
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
167+
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
168168
- name: Run CLI E2E tests
169169
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 }}
170170

@@ -176,13 +176,13 @@ jobs:
176176
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
177177
steps:
178178
- name: Initialize environment
179-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
179+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
180180
- name: Install node modules
181181
run: yarn install --frozen-lockfile
182182
- name: Setup Bazel
183-
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
183+
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
184184
- name: Setup Bazel RBE
185-
uses: angular/dev-infra/github-actions/bazel/configure-remote@8a3082e3b16d9800b6248bf8fe43c516cf473f89
185+
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
186186
- name: Run E2E Browser tests
187187
env:
188188
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -210,11 +210,11 @@ jobs:
210210
CIRCLE_BRANCH: ${{ github.ref_name }}
211211
steps:
212212
- name: Initialize environment
213-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a3082e3b16d9800b6248bf8fe43c516cf473f89
213+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
214214
- name: Install node modules
215215
run: yarn install --frozen-lockfile
216216
- name: Setup Bazel
217-
uses: angular/dev-infra/github-actions/bazel/setup@8a3082e3b16d9800b6248bf8fe43c516cf473f89
217+
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
218218
- run: yarn admin snapshots --verbose
219219
env:
220220
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8a3082e3b16d9800b6248bf8fe43c516cf473f89
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@8a3082e3b16d9800b6248bf8fe43c516cf473f89
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
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@8a3082e3b16d9800b6248bf8fe43c516cf473f89
19+
- uses: angular/dev-infra/github-actions/feature-request@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
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
@@ -52,8 +52,8 @@
5252
"devDependencies": {
5353
"@ampproject/remapping": "2.3.0",
5454
"@angular/animations": "18.0.0-rc.0",
55-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#948ff82ae1a3a606eb3df5f2d9ac86dde5a13774",
56-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#051f8ea32487ea8b40cb84f49fba160926ca7399",
55+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d420c525d5cc489cc78df6dcc2c2ff45952a401a",
56+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237",
5757
"@angular/cdk": "18.0.0-rc.0",
5858
"@angular/common": "18.0.0-rc.0",
5959
"@angular/compiler": "18.0.0-rc.0",
@@ -62,7 +62,7 @@
6262
"@angular/forms": "18.0.0-rc.0",
6363
"@angular/localize": "18.0.0-rc.0",
6464
"@angular/material": "18.0.0-rc.0",
65-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#89546042315de3826640ce06503c92eddb5b3585",
65+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6",
6666
"@angular/platform-browser": "18.0.0-rc.0",
6767
"@angular/platform-browser-dynamic": "18.0.0-rc.0",
6868
"@angular/platform-server": "18.0.0-rc.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#163b6a54d6d79964ad5391a5958026a5b872f78d",
6-
"@angular/cdk": "github:angular/cdk-builds#b07e6224a896a8c142d19215d22e6e35ce14cc7a",
7-
"@angular/common": "github:angular/common-builds#2ac7a7b237c5e7c94d61ef25353685f4ee511b20",
8-
"@angular/compiler": "github:angular/compiler-builds#b6d90e53e8a5e7aa8f7604d1f7dd9ba3dd867226",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#902329e16047a1c235d811e331c9522a3fc09465",
10-
"@angular/core": "github:angular/core-builds#d20776207e2f82e74ba3846879318a6a30a8c14c",
11-
"@angular/forms": "github:angular/forms-builds#174027e97573ada33653e2962c0f52b44e167b22",
12-
"@angular/language-service": "github:angular/language-service-builds#237240540fadeb00ddfe66ec658949d95a9903b1",
13-
"@angular/localize": "github:angular/localize-builds#0c736319b945057b5568e4542ea703cb151a3625",
14-
"@angular/material": "github:angular/material-builds#c42869c69b31771d4b064a22e24e51748a1eed49",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#2b2cbe5b1514ba21e9434c123dde1f75e3085927",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#ec71c83c50570d117563e804b1e87b984d3b869e",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#9c6ad7e3e860468b10e84dfa2b0e1d4063a8c691",
18-
"@angular/platform-server": "github:angular/platform-server-builds#bb913a661ff7d7956f4dc8a4123b4d2c82cdd3de",
19-
"@angular/router": "github:angular/router-builds#e5d68999f53b248843922840b79750e610ce27db",
20-
"@angular/service-worker": "github:angular/service-worker-builds#ff2921afbdfbc48fe61b3fad2cb05746720095b6"
5+
"@angular/animations": "github:angular/animations-builds#8e8917830d3c07484c99699749f80003f4d5855c",
6+
"@angular/cdk": "github:angular/cdk-builds#47b691cce8e4c747d94463082358f43f33882714",
7+
"@angular/common": "github:angular/common-builds#798eb477858c7a579e208aedfa73d2642ea6b883",
8+
"@angular/compiler": "github:angular/compiler-builds#6213c9362aba1016275028bcb5d783dcb632db56",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#c26a66781ec4cdc0751666c98159821ec770fff6",
10+
"@angular/core": "github:angular/core-builds#066154b9494ae4786854419342cd497e7c985d5f",
11+
"@angular/forms": "github:angular/forms-builds#8408a3811ea8e4a14896756d4f148669e83f8b73",
12+
"@angular/language-service": "github:angular/language-service-builds#5c4587602a140657641bb13753819ef6e8ef54d1",
13+
"@angular/localize": "github:angular/localize-builds#3d5945a05e612e271f502343e0c9671e4748785f",
14+
"@angular/material": "github:angular/material-builds#8fd9bd3baf9deada700e32535e0e1175edb7b46e",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b645e6ddc0e3bb351845a564aa12f725665804cf",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#68c755ba1b2f7170441d9bf50c75de31f0435610",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e0fb0316a90d02037611538fecf809ed7842c05f",
18+
"@angular/platform-server": "github:angular/platform-server-builds#16f6cfd3111fd15fb2559d8641eab609f89e6276",
19+
"@angular/router": "github:angular/router-builds#bf86a2452bf24c677933c130c02465009c0d6c3e",
20+
"@angular/service-worker": "github:angular/service-worker-builds#c30997aa6393a48c498da5a4d37f6a68d643b7e6"
2121
}
2222
}

yarn.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@
5050
dependencies:
5151
tslib "^2.3.0"
5252

53-
"@angular/bazel@https://github.com/angular/bazel-builds.git#948ff82ae1a3a606eb3df5f2d9ac86dde5a13774":
54-
version "18.1.0-next.0"
55-
resolved "https://github.com/angular/bazel-builds.git#948ff82ae1a3a606eb3df5f2d9ac86dde5a13774"
53+
"@angular/bazel@https://github.com/angular/bazel-builds.git#d420c525d5cc489cc78df6dcc2c2ff45952a401a":
54+
version "18.1.0-next.0+sha-1872fcd"
55+
uid d420c525d5cc489cc78df6dcc2c2ff45952a401a
56+
resolved "https://github.com/angular/bazel-builds.git#d420c525d5cc489cc78df6dcc2c2ff45952a401a"
5657
dependencies:
5758
"@microsoft/api-extractor" "^7.24.2"
5859
magic-string "^0.30.0"
@@ -66,9 +67,10 @@
6667
"@angular/core" "^13.0.0 || ^14.0.0-0"
6768
reflect-metadata "^0.1.13"
6869

69-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#051f8ea32487ea8b40cb84f49fba160926ca7399":
70-
version "0.0.0-8a3082e3b16d9800b6248bf8fe43c516cf473f89"
71-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#051f8ea32487ea8b40cb84f49fba160926ca7399"
70+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237":
71+
version "0.0.0-e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd"
72+
uid a11e93b01708684827af3873e9232b437c209237
73+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237"
7274
dependencies:
7375
"@angular/benchpress" "0.3.0"
7476
"@angular/build" "18.0.0-next.5"
@@ -264,9 +266,10 @@
264266
"@material/typography" "15.0.0-canary.7f224ddd4.0"
265267
tslib "^2.3.0"
266268

267-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#89546042315de3826640ce06503c92eddb5b3585":
268-
version "0.0.0-8a3082e3b16d9800b6248bf8fe43c516cf473f89"
269-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#89546042315de3826640ce06503c92eddb5b3585"
269+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6":
270+
version "0.0.0-e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd"
271+
uid "33d9240bc4e16fc12b0caaba09c85bd030c03bf6"
272+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6"
270273
dependencies:
271274
"@yarnpkg/lockfile" "^1.1.0"
272275
typescript "~4.9.0"

0 commit comments

Comments
 (0)