Skip to content

Commit

Permalink
build: update angular shared dev-infra code to 132c156 (#25042)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 3278214)
  • Loading branch information
renovate[bot] authored and devversion committed Jun 17, 2022
1 parent 51755e8 commit ae3b4d6
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@91ba217766e28a53c469d5ca43a76e37af64e3f1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@642f77e231f3346605832ba85e63b04da26c6dcf
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/post-approval-changes@91ba217766e28a53c469d5ca43a76e37af64e3f1
- uses: angular/dev-infra/github-actions/post-approval-changes@642f77e231f3346605832ba85e63b04da26c6dcf
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@91ba217766e28a53c469d5ca43a76e37af64e3f1
- uses: angular/dev-infra/github-actions/lock-closed@642f77e231f3346605832ba85e63b04da26c6dcf
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@angular/bazel": "^14.0.1",
"@angular/cli": "^14.0.1",
"@angular/compiler-cli": "^14.0.1",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#f2f440e6c5ae7ca7e98a51f3f476fda5612dd948",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#132c156fd32ea70e3755df0fdb211ef5b6299936",
"@angular/localize": "^14.0.1",
"@angular/platform-browser-dynamic": "^14.0.1",
"@angular/platform-server": "^14.0.1",
Expand Down
148 changes: 109 additions & 39 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
"@angular-devkit/core" "14.0.1"
rxjs "6.6.7"

"@angular-devkit/[email protected].0":
version "0.1401.0-next.0"
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1401.0-next.0.tgz#daee21cd67f032b530ec3215afb5a174c510ba3b"
integrity sha512-PD1J3GY1e/q2DwFXsPjtQTAwMZEXC698Xc8JgDYwhVoMT/9Z3uYqrd5joseNRNfM5i7tdK0Z5oVuCHSEW8LiBA==
"@angular-devkit/[email protected].1":
version "0.1401.0-next.1"
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1401.0-next.1.tgz#a0c74f1fe57d680ac0b3341ae3780acfe7c3c9a9"
integrity sha512-O96m5TZ5P4mH3L6k22oYQesJoaGGrxXE0VcnpnNDYWSDxHD60150tYAu3JQb+Vgs5+Tls735XActXfOv9nxNjw==
dependencies:
"@angular-devkit/core" "14.1.0-next.0"
"@angular-devkit/core" "14.1.0-next.1"
rxjs "6.6.7"

"@angular-devkit/[email protected].0":
version "14.1.0-next.0"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-14.1.0-next.0.tgz#b2bdd530adb6c6b43ad02842300c8160de3e53b4"
integrity sha512-x9ZpRIOWEyYOfio6tVBSbr3ydrFJztLtTMLhoLoCwWy8lcGzEP/PJPYn6tXur/g/KJ2+iQXyvUPBBFQZubQZ7w==
"@angular-devkit/[email protected].1":
version "14.1.0-next.1"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-14.1.0-next.1.tgz#94a40250092c554f9fce7475bf43d328c8a4ae14"
integrity sha512-T9lNIR0E1w+VnKeiFJOa34Ru72RCH8Qe113hzzLw8AFz798fP/jv55ujA7GOHCluph4PeqJC9Ed3JSNqRpoAJw==
dependencies:
"@ampproject/remapping" "2.2.0"
"@angular-devkit/architect" "0.1401.0-next.0"
"@angular-devkit/build-webpack" "0.1401.0-next.0"
"@angular-devkit/core" "14.1.0-next.0"
"@angular-devkit/architect" "0.1401.0-next.1"
"@angular-devkit/build-webpack" "0.1401.0-next.1"
"@angular-devkit/core" "14.1.0-next.1"
"@babel/core" "7.18.2"
"@babel/generator" "7.18.2"
"@babel/helper-annotate-as-pure" "7.16.7"
Expand All @@ -52,7 +52,7 @@
"@babel/runtime" "7.18.3"
"@babel/template" "7.16.7"
"@discoveryjs/json-ext" "0.5.7"
"@ngtools/webpack" "14.1.0-next.0"
"@ngtools/webpack" "14.1.0-next.1"
ansi-colors "4.1.3"
babel-loader "8.2.5"
babel-plugin-istanbul "6.1.1"
Expand Down Expand Up @@ -87,7 +87,7 @@
sass "1.52.2"
sass-loader "13.0.0"
semver "7.3.7"
source-map-loader "3.0.1"
source-map-loader "4.0.0"
source-map-support "0.5.21"
stylus "0.58.1"
stylus-loader "7.0.0"
Expand Down Expand Up @@ -181,12 +181,12 @@
"@angular-devkit/architect" "0.1400.1"
rxjs "6.6.7"

"@angular-devkit/[email protected].0":
version "0.1401.0-next.0"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1401.0-next.0.tgz#fbd87f690744ab260ec5917cd3c88973051cc4f4"
integrity sha512-rI05bTXEuUP/MfXZZI7nZJHoIq/a7AQn8n6cqtSIMdQWH5kSEm7aCGVQNJQUcf+WA7vhWp8bIQGDXZbTjXg3fQ==
"@angular-devkit/[email protected].1":
version "0.1401.0-next.1"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1401.0-next.1.tgz#34922425c9ad5d4707609af90c3f25877b3ab67f"
integrity sha512-8nvvPeLrAMuqiMCNzWQKUjdCVB6cQlmWFmhI+rl4X2SeYHaL8Xmy5PtYCCMJcYLUT/XE8b+VdvuPzv84W87Hng==
dependencies:
"@angular-devkit/architect" "0.1401.0-next.0"
"@angular-devkit/architect" "0.1401.0-next.1"
rxjs "6.6.7"

"@angular-devkit/[email protected]", "@angular-devkit/core@^14.0.1":
Expand All @@ -200,10 +200,10 @@
rxjs "6.6.7"
source-map "0.7.3"

"@angular-devkit/[email protected].0":
version "14.1.0-next.0"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-14.1.0-next.0.tgz#401abd47110e1c612660237d28db6b9a102e26c7"
integrity sha512-++LCYH47YkUlqrczuPxZ+M1FOVKUw1hV4uer7nYhGNseDYpOMTNCWgVDr1DFj8O3dtVso6NTchPNl5uVcLspRw==
"@angular-devkit/[email protected].1":
version "14.1.0-next.1"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-14.1.0-next.1.tgz#60106955588505045fc223d3a79f644a2318b820"
integrity sha512-2g0EgD1TMRfivEzjm3SLMyVoocSdCnG7s9Xp/5oWx1R8CmgcyXavwmspmCDyOV6dsFsRJXWqdUHFV/Og6FM9Zw==
dependencies:
ajv "8.11.0"
ajv-formats "2.1.1"
Expand Down Expand Up @@ -327,11 +327,12 @@
dependencies:
tslib "^2.3.0"

"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#f2f440e6c5ae7ca7e98a51f3f476fda5612dd948":
version "0.0.0-a84eef14d3990a24765684f12b89470ae1b9a3eb"
resolved "https://github.com/angular/dev-infra-private-builds.git#f2f440e6c5ae7ca7e98a51f3f476fda5612dd948"
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#132c156fd32ea70e3755df0fdb211ef5b6299936":
version "0.0.0-642f77e231f3346605832ba85e63b04da26c6dcf"
uid "132c156fd32ea70e3755df0fdb211ef5b6299936"
resolved "https://github.com/angular/dev-infra-private-builds.git#132c156fd32ea70e3755df0fdb211ef5b6299936"
dependencies:
"@angular-devkit/build-angular" "14.1.0-next.0"
"@angular-devkit/build-angular" "14.1.0-next.1"
"@angular/benchpress" "0.3.0"
"@babel/core" "^7.16.0"
"@bazel/buildifier" "5.1.0"
Expand All @@ -341,7 +342,7 @@
"@bazel/runfiles" "5.5.0"
"@bazel/terser" "5.5.0"
"@bazel/typescript" "5.5.0"
"@microsoft/api-extractor" "7.25.0"
"@microsoft/api-extractor" "7.25.1"
"@types/browser-sync" "^2.26.3"
"@types/node" "16.10.9"
"@types/selenium-webdriver" "^4.0.18"
Expand All @@ -352,7 +353,7 @@
"@yarnpkg/lockfile" "^1.1.0"
browser-sync "^2.27.7"
clang-format "1.8.0"
prettier "2.6.2"
prettier "2.7.1"
protractor "^7.0.0"
selenium-webdriver "4.2.0"
send "^0.18.0"
Expand Down Expand Up @@ -3092,7 +3093,34 @@
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.45.5"

"@microsoft/[email protected]", "@microsoft/api-extractor@^7.24.2":
"@microsoft/[email protected]":
version "7.18.1"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.18.1.tgz#8c8e699ff5ce0e352add5b6df67186af6ac5733c"
integrity sha512-aF9b9KU4+LCcXRbpwa+c/jOMZDsbomkehbjVNRMfCcRueeZ5KyBiERxWwc/Vk1mBFmDqkvYjK7RUxWYT2BsLAw==
dependencies:
"@microsoft/tsdoc" "0.14.1"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.45.6"

"@microsoft/[email protected]":
version "7.25.1"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.25.1.tgz#06132e4ec0965c18cf34bb2ad8ffe0a351e57cef"
integrity sha512-/RE3G1oGD5d1QNhXdapVsFfgYIadLrhl9jjYIheADC54Jetwdb/Oc3rZpZiyoeYLBPl0JVWUplc94QdfvhvmaA==
dependencies:
"@microsoft/api-extractor-model" "7.18.1"
"@microsoft/tsdoc" "0.14.1"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.45.6"
"@rushstack/rig-package" "0.3.12"
"@rushstack/ts-command-line" "4.11.1"
colors "~1.2.1"
lodash "~4.17.15"
resolve "~1.17.0"
semver "~7.3.0"
source-map "~0.6.1"
typescript "~4.6.3"

"@microsoft/api-extractor@^7.24.2":
version "7.25.0"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.25.0.tgz#a06bfe24abc7e4a82c586953b26debe94e852cd4"
integrity sha512-GS1XOY2RgLthUkfcTR4CLPvCIvpFYj+2MfJMZ3J4NX8H64BWSHGaDUvVV6QvjKNpt/RHdLyyJZ+j7dQveBAZnA==
Expand Down Expand Up @@ -3130,10 +3158,10 @@
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-14.0.1.tgz#005a4bbf08bc1cf94ab41aa3503024c583ad99df"
integrity sha512-BR+RoOK8/20mRx86D6cYGjc0+/qsGvIpLHknRd9WfxB7ppfbWV8QTN9vnk3lRs13n2umRJ+8VvC8UMmd8B+m9A==

"@ngtools/[email protected].0":
version "14.1.0-next.0"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-14.1.0-next.0.tgz#68a72c16480c5a3ec2fd8e9e111e75186bfab5f5"
integrity sha512-nRW3aGj1CirHJ/D+DIvuLzJSIl97WxBh9+kTIDObOLTKz/G8ZPpjD0lr6RPXuYzvoYfMvpGPtRwuPlK082aJlw==
"@ngtools/[email protected].1":
version "14.1.0-next.1"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-14.1.0-next.1.tgz#aeb89ca748e3b9f0d9db4be3a8d0233697ad291b"
integrity sha512-MXgzBn4LudIIdffY4X/pAhAAL5wvGRa36ToeYb4Pmfr0GROD2KvtWk6zNGmE1YuP1p9DHXh6ufoJxtHqTGgFVQ==

"@nodelib/[email protected]":
version "2.1.5"
Expand Down Expand Up @@ -3453,6 +3481,21 @@
timsort "~0.3.0"
z-schema "~5.0.2"

"@rushstack/[email protected]":
version "3.45.6"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.45.6.tgz#a69fab7022132d80a6d1ab78e26ace6ea5d4285d"
integrity sha512-RKGjkakEPcc5em1Dej6ql8OQobofp1IPKUDU2angme5XH7BFJzL5CAuU4zxIXaS8IT5HUV3WXd/GIkPAnrKNyw==
dependencies:
"@types/node" "12.20.24"
colors "~1.2.1"
fs-extra "~7.0.1"
import-lazy "~4.0.0"
jju "~1.4.0"
resolve "~1.17.0"
semver "~7.3.0"
timsort "~0.3.0"
z-schema "~5.0.2"

"@rushstack/[email protected]":
version "0.3.11"
resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.3.11.tgz#92a05929822610e8b42f2ad330d9ea20afae5165"
Expand All @@ -3461,6 +3504,14 @@
resolve "~1.17.0"
strip-json-comments "~3.1.1"

"@rushstack/[email protected]":
version "0.3.12"
resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.3.12.tgz#6bf2d45374ba665902bf31ec0c6e5dad55ba1b73"
integrity sha512-ZzxuBWG0wbOtI+9IHYvOsr3QN52GtxTWpcaHMsQ/PC9us2ve/k0xK0XOMu+CtStyHSnBG2nDdnF9vFv9HMYOZg==
dependencies:
resolve "~1.17.0"
strip-json-comments "~3.1.1"

"@rushstack/[email protected]":
version "4.11.0"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.11.0.tgz#4cd3b9f59b41aed600042936260fdaa55ca0184d"
Expand All @@ -3471,6 +3522,16 @@
colors "~1.2.1"
string-argv "~0.3.1"

"@rushstack/[email protected]":
version "4.11.1"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.11.1.tgz#10b80960ddaed685445289807c75743e4ef0b5e9"
integrity sha512-Xo8LaQOXlNSfp+qIuIPb1tfX7b4H21ksqiMo/HbeZI5AX1klHMqKjWcEs0AqgE9huvQj6cvnCla8Eq/GDcwMIg==
dependencies:
"@types/argparse" "1.0.38"
argparse "~1.0.9"
colors "~1.2.1"
string-argv "~0.3.1"

"@schematics/[email protected]", "@schematics/angular@^14.0.1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-14.0.1.tgz#fad1b0b44022c1044252bfa41b2b74e942f39d87"
Expand Down Expand Up @@ -4273,7 +4334,7 @@ a-sync-waterfall@^1.0.0:
resolved "https://registry.yarnpkg.com/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz#75b6b6aa72598b497a125e7a2770f14f4c8a1fa7"
integrity sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==

abab@^2.0.5:
abab@^2.0.5, abab@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==
Expand Down Expand Up @@ -13221,10 +13282,10 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

prettier@2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
prettier@2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==

pretty-bytes@^5.3.0:
version "5.6.0"
Expand Down Expand Up @@ -14770,6 +14831,15 @@ [email protected]:
iconv-lite "^0.6.3"
source-map-js "^1.0.1"

[email protected]:
version "4.0.0"
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-4.0.0.tgz#bdc6b118bc6c87ee4d8d851f2d4efcc5abdb2ef5"
integrity sha512-i3KVgM3+QPAHNbGavK+VBq03YoJl24m9JWNbLgsjTj8aJzXG9M61bantBTNBt7CNwY2FYf+RJRYJ3pzalKjIrw==
dependencies:
abab "^2.0.6"
iconv-lite "^0.6.3"
source-map-js "^1.0.2"

source-map-resolve@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.6.0.tgz#3d9df87e236b53f16d01e58150fc7711138e5ed2"
Expand Down

0 comments on commit ae3b4d6

Please sign in to comment.