Skip to content

Commit 1aaed5e

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
1 parent e453695 commit 1aaed5e

File tree

8 files changed

+212
-227
lines changed

8 files changed

+212
-227
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

+1-1
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@4ccf7eed68bba0d25f7edd47997852774f61755d
19+
- uses: angular/dev-infra/github-actions/branch-manager@e0ec7b60641d7f6369be45d8d02663fd50f320be
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

+18-18
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@4ccf7eed68bba0d25f7edd47997852774f61755d
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
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@4ccf7eed68bba0d25f7edd47997852774f61755d
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
76+
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
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@4ccf7eed68bba0d25f7edd47997852774f61755d
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
9696
- name: Setup Bazel
97-
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
97+
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
9898
- name: Setup Bazel RBE
99-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
99+
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
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@4ccf7eed68bba0d25f7edd47997852774f61755d
127+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
128128
- name: Install node modules
129129
run: yarn install --frozen-lockfile
130130
- name: Setup Bazel
131-
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
131+
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
132132
- name: Setup Bazel RBE
133-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
133+
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
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@4ccf7eed68bba0d25f7edd47997852774f61755d
150+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
151151
- name: Install node modules
152152
run: yarn install --frozen-lockfile
153153
- name: Setup Bazel
154-
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
154+
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
155155
- name: Setup Bazel RBE
156-
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
156+
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
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@395903265d96198c141160912e73787d4a1ca324
168+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
169169
- name: Install node modules
170170
run: yarn install --frozen-lockfile
171171
- name: Setup Bazel
172-
uses: angular/dev-infra/github-actions/bazel/setup@395903265d96198c141160912e73787d4a1ca324
172+
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
173173
- name: Setup Bazel RBE
174-
uses: angular/dev-infra/github-actions/bazel/configure-remote@395903265d96198c141160912e73787d4a1ca324
174+
uses: angular/dev-infra/github-actions/bazel/configure-remote@e0ec7b60641d7f6369be45d8d02663fd50f320be
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@395903265d96198c141160912e73787d4a1ca324
202+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e0ec7b60641d7f6369be45d8d02663fd50f320be
203203
- name: Install node modules
204204
run: yarn install --frozen-lockfile
205205
- name: Setup Bazel
206-
uses: angular/dev-infra/github-actions/bazel/setup@395903265d96198c141160912e73787d4a1ca324
206+
uses: angular/dev-infra/github-actions/bazel/setup@e0ec7b60641d7f6369be45d8d02663fd50f320be
207207
- run: yarn admin snapshots --verbose
208208
env:
209209
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

.github/workflows/dev-infra.yml

+2-2
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@4ccf7eed68bba0d25f7edd47997852774f61755d
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e0ec7b60641d7f6369be45d8d02663fd50f320be
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@4ccf7eed68bba0d25f7edd47997852774f61755d
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@e0ec7b60641d7f6369be45d8d02663fd50f320be
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

+1-1
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@4ccf7eed68bba0d25f7edd47997852774f61755d
19+
- uses: angular/dev-infra/github-actions/feature-request@e0ec7b60641d7f6369be45d8d02663fd50f320be
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,23 @@
5959
},
6060
"devDependencies": {
6161
"@ampproject/remapping": "2.2.1",
62-
"@angular/animations": "17.0.0-rc.1",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#2a68e955e8b13c9048246509165188bf52b0f930",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1aa5847d4e55262a7e26b59d8d497b1c1a3c3d62",
65-
"@angular/cdk": "17.0.0-rc.1",
66-
"@angular/common": "17.0.0-rc.1",
67-
"@angular/compiler": "17.0.0-rc.1",
68-
"@angular/compiler-cli": "17.0.0-rc.1",
69-
"@angular/core": "17.0.0-rc.1",
70-
"@angular/forms": "17.0.0-rc.1",
71-
"@angular/localize": "17.0.0-rc.1",
72-
"@angular/material": "17.0.0-rc.1",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#162ca6b95d162df53acd87e90ff04972f951e14e",
74-
"@angular/platform-browser": "17.0.0-rc.1",
75-
"@angular/platform-browser-dynamic": "17.0.0-rc.1",
76-
"@angular/platform-server": "17.0.0-rc.1",
77-
"@angular/router": "17.0.0-rc.1",
78-
"@angular/service-worker": "17.0.0-rc.1",
62+
"@angular/animations": "17.0.0-rc.2",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#264749dd1ba9d999e2c36e3368d0c2f114332df4",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d05af145e0e0effa8ff2d0abb8e2fdb1ede584ab",
65+
"@angular/cdk": "17.0.0-rc.2",
66+
"@angular/common": "17.0.0-rc.2",
67+
"@angular/compiler": "17.0.0-rc.2",
68+
"@angular/compiler-cli": "17.0.0-rc.2",
69+
"@angular/core": "17.0.0-rc.2",
70+
"@angular/forms": "17.0.0-rc.2",
71+
"@angular/localize": "17.0.0-rc.2",
72+
"@angular/material": "17.0.0-rc.2",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f10010d0d3d96919644bb97f09d11ba678929e9b",
74+
"@angular/platform-browser": "17.0.0-rc.2",
75+
"@angular/platform-browser-dynamic": "17.0.0-rc.2",
76+
"@angular/platform-server": "17.0.0-rc.2",
77+
"@angular/router": "17.0.0-rc.2",
78+
"@angular/service-worker": "17.0.0-rc.2",
7979
"@babel/core": "7.23.2",
8080
"@babel/generator": "7.23.0",
8181
"@babel/helper-annotate-as-pure": "7.22.5",

packages/ngtools/webpack/package.json

+2-2
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": "17.0.0-rc.1",
32-
"@angular/compiler-cli": "17.0.0-rc.1",
31+
"@angular/compiler": "17.0.0-rc.2",
32+
"@angular/compiler-cli": "17.0.0-rc.2",
3333
"typescript": "5.2.2",
3434
"webpack": "5.89.0"
3535
}

