Skip to content

Commit 132f5e6

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent 0154af9 commit 132f5e6

File tree

7 files changed

+412
-116
lines changed

7 files changed

+412
-116
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
19+
- uses: angular/dev-infra/github-actions/branch-manager@8b117748ae8243f98d261a9731908867b8e3d876
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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
80+
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
101+
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
138+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
139139
- name: Install node modules
140140
run: yarn install --frozen-lockfile
141141
- name: Setup Bazel
142-
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
142+
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
143143
- name: Setup Bazel RBE
144-
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
144+
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
161+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
162162
- name: Install node modules
163163
run: yarn install --frozen-lockfile
164164
- name: Setup Bazel
165-
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
165+
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
166166
- name: Setup Bazel RBE
167-
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
167+
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
179+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
180180
- name: Install node modules
181181
run: yarn install --frozen-lockfile
182182
- name: Setup Bazel
183-
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
183+
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
184184
- name: Setup Bazel RBE
185-
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
185+
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
213+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
214214
- name: Install node modules
215215
run: yarn install --frozen-lockfile
216216
- name: Setup Bazel
217-
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
217+
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8b117748ae8243f98d261a9731908867b8e3d876
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@8b117748ae8243f98d261a9731908867b8e3d876
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@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
19+
- uses: angular/dev-infra/github-actions/feature-request@8b117748ae8243f98d261a9731908867b8e3d876
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
"devDependencies": {
5353
"@ampproject/remapping": "2.3.0",
5454
"@angular/animations": "18.0.0-rc.1",
55-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#b7599b1f8390b9ceeccae3ea976fcf6ede335396",
56-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#df748cd6d28f098e8f12d0700cad1d3c08b3ccd7",
57-
"@angular/cdk": "18.0.0-rc.0",
55+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#95f745e1a5e9001f572e08b367f22afaae23004f",
56+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#304b7ac86675d00240c7215dc6005d9255c0fbdd",
57+
"@angular/cdk": "18.0.0-rc.1",
5858
"@angular/common": "18.0.0-rc.1",
5959
"@angular/compiler": "18.0.0-rc.1",
6060
"@angular/compiler-cli": "18.0.0-rc.1",
6161
"@angular/core": "18.0.0-rc.1",
6262
"@angular/forms": "18.0.0-rc.1",
6363
"@angular/localize": "18.0.0-rc.1",
64-
"@angular/material": "18.0.0-rc.0",
65-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7e4c6ea5fa0ac493132345c97daef1737374702f",
64+
"@angular/material": "18.0.0-rc.1",
65+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#347f73d2bad92ca1ab5fe1c2573e7001223713cd",
6666
"@angular/platform-browser": "18.0.0-rc.1",
6767
"@angular/platform-browser-dynamic": "18.0.0-rc.1",
6868
"@angular/platform-server": "18.0.0-rc.1",

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#9d22467c5abb06b75f0311cca8d5628e4b86f191",
6-
"@angular/cdk": "github:angular/cdk-builds#4d72acac02f26932a5a088a3dfafe8736e41344a",
7-
"@angular/common": "github:angular/common-builds#d90bc2c65d3ae2f9636f51edb789b91a5a273fd3",
8-
"@angular/compiler": "github:angular/compiler-builds#669f95e81d8c568298e53c050384ad1fc744fb04",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#7e7cf9d0cb138f502f6aaef8813bd8c174d69c98",
10-
"@angular/core": "github:angular/core-builds#01451515f7869ee754d0cf27ba4964f84fbfc168",
11-
"@angular/forms": "github:angular/forms-builds#42d3dd3b3283041ac4d74fbb1ecfd33085daabaa",
12-
"@angular/language-service": "github:angular/language-service-builds#454630623e9bfc54462dfcde43eb889655af1493",
13-
"@angular/localize": "github:angular/localize-builds#815f029b5d436bc018af3c5c520681cbaefd8ecd",
14-
"@angular/material": "github:angular/material-builds#80f7de54eab7d5964d6c2c43b514128411de0665",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b0ede88182f5682ebfbd66e7146a8a3e74de9ed8",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#43409391f379daf29e692a3b02c8367ec9142e83",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8f101e92280540893cd362df80d05fe689752cac",
18-
"@angular/platform-server": "github:angular/platform-server-builds#684bb34298c881724d52ac4da898687a5adf1c71",
19-
"@angular/router": "github:angular/router-builds#3396f1a294cb27926ea0567a33ea3fe146046eae",
20-
"@angular/service-worker": "github:angular/service-worker-builds#e18841e1f7ff27159600d14ed44d86de3e83ceee"
5+
"@angular/animations": "github:angular/animations-builds#5f57c4d7ab58c0eb93e173ab190906737323e644",
6+
"@angular/cdk": "github:angular/cdk-builds#b3fef8113859339c1d927a042fdb442c42efc93d",
7+
"@angular/common": "github:angular/common-builds#54d1f1a8866a5a8207ffffd7b473418bdc37da71",
8+
"@angular/compiler": "github:angular/compiler-builds#f856a95f639f376172a237e72cf261eb826317c5",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#6a1e9ea6b5d579873c2aba1f4cabc305f754af81",
10+
"@angular/core": "github:angular/core-builds#22251a597085f0e1de4bcf947b3e989ecc78d55f",
11+
"@angular/forms": "github:angular/forms-builds#2503f95c22ac360efb215c6122e7bb3bb0f31bd5",
12+
"@angular/language-service": "github:angular/language-service-builds#6159ad9345cbafd866768f0d5c01b192829ff257",
13+
"@angular/localize": "github:angular/localize-builds#0d6e2c46406dbc36b175ddcb69769a0812b5a574",
14+
"@angular/material": "github:angular/material-builds#960a1f402311b57b384b81ef20b24cad0807375b",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1d187e6073e94aec953f9dc1a130bc108e60d778",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#e603ce5daf26e5168b3a17f8974e70979122b3b2",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#6b96184d582a1c38f4da1577a30eed6a80bceaae",
18+
"@angular/platform-server": "github:angular/platform-server-builds#813781fd4eb284a6dee85a8bb472f52ddfdab706",
19+
"@angular/router": "github:angular/router-builds#02379b7891ad0e69312ec7c232481f29598b7e9d",
20+
"@angular/service-worker": "github:angular/service-worker-builds#14ff6b6e4d4bd8bd46d7db12beacd22a7fbe3fbe"
2121
}
2222
}

0 commit comments

Comments
 (0)