Skip to content

Commit

Permalink
chore(deps): update dependency @microsoft/api-documenter to v7.17.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 28, 2022
1 parent 88dad5d commit 7c1523d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/preset-typescript": "7.17.12",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.0.1",
"@microsoft/api-documenter": "7.17.19",
"@microsoft/api-documenter": "7.17.25",
"@microsoft/api-extractor": "7.25.2",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
Expand Down
48 changes: 41 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2382,15 +2382,15 @@
npmlog "^4.1.2"
write-file-atomic "^3.0.3"

"@microsoft/[email protected].19":
version "7.17.19"
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.17.19.tgz#1ddc5c1d157d257ffa3a1138f533c8bc8e5c41f9"
integrity sha512-6aUzSTmzU4dIXkAwbrpNGVxBigH1e+h49jStQ2f0uH+Z155GEFRoNmyZTZW0b/Q9sjsgSaa+EdJK0UkNwEM1Qw==
"@microsoft/[email protected].25":
version "7.17.25"
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.17.25.tgz#3ae5c750d3d1b129ef6206eb6787a3adf37f560f"
integrity sha512-NMGtIqL9B0kjySEC9PKj5b0S64OOxYJWJwHkssyhaI3P1/ZBJHbByLAfGC+QqzWt6S0Yc3YV4R2EAUqhZ6bC2Q==
dependencies:
"@microsoft/api-extractor-model" "7.18.2"
"@microsoft/api-extractor-model" "7.20.2"
"@microsoft/tsdoc" "0.14.1"
"@rushstack/node-core-library" "3.45.7"
"@rushstack/ts-command-line" "4.11.1"
"@rushstack/node-core-library" "3.48.0"
"@rushstack/ts-command-line" "4.12.1"
colors "~1.2.1"
js-yaml "~3.13.1"
resolve "~1.17.0"
Expand All @@ -2404,6 +2404,15 @@
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.45.7"

"@microsoft/[email protected]":
version "7.20.2"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.20.2.tgz#b027dec6b4e7a750552d622055802039f8a74778"
integrity sha512-xo5RbLj5fdCQ64WkQXxTpnzhkCvRvqy1x67VAcuMeVzUpXUrzcsHyW5mqfKbQVmNGWRgYfCQAKG8b9UtkGr6QQ==
dependencies:
"@microsoft/tsdoc" "0.14.1"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.48.0"

"@microsoft/[email protected]":
version "7.25.2"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.25.2.tgz#365639ad7409dcc1ccdfdd9ba35db99592a41531"
Expand Down Expand Up @@ -2700,6 +2709,21 @@
timsort "~0.3.0"
z-schema "~5.0.2"

"@rushstack/[email protected]":
version "3.48.0"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.48.0.tgz#a727427d259aff14e680f5310beea994b6618f25"
integrity sha512-vgkG5gfYGiomnv3Lx4fxFhw0ytTBiAgMAT/6gkiYYracyv6g/Id7BYN+NtTFsHwSA8hSHvK42MOqQXqx04jYoA==
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.12"
resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.3.12.tgz#6bf2d45374ba665902bf31ec0c6e5dad55ba1b73"
Expand All @@ -2718,6 +2742,16 @@
colors "~1.2.1"
string-argv "~0.3.1"

"@rushstack/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.12.1.tgz#4437ffae6459eb88791625ad9e89b2f0ba254476"
integrity sha512-S1Nev6h/kNnamhHeGdp30WgxZTA+B76SJ/P721ctP7DrnC+rrjAc6h/R80I4V0cA2QuEEcMdVOQCtK2BTjsOiQ==
dependencies:
"@types/argparse" "1.0.38"
argparse "~1.0.9"
colors "~1.2.1"
string-argv "~0.3.1"

"@sindresorhus/is@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
Expand Down

0 comments on commit 7c1523d

Please sign in to comment.