Skip to content

Commit ef4b1e5

Browse files
committed
build: update angular shared dev-infra code to 1672fb6
1 parent 4a3ae58 commit ef4b1e5

File tree

4 files changed

+29
-30
lines changed

4 files changed

+29
-30
lines changed

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@49325e7427f843ce61cda339b49461179e3ad0df
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7af5d349d13b39e2f7fe87716f8eb9e870072468
1616
with:
1717
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818
post_approval_changes:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22-
- uses: angular/dev-infra/github-actions/post-approval-changes@49325e7427f843ce61cda339b49461179e3ad0df
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@7af5d349d13b39e2f7fe87716f8eb9e870072468
2323
with:
2424
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
lock_closed:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: angular/dev-infra/github-actions/lock-closed@49325e7427f843ce61cda339b49461179e3ad0df
14+
- uses: angular/dev-infra/github-actions/lock-closed@7af5d349d13b39e2f7fe87716f8eb9e870072468
1515
with:
1616
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
"@angular-devkit/core": "^14.2.0-rc.0",
7676
"@angular-devkit/schematics": "^14.2.0-rc.0",
7777
"@angular/bazel": "^14.2.0-rc.0",
78-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#6a13e27f2109b241bf020d5f225e8f4cdeb8c0a5",
78+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1672fb6ae0590bf5973a40975357f0c721b97a6b",
7979
"@angular/cli": "^14.2.0-rc.0",
8080
"@angular/compiler-cli": "^14.2.0-rc.0",
8181
"@angular/localize": "^14.2.0-rc.0",
82-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#90af772108020635b393b7f4789b07c87850a8c5",
82+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9b724ef1d5716524708257f7f61f8a209bbf4c37",
8383
"@angular/platform-browser-dynamic": "^14.2.0-rc.0",
8484
"@angular/platform-server": "^14.2.0-rc.0",
8585
"@angular/router": "^14.2.0-rc.0",

yarn.lock

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@
155155
"@angular/core" "^13.0.0 || ^14.0.0-0"
156156
reflect-metadata "^0.1.13"
157157

158-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#6a13e27f2109b241bf020d5f225e8f4cdeb8c0a5":
159-
version "0.0.0-49325e7427f843ce61cda339b49461179e3ad0df"
160-
uid "6a13e27f2109b241bf020d5f225e8f4cdeb8c0a5"
161-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#6a13e27f2109b241bf020d5f225e8f4cdeb8c0a5"
158+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#1672fb6ae0590bf5973a40975357f0c721b97a6b":
159+
version "0.0.0-7af5d349d13b39e2f7fe87716f8eb9e870072468"
160+
uid "1672fb6ae0590bf5973a40975357f0c721b97a6b"
161+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1672fb6ae0590bf5973a40975357f0c721b97a6b"
162162
dependencies:
163163
"@angular-devkit/build-angular" "14.2.0-rc.0"
164164
"@angular/benchpress" "0.3.0"
@@ -170,7 +170,7 @@
170170
"@bazel/runfiles" "5.5.3"
171171
"@bazel/terser" "5.5.3"
172172
"@bazel/typescript" "5.5.3"
173-
"@microsoft/api-extractor" "7.29.3"
173+
"@microsoft/api-extractor" "7.29.5"
174174
"@types/browser-sync" "^2.26.3"
175175
"@types/node" "16.10.9"
176176
"@types/selenium-webdriver" "^4.0.18"
@@ -289,10 +289,10 @@
289289
glob "8.0.3"
290290
yargs "^17.2.1"
291291

292-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#90af772108020635b393b7f4789b07c87850a8c5":
293-
version "0.0.0-49325e7427f843ce61cda339b49461179e3ad0df"
294-
uid "90af772108020635b393b7f4789b07c87850a8c5"
295-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#90af772108020635b393b7f4789b07c87850a8c5"
292+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#9b724ef1d5716524708257f7f61f8a209bbf4c37":
293+
version "0.0.0-7af5d349d13b39e2f7fe87716f8eb9e870072468"
294+
uid "9b724ef1d5716524708257f7f61f8a209bbf4c37"
295+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9b724ef1d5716524708257f7f61f8a209bbf4c37"
296296
dependencies:
297297
"@yarnpkg/lockfile" "^1.1.0"
298298
typescript "~4.7.3"
@@ -2629,24 +2629,24 @@
26292629
"@microsoft/tsdoc-config" "~0.16.1"
26302630
"@rushstack/node-core-library" "3.45.5"
26312631

