Skip to content

Commit d9c6392

Browse files
committed
build: update angular shared dev-infra code to 3a406e5
1 parent d70fd6c commit d9c6392

File tree

4 files changed

+32
-31
lines changed

4 files changed

+32
-31
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@457a350ebc50ec803abecb07c8995c1ec0f111ff
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@457a350ebc50ec803abecb07c8995c1ec0f111ff
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@457a350ebc50ec803abecb07c8995c1ec0f111ff
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",
7676
"@angular-devkit/schematics": "^14.2.0",
7777
"@angular/bazel": "^14.2.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#3a406e5626a3d2edb46ea6bb6533fb4a99b34889",
7979
"@angular/cli": "^14.2.0",
8080
"@angular/compiler-cli": "^14.2.0",
8181
"@angular/localize": "^14.2.0",
82-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#da938be2693c1c05ad7ab74b5f6c0dedc2ffa5ca",
82+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ea920a8f84ab636a49c2dc08c494120569ae63cf",
8383
"@angular/platform-browser-dynamic": "^14.2.0",
8484
"@angular/platform-server": "^14.2.0",
8585
"@angular/router": "^14.2.0",

yarn.lock

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,10 @@
252252
"@angular/core" "^13.0.0 || ^14.0.0-0"
253253
reflect-metadata "^0.1.13"
254254

255-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#6a13e27f2109b241bf020d5f225e8f4cdeb8c0a5":
256-
version "0.0.0-49325e7427f843ce61cda339b49461179e3ad0df"
257-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#6a13e27f2109b241bf020d5f225e8f4cdeb8c0a5"
255+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#3a406e5626a3d2edb46ea6bb6533fb4a99b34889":
256+
version "0.0.0-457a350ebc50ec803abecb07c8995c1ec0f111ff"
257+
uid "3a406e5626a3d2edb46ea6bb6533fb4a99b34889"
258+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3a406e5626a3d2edb46ea6bb6533fb4a99b34889"
258259
dependencies:
259260
"@angular-devkit/build-angular" "14.2.0-rc.0"
260261
"@angular/benchpress" "0.3.0"
@@ -266,7 +267,7 @@
266267
"@bazel/runfiles" "5.5.3"
267268
"@bazel/terser" "5.5.3"
268269
"@bazel/typescript" "5.5.3"
269-
"@microsoft/api-extractor" "7.29.3"
270+
"@microsoft/api-extractor" "7.29.5"
270271
"@types/browser-sync" "^2.26.3"
271272
"@types/node" "16.10.9"
272273
"@types/selenium-webdriver" "^4.0.18"
@@ -285,7 +286,7 @@
285286
tmp "^0.2.1"
286287
"true-case-path" "^2.2.1"
287288
tslib "^2.3.0"
288-
typescript "~4.7.3"
289+
typescript "~4.8.0"
289290
uuid "^8.3.2"
290291
yargs "^17.0.0"
291292

@@ -385,12 +386,13 @@
385386
glob "8.0.3"
386387
yargs "^17.2.1"
387388

388-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#da938be2693c1c05ad7ab74b5f6c0dedc2ffa5ca":
389-
version "0.0.0-806c568a439877f69b975aedbf5e4eb26fd7eaaf"
390-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#da938be2693c1c05ad7ab74b5f6c0dedc2ffa5ca"
389+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#ea920a8f84ab636a49c2dc08c494120569ae63cf":
390+
version "0.0.0-457a350ebc50ec803abecb07c8995c1ec0f111ff"
391+
uid ea920a8f84ab636a49c2dc08c494120569ae63cf
392+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ea920a8f84ab636a49c2dc08c494120569ae63cf"
391393
dependencies:
392394
"@yarnpkg/lockfile" "^1.1.0"
393-
typescript "~4.7.3"
395+
typescript "~4.8.0"
394396

395397
"@angular/platform-browser-dynamic@^14.2.0":
396398
version "14.2.0"
@@ -2724,24 +2726,24 @@
27242726
"@microsoft/tsdoc-config" "~0.16.1"
27252727
"@rushstack/node-core-library" "3.45.5"
27262728

