Skip to content

Commit adf1197

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
1 parent c43a353 commit adf1197

File tree

8 files changed

+118
-139
lines changed

8 files changed

+118
-139
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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
19+
- uses: angular/dev-infra/github-actions/branch-manager@10f65a101457091d4bc3500963d3a9630d55f7bd
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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
80+
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
101+
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
104104
- name: Install node modules
105105
run: yarn install --frozen-lockfile
106106
- name: Run module tests
@@ -130,13 +130,13 @@ jobs:
130130
runs-on: ${{ matrix.os }}
131131
steps:
132132
- name: Initialize environment
133-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
133+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
134134
- name: Install node modules
135135
run: yarn install --frozen-lockfile
136136
- name: Setup Bazel
137-
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
137+
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
138138
- name: Setup Bazel RBE
139-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
139+
uses: angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
140140
- name: Run CLI E2E tests
141141
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 }}
142142

@@ -153,13 +153,13 @@ jobs:
153153
runs-on: ${{ matrix.os }}
154154
steps:
155155
- name: Initialize environment
156-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
156+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
157157
- name: Install node modules
158158
run: yarn install --frozen-lockfile
159159
- name: Setup Bazel
160-
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
160+
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
161161
- name: Setup Bazel RBE
162-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
162+
uses: angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
163163
- name: Run CLI E2E tests
164164
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 }}
165165

@@ -171,13 +171,13 @@ jobs:
171171
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
172172
steps:
173173
- name: Initialize environment
174-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
174+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
175175
- name: Install node modules
176176
run: yarn install --frozen-lockfile
177177
- name: Setup Bazel
178-
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
178+
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
179179
- name: Setup Bazel RBE
180-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
180+
uses: angular/dev-infra/github-actions/bazel/configure-remote@10f65a101457091d4bc3500963d3a9630d55f7bd
181181
- name: Run E2E Browser tests
182182
env:
183183
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -205,11 +205,11 @@ jobs:
205205
CIRCLE_BRANCH: ${{ github.ref_name }}
206206
steps:
207207
- name: Initialize environment
208-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
208+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@10f65a101457091d4bc3500963d3a9630d55f7bd
209209
- name: Install node modules
210210
run: yarn install --frozen-lockfile
211211
- name: Setup Bazel
212-
uses: angular/dev-infra/github-actions/bazel/setup@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
212+
uses: angular/dev-infra/github-actions/bazel/setup@10f65a101457091d4bc3500963d3a9630d55f7bd
213213
- run: yarn admin snapshots --verbose
214214
env:
215215
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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@10f65a101457091d4bc3500963d3a9630d55f7bd
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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@10f65a101457091d4bc3500963d3a9630d55f7bd
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@f8b2efa171f4ebec4d0cb3d5c5d4f7cb680f2af9
19+
- uses: angular/dev-infra/github-actions/feature-request@10f65a101457091d4bc3500963d3a9630d55f7bd
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@
5151
},
5252
"devDependencies": {
5353
"@ampproject/remapping": "2.3.0",
54-
"@angular/animations": "18.0.0-next.4",
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",
54+
"@angular/animations": "18.0.0-next.5",
55+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d4cd1ac66633528be9ad967b06a00d326446729e",
56+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ba23169e282840cfac66488ff05c4258e20d4abc",
5757
"@angular/cdk": "18.0.0-next.4",
58-
"@angular/common": "18.0.0-next.4",
59-
"@angular/compiler": "18.0.0-next.4",
60-
"@angular/compiler-cli": "18.0.0-next.4",
61-
"@angular/core": "18.0.0-next.4",
62-
"@angular/forms": "18.0.0-next.4",
63-
"@angular/localize": "18.0.0-next.4",
58+
"@angular/common": "18.0.0-next.5",
59+
"@angular/compiler": "18.0.0-next.5",
60+
"@angular/compiler-cli": "18.0.0-next.5",
61+
"@angular/core": "18.0.0-next.5",
62+
"@angular/forms": "18.0.0-next.5",
63+
"@angular/localize": "18.0.0-next.5",
6464
"@angular/material": "18.0.0-next.4",
65-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0f934206eb3fbdada3e84438a51eef1dc5842bc4",
66-
"@angular/platform-browser": "18.0.0-next.4",
67-
"@angular/platform-browser-dynamic": "18.0.0-next.4",
68-
"@angular/platform-server": "18.0.0-next.4",
69-
"@angular/router": "18.0.0-next.4",
70-
"@angular/service-worker": "18.0.0-next.4",
65+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5f1f27c5ad034501ba7de855c0e2579bd131d43f",
66+
"@angular/platform-browser": "18.0.0-next.5",
67+
"@angular/platform-browser-dynamic": "18.0.0-next.5",
68+
"@angular/platform-server": "18.0.0-next.5",
69+
"@angular/router": "18.0.0-next.5",
70+
"@angular/service-worker": "18.0.0-next.5",
7171
"@babel/core": "7.24.4",
7272
"@babel/generator": "7.24.4",
7373
"@babel/helper-annotate-as-pure": "7.22.5",

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
31-
"@angular/compiler": "18.0.0-next.4",
32-
"@angular/compiler-cli": "18.0.0-next.4",
31+
"@angular/compiler": "18.0.0-next.5",
32+
"@angular/compiler-cli": "18.0.0-next.5",
3333
"typescript": "5.4.5",
3434
"webpack": "5.91.0"
3535
}

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#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"
5+
"@angular/animations": "github:angular/animations-builds#1bf9a89b7ba4a74112e9eb8163a846c74f93aaa7",
6+
"@angular/cdk": "github:angular/cdk-builds#b4ad0a98ab6bb5502a00ee472d4d5971bc145b85",
7+
"@angular/common": "github:angular/common-builds#bcb3ce3769afafe6284c034253c097525735171c",
8+
"@angular/compiler": "github:angular/compiler-builds#b32b4ada4a571f0d9f18f2212229aaf42e2f0b45",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#b70ef2b14c0f45a449673af1c2a04e361c75ffbe",
10+
"@angular/core": "github:angular/core-builds#c907ebed7d78ea939cc15297c73782e1194857d0",
11+
"@angular/forms": "github:angular/forms-builds#60d0259203d4083ebceff682cf658ebe8aa0e5eb",
12+
"@angular/language-service": "github:angular/language-service-builds#df65e96fdfbf84b78ec18270ddddda4e50d70a53",
13+
"@angular/localize": "github:angular/localize-builds#a4a3752dfeb6fb010f5819f1bc1a31c9e116b7ce",
14+
"@angular/material": "github:angular/material-builds#0d38b6bf39e48cf332afa919913c58ec734106e2",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#0fdb6607ff042fe0ed289a1a6820a8694cb6f562",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#cfdd85102a05e1b6fd4b4fe87c544a987f248e22",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4af2bed35f3788c261b547bf74f1d4a9bc1b6454",
18+
"@angular/platform-server": "github:angular/platform-server-builds#676a281a304058741c9f2c7a090052d371576f7e",
19+
"@angular/router": "github:angular/router-builds#2b23012f6141a4eb81447c4c80cf560572253573",
20+
"@angular/service-worker": "github:angular/service-worker-builds#239c97d8387e7eec14c830f09752208773db7dba"
2121
}
2222
}

0 commit comments

Comments
 (0)