2632-
"@microsoft/[email protected].1":
2633-
version "7.23.1"
2634-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.23.1.tgz#d93704882241e7720094d41c7005b07eb593c073"
2635-
integrity sha512-axlZ33H2LfYX7goAaWpzABWZl3JtX/EUkfVBsI4SuMn3AZYBJsP5MVpMCq7jt0PCefWGwwO+Rv+lCmmJIjFhlQ==
2632+
"@microsoft/[email protected].3":
2633+
version "7.23.3"
2634+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.23.3.tgz#82961ebaddd7427112afbfc4c1d7c76a9932f2fc"
2635+
integrity sha512-HpsWzG6jrWHrTlIg53kmp/IVQPBHUZc+8dunnr9VXrmDjVBehaXxp9A6jhTQ/bd7W1m5TYfAvwCmseC1+9FCuA==
26362636
dependencies:
26372637
"@microsoft/tsdoc" "0.14.1"
26382638
"@microsoft/tsdoc-config" "~0.16.1"
2639-
"@rushstack/node-core-library" "3.50.2"
2639+
"@rushstack/node-core-library" "3.51.1"
26402640

2641-
"@microsoft/[email protected].3":
2642-
version "7.29.3"
2643-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.29.3.tgz#f91ca61833c170c6c47a0fc064fa010460a11457"
2644-
integrity sha512-PHq+Oo8yiXhwi11VQ1Nz36s+aZwgFqjtkd41udWHtSpyMv2slJ74m1cHdpWbs2ovGUCfldayzdpGwnexZLd2bA==
2641+
"@microsoft/[email protected].5":
2642+
version "7.29.5"
2643+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.29.5.tgz#8afafc8b2c27d8334579434971f718b347634f35"
2644+
integrity sha512-+vqO/TAGw9xXANpvTjA4y5ADcaRuYuBoJ9IfoAHubrGuxKG6GoW3P2tfdgwteLz95CnlftBxYp+3NG/mf05P9Q==
26452645
dependencies:
2646-
"@microsoft/api-extractor-model" "7.23.1"
2646+
"@microsoft/api-extractor-model" "7.23.3"
26472647
"@microsoft/tsdoc" "0.14.1"
26482648
"@microsoft/tsdoc-config" "~0.16.1"
2649-
"@rushstack/node-core-library" "3.50.2"
2649+
"@rushstack/node-core-library" "3.51.1"
26502650
"@rushstack/rig-package" "0.3.14"
26512651
"@rushstack/ts-command-line" "4.12.2"
26522652
colors "~1.2.1"
@@ -3013,10 +3013,10 @@
30133013
timsort "~0.3.0"
30143014
z-schema "~5.0.2"
30153015

3016-
"@rushstack/node-core-library@3.50.2":
3017-
version "3.50.2"
3018-
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.50.2.tgz#43df3f8422898a448114fcb9c7d4e967625da585"
3019-
integrity sha512-+zpZBcaX5s+wA0avF0Lk3sd5jbGRo5SmsEJpElJbqQd3KGFvc/hcyeNSMqV5+esJ1JuTfnE1QyRt8nvxFNTaQg==
3016+
"@rushstack/node-core-library@3.51.1":
3017+
version "3.51.1"
3018+
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.51.1.tgz#e123053c4924722cc9614c0091fda5ed7bbc6c9d"
3019+
integrity sha512-xLoUztvGpaT5CphDexDPt2WbBx8D68VS5tYOkwfr98p90y0f/wepgXlTA/q5MUeZGGucASiXKp5ysdD+GPYf9A==
30203020
dependencies:
30213021
"@types/node" "12.20.24"
30223022
colors "~1.2.1"
@@ -3025,7 +3025,6 @@
30253025
jju "~1.4.0"
30263026
resolve "~1.17.0"
30273027
semver "~7.3.0"
3028-
timsort "~0.3.0"
30293028
z-schema "~5.0.2"
30303029

30313030
"@rushstack/[email protected]":

0 commit comments

Comments
 (0)