Skip to content

Commit bec38c7

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent a072c62 commit bec38c7

File tree

8 files changed

+126
-125
lines changed

8 files changed

+126
-125
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@c23beeeb736ed82282f3c46698f5bbfa08c2b992
19+
- uses: angular/dev-infra/github-actions/branch-manager@14a4b5f952f0728f122b3678979338bdc995453c
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@c23beeeb736ed82282f3c46698f5bbfa08c2b992
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
4646
- name: Setup ESLint Caching
4747
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
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@c23beeeb736ed82282f3c46698f5bbfa08c2b992
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
80+
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
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@c23beeeb736ed82282f3c46698f5bbfa08c2b992
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
101+
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
104104
- name: Install node modules
105105
run: yarn install --frozen-lockfile
106106
- name: Run module tests
@@ -135,13 +135,13 @@ jobs:
135135
runs-on: ${{ matrix.os }}
136136
steps:
137137
- name: Initialize environment
138-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
138+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
139139
- name: Install node modules
140140
run: yarn install --frozen-lockfile
141141
- name: Setup Bazel
142-
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
142+
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
143143
- name: Setup Bazel RBE
144-
uses: angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
144+
uses: angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
145145
- name: Run CLI E2E tests
146146
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 }}
147147

@@ -158,13 +158,13 @@ jobs:
158158
runs-on: ${{ matrix.os }}
159159
steps:
160160
- name: Initialize environment
161-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
161+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
162162
- name: Install node modules
163163
run: yarn install --frozen-lockfile
164164
- name: Setup Bazel
165-
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
165+
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
166166
- name: Setup Bazel RBE
167-
uses: angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
167+
uses: angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
168168
- name: Run CLI E2E tests
169169
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 }}
170170

