Skip to content

Commit 411e3de

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
(cherry picked from commit 6fbe520)
1 parent ca2328e commit 411e3de

File tree

8 files changed

+154
-363
lines changed

8 files changed

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

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
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@9ddc899e2884de7c60647e99caee2c2238c31d82
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ccf7eed68bba0d25f7edd47997852774f61755d
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@9ddc899e2884de7c60647e99caee2c2238c31d82
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ccf7eed68bba0d25f7edd47997852774f61755d
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
76+
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
7979
- name: Install node modules
8080
run: yarn install --frozen-lockfile
8181
- name: Build release targets
@@ -92,13 +92,13 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- name: Initialize environment
95-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ccf7eed68bba0d25f7edd47997852774f61755d
9696
with:
9797
fetch-depth: 1
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
99+
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
102102
- name: Install node modules
103103
run: yarn install --frozen-lockfile
104104
- name: Run tests
@@ -123,15 +123,15 @@ jobs:
123123
runs-on: ${{ matrix.os }}
124124
steps:
125125
- name: Initialize environment
126-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82
126+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ccf7eed68bba0d25f7edd47997852774f61755d
127127
with:
128128
fetch-depth: 1
129129
- name: Install node modules
130130
run: yarn install --frozen-lockfile
131131
- name: Setup Bazel
132-
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
132+
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
133133
- name: Setup Bazel RBE
134-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
134+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
135135
- name: Run CLI E2E tests
136136
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 }}
137137

@@ -148,14 +148,14 @@ jobs:
148148
runs-on: ${{ matrix.os }}
149149
steps:
150150
- name: Initialize environment
151-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82
151+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ccf7eed68bba0d25f7edd47997852774f61755d
152152
with:
153153
fetch-depth: 1
154154
- name: Install node modules
155155
run: yarn install --frozen-lockfile
156156
- name: Setup Bazel
157-
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
157+
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
158158
- name: Setup Bazel RBE
159-
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
159+
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
160160
- name: Run CLI E2E tests
161161
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 }}

.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@9ddc899e2884de7c60647e99caee2c2238c31d82
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@4ccf7eed68bba0d25f7edd47997852774f61755d
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@9ddc899e2884de7c60647e99caee2c2238c31d82
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@4ccf7eed68bba0d25f7edd47997852774f61755d
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@9ddc899e2884de7c60647e99caee2c2238c31d82
19+
- uses: angular/dev-infra/github-actions/feature-request@4ccf7eed68bba0d25f7edd47997852774f61755d
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 17 additions & 17 deletions
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.0",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#aa1827a77e4c804ae3751c5cdf0481198dffefe2",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#560121a29b5e29edacb82510104ebf06c7d08476",
65-
"@angular/cdk": "17.0.0-rc.0",
66-
"@angular/common": "17.0.0-rc.0",
67-
"@angular/compiler": "17.0.0-rc.0",
68-
"@angular/compiler-cli": "17.0.0-rc.0",
69-
"@angular/core": "17.0.0-rc.0",
70-
"@angular/forms": "17.0.0-rc.0",
71-
"@angular/localize": "17.0.0-rc.0",
72-
"@angular/material": "17.0.0-rc.0",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f700a057c54c9a50f11824ab5e8443bccf2161d0",
74-
"@angular/platform-browser": "17.0.0-rc.0",
75-
"@angular/platform-browser-dynamic": "17.0.0-rc.0",
76-
"@angular/platform-server": "17.0.0-rc.0",
77-
"@angular/router": "17.0.0-rc.0",
78-
"@angular/service-worker": "17.0.0-rc.0",
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",
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

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": "17.0.0-rc.0",
32-
"@angular/compiler-cli": "17.0.0-rc.0",
31+
"@angular/compiler": "17.0.0-rc.1",
32+
"@angular/compiler-cli": "17.0.0-rc.1",
3333
"typescript": "5.2.2",
3434
"webpack": "5.89.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#92d9a9c33c77522969c1e82c66211dd8bf4a1a7e",
6-
"@angular/cdk": "github:angular/cdk-builds#295a37dbddaec76f731d3a3f2b599e7e59d8280c",
7-
"@angular/common": "github:angular/common-builds#5227f75d6281fa02df6940735ef8bd9bf1cf77a1",
8-
"@angular/compiler": "github:angular/compiler-builds#cb4aaa67b820149474ef16a60d226dcf0351ae2f",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#a0942ee47cd2f20f581e3ba3015ceaa041581589",
10-
"@angular/core": "github:angular/core-builds#b42fe8374d1ba89eeb31ad727d920837d3910b0a",
11-
"@angular/forms": "github:angular/forms-builds#20ff1472a0bc2baf0937b5556954c41b126f50bc",
12-
"@angular/language-service": "github:angular/language-service-builds#b57751546d192de4afa16e97e9daa9c34942cf56",
13-
"@angular/localize": "github:angular/localize-builds#9212534a499254ae0d397e37fe48d1f2445b671b",
14-
"@angular/material": "github:angular/material-builds#bdb6e796ae0b97e7c9b85abae434a32ae6e079b7",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1fd33d708c9fc2deef38eea4b4ac4bfaf0657f69",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#92b7e9692efc0533948de93e4c7f868b5e4c7044",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d9c3fe03b6291ca9bd8299ae9c2e08d18b639b00",
18-
"@angular/platform-server": "github:angular/platform-server-builds#a28490fa76e0c009e5fbdb8a5e00183104f3cd3f",
19-
"@angular/router": "github:angular/router-builds#aa0c4eca0247300e24c68eede18d8664bee8d82b",
20-
"@angular/service-worker": "github:angular/service-worker-builds#05e344273771a8386e273dfc7d8bdfed575b69da"
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"
2121
}
2222
}

0 commit comments

Comments
 (0)