tests/legacy-cli/e2e/ng-snapshot/package.json

+16-16
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#ae264cc8ae984011365b1b43590241f8e5189f1c",
6-
"@angular/cdk": "github:angular/cdk-builds#3e981c74a83af615ad20c8dc19174898f4879332",
7-
"@angular/common": "github:angular/common-builds#64746474d74bc60ac12d1a6cabe8c610b15583df",
8-
"@angular/compiler": "github:angular/compiler-builds#4bcb5c6814058915fa5e45f6cff774aa580f90c3",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#f7c24696f2fbc2c6c19d1b01e17842f77be6f994",
10-
"@angular/core": "github:angular/core-builds#55a0599bb985fcdb077c41606fdd09661125ab30",
11-
"@angular/forms": "github:angular/forms-builds#f291d0c8383c6eeb29a776e76dc653a0dc0110e9",
12-
"@angular/language-service": "github:angular/language-service-builds#8a236dcc5944d4031dc9973eba80e77b93adbd9c",
13-
"@angular/localize": "github:angular/localize-builds#c2fd6bcb5a917423bd8bdd30d33fe4b35638beb3",
14-
"@angular/material": "github:angular/material-builds#002ac70df373098270e53af6be304c1cda044c3e",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ae493151892c93c8e5f19833652e599beb6e04eb",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#8d68d5724bc5c2c4c23169f53a486f3dc5b51e1c",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7e6efa13285d3e55d3a80a9c2360c0f3bb99caba",
18-
"@angular/platform-server": "github:angular/platform-server-builds#9f82fcb27bfa79289e311defd0ce53b32c19686b",
19-
"@angular/router": "github:angular/router-builds#01a3394d5f6970ba336f58626f339f79395f5634",
20-
"@angular/service-worker": "github:angular/service-worker-builds#94c3f2127368d6edb3978acf40a215fc0a310c4f"
5+
"@angular/animations": "github:angular/animations-builds#3f85eb132a884854730e70349bbf695c601976d3",
6+
"@angular/cdk": "github:angular/cdk-builds#b9cd20af0edaea8466f3f9f68893743fb5ac99f7",
7+
"@angular/common": "github:angular/common-builds#18bc8b40a63e1e8d0c2e344ec237670f68e07561",
8+
"@angular/compiler": "github:angular/compiler-builds#396cd80ff7a1df80788d376919dca06634fe27c0",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#3bdad928f50ae580cf201a34fc64724b893c576b",
10+
"@angular/core": "github:angular/core-builds#9a9bd47f0dcb73a9531290a6e7a8e4bdc51b501a",
11+
"@angular/forms": "github:angular/forms-builds#4d93779e158319dd3fb8ea02c77e4464c78ff0b1",
12+
"@angular/language-service": "github:angular/language-service-builds#f65fd35d3c5df345f638ad66cd039f2362450132",
13+
"@angular/localize": "github:angular/localize-builds#1420fd5dffe120f834f5cae2544af261627ec7e5",
14+
"@angular/material": "github:angular/material-builds#5fe1a692038b4022dd950c27c9699791e712fc03",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#666bad0e90b9bd3acc6dbcb357f98781f0130ae5",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#5751e84d480f89ab37854c4314cee75c865b3096",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8b08d928d41e9cdd28373dcb691dd063a0e9fdf2",
18+
"@angular/platform-server": "github:angular/platform-server-builds#4d9b272e294ade8724f6e3ea8d559e5d2eccb8dc",
19+
"@angular/router": "github:angular/router-builds#833c3cd872cdb2d37f2ab8f48b51d6cecf8d1c85",
20+
"@angular/service-worker": "github:angular/service-worker-builds#c7e591c3b176f02f59df2ef222ee3b102849cf4c"
2121
}
2222
}

0 commit comments

Comments
 (0)