Skip to content

Commit 9f6559a

Browse files
chore(deps-dev): bump typedoc from 0.28.13 to 0.28.15 (#954)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.13 to 0.28.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TypeStrong/TypeDoc/releases">typedoc's releases</a>.</em></p> <blockquote> <h2>v0.28.15</h2> <h3>Features</h3> <ul> <li>The <code>gitRevision</code> option now accepts the special value <code>{branch}</code>, which indicates source links should use the current git branch for links, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3041">#3041</a>.</li> <li>Introduced <code>validation.invalidPath</code> for suppressing warnings caused by referencing relative paths which do not exist when building the documentation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3033">#3033</a>.</li> <li>API: Introduced <code>Logger.validationWarning</code> for validation which occurs during conversion rather than during TypeDoc's normal validation step, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3033">#3033</a>.</li> </ul> <h2>v0.28.14</h2> <h3>Features</h3> <ul> <li>Introduced the <code>preservedTypeAnnotationTags</code> option to specify tags whose type annotations should be copied to the output documentation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3020">#3020</a>. API: Introduced <code>typeAnnotation</code> on <code>CommentTag</code></li> <li>Added <code>excludePrivateClassFields</code> option to hide <code>#private</code> members while allowing <code>private</code> members, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3017">#3017</a>.</li> <li>Added support for TypeScript's <code>@this</code> tag for JS files which describe <code>this</code> parameters, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3026">#3026</a>.</li> </ul> <h2>Bug Fixes</h2> <ul> <li>Fixed conversion of auto-accessor types on properties with the <code>accessor</code> keyword, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3019">#3019</a>.</li> <li>Improved handling of HTML tags within headers for anchor generation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3023">#3023</a>.</li> <li>Improved support for detecting destructured parameters and renaming them to the name used in the doc comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3026">#3026</a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md">typedoc's changelog</a>.</em></p> <blockquote> <h2>v0.28.15 (2025-11-29)</h2> <h3>Features</h3> <ul> <li>The <code>gitRevision</code> option now accepts the special value <code>{branch}</code>, which indicates source links should use the current git branch for links, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3041">#3041</a>.</li> <li>Introduced <code>validation.invalidPath</code> for suppressing warnings caused by referencing relative paths which do not exist when building the documentation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3033">#3033</a>.</li> <li>API: Introduced <code>Logger.validationWarning</code> for validation which occurs during conversion rather than during TypeDoc's normal validation step, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3033">#3033</a>.</li> </ul> <h2>v0.28.14 (2025-10-11)</h2> <h3>Features</h3> <ul> <li>Introduced the <code>preservedTypeAnnotationTags</code> option to specify tags whose type annotations should be copied to the output documentation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3020">#3020</a>. API: Introduced <code>typeAnnotation</code> on <code>CommentTag</code></li> <li>Added <code>excludePrivateClassFields</code> option to hide <code>#private</code> members while allowing <code>private</code> members, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3017">#3017</a>.</li> <li>Added support for TypeScript's <code>@this</code> tag for JS files which describe <code>this</code> parameters, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3026">#3026</a>.</li> <li>API: Re-introduced <code>relevanceBoost</code> on <code>DeclarationReflection</code> for plugin use, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3036">#3036</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed conversion of auto-accessor types on properties with the <code>accessor</code> keyword, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3019">#3019</a>.</li> <li>Improved handling of HTML tags within headers for anchor generation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3023">#3023</a>.</li> <li>Improved support for detecting destructured parameters and renaming them to the name used in the doc comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3026">#3026</a>.</li> <li>Constructor type parameters will now inherit their class's type parameter descriptions if not otherwise specified, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3031">#3031</a>.</li> <li>Fixed compatibility with <code>@microsoft/tsdoc-config</code> version 0.18.0, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3035">#3035</a>.</li> <li>Custom theme icons will now be used in the &quot;On This Page&quot; sidebar, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3039">#3039</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/iclanton"><code>@​iclanton</code></a></li> <li><a href="https://github.com/jonchardy"><code>@​jonchardy</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/6c9220e919356911d0cba4dc4c5a683fe2a8cd36"><code>6c9220e</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/081712a8eaef6ae61e57d13a148e41a559a27446"><code>081712a</code></a> Bump version to 0.28.15</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/8944d63786e435587749805172f27a2569f7a2a9"><code>8944d63</code></a> Update dprint plugins</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/b0dcca6a69f0ecef5bc247f9261b6b45c7a97d8b"><code>b0dcca6</code></a> Update dependencies</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/81fbdf314da279218644996ad2e6f19e78446acc"><code>81fbdf3</code></a> Add <code>{branch}</code> option to gitRevision</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/fd3344faaa5719ffd948b59106aeaaafc9709d94"><code>fd3344f</code></a> Add validation.invalidPath</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/88cd991857b8e87448b87e2b1951f1abc6ccae7e"><code>88cd991</code></a> Thank contributors</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/114b1903ee1bd8a7c83a04238be2f262568b1621"><code>114b190</code></a> Copy type param descriptions to constructors</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/3e70b65e1b18e89da9712e33e471352b94991a0d"><code>3e70b65</code></a> Merge pull request <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3035">#3035</a> from iclanton/remove-jsx</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/990614519d93cf7d3063e16f8eeff3df65417610"><code>9906145</code></a> Update site/tags/typescript.md</li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.28.13...v0.28.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typedoc&package-manager=npm_and_yarn&previous-version=0.28.13&new-version=0.28.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0091abb commit 9f6559a

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

package-lock.json

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

0 commit comments

Comments
 (0)