Skip to content

Commit e5e3254

Browse files
chore(deps): bump @microsoft/api-documenter from 7.26.7 to 7.26.26 (#8987)
* chore(deps): bump @microsoft/api-documenter from 7.26.7 to 7.26.26 Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter) from 7.26.7 to 7.26.26. - [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.26/apps/api-documenter) --- updated-dependencies: - dependency-name: "@microsoft/api-documenter" dependency-version: 7.26.26 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix(deps): Update patch for api-documenter The patch was failing to apply because the contents of the file had moved too much. Fixed by manually applying changes to the file in question then running node_modules/.bin/patch-package @microsoft/api-documenter to recreate the patch, then diffing old patch vs. new to verify that contents of patch were unchanged except for chunk positions, then deleting old patch. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christopher Allen <cpcallen+git@google.com>
1 parent e21d37d commit e5e3254

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patches/@microsoft+api-documenter+7.22.4.patch renamed to patches/@microsoft+api-documenter+7.26.26.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/node_modules/@microsoft/api-documenter/lib/documenters/MarkdownDocumenter.js b/node_modules/@microsoft/api-documenter/lib/documenters/MarkdownDocumenter.js
2-
index 5284d10..f2f9d14 100644
2+
index 0f4e2ba..3af2014 100644
33
--- a/node_modules/@microsoft/api-documenter/lib/documenters/MarkdownDocumenter.js
44
+++ b/node_modules/@microsoft/api-documenter/lib/documenters/MarkdownDocumenter.js
5-
@@ -877,12 +877,15 @@ class MarkdownDocumenter {
5+
@@ -893,12 +893,15 @@ class MarkdownDocumenter {
66
}
77
_writeBreadcrumb(output, apiItem) {
88
const configuration = this._tsdocConfiguration;
@@ -24,7 +24,7 @@ index 5284d10..f2f9d14 100644
2424
for (const hierarchyItem of apiItem.getHierarchy()) {
2525
switch (hierarchyItem.kind) {
2626
case api_extractor_model_1.ApiItemKind.Model:
27-
@@ -892,18 +895,24 @@ class MarkdownDocumenter {
27+
@@ -908,18 +911,24 @@ class MarkdownDocumenter {
2828
// this may change in the future.
2929
break;
3030
default:
@@ -55,7 +55,7 @@ index 5284d10..f2f9d14 100644
5555
}
5656
}
5757
}
58-
@@ -968,11 +977,8 @@ class MarkdownDocumenter {
58+
@@ -992,11 +1001,8 @@ class MarkdownDocumenter {
5959
// For overloaded methods, add a suffix such as "MyClass.myMethod_2".
6060
let qualifiedName = Utilities_1.Utilities.getSafeFilenameForName(hierarchyItem.displayName);
6161
if (api_extractor_model_1.ApiParameterListMixin.isBaseClassOf(hierarchyItem)) {
@@ -69,7 +69,7 @@ index 5284d10..f2f9d14 100644
6969
}
7070
switch (hierarchyItem.kind) {
7171
case api_extractor_model_1.ApiItemKind.Model:
72-
@@ -983,7 +989,8 @@ class MarkdownDocumenter {
72+
@@ -1007,7 +1013,8 @@ class MarkdownDocumenter {
7373
baseName = Utilities_1.Utilities.getSafeFilenameForName(node_core_library_1.PackageName.getUnscopedName(hierarchyItem.displayName));
7474
break;
7575
default:

0 commit comments

Comments
 (0)