Skip to content

Commit e237b03

Browse files
committed
build: update angular shared dev-infra code to ef14a04
1 parent 6118b68 commit e237b03

File tree

5 files changed

+34
-34
lines changed

5 files changed

+34
-34
lines changed

.github/workflows/dev-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
12-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@4807c9f7b80d7a88cd045d88263c0aaf1296aeed
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@b14389086e2f486043fe660e280b9570db312810
1313
with:
1414
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
@@ -10,6 +10,6 @@ jobs:
1010
if: github.repository == 'angular/components'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: angular/dev-infra/github-actions/feature-request@4807c9f7b80d7a88cd045d88263c0aaf1296aeed
13+
- uses: angular/dev-infra/github-actions/feature-request@b14389086e2f486043fe660e280b9570db312810
1414
with:
1515
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
@@ -9,6 +9,6 @@ jobs:
99
lock_closed:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/lock-closed@4807c9f7b80d7a88cd045d88263c0aaf1296aeed
12+
- uses: angular/dev-infra/github-actions/lock-closed@b14389086e2f486043fe660e280b9570db312810
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@angular/bazel": "14.0.0-next.9",
7575
"@angular/cli": "14.0.0-next.6",
7676
"@angular/compiler-cli": "14.0.0-next.9",
77-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#01cccb2276808b27ff7ce7d5010a1046fb1ac49c",
77+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#ef14a042efaa4572d62ef555de2e1934478de2e9",
7878
"@angular/localize": "14.0.0-next.9",
7979
"@angular/platform-browser-dynamic": "14.0.0-next.9",
8080
"@angular/platform-server": "14.0.0-next.9",

yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,10 @@
322322
dependencies:
323323
tslib "^2.3.0"
324324

325-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#01cccb2276808b27ff7ce7d5010a1046fb1ac49c":
326-
version "0.0.0-4807c9f7b80d7a88cd045d88263c0aaf1296aeed"
327-
uid "01cccb2276808b27ff7ce7d5010a1046fb1ac49c"
328-
resolved "https://github.com/angular/dev-infra-private-builds.git#01cccb2276808b27ff7ce7d5010a1046fb1ac49c"
325+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#ef14a042efaa4572d62ef555de2e1934478de2e9":
326+
version "0.0.0-b14389086e2f486043fe660e280b9570db312810"
327+
uid ef14a042efaa4572d62ef555de2e1934478de2e9
328+
resolved "https://github.com/angular/dev-infra-private-builds.git#ef14a042efaa4572d62ef555de2e1934478de2e9"
329329
dependencies:
330330
"@angular-devkit/build-angular" "14.0.0-next.8"
331331
"@angular/benchpress" "0.3.0"
@@ -337,7 +337,7 @@
337337
"@bazel/runfiles" "5.4.0"
338338
"@bazel/terser" "5.4.0"
339339
"@bazel/typescript" "5.4.0"
340-
"@microsoft/api-extractor" "7.20.1"
340+
"@microsoft/api-extractor" "7.21.2"
341341
"@types/browser-sync" "^2.26.3"
342342
"@types/node" "16.10.9"
343343
"@types/node-fetch" "^2.5.10"
@@ -2448,14 +2448,14 @@
24482448
"@microsoft/tsdoc-config" "~0.15.2"
24492449
"@rushstack/node-core-library" "3.45.0"
24502450

2451-
"@microsoft/[email protected].0":
2452-
version "7.16.0"
2453-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.16.0.tgz#3db7360897115f26a857f1f684fb5af82b0ef9f6"
2454-
integrity sha512-0FOrbNIny8mzBrzQnSIkEjAXk0JMSnPmWYxt3ZDTPVg9S8xIPzB6lfgTg9+Mimu0RKCpGKBpd+v2WcR5vGzyUQ==
2451+
"@microsoft/[email protected].1":
2452+
version "7.16.1"
2453+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.16.1.tgz#f6e53614e90c8a6be47bad5b91d49cc6d8c5c2bf"
2454+
integrity sha512-+1mlvy/ji+mUuH7WdVZ6fTo/aCKfS6m37aAFVOFWLfkMvmR+I9SjPfiv9qOg83If7GOrk2HPiHHibv6kA80VTg==
24552455
dependencies:
24562456
"@microsoft/tsdoc" "0.13.2"
24572457
"@microsoft/tsdoc-config" "~0.15.2"
2458-
"@rushstack/node-core-library" "3.45.1"
2458+
"@rushstack/node-core-library" "3.45.2"
24592459

24602460
"@microsoft/[email protected]":
24612461
version "7.19.4"
@@ -2475,17 +2475,17 @@
24752475
source-map "~0.6.1"
24762476
typescript "~4.5.2"
24772477

