Skip to content

Commit f816162

Browse files
angular-robotclydin
authored andcommitted
build: update angular
1 parent e3bb258 commit f816162

File tree

8 files changed

+120
-120
lines changed

8 files changed

+120
-120
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@f00131a6ab074797904b905c6a7637af1ce7ce80
19+
- uses: angular/dev-infra/github-actions/branch-manager@3b93d927624e63c84b79f412fd708e9bcd2092e0
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@f00131a6ab074797904b905c6a7637af1ce7ce80
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3b93d927624e63c84b79f412fd708e9bcd2092e0
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@f00131a6ab074797904b905c6a7637af1ce7ce80
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3b93d927624e63c84b79f412fd708e9bcd2092e0
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
76+
uses: angular/dev-infra/github-actions/bazel/setup@3b93d927624e63c84b79f412fd708e9bcd2092e0
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@3b93d927624e63c84b79f412fd708e9bcd2092e0
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@f00131a6ab074797904b905c6a7637af1ce7ce80
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3b93d927624e63c84b79f412fd708e9bcd2092e0
9696
- name: Setup Bazel
97-
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
97+
uses: angular/dev-infra/github-actions/bazel/setup@3b93d927624e63c84b79f412fd708e9bcd2092e0
9898
- name: Setup Bazel RBE
99-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
99+
uses: angular/dev-infra/github-actions/bazel/configure-remote@3b93d927624e63c84b79f412fd708e9bcd2092e0
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@f00131a6ab074797904b905c6a7637af1ce7ce80
127+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3b93d927624e63c84b79f412fd708e9bcd2092e0
128128
- name: Install node modules
129129
run: yarn install --frozen-lockfile
130130
- name: Setup Bazel
131-
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
131+
uses: angular/dev-infra/github-actions/bazel/setup@3b93d927624e63c84b79f412fd708e9bcd2092e0
132132
- name: Setup Bazel RBE
133-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
133+
uses: angular/dev-infra/github-actions/bazel/configure-remote@3b93d927624e63c84b79f412fd708e9bcd2092e0
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@f00131a6ab074797904b905c6a7637af1ce7ce80
150+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3b93d927624e63c84b79f412fd708e9bcd2092e0
151151
- name: Install node modules
152152
run: yarn install --frozen-lockfile
153153
- name: Setup Bazel
154-
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
154+
uses: angular/dev-infra/github-actions/bazel/setup@3b93d927624e63c84b79f412fd708e9bcd2092e0
155155
- name: Setup Bazel RBE
156-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
156+
uses: angular/dev-infra/github-actions/bazel/configure-remote@3b93d927624e63c84b79f412fd708e9bcd2092e0
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@f00131a6ab074797904b905c6a7637af1ce7ce80
168+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3b93d927624e63c84b79f412fd708e9bcd2092e0
169169
- name: Install node modules
170170
run: yarn install --frozen-lockfile
171171
- name: Setup Bazel
172-
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
172+
uses: angular/dev-infra/github-actions/bazel/setup@3b93d927624e63c84b79f412fd708e9bcd2092e0
173173
- name: Setup Bazel RBE
174-
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
174+
uses: angular/dev-infra/github-actions/bazel/configure-remote@3b93d927624e63c84b79f412fd708e9bcd2092e0
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@f00131a6ab074797904b905c6a7637af1ce7ce80
202+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3b93d927624e63c84b79f412fd708e9bcd2092e0
203203
- name: Install node modules
204204
run: yarn install --frozen-lockfile
205205
- name: Setup Bazel
206-
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
206+
uses: angular/dev-infra/github-actions/bazel/setup@3b93d927624e63c84b79f412fd708e9bcd2092e0
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@f00131a6ab074797904b905c6a7637af1ce7ce80
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@3b93d927624e63c84b79f412fd708e9bcd2092e0
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@f00131a6ab074797904b905c6a7637af1ce7ce80
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@3b93d927624e63c84b79f412fd708e9bcd2092e0
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@f00131a6ab074797904b905c6a7637af1ce7ce80
19+
- uses: angular/dev-infra/github-actions/feature-request@3b93d927624e63c84b79f412fd708e9bcd2092e0
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

