Skip to content

Commit 8ae3958

Browse files
committed
build: update angular
Closes #27690 as a pr takeover
1 parent 4a879a9 commit 8ae3958

File tree

21 files changed

+47
-50
lines changed

21 files changed

+47
-50
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
19+
- uses: angular/dev-infra/github-actions/branch-manager@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
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
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Initialize environment
28-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
28+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
2929
- name: Install node modules
3030
run: yarn install --frozen-lockfile --ignore-scripts
3131
- name: Run ESLint
@@ -43,11 +43,11 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Initialize environment
46-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
46+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
4747
- name: Setup Bazel
48-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
48+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
4949
- name: Setup Bazel RBE
50-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
50+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
5151
- name: Install node modules
5252
run: yarn install --frozen-lockfile
5353
- name: Build release targets
@@ -57,11 +57,11 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Initialize environment
60-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
60+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
6161
- name: Setup Bazel
62-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
62+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
6363
- name: Setup Bazel RBE
64-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
64+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
6565
- name: Install node modules
6666
run: yarn install --frozen-lockfile
6767
- name: Run module tests
@@ -96,13 +96,13 @@ jobs:
9696
runs-on: ${{ matrix.os }}
9797
steps:
9898
- name: Initialize environment
99-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
100100
- name: Install node modules
101101
run: yarn install --frozen-lockfile
102102
- name: Setup Bazel
103-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
103+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
104104
- name: Setup Bazel RBE
105-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
105+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
106106
- name: Run CLI E2E tests
107107
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 }}
108108

@@ -117,13 +117,13 @@ jobs:
117117
runs-on: ${{ matrix.os }}
118118
steps:
119119
- name: Initialize environment
120-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
120+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
121121
- name: Install node modules
122122
run: yarn install --frozen-lockfile
123123
- name: Setup Bazel
124-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
124+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
125125
- name: Setup Bazel RBE
126-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
126+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
127127
- name: Run CLI E2E tests
128128
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 }}
129129

