Skip to content

Commit

Permalink
build(deps-dev): bump @microsoft/api-documenter in /packages
Browse files Browse the repository at this point in the history
Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter) from 7.26.7 to 7.26.10.
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-documenter_v7.26.10/apps/api-documenter)

---
updated-dependencies:
- dependency-name: "@microsoft/api-documenter"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 75d6fe4 commit 328d813
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/harper.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "vitest run --browser chromium"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.26.5",
"@microsoft/api-documenter": "^7.26.10",
"@microsoft/api-extractor": "^7.49.1",
"@vitest/browser": "^3.0.5",
"playwright": "^1.49.1",
Expand Down
32 changes: 25 additions & 7 deletions packages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1694,16 +1694,16 @@
resolved "https://registry.yarnpkg.com/@lukeed/csprng/-/csprng-1.1.0.tgz#1e3e4bd05c1cc7a0b2ddbd8a03f39f6e4b5e6cfe"
integrity sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==

"@microsoft/api-documenter@^7.26.5":
version "7.26.7"
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.26.7.tgz#695bf9bc0816bea6278d7de9f020a34a83dbc075"
integrity sha512-VruYlHYAhQfuBNyndvyD9GBmCRWSOZ8D9+eXicygycNPMC/SPM71WWu2OwP98CTBvq/OhG/uRvUGGdL4QvgiFQ==
"@microsoft/api-documenter@^7.26.10":
version "7.26.10"
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.26.10.tgz#7b7882b6ad9319a902466d9cabb7704e59bb9b37"
integrity sha512-jDCcXBKus24L0uCgrcgzqYpph5xvdfYXlKdkggHJ0UkA9eHil03KJxQTgVQo4oxz0sb9Tw3YbCeKCGgZ7pKw+A==
dependencies:
"@microsoft/api-extractor-model" "7.30.3"
"@microsoft/tsdoc" "~0.15.1"
"@rushstack/node-core-library" "5.11.0"
"@rushstack/terminal" "0.14.6"
"@rushstack/ts-command-line" "4.23.4"
"@rushstack/terminal" "0.15.0"
"@rushstack/ts-command-line" "4.23.5"
js-yaml "~3.13.1"
resolve "~1.22.1"

Expand Down Expand Up @@ -2051,6 +2051,14 @@
"@rushstack/node-core-library" "5.11.0"
supports-color "~8.1.1"

"@rushstack/[email protected]":
version "0.15.0"
resolved "https://registry.yarnpkg.com/@rushstack/terminal/-/terminal-0.15.0.tgz#9599c6684ed2adc9e74b767a2d45159975bcddb8"
integrity sha512-vXQPRQ+vJJn4GVqxkwRe+UGgzNxdV8xuJZY2zem46Y0p3tlahucH9/hPmLGj2i9dQnUBFiRnoM9/KW7PYw8F4Q==
dependencies:
"@rushstack/node-core-library" "5.11.0"
supports-color "~8.1.1"

"@rushstack/[email protected]":
version "4.23.4"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.23.4.tgz#f04c04f039621c47e25793d551e67300cd0dfcba"
Expand All @@ -2061,6 +2069,16 @@
argparse "~1.0.9"
string-argv "~0.3.1"

"@rushstack/[email protected]":
version "4.23.5"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.23.5.tgz#523e0db8906d831a730f15acc15fbcf7906c650a"
integrity sha512-jg70HfoK44KfSP3MTiL5rxsZH7X1ktX3cZs9Sl8eDu1/LxJSbPsh0MOFRC710lIuYYSgxWjI5AjbCBAl7u3RxA==
dependencies:
"@rushstack/terminal" "0.15.0"
"@types/argparse" "1.0.38"
argparse "~1.0.9"
string-argv "~0.3.1"

"@shikijs/[email protected]":
version "1.29.2"
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.29.2.tgz#9c051d3ac99dd06ae46bd96536380c916e552bf3"
Expand Down Expand Up @@ -5037,7 +5055,7 @@ gzip-size@^6.0.0:
duplexer "^0.1.2"

"harper.js@link:harper.js":
version "0.21.1"
version "0.22.0"

has-bigints@^1.0.2:
version "1.1.0"
Expand Down

0 comments on commit 328d813

Please sign in to comment.