+15-15
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.1.0-next.1",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#18fe69c8d9558564187fbea2d47acaac34af3ec9",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#39de01a4b72a744a86f1062872a2822a609fe975",
62+
"@angular/animations": "17.1.0-next.2",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#2570dc3fad334cfd9bc15e540112a98c542cfe9c",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3b41bc98abe89bd664f506b418c7295b252ccbb2",
6565
"@angular/cdk": "17.1.0-next.0",
66-
"@angular/common": "17.1.0-next.1",
67-
"@angular/compiler": "17.1.0-next.1",
68-
"@angular/compiler-cli": "17.1.0-next.1",
69-
"@angular/core": "17.1.0-next.1",
70-
"@angular/forms": "17.1.0-next.1",
71-
"@angular/localize": "17.0.4",
66+
"@angular/common": "17.1.0-next.2",
67+
"@angular/compiler": "17.1.0-next.2",
68+
"@angular/compiler-cli": "17.1.0-next.2",
69+
"@angular/core": "17.1.0-next.2",
70+
"@angular/forms": "17.1.0-next.2",
71+
"@angular/localize": "17.0.5",
7272
"@angular/material": "17.1.0-next.0",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#581fbc0546738cf4e0ded85d2ba307ba20b781cc",
74-
"@angular/platform-browser": "17.1.0-next.1",
75-
"@angular/platform-browser-dynamic": "17.1.0-next.1",
76-
"@angular/platform-server": "17.1.0-next.1",
77-
"@angular/router": "17.1.0-next.1",
78-
"@angular/service-worker": "17.1.0-next.1",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9bce3bcdeab665b1ed9b2115e803da6af899a2eb",
74+
"@angular/platform-browser": "17.1.0-next.2",
75+
"@angular/platform-browser-dynamic": "17.1.0-next.2",
76+
"@angular/platform-server": "17.1.0-next.2",
77+
"@angular/router": "17.1.0-next.2",
78+
"@angular/service-worker": "17.1.0-next.2",
7979
"@babel/core": "7.23.5",
8080
"@babel/generator": "7.23.5",
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.1.0-next.1",
32-
"@angular/compiler-cli": "17.1.0-next.1",
31+
"@angular/compiler": "17.1.0-next.2",
32+
"@angular/compiler-cli": "17.1.0-next.2",
3333
"typescript": "5.3.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#4865268bff5d32a928e8546a61f3bd043f28c823",
6-
"@angular/cdk": "github:angular/cdk-builds#6c9bd12400d86ad5354030fa0b7706d57781b1e5",
7-
"@angular/common": "github:angular/common-builds#16e8e72b6552793e589e6322e3cd87944ddb71fe",
8-
"@angular/compiler": "github:angular/compiler-builds#94049981073835ced6c1330890e85996eb5f5cb4",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#141eff8a68377a60a3ddb94302519be6206d47ea",
10-
"@angular/core": "github:angular/core-builds#c6526c78d4e90b82dac7932f9ba485c74aa3a317",
11-
"@angular/forms": "github:angular/forms-builds#e22ea827855b92f62431f123ae631a1b3441093d",
12-
"@angular/language-service": "github:angular/language-service-builds#1e84d0c3fbc7b53ccd54bd5e3faf70af4cf79e9c",
13-
"@angular/localize": "github:angular/localize-builds#69487b8e1cd271e4fd1ed6e0dc4ec1873aaf959d",
14-
"@angular/material": "github:angular/material-builds#96cad6e0eb2930685510ee3eb3816c3e5e3eadc9",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#566d5998932256915b80fb326d16101b804f6cca",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#6f49ec05a9e1a6099ff82642a883d0f8b39125f3",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#9fc9e8dd5dcf30bec8e087fe317601c9b043a892",
18-
"@angular/platform-server": "github:angular/platform-server-builds#cff18fab6d97516381a2cbc6001d460fe0c6ad1a",
19-
"@angular/router": "github:angular/router-builds#33c466e507dda32b6f8a776673bd8e074c3d2b64",
20-
"@angular/service-worker": "github:angular/service-worker-builds#5caf2e61e5b869b442e86fd1d7629df950f5b5e5"
5+
"@angular/animations": "github:angular/animations-builds#8eb98bc9b3cddf0bf844c9525edb4b948e1a04dc",
6+
"@angular/cdk": "github:angular/cdk-builds#12bfa09ecea359ceef90c2eec1f2a585e98ecb82",
7+
"@angular/common": "github:angular/common-builds#c71cc2d5748e113d94493caa094b55e6f5ba78f1",
8+
"@angular/compiler": "github:angular/compiler-builds#eaa54336e7fe153923aef12ad65013f2274bc2e8",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#f8b40e41b6375fa50c5a2c622c3850459570676d",
10+
"@angular/core": "github:angular/core-builds#718ab067838df1a098d3286b5f3d842cdb75e4d8",
11+
"@angular/forms": "github:angular/forms-builds#dbd1f5d78e11ae191befd3b7419415b2b24797c6",
12+
"@angular/language-service": "github:angular/language-service-builds#7b62a5da436903dd106d49043dddbbbb45a8a3bc",
13+
"@angular/localize": "github:angular/localize-builds#c7687ab14bc577f46f95b0fef74af47d980efb23",
14+
"@angular/material": "github:angular/material-builds#9017a64d60cc09ad51338a5075fda9a03d0f4bf8",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#a0a970499b7b6c70b93af4b052ff2289ef9c78eb",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#7b359acf8ce18c8554775754da2877d064a28201",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#57f4609f6afcc7946257da04c32c078afb72be5e",
18+
"@angular/platform-server": "github:angular/platform-server-builds#73514eb02dccb78501975c2d79d8dc5f3b8c52a8",
19+
"@angular/router": "github:angular/router-builds#cd381a564fc227a1589a651f947ac6ceed825c6e",
20+
"@angular/service-worker": "github:angular/service-worker-builds#e3026fa5d1701e890925ab15749ff5574b31bc34"
2121
}
2222
}

0 commit comments

Comments
 (0)