2727-
"@microsoft/[email protected].1":
2728-
version "7.23.1"
2729-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.23.1.tgz#d93704882241e7720094d41c7005b07eb593c073"
2730-
integrity sha512-axlZ33H2LfYX7goAaWpzABWZl3JtX/EUkfVBsI4SuMn3AZYBJsP5MVpMCq7jt0PCefWGwwO+Rv+lCmmJIjFhlQ==
2729+
"@microsoft/[email protected].3":
2730+
version "7.23.3"
2731+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.23.3.tgz#82961ebaddd7427112afbfc4c1d7c76a9932f2fc"
2732+
integrity sha512-HpsWzG6jrWHrTlIg53kmp/IVQPBHUZc+8dunnr9VXrmDjVBehaXxp9A6jhTQ/bd7W1m5TYfAvwCmseC1+9FCuA==
27312733
dependencies:
27322734
"@microsoft/tsdoc" "0.14.1"
27332735
"@microsoft/tsdoc-config" "~0.16.1"
2734-
"@rushstack/node-core-library" "3.50.2"
2736+
"@rushstack/node-core-library" "3.51.1"
27352737

2736-
"@microsoft/[email protected].3":
2737-
version "7.29.3"
2738-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.29.3.tgz#f91ca61833c170c6c47a0fc064fa010460a11457"
2739-
integrity sha512-PHq+Oo8yiXhwi11VQ1Nz36s+aZwgFqjtkd41udWHtSpyMv2slJ74m1cHdpWbs2ovGUCfldayzdpGwnexZLd2bA==
2738+
"@microsoft/[email protected].5":
2739+
version "7.29.5"
2740+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.29.5.tgz#8afafc8b2c27d8334579434971f718b347634f35"
2741+
integrity sha512-+vqO/TAGw9xXANpvTjA4y5ADcaRuYuBoJ9IfoAHubrGuxKG6GoW3P2tfdgwteLz95CnlftBxYp+3NG/mf05P9Q==
27402742
dependencies:
2741-
"@microsoft/api-extractor-model" "7.23.1"
2743+
"@microsoft/api-extractor-model" "7.23.3"
27422744
"@microsoft/tsdoc" "0.14.1"
27432745
"@microsoft/tsdoc-config" "~0.16.1"
2744-
"@rushstack/node-core-library" "3.50.2"
2746+
"@rushstack/node-core-library" "3.51.1"
27452747
"@rushstack/rig-package" "0.3.14"
27462748
"@rushstack/ts-command-line" "4.12.2"
27472749
colors "~1.2.1"
@@ -3113,10 +3115,10 @@
31133115
timsort "~0.3.0"
31143116
z-schema "~5.0.2"
31153117

3116-
"@rushstack/node-core-library@3.50.2":
3117-
version "3.50.2"
3118-
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.50.2.tgz#43df3f8422898a448114fcb9c7d4e967625da585"
3119-
integrity sha512-+zpZBcaX5s+wA0avF0Lk3sd5jbGRo5SmsEJpElJbqQd3KGFvc/hcyeNSMqV5+esJ1JuTfnE1QyRt8nvxFNTaQg==
3118+
"@rushstack/node-core-library@3.51.1":
3119+
version "3.51.1"
3120+
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.51.1.tgz#e123053c4924722cc9614c0091fda5ed7bbc6c9d"
3121+
integrity sha512-xLoUztvGpaT5CphDexDPt2WbBx8D68VS5tYOkwfr98p90y0f/wepgXlTA/q5MUeZGGucASiXKp5ysdD+GPYf9A==
31203122
dependencies:
31213123
"@types/node" "12.20.24"
31223124
colors "~1.2.1"
@@ -3125,7 +3127,6 @@
31253127
jju "~1.4.0"
31263128
resolve "~1.17.0"
31273129
semver "~7.3.0"
3128-
timsort "~0.3.0"
31293130
z-schema "~5.0.2"
31303131

31313132
"@rushstack/[email protected]":
@@ -15196,7 +15197,7 @@ typescript@^3.9.10, typescript@^3.9.5, typescript@^3.9.7:
1519615197
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
1519715198
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
1519815199

15199-
typescript@~4.5.4, typescript@~4.7.3, typescript@~4.8.2:
15200+
typescript@~4.5.4, typescript@~4.8.0, typescript@~4.8.2:
1520015201
version "4.8.2"
1520115202
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790"
1520215203
integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==

0 commit comments

Comments
 (0)