1
0
Fork 0

update: update dependency @microsoft/api-documenter to v7.8.34 (#175)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-08-24 09:06:13 -05:00 committed by GitHub
parent e117747d0f
commit 9d8de763cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 8 deletions

View File

@ -22,7 +22,7 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.1", "@istanbuljs/nyc-config-typescript": "1.0.1",
"@microsoft/api-documenter": "7.8.33", "@microsoft/api-documenter": "7.8.34",
"@microsoft/api-extractor": "7.9.9", "@microsoft/api-extractor": "7.9.9",
"@types/chai": "4.2.12", "@types/chai": "4.2.12",
"@types/chai-as-promised": "7.1.3", "@types/chai-as-promised": "7.1.3",

View File

@ -159,15 +159,15 @@
resolved "https://artifacts.apextoaster.com/repository/group-npm/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd" resolved "https://artifacts.apextoaster.com/repository/group-npm/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
"@microsoft/api-documenter@7.8.33": "@microsoft/api-documenter@7.8.34":
version "7.8.33" version "7.8.34"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.8.33.tgz#515c9c81dc4787992c4221424b96fccdd6e1e927" resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.8.34.tgz#06c18a2283aea11d7e4dbc3123393d7b4d567f1b"
integrity sha512-LW6I5LDz1V9dOUadaDTUtKj2UMynxTgvc4M6Cc/7UckkTDPjZeX/2MtqOpzPY++rtcvSQ0kWuAbsM9Kaez5BpA== integrity sha512-f0eIaELznP303LyDsyJMYyz8hEU+uiatpdDvWa1vhMKYoiVluRwT2jPZowIUSOaNOzcNKOR/cl09smDX/MBP9w==
dependencies: dependencies:
"@microsoft/api-extractor-model" "7.8.17" "@microsoft/api-extractor-model" "7.8.18"
"@microsoft/tsdoc" "0.12.19" "@microsoft/tsdoc" "0.12.19"
"@rushstack/node-core-library" "3.29.0" "@rushstack/node-core-library" "3.29.1"
"@rushstack/ts-command-line" "4.6.2" "@rushstack/ts-command-line" "4.6.3"
colors "~1.2.1" colors "~1.2.1"
js-yaml "~3.13.1" js-yaml "~3.13.1"
resolve "~1.17.0" resolve "~1.17.0"
@ -180,6 +180,14 @@
"@microsoft/tsdoc" "0.12.19" "@microsoft/tsdoc" "0.12.19"
"@rushstack/node-core-library" "3.29.0" "@rushstack/node-core-library" "3.29.0"
"@microsoft/api-extractor-model@7.8.18":
version "7.8.18"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor-model/-/api-extractor-model-7.8.18.tgz#15a0a53216b921a42388ab29ddee3eb33c2d9995"
integrity sha512-f/cotp4xvhhhpqAvnHd+M5xfaWIwokZfrezDcCEW4BFQMdjB7VhhXMA62Std/2E83B1YZ+/QsWoIZPaGuIcbBg==
dependencies:
"@microsoft/tsdoc" "0.12.19"
"@rushstack/node-core-library" "3.29.1"
"@microsoft/api-extractor@7.9.9": "@microsoft/api-extractor@7.9.9":
version "7.9.9" version "7.9.9"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor/-/api-extractor-7.9.9.tgz#e89da1c8cc0655c6ed8264a0ce635d5f1410ca05" resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor/-/api-extractor-7.9.9.tgz#e89da1c8cc0655c6ed8264a0ce635d5f1410ca05"
@ -231,6 +239,20 @@
timsort "~0.3.0" timsort "~0.3.0"
z-schema "~3.18.3" z-schema "~3.18.3"
"@rushstack/node-core-library@3.29.1":
version "3.29.1"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@rushstack/node-core-library/-/node-core-library-3.29.1.tgz#99d246b3e0573b78a2f9669356b29d70e3e25773"
integrity sha512-EHPZOy6/6lc9e1rfvB46sSXXsyaGMMfjBthGsRBqjmLedwUd6pFounlTtrGolugmW7DjRgs7wwvfYbsBcOW/vQ==
dependencies:
"@types/node" "10.17.13"
colors "~1.2.1"
fs-extra "~7.0.1"
import-lazy "~4.0.0"
jju "~1.4.0"
semver "~7.3.0"
timsort "~0.3.0"
z-schema "~3.18.3"
"@rushstack/ts-command-line@4.6.2": "@rushstack/ts-command-line@4.6.2":
version "4.6.2" version "4.6.2"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@rushstack/ts-command-line/-/ts-command-line-4.6.2.tgz#2981a44ac6a6911cec53be7841697f03a47292ac" resolved "https://artifacts.apextoaster.com/repository/group-npm/@rushstack/ts-command-line/-/ts-command-line-4.6.2.tgz#2981a44ac6a6911cec53be7841697f03a47292ac"
@ -241,6 +263,16 @@
colors "~1.2.1" colors "~1.2.1"
string-argv "~0.3.1" string-argv "~0.3.1"
"@rushstack/ts-command-line@4.6.3":
version "4.6.3"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@rushstack/ts-command-line/-/ts-command-line-4.6.3.tgz#0c4213a340e6e56a9a910f962e2db6f061cf81e2"
integrity sha512-mSkUDnc88kxiC9dKDVCNm1d08Ih918vSpLZGi1XHy/gYiQy4JcEW/O4MlqGAY9vNRigtm0dg4iJTiae+FTIxfA==
dependencies:
"@types/argparse" "1.0.38"
argparse "~1.0.9"
colors "~1.2.1"
string-argv "~0.3.1"
"@sinonjs/commons@^1": "@sinonjs/commons@^1":
version "1.6.0" version "1.6.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@sinonjs/commons/-/commons-1.6.0.tgz#ec7670432ae9c8eb710400d112c201a362d83393" resolved "https://artifacts.apextoaster.com/repository/group-npm/@sinonjs/commons/-/commons-1.6.0.tgz#ec7670432ae9c8eb710400d112c201a362d83393"