@@ -134,13 +134,13 @@ jobs:
134134
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
135135
steps:
136136
- name: Initialize environment
137-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
137+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
138138
- name: Install node modules
139139
run: yarn install --frozen-lockfile
140140
- name: Setup Bazel
141-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
141+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
142142
- name: Setup Bazel RBE
143-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
143+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
144144
- name: Run E2E Browser tests
145145
env:
146146
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -167,11 +167,11 @@ jobs:
167167
CIRCLE_BRANCH: ${{ github.ref_name }}
168168
steps:
169169
- name: Initialize environment
170-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
170+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
171171
- name: Install node modules
172172
run: yarn install --frozen-lockfile
173173
- name: Setup Bazel
174-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
174+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
175175
- run: yarn admin snapshots --verbose
176176
env:
177177
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
19+
- uses: angular/dev-infra/github-actions/feature-request@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Initialize environment
37-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
3838
- name: Setup ESLint Caching
3939
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
4040
with:
@@ -65,11 +65,11 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Initialize environment
68-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
68+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
6969
- name: Setup Bazel
70-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
70+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
7171
- name: Setup Bazel RBE
72-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
72+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
7373
- name: Install node modules
7474
run: yarn install --frozen-lockfile
7575
- name: Build release targets
@@ -85,11 +85,11 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Initialize environment
88-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
88+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
8989
- name: Setup Bazel
90-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
90+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
9191
- name: Setup Bazel RBE
92-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
92+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
9393
- name: Install node modules
9494
run: yarn install --frozen-lockfile
9595
- name: Run module 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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
127+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
128128
- name: Install node modules
129129
run: yarn install --frozen-lockfile
130130
- name: Setup Bazel
131-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
131+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
132132
- name: Setup Bazel RBE
133-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
133+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
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,12 +147,12 @@ jobs:
147147
runs-on: ${{ matrix.os }}
148148
steps:
149149
- name: Initialize environment
150-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
150+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
151151
- name: Install node modules
152152
run: yarn install --frozen-lockfile
153153
- name: Setup Bazel
154-
uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
154+
uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
155155
- name: Setup Bazel RBE
156-
uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
156+
uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf
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 }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@ampproject/remapping": "2.3.0",
5454
"@angular/animations": "18.0.0",
5555
"@angular/bazel": "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02",
56-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5",
56+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b5a56554a0f7024fc2d0f4abf7260bf37e28150",
5757
"@angular/cdk": "18.0.0",
5858
"@angular/common": "18.0.0",
5959
"@angular/compiler": "18.0.0",
@@ -62,7 +62,7 @@
6262
"@angular/forms": "18.0.0",
6363
"@angular/localize": "18.0.0",
6464
"@angular/material": "18.0.0",
65-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#984351f33add59339931fdd9ef4589aa72bc44d2",
65+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f",
6666
"@angular/platform-browser": "18.0.0",
6767
"@angular/platform-browser-dynamic": "18.0.0",
6868
"@angular/platform-server": "18.0.0",

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#bffdd0df269e517516c93bc0e3362125f4bf587b",
6-
"@angular/cdk": "github:angular/cdk-builds#a1f1b089a00823b142a972c6498374b65b5262af",
6+
"@angular/cdk": "github:angular/cdk-builds#708b5acddd1c5ebebb7f4eddc5d0e6ef63e0eee2",
77
"@angular/common": "github:angular/common-builds#b4e31d746f007877b1e95d1104e7f469f62fb110",
88
"@angular/compiler": "github:angular/compiler-builds#a06c933ee9ebe6f5769af5c54f2ece0d992833ff",
99
"@angular/compiler-cli": "github:angular/compiler-cli-builds#dce9d34a552e7140d6ff018216ae3a38da268eb0",
1010
"@angular/core": "github:angular/core-builds#d03531677caedb697136752221d5f6b1f087ed46",
1111
"@angular/forms": "github:angular/forms-builds#4a7cfee2846088bd66b2e16c37f4655a49961e30",
1212
"@angular/language-service": "github:angular/language-service-builds#d0ebd0a8a42229bf64526e8d4f1ce5b683ee6a07",
1313
"@angular/localize": "github:angular/localize-builds#91814a7dbe8a289c11f7fb461e013a2535fcbd2b",
14-
"@angular/material": "github:angular/material-builds#09b528c4eb3232a3d238642a9a341785b02b3a2b",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#62148d3739f6d5c38ebc14277876854eda2b2c38",
14+
"@angular/material": "github:angular/material-builds#fe092d4537a0b29e18feb0c6cd35790800e6180f",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#dc39a7b92312a32e53d036df2e87d5681bc06d26",
1616
"@angular/platform-browser": "github:angular/platform-browser-builds#9586e81a85c1c379b9a370396f32de379b5911ea",
1717
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fb9ed2461220e65728176d4d54b5025e23e0e197",
1818
"@angular/platform-server": "github:angular/platform-server-builds#e0d27caed7bf5a94e82aadfc37cbcadf079f6187",

yarn.lock

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
tslib "^2.3.0"
5252

5353
"@angular/bazel@https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02":
54-
version "18.1.0-next.0+sha-1360110"
55-
uid "71bd2e043e076365effdb6076f33b2d8d6bd6d02"
54+
version "18.1.0-next.0"
5655
resolved "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02"
5756
dependencies:
5857
"@microsoft/api-extractor" "^7.24.2"
@@ -67,10 +66,9 @@
6766
"@angular/core" "^13.0.0 || ^14.0.0-0"
6867
reflect-metadata "^0.1.13"
6968

70-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5":
71-
version "0.0.0-89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d"
72-
uid fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5
73-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5"
69+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b5a56554a0f7024fc2d0f4abf7260bf37e28150":
70+
version "0.0.0-239d56b71911f9fa1eeefb6e4505dbe7b0cd81a7"
71+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b5a56554a0f7024fc2d0f4abf7260bf37e28150"
7472
dependencies:
7573
"@angular/benchpress" "0.3.0"
7674
"@angular/build" "18.0.0-rc.2"
@@ -266,10 +264,9 @@
266264
"@material/typography" "15.0.0-canary.7f224ddd4.0"
267265
tslib "^2.3.0"
268266

269-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#984351f33add59339931fdd9ef4589aa72bc44d2":
270-
version "0.0.0-89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d"
271-
uid "984351f33add59339931fdd9ef4589aa72bc44d2"
272-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#984351f33add59339931fdd9ef4589aa72bc44d2"
267+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f":
268+
version "0.0.0-fdd2de038031d1ab55c81c2fe17bd2d10246ffdf"
269+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f"
273270
dependencies:
274271
"@octokit/rest" "20.1.1"
275272
"@types/semver" "^7.3.6"

0 commit comments

Comments
 (0)