@@ -176,13 +176,13 @@ jobs:
176176
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
177177
steps:
178178
- name: Initialize environment
179-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
179+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
180180
- name: Install node modules
181181
run: yarn install --frozen-lockfile
182182
- name: Setup Bazel
183-
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
183+
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
184184
- name: Setup Bazel RBE
185-
uses: angular/dev-infra/github-actions/bazel/configure-remote@c23beeeb736ed82282f3c46698f5bbfa08c2b992
185+
uses: angular/dev-infra/github-actions/bazel/configure-remote@14a4b5f952f0728f122b3678979338bdc995453c
186186
- name: Run E2E Browser tests
187187
env:
188188
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -210,11 +210,11 @@ jobs:
210210
CIRCLE_BRANCH: ${{ github.ref_name }}
211211
steps:
212212
- name: Initialize environment
213-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c23beeeb736ed82282f3c46698f5bbfa08c2b992
213+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@14a4b5f952f0728f122b3678979338bdc995453c
214214
- name: Install node modules
215215
run: yarn install --frozen-lockfile
216216
- name: Setup Bazel
217-
uses: angular/dev-infra/github-actions/bazel/setup@c23beeeb736ed82282f3c46698f5bbfa08c2b992
217+
uses: angular/dev-infra/github-actions/bazel/setup@14a4b5f952f0728f122b3678979338bdc995453c
218218
- run: yarn admin snapshots --verbose
219219
env:
220220
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c23beeeb736ed82282f3c46698f5bbfa08c2b992
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@14a4b5f952f0728f122b3678979338bdc995453c
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@c23beeeb736ed82282f3c46698f5bbfa08c2b992
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@14a4b5f952f0728f122b3678979338bdc995453c
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@c23beeeb736ed82282f3c46698f5bbfa08c2b992
19+
- uses: angular/dev-infra/github-actions/feature-request@14a4b5f952f0728f122b3678979338bdc995453c
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.5",
55-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#df77912163a259b1c9497e9e15161c86460e4410",
56-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#35542fd4bc6a6d04eacb3d3f43e7dac877d82057",
57-
"@angular/cdk": "18.0.0-next.5",
58-
"@angular/common": "18.0.0-next.5",
59-
"@angular/compiler": "18.0.0-next.5",
60-
"@angular/compiler-cli": "18.0.0-next.5",
61-
"@angular/core": "18.0.0-next.5",
62-
"@angular/forms": "18.0.0-next.5",
63-
"@angular/localize": "18.0.0-next.5",
64-
"@angular/material": "18.0.0-next.5",
65-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f24ec39a6aab5666da7404986b9c4f3976b0366f",
66-
"@angular/platform-browser": "18.0.0-next.5",
67-
"@angular/platform-browser-dynamic": "18.0.0-next.5",
68-
"@angular/platform-server": "18.0.0-next.5",
69-
"@angular/router": "18.0.0-next.5",
70-
"@angular/service-worker": "18.0.0-next.5",
54+
"@angular/animations": "18.0.0-next.6",
55+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#90e4ab7e6fbfbb1cf99cd351f249c7b8739aa757",
56+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#f1408f6030f3f16d3f43d8dd757efb9176cb179c",
57+
"@angular/cdk": "18.0.0-next.6",
58+
"@angular/common": "18.0.0-next.6",
59+
"@angular/compiler": "18.0.0-next.6",
60+
"@angular/compiler-cli": "18.0.0-next.6",
61+
"@angular/core": "18.0.0-next.6",
62+
"@angular/forms": "18.0.0-next.6",
63+
"@angular/localize": "18.0.0-next.6",
64+
"@angular/material": "18.0.0-next.6",
65+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6562bdff590d9669e895a8103c02736d805bcbdc",
66+
"@angular/platform-browser": "18.0.0-next.6",
67+
"@angular/platform-browser-dynamic": "18.0.0-next.6",
68+
"@angular/platform-server": "18.0.0-next.6",
69+
"@angular/router": "18.0.0-next.6",
70+
"@angular/service-worker": "18.0.0-next.6",
7171
"@babel/core": "7.24.4",
7272
"@babel/generator": "7.24.4",
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.5",
32-
"@angular/compiler-cli": "18.0.0-next.5",
31+
"@angular/compiler": "18.0.0-next.6",
32+
"@angular/compiler-cli": "18.0.0-next.6",
3333
"typescript": "5.4.5",
3434
"webpack": "5.91.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#bf1c1cfb71e5508b4bc42afebea27acf8b6cf05e",
6-
"@angular/cdk": "github:angular/cdk-builds#1310e6f37b85c583373fe7d1c4c7c4fa654a7e61",
7-
"@angular/common": "github:angular/common-builds#a2a47deb8b37cfa69b740ec98144824420a6f00e",
8-
"@angular/compiler": "github:angular/compiler-builds#8a8d0f8f3af8d3387a9c796b11cc3696109b6c2b",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#184be0c6741dc0d50b599a6be80f2bbef13bbc08",
10-
"@angular/core": "github:angular/core-builds#9a91d678624a27a958a6c25602d510a9c7b4623e",
11-
"@angular/forms": "github:angular/forms-builds#b7d56d256fe4e251eb694476ce5872fc9fb2d0e0",
12-
"@angular/language-service": "github:angular/language-service-builds#8ce8cd2d106524443fbc64e586ebe2362963646b",
13-
"@angular/localize": "github:angular/localize-builds#8ea7823288542a87a7336fb3a7440ecb63a584fc",
14-
"@angular/material": "github:angular/material-builds#448f689fb2762d1846178009000ed9adebaefdec",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#d0d26959c02be0bec7e44717de2983dd0faf521d",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#4f0731b45a94c7e14b960c3a4fad90f15f06de4b",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#aee2e168e6782d752ba6876c90a7a1c82be8a6fc",
18-
"@angular/platform-server": "github:angular/platform-server-builds#2e062827660394b24182bb2f63d1e3540ca4cf5b",
19-
"@angular/router": "github:angular/router-builds#83ac22f7dd73e808f372b2bc2f0b9f42307ff99c",
20-
"@angular/service-worker": "github:angular/service-worker-builds#ca4f183536f06663a8d01ac7c03ef4204b1b0398"
5+
"@angular/animations": "github:angular/animations-builds#21036f38696028083d0b33b07ad918d51ab3f8bb",
6+
"@angular/cdk": "github:angular/cdk-builds#9d53d69676886df313262ca86c50c4c81395668f",
7+
"@angular/common": "github:angular/common-builds#8d50035ad5a82ad5bb28ce20baa07b147e6f75d2",
8+
"@angular/compiler": "github:angular/compiler-builds#343fd58d498dff08670bd9f00c2bf3c45d86af81",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#35254680f629ff7990dc542ac18f7b8635a416cb",
10+
"@angular/core": "github:angular/core-builds#4aea87de446a2c8059e82f40d4ca2184325bfb53",
11+
"@angular/forms": "github:angular/forms-builds#f19e0efc422ed0553275eb353f783597e4d16dfb",
12+
"@angular/language-service": "github:angular/language-service-builds#3c6f2dca0cd4afe4e05128b7225f8570a93e7ebe",
13+
"@angular/localize": "github:angular/localize-builds#56da93d34bf796ccb17326297a32a7ed5e460897",
14+
"@angular/material": "github:angular/material-builds#609e53236531f5e4a1d9a6d280f55d00ebdc77a2",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#e522738f98596898507a6003047b19c78b1fcf58",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#aea1ee3aa5d2ba07a5b3b8c36f8e3967756b452b",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#9701069ca5d3b1dfc3d2bf987ce675f2ab681e7c",
18+
"@angular/platform-server": "github:angular/platform-server-builds#66bd43131ef252b732ab61211cd32bfa3a20cdd3",
19+
"@angular/router": "github:angular/router-builds#bdf4a079133add36c5e65a5147de8840d7a3479c",
20+
"@angular/service-worker": "github:angular/service-worker-builds#eeec0fb62f8ff096195e052a2b1a626d21ad17b8"
2121
}
2222
}

0 commit comments

Comments
 (0)