Skip to content

Commit 00f68c5

Browse files
angular-robotclydin
authored andcommitted
build: update angular
1 parent 9b9ec17 commit 00f68c5

File tree

7 files changed

+53
-53
lines changed

7 files changed

+53
-53
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
19+
- uses: angular/dev-infra/github-actions/branch-manager@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
4646
- name: Setup ESLint Caching
4747
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
80+
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
101+
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
131+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
132132
- name: Install node modules
133133
run: yarn install --frozen-lockfile
134134
- name: Setup Bazel
135-
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
135+
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
136136
- name: Setup Bazel RBE
137-
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
137+
uses: angular/dev-infra/github-actions/bazel/configure-remote@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
155155
- name: Install node modules
156156
run: yarn install --frozen-lockfile
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
158+
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
172+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
173173
- name: Install node modules
174174
run: yarn install --frozen-lockfile
175175
- name: Setup Bazel
176-
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
176+
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
177177
- name: Setup Bazel RBE
178-
uses: angular/dev-infra/github-actions/bazel/configure-remote@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
178+
uses: angular/dev-infra/github-actions/bazel/configure-remote@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
206+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b18378deb8556573a8dc7f841415260bccfba878
207207
- name: Install node modules
208208
run: yarn install --frozen-lockfile
209209
- name: Setup Bazel
210-
uses: angular/dev-infra/github-actions/bazel/setup@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
210+
uses: angular/dev-infra/github-actions/bazel/setup@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@b18378deb8556573a8dc7f841415260bccfba878
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@49c49eb9710c67a1a2bf7b266c853a2d0ef88ab7
19+
- uses: angular/dev-infra/github-actions/feature-request@b18378deb8556573a8dc7f841415260bccfba878
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"devDependencies": {
6161
"@ampproject/remapping": "2.2.1",
6262
"@angular/animations": "17.3.0-next.1",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#755d7d350def7fec3059a32ba8a89b1362de8d99",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#074932adc641a4675c68cab8eb6cccad3a85a552",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#e36a576fefef45f31fc486d6362bac289fde7db8",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1865c54b126a5d4cae5c254cf08056e57d5c8c14",
6565
"@angular/cdk": "17.3.0-next.0",
6666
"@angular/common": "17.3.0-next.1",
6767
"@angular/compiler": "17.3.0-next.1",
@@ -70,7 +70,7 @@
7070
"@angular/forms": "17.3.0-next.1",
7171
"@angular/localize": "17.3.0-next.1",
7272
"@angular/material": "17.3.0-next.0",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0126481d9074759b2d1c5be77f8a3c87e5c3c1e4",
7474
"@angular/platform-browser": "17.3.0-next.1",
7575
"@angular/platform-browser-dynamic": "17.3.0-next.1",
7676
"@angular/platform-server": "17.3.0-next.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#c531f88893ab8c1613e51723875c47c470da398f",
6-
"@angular/cdk": "github:angular/cdk-builds#7691f66722dbdf98ce15fdb467adb72e9601e15b",
7-
"@angular/common": "github:angular/common-builds#cc30a6ed46bb4971de7014bcf40c940b298997b7",
8-
"@angular/compiler": "github:angular/compiler-builds#66affc170a84553bd5893dfcc5408bc64fc61cde",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#34c8364466f5daec5d3679d76c51c043c2c31d82",
10-
"@angular/core": "github:angular/core-builds#7d8f46441d388f4bbc9b4a1458eb77b8c6e486a5",
11-
"@angular/forms": "github:angular/forms-builds#981319e610026efdc7d6d503cb78f39c3704aa3b",
12-
"@angular/language-service": "github:angular/language-service-builds#91c95e97b970d4e84eee0c44aa7c39d6dd3ba1d2",
13-
"@angular/localize": "github:angular/localize-builds#fb2e08f36f78f74822518a0d689a9b231795f2de",
14-
"@angular/material": "github:angular/material-builds#d211f8a99ba096a59af44b1684e0c57dd5d10ac6",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#8aa6be0b4757fca5478f118d9a27ab5c0c3f1fe5",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#a1351ab6fdd96bf0d3084ac2af490e821b20ee4b",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4ef92b8f14dc59170c84d241c8698bfa59f86975",
18-
"@angular/platform-server": "github:angular/platform-server-builds#6b38c78643e11eeb6a604400115727075dfd6991",
19-
"@angular/router": "github:angular/router-builds#391bf3ca0b5eccb2b8cdcf47aae7b965d8698af4",
20-
"@angular/service-worker": "github:angular/service-worker-builds#8fbe289edb778bb261c659e7f9ea3e6e7bf21868"
5+
"@angular/animations": "github:angular/animations-builds#3abe2274c152ed7ed9aa0728ce6dc8e013b69271",
6+
"@angular/cdk": "github:angular/cdk-builds#c31f7c411896fd8804d24cf4194627a8d3ac59e1",
7+
"@angular/common": "github:angular/common-builds#d116768805fc557fca2dc3a0c0672afca7a438de",
8+
"@angular/compiler": "github:angular/compiler-builds#5d42a605555650e76d236d45dc4f50ad1a476450",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#dd00f5929fbe5ad46899377b1f83fe3e319ba578",
10+
"@angular/core": "github:angular/core-builds#6277fdd03b9581785693b9410ad7c98ca90cbbcd",
11+
"@angular/forms": "github:angular/forms-builds#98adaeee6cfabc8f75b9a54ad760e23c49421ee9",
12+
"@angular/language-service": "github:angular/language-service-builds#2a096724c1a25af97b39a62fa4e29916d95f16c3",
13+
"@angular/localize": "github:angular/localize-builds#265495d037b625c60aca7e9898aa46b0a5265fe4",
14+
"@angular/material": "github:angular/material-builds#9d22dc5cc3559825689bdc6d05afae37a079ae39",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ba4a2ad36beb4bbc4bf801db367f5720cd86fa00",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#3023ea9a216f3f837dcf6c5aa36872937fc8108a",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#5ddd6fe428ffa2088d39ceec333e8032b34ee0ab",
18+
"@angular/platform-server": "github:angular/platform-server-builds#1209aa395f87e88301a1be8aab6a31cf7995ef08",
19+
"@angular/router": "github:angular/router-builds#e08602a9b106caa3a0172cad98dceaf0616a74fc",
20+
"@angular/service-worker": "github:angular/service-worker-builds#2c43d1dbf92425b736dd653d77ac7ae28b2db20f"
2121
}
2222
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@
129129
dependencies:
130130
tslib "^2.3.0"
131131

132-
"@angular/bazel@https://github.com/angular/bazel-builds.git#755d7d350def7fec3059a32ba8a89b1362de8d99":
133-
version "17.3.0-next.1+sha-c1c7384"
134-
uid "755d7d350def7fec3059a32ba8a89b1362de8d99"
135-
resolved "https://github.com/angular/bazel-builds.git#755d7d350def7fec3059a32ba8a89b1362de8d99"
132+
"@angular/bazel@https://github.com/angular/bazel-builds.git#e36a576fefef45f31fc486d6362bac289fde7db8":
133+
version "17.3.0-next.1+sha-b322079"
134+
uid e36a576fefef45f31fc486d6362bac289fde7db8
135+
resolved "https://github.com/angular/bazel-builds.git#e36a576fefef45f31fc486d6362bac289fde7db8"
136136
dependencies:
137137
"@microsoft/api-extractor" "^7.24.2"
138138
magic-string "^0.30.0"
@@ -146,10 +146,10 @@
146146
"@angular/core" "^13.0.0 || ^14.0.0-0"
147147
reflect-metadata "^0.1.13"
148148

149-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#074932adc641a4675c68cab8eb6cccad3a85a552":
150-
version "0.0.0-662ce0169556b6e6cd69bbe6e35f981476d624cc"
151-
uid "074932adc641a4675c68cab8eb6cccad3a85a552"
152-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#074932adc641a4675c68cab8eb6cccad3a85a552"
149+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#1865c54b126a5d4cae5c254cf08056e57d5c8c14":
150+
version "0.0.0-b18378deb8556573a8dc7f841415260bccfba878"
151+
uid "1865c54b126a5d4cae5c254cf08056e57d5c8c14"
152+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1865c54b126a5d4cae5c254cf08056e57d5c8c14"
153153
dependencies:
154154
"@angular-devkit/build-angular" "17.2.0-rc.0"
155155
"@angular/benchpress" "0.3.0"
@@ -335,10 +335,10 @@
335335
"@material/typography" "15.0.0-canary.7f224ddd4.0"
336336
tslib "^2.3.0"
337337

338-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f":
339-
version "0.0.0-662ce0169556b6e6cd69bbe6e35f981476d624cc"
340-
uid "50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f"
341-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#50459db3485b3f69afe3e2b4d5a0c9b36b4cc60f"
338+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#0126481d9074759b2d1c5be77f8a3c87e5c3c1e4":
339+
version "0.0.0-b18378deb8556573a8dc7f841415260bccfba878"
340+
uid "0126481d9074759b2d1c5be77f8a3c87e5c3c1e4"
341+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0126481d9074759b2d1c5be77f8a3c87e5c3c1e4"
342342
dependencies:
343343
"@yarnpkg/lockfile" "^1.1.0"
344344
typescript "~4.9.0"

0 commit comments

Comments
 (0)