2478-
"@microsoft/api-extractor@7.20.1":
2479-
version "7.20.1"
2480-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.20.1.tgz#e7ccf6f7618eef792a1936674183023109183d0d"
2481-
integrity sha512-T7cqcK+JpvHGOj7cD2ZCCWS7Xgru1uOqZwrV/FSUdyKVs5fopZcbBSuetwD/akst3O7Ypryg3UOLP54S/vnVmA==
2478+
"@microsoft/api-extractor@7.21.2":
2479+
version "7.21.2"
2480+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.21.2.tgz#0f524e7e1cf7b000924772fb8f6b5f60cf42fba8"
2481+
integrity sha512-m0+YPaXVou01O/V9swugZG7Gn4mw6HSWY+uisf0j2JPRZcoEDyoYe4hg0ERKXOEf0hByOnMLT28nQ82v8ig9Yw==
24822482
dependencies:
2483-
"@microsoft/api-extractor-model" "7.16.0"
2483+
"@microsoft/api-extractor-model" "7.16.1"
24842484
"@microsoft/tsdoc" "0.13.2"
24852485
"@microsoft/tsdoc-config" "~0.15.2"
2486-
"@rushstack/node-core-library" "3.45.1"
2487-
"@rushstack/rig-package" "0.3.8"
2488-
"@rushstack/ts-command-line" "4.10.7"
2486+
"@rushstack/node-core-library" "3.45.2"
2487+
"@rushstack/rig-package" "0.3.9"
2488+
"@rushstack/ts-command-line" "4.10.8"
24892489
colors "~1.2.1"
24902490
lodash "~4.17.15"
24912491
resolve "~1.17.0"
@@ -2836,10 +2836,10 @@
28362836
timsort "~0.3.0"
28372837
z-schema "~5.0.2"
28382838

2839-
"@rushstack/[email protected].1":
2840-
version "3.45.1"
2841-
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.45.1.tgz#787361b61a48d616eb4b059641721a3dc138f001"
2842-
integrity sha512-BwdssTNe007DNjDBxJgInHg8ePytIPyT0La7ZZSQZF9+rSkT42AygXPGvbGsyFfEntjr4X37zZSJI7yGzL16cQ==
2839+
"@rushstack/[email protected].2":
2840+
version "3.45.2"
2841+
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.45.2.tgz#68fc89c5bea4007359fa4ff203bf3eca27037f40"
2842+
integrity sha512-MJKdB6mxOoIkks3htGVCo7aiTzllm2I6Xua+KbTSb0cp7rBp8gTCOF/4d8R4HFMwpRdEdwzKgqMM6k9rAK73iw==
28432843
dependencies:
28442844
"@types/node" "12.20.24"
28452845
colors "~1.2.1"
@@ -2859,10 +2859,10 @@
28592859
resolve "~1.17.0"
28602860
strip-json-comments "~3.1.1"
28612861

2862-
"@rushstack/[email protected].8":
2863-
version "0.3.8"
2864-
resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.3.8.tgz#0e8b2fbc7a35d96f6ccf34e773f7c1adb1524296"
2865-
integrity sha512-MDWg1xovea99PWloSiYMjFcCLsrdjFtYt6aOyHNs5ojn5mxrzR6U9F83hvbQjTWnKPMvZtr0vcek+4n+OQOp3Q==
2862+
"@rushstack/[email protected].9":
2863+
version "0.3.9"
2864+
resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.3.9.tgz#5e10ada5a8348f886b6ebe3eed436492d6ccf70c"
2865+
integrity sha512-z3Oxpfb4n9mGXwseX+ifpkmUf9B8Fy8oieVwg8eFgpCbzllkgOwEiwLKEnRWVQ8owFcd46NCKz+7ICH35CRsAw==
28662866
dependencies:
28672867
resolve "~1.17.0"
28682868
strip-json-comments "~3.1.1"
@@ -2877,10 +2877,10 @@
28772877
colors "~1.2.1"
28782878
string-argv "~0.3.1"
28792879

2880-
"@rushstack/[email protected].7":
2881-
version "4.10.7"
2882-
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.10.7.tgz#21e3757a756cbd4f7eeab8f89ec028a64d980efc"
2883-
integrity sha512-CjS+DfNXUSO5Ab2wD1GBGtUTnB02OglRWGqfaTcac9Jn45V5MeUOsq/wA8wEeS5Y/3TZ2P1k+IWdVDiuOFP9Og==
2880+
"@rushstack/[email protected].8":
2881+
version "4.10.8"
2882+
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.10.8.tgz#f4bec690e7f4838e6f91028d8a557e67c3a75f68"
2883+
integrity sha512-G7CQYY/m3aZU5fVxbebv35yDeua7sSumrDAB2pJp0d60ZEsxGkUQW8771CeMcGWwSKqT9PxPzKpmIakiWv54sA==
28842884
dependencies:
28852885
"@types/argparse" "1.0.38"
28862886
argparse "~1.0.9"

0 commit comments

Comments
 (0)