Skip to content

Commit 6daf23f

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
1 parent c3a87a6 commit 6daf23f

File tree

7 files changed

+709
-1141
lines changed

7 files changed

+709
-1141
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@62e28b76575609d5fdf5fa4028126d3897a0d60f
19+
- uses: angular/dev-infra/github-actions/branch-manager@c71cf5010b633dcf1fc70e4b34dedd161138890b
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

+13-13
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@62e28b76575609d5fdf5fa4028126d3897a0d60f
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c71cf5010b633dcf1fc70e4b34dedd161138890b
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@62e28b76575609d5fdf5fa4028126d3897a0d60f
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c71cf5010b633dcf1fc70e4b34dedd161138890b
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@62e28b76575609d5fdf5fa4028126d3897a0d60f
76+
uses: angular/dev-infra/github-actions/bazel/setup@c71cf5010b633dcf1fc70e4b34dedd161138890b
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c71cf5010b633dcf1fc70e4b34dedd161138890b
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@62e28b76575609d5fdf5fa4028126d3897a0d60f
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c71cf5010b633dcf1fc70e4b34dedd161138890b
9696
with:
9797
fetch-depth: 1
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@62e28b76575609d5fdf5fa4028126d3897a0d60f
99+
uses: angular/dev-infra/github-actions/bazel/setup@c71cf5010b633dcf1fc70e4b34dedd161138890b
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c71cf5010b633dcf1fc70e4b34dedd161138890b
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@62e28b76575609d5fdf5fa4028126d3897a0d60f
126+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c71cf5010b633dcf1fc70e4b34dedd161138890b
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@62e28b76575609d5fdf5fa4028126d3897a0d60f
132+
uses: angular/dev-infra/github-actions/bazel/setup@c71cf5010b633dcf1fc70e4b34dedd161138890b
133133
- name: Setup Bazel RBE
134-
uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f
134+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c71cf5010b633dcf1fc70e4b34dedd161138890b
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@62e28b76575609d5fdf5fa4028126d3897a0d60f
151+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c71cf5010b633dcf1fc70e4b34dedd161138890b
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@62e28b76575609d5fdf5fa4028126d3897a0d60f
157+
uses: angular/dev-infra/github-actions/bazel/setup@c71cf5010b633dcf1fc70e4b34dedd161138890b
158158
- name: Setup Bazel RBE
159-
uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f
159+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c71cf5010b633dcf1fc70e4b34dedd161138890b
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

+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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@62e28b76575609d5fdf5fa4028126d3897a0d60f
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c71cf5010b633dcf1fc70e4b34dedd161138890b
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@62e28b76575609d5fdf5fa4028126d3897a0d60f
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@c71cf5010b633dcf1fc70e4b34dedd161138890b
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@62e28b76575609d5fdf5fa4028126d3897a0d60f
19+
- uses: angular/dev-infra/github-actions/feature-request@c71cf5010b633dcf1fc70e4b34dedd161138890b
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@
6161
"@ampproject/remapping": "2.2.1",
6262
"@angular/animations": "17.0.0-next.5",
6363
"@angular/bazel": "https://github.com/angular/bazel-builds.git#029a92c7fa71db56267645775011b7d0cf93fe6e",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b8b41c5f814de0505458a7fcb20e991ecefbaa53",
65-
"@angular/cdk": "17.0.0-next.3",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4ed56938673ea61e6c1349aaee7b48b41a763e1b",
65+
"@angular/cdk": "17.0.0-next.4",
6666
"@angular/common": "17.0.0-next.5",
6767
"@angular/compiler": "17.0.0-next.5",
6868
"@angular/compiler-cli": "17.0.0-next.5",
6969
"@angular/core": "17.0.0-next.5",
7070
"@angular/forms": "17.0.0-next.5",
7171
"@angular/localize": "17.0.0-next.5",
72-
"@angular/material": "17.0.0-next.3",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3bde09ee389fa27cb2343fd145b6dda59a59bd49",
72+
"@angular/material": "17.0.0-next.4",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5eb122dd8b63b15ddf588978db6b6695f4b71eda",
7474
"@angular/platform-browser": "17.0.0-next.5",
7575
"@angular/platform-browser-dynamic": "17.0.0-next.5",
7676
"@angular/platform-server": "17.0.0-next.5",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"private": true,
44
"dependencies": {
55
"@angular/animations": "github:angular/animations-builds#914324ec40b8a766ede6779c0fb8fa030f8f492c",
6-
"@angular/cdk": "github:angular/cdk-builds#5af68f6dac307d4812f576904a5e490e5d3b6631",
6+
"@angular/cdk": "github:angular/cdk-builds#3dbb2623ea82f1d502fcf13ac1004bcea22cb85d",
77
"@angular/common": "github:angular/common-builds#6f48ac108d3c04f1117a158215bcd8dfd817dfc2",
88
"@angular/compiler": "github:angular/compiler-builds#cded43138da0e2bbe25ee1adb41450178f8b2827",
99
"@angular/compiler-cli": "github:angular/compiler-cli-builds#0c285d62a6432fdea0a4911613aa37891f2bad76",
1010
"@angular/core": "github:angular/core-builds#ba20742117b8f8516c74b743ed0249a65840c0ec",
1111
"@angular/forms": "github:angular/forms-builds#3cf1bf03d1082175b9af158bfc8a75de315a04a1",
1212
"@angular/language-service": "github:angular/language-service-builds#9f73400e6b443d94eab9fcb0b44c1a8d63a8e48d",
1313
"@angular/localize": "github:angular/localize-builds#b3d875dbbb490b171d719c9611d2e88e8e0bb1d5",
14-
"@angular/material": "github:angular/material-builds#6a436c96d30a1730a43771f853c2a2ddebea2d9b",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#bd1435d73858f4f38f6c7e50f0f4311f773f0ac8",
14+
"@angular/material": "github:angular/material-builds#b96b50d56d0477457f94fa1aaeac792e9066c67e",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#fa84136f932c04733d1ee7668c85a3370030161d",
1616
"@angular/platform-browser": "github:angular/platform-browser-builds#66d8c799e7419f190b387efd173d880d90877922",
1717
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#b4eed0067ce770fbb2b20c7ce6200cb706ff04d6",
1818
"@angular/platform-server": "github:angular/platform-server-builds#e1f56c286152e7b44c1c888b2ff5b40e477b1588",

0 commit comments

Comments
 (0)