Skip to content

Commit 140a5f5

Browse files
angular-robotclydin
authored andcommitted
build: update angular
1 parent db87e4f commit 140a5f5

File tree

7 files changed

+35
-35
lines changed

7 files changed

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@ampproject/remapping": "2.2.1",
6262
"@angular/animations": "17.1.0-next.5",
6363
"@angular/bazel": "https://github.com/angular/bazel-builds.git#99804dcbccc234d6ec79b96914a3bd2a3dabbbad",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#57d539c71ca3c8fd8206017529edff12dba6b893",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#304ae4d3e7d36152b4460eb27615e6ad54af9703",
6565
"@angular/cdk": "17.1.0-next.3",
6666
"@angular/common": "17.1.0-next.5",
6767
"@angular/compiler": "17.1.0-next.5",
@@ -70,7 +70,7 @@
7070
"@angular/forms": "17.1.0-next.5",
7171
"@angular/localize": "17.0.8",
7272
"@angular/material": "17.1.0-next.3",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3144f194bc969216ec1ac07145f02f11d0ef0ce",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7b586a89ddee75f34ff89a66dd5b7ba9efdb6360",
7474
"@angular/platform-browser": "17.1.0-next.5",
7575
"@angular/platform-browser-dynamic": "17.1.0-next.5",
7676
"@angular/platform-server": "17.1.0-next.5",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"private": true,
44
"dependencies": {
55
"@angular/animations": "github:angular/animations-builds#96a98e8357f1ca91234be4b7bdeb42ce2d921b39",
6-
"@angular/cdk": "github:angular/cdk-builds#9a9c582bf42fc74ed25ba332adee76bc28f727ce",
6+
"@angular/cdk": "github:angular/cdk-builds#974eeb1fb61f809413d4c3e57e7fc2d1c1ecee24",
77
"@angular/common": "github:angular/common-builds#598a9576192ac66a45a89233b0efab9ccb6733c2",
88
"@angular/compiler": "github:angular/compiler-builds#c30a00130e42eb6eb3f7709e0efb8f6437c673c7",
99
"@angular/compiler-cli": "github:angular/compiler-cli-builds#4edeb0e8ba7b5f838a14b4b122064f25e3a25378",
1010
"@angular/core": "github:angular/core-builds#81587ca24f5e7950a1204282f2396c980cbaa906",
1111
"@angular/forms": "github:angular/forms-builds#a544a6bd9625614a174f161ccf46f5f09f5898e2",
1212
"@angular/language-service": "github:angular/language-service-builds#00d2878dcf7d955b19c3b593c2eb83a1ddb289e1",
1313
"@angular/localize": "github:angular/localize-builds#ae53beb8a4b87aeaa840dd76a8a311cb2d1d6cfe",
14-
"@angular/material": "github:angular/material-builds#26a9f3d2f7bafff54d05968799663c68aad75223",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#7429126251a873128542b51834523847382af2ca",
14+
"@angular/material": "github:angular/material-builds#797f85378fb4cc72489a0759e7e0546099e2d478",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b1e9d14919723bca2c2c1c7c99f059ffb573a599",
1616
"@angular/platform-browser": "github:angular/platform-browser-builds#8903960b389994a6fb9d6b40fffa2331ce59f134",
1717
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#01f5e335ae7603ae26d230291c333826e92aa212",
1818
"@angular/platform-server": "github:angular/platform-server-builds#e1ccbe127d0c6a85500e4cdf472f836df0d88ca1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@
139139
"@angular/core" "^13.0.0 || ^14.0.0-0"
140140
reflect-metadata "^0.1.13"
141141

142-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#57d539c71ca3c8fd8206017529edff12dba6b893":
143-
version "0.0.0-f2dbdeb62601fa259e10be581758fc147eb75094"
144-
uid "57d539c71ca3c8fd8206017529edff12dba6b893"
145-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#57d539c71ca3c8fd8206017529edff12dba6b893"
142+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#304ae4d3e7d36152b4460eb27615e6ad54af9703":
143+
version "0.0.0-d01e0c2916c4ba253852fc12819c413f382cde73"
144+
uid "304ae4d3e7d36152b4460eb27615e6ad54af9703"
145+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#304ae4d3e7d36152b4460eb27615e6ad54af9703"
146146
dependencies:
147147
"@angular-devkit/build-angular" "17.1.0-next.2"
148148
"@angular/benchpress" "0.3.0"
@@ -306,10 +306,10 @@
306306
"@material/typography" "15.0.0-canary.a246a4439.0"
307307
tslib "^2.3.0"
308308

309-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3144f194bc969216ec1ac07145f02f11d0ef0ce":
310-
version "0.0.0-f2dbdeb62601fa259e10be581758fc147eb75094"
311-
uid b3144f194bc969216ec1ac07145f02f11d0ef0ce
312-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3144f194bc969216ec1ac07145f02f11d0ef0ce"
309+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#7b586a89ddee75f34ff89a66dd5b7ba9efdb6360":
310+
version "0.0.0-d01e0c2916c4ba253852fc12819c413f382cde73"
311+
uid "7b586a89ddee75f34ff89a66dd5b7ba9efdb6360"
312+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7b586a89ddee75f34ff89a66dd5b7ba9efdb6360"
313313
dependencies:
314314
"@yarnpkg/lockfile" "^1.1.0"
315315
typescript "~4.9.0"

0 commit comments

Comments
 (0)