Skip to content

Commit 1db81fb

Browse files
angular-robotclydin
authored andcommitted
build: update angular
1 parent 625c65b commit 1db81fb

File tree

8 files changed

+229
-152
lines changed

8 files changed

+229
-152
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@2214a4943d30e2b555bf97070ccdf8358012416e
19+
- uses: angular/dev-infra/github-actions/branch-manager@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
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@2214a4943d30e2b555bf97070ccdf8358012416e
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
4646
- name: Setup ESLint Caching
4747
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
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@2214a4943d30e2b555bf97070ccdf8358012416e
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
80+
uses: angular/dev-infra/github-actions/bazel/setup@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
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@2214a4943d30e2b555bf97070ccdf8358012416e
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
101+
uses: angular/dev-infra/github-actions/bazel/setup@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
104104
- name: Install node modules
105105
run: yarn install --frozen-lockfile
106106
- name: Run tests
@@ -128,13 +128,13 @@ jobs:
128128
runs-on: ${{ matrix.os }}
129129
steps:
130130
- name: Initialize environment
131-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
131+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
132132
- name: Install node modules
133133
run: yarn install --frozen-lockfile
134134
- name: Setup Bazel
135-
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
135+
uses: angular/dev-infra/github-actions/bazel/setup@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
136136
- name: Setup Bazel RBE
137-
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
137+
uses: angular/dev-infra/github-actions/bazel/configure-remote@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
138138
- name: Run CLI E2E tests
139139
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 }}
140140

@@ -151,13 +151,13 @@ jobs:
151151
runs-on: ${{ matrix.os }}
152152
steps:
153153
- name: Initialize environment
154-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
155155
- name: Install node modules
156156
run: yarn install --frozen-lockfile
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
158+
uses: angular/dev-infra/github-actions/bazel/setup@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
161161
- name: Run CLI E2E tests
162162
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 }}
163163

@@ -169,13 +169,13 @@ jobs:
169169
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
170170
steps:
171171
- name: Initialize environment
172-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
172+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
173173
- name: Install node modules
174174
run: yarn install --frozen-lockfile
175175
- name: Setup Bazel
176-
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
176+
uses: angular/dev-infra/github-actions/bazel/setup@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
177177
- name: Setup Bazel RBE
178-
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
178+
uses: angular/dev-infra/github-actions/bazel/configure-remote@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
179179
- name: Run E2E Browser tests
180180
env:
181181
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -203,11 +203,11 @@ jobs:
203203
CIRCLE_BRANCH: ${{ github.ref_name }}
204204
steps:
205205
- name: Initialize environment
206-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
206+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
207207
- name: Install node modules
208208
run: yarn install --frozen-lockfile
209209
- name: Setup Bazel
210-
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
210+
uses: angular/dev-infra/github-actions/bazel/setup@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
211211
- run: yarn admin snapshots --verbose
212212
env:
213213
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@2214a4943d30e2b555bf97070ccdf8358012416e
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
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@2214a4943d30e2b555bf97070ccdf8358012416e
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
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@2214a4943d30e2b555bf97070ccdf8358012416e
19+
- uses: angular/dev-infra/github-actions/feature-request@8af6b55a8b31cd9e632823cf8f2dd1e89caa6f4f
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
@@ -51,23 +51,23 @@
5151
},
5252
"devDependencies": {
5353
"@ampproject/remapping": "2.3.0",
54-
"@angular/animations": "18.0.0-next.0",
55-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#e952e5709106a60e3ee491902d72901335324509",
56-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#aad3a442cff18b0e0f36d06d105c680fe1b6b688",
57-
"@angular/cdk": "18.0.0-next.0",
58-
"@angular/common": "18.0.0-next.0",
59-
"@angular/compiler": "18.0.0-next.0",
60-
"@angular/compiler-cli": "18.0.0-next.0",
61-
"@angular/core": "18.0.0-next.0",
62-
"@angular/forms": "18.0.0-next.0",
63-
"@angular/localize": "18.0.0-next.0",
64-
"@angular/material": "18.0.0-next.0",
65-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#24824410e16183890cdba234f89f0db73600982b",
66-
"@angular/platform-browser": "18.0.0-next.0",
67-
"@angular/platform-browser-dynamic": "18.0.0-next.0",
68-
"@angular/platform-server": "18.0.0-next.0",
69-
"@angular/router": "18.0.0-next.0",
70-
"@angular/service-worker": "18.0.0-next.0",
54+
"@angular/animations": "18.0.0-next.1",
55+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#f0c522de0e15e2eac42bb0fa9525103bdc72bf4b",
56+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b60378db662fba684feb5ed9aa1ec319d7c77354",
57+
"@angular/cdk": "18.0.0-next.1",
58+
"@angular/common": "18.0.0-next.1",
59+
"@angular/compiler": "18.0.0-next.1",
60+
"@angular/compiler-cli": "18.0.0-next.1",
61+
"@angular/core": "18.0.0-next.1",
62+
"@angular/forms": "18.0.0-next.1",
63+
"@angular/localize": "18.0.0-next.1",
64+
"@angular/material": "18.0.0-next.1",
65+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#87b7674b7dfe7abeb565f555cd19a9760ee46c72",
66+
"@angular/platform-browser": "18.0.0-next.1",
67+
"@angular/platform-browser-dynamic": "18.0.0-next.1",
68+
"@angular/platform-server": "18.0.0-next.1",
69+
"@angular/router": "18.0.0-next.1",
70+
"@angular/service-worker": "18.0.0-next.1",
7171
"@babel/core": "7.24.0",
7272
"@babel/generator": "7.23.6",
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.0",
32-
"@angular/compiler-cli": "18.0.0-next.0",
31+
"@angular/compiler": "18.0.0-next.1",
32+
"@angular/compiler-cli": "18.0.0-next.1",
3333
"typescript": "5.4.2",
3434
"webpack": "5.90.3"
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#3b63f92ba1914e607336fb2fd6b9824e62826b75",
6-
"@angular/cdk": "github:angular/cdk-builds#c069c4a4cf90f1c526f292d392dfed0779969a65",
7-
"@angular/common": "github:angular/common-builds#40b566b67eec73e95e609b49960fa228148c227f",
8-
"@angular/compiler": "github:angular/compiler-builds#424f049799a901a78d4672dc0fdb6184aae28ae2",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#8dc65a63c4a2d3d9e98b4e676ae4faa3f9eed4bd",
10-
"@angular/core": "github:angular/core-builds#3a2e68d4d02990da6a2f779c8fd011f0c11aeee2",
11-
"@angular/forms": "github:angular/forms-builds#d0415f5c7900d182e6be5b0665da03dc5afe1642",
12-
"@angular/language-service": "github:angular/language-service-builds#54bbf3b749b9437e77a28eb26e2a41221de8be66",
13-
"@angular/localize": "github:angular/localize-builds#3eb074db36531a78aaa60dd4a298d5e9334c2494",
14-
"@angular/material": "github:angular/material-builds#7e3c95439a723fff2ef8f7253afa4d73d0e0a73a",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#477eac3ac3ad0cd6b3681dbe8cde8d15f9aaa662",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#a2939ac6ae6db4d1b93b7bd988925f4e174934f7",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ce884624be6fde53da4a9c6a5908e5ff70d51cc0",
18-
"@angular/platform-server": "github:angular/platform-server-builds#1bcc3bd5b89b163146070b9870a7a54efa602748",
19-
"@angular/router": "github:angular/router-builds#e1dc3c5b85a461f45772179c9c985375e2e74bc5",
20-
"@angular/service-worker": "github:angular/service-worker-builds#2b1a6453a396184a1bbb198762b9e6fda685331a"
5+
"@angular/animations": "github:angular/animations-builds#792c983c4dc480fd88a206c55cc5653006db69f3",
6+
"@angular/cdk": "github:angular/cdk-builds#f57f7d9ba4c3422e93bb35b3ba9dcd30d4888f1f",
7+
"@angular/common": "github:angular/common-builds#7c6a4ffede64c4a64acd4952c749100937f66b6c",
8+
"@angular/compiler": "github:angular/compiler-builds#c2486606433e2c13e82d69b18626bae94763dc06",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#8fca3ec1e0fbb3f8eaaf4ebd3b4415cde6a8bb51",
10+
"@angular/core": "github:angular/core-builds#3fe637bfb8fba51ce0f09e3d6686c8b5aa05de30",
11+
"@angular/forms": "github:angular/forms-builds#5678edcc9657d775a1de2769d8cab684ea1a19b7",
12+
"@angular/language-service": "github:angular/language-service-builds#6d42fa450ad591a414e8b1c289282b25d5ea583f",
13+
"@angular/localize": "github:angular/localize-builds#7014f1cccc94912d1dc7e62626dc688d645af37d",
14+
"@angular/material": "github:angular/material-builds#f3ce233367f0eda9bf46000a8df024cd61dad923",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#a9f340f19f57e86bbfd4129b5d6fc173b5ed4fca",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#b8f4875cbd526c7078a51d02bafd773e5e2b50c8",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4370641c551c2f0cc99391f140c64a0aefe9c3f6",
18+
"@angular/platform-server": "github:angular/platform-server-builds#d4a29f68327101a7d0a8d2b4d0f61622d6a9f242",
19+
"@angular/router": "github:angular/router-builds#13d2c272c9b644e176b6322e57634a3c056dac9d",
20+
"@angular/service-worker": "github:angular/service-worker-builds#2fcaa2487cde4f37ab491f07c2217ad32cc046a7"
2121
}
2222
}

0 commit comments

Comments
 (0)