Skip to content

Commit 49d5311

Browse files
chore(deps-dev): bump typedoc from 0.28.16 to 0.28.17 (#1022)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.16 to 0.28.17. <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.17</h2> <h3>Bug Fixes</h3> <ul> <li>Improved handling of comments for type aliases which have been declaration merged with functions, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3064">#3064</a>.</li> <li>Fixed anchor link generation to members named <code>$</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3065">#3065</a>.</li> <li>Corrected typing of the <code>plugin</code> option to permit functions, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3066">#3066</a>.</li> <li>Warnings about unused <code>@param</code> tags will now be properly suppressed when they come from declaration files and the suppressCommentWarningsInDeclarationFiles option is enabled, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3070">#3070</a>.</li> <li>Fixed conversion of types referencing type parameters on functions, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3071">#3071</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/pjeby"><code>@​pjeby</code></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.17 (2026-02-13)</h2> <h3>Bug Fixes</h3> <ul> <li>Improved handling of comments for type aliases which have been declaration merged with functions, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3064">#3064</a>.</li> <li>Fixed anchor link generation to members named <code>$</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3065">#3065</a>.</li> <li>Corrected typing of the <code>plugin</code> option to permit functions, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3066">#3066</a>.</li> <li>Warnings about unused <code>@param</code> tags will now be properly suppressed when they come from declaration files and the suppressCommentWarningsInDeclarationFiles option is enabled, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3070">#3070</a>.</li> <li>Fixed conversion of types referencing type parameters on functions, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3071">#3071</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/pjeby"><code>@​pjeby</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/882cfb95ad97af81d98d10b4850967819d898477"><code>882cfb9</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/89dda48e93879da0e4ddaf13d7a2a43c922389a7"><code>89dda48</code></a> Bump version to 0.28.17</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/5ac59d8989f9c5cef69f3acc7f221e630dbc64c2"><code>5ac59d8</code></a> Slightly improve docs for plugin creation</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/6f5938947bc30580141fd4087da882dc929ff465"><code>6f59389</code></a> Update example dependencies</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/977c604e78577f1aea8bd44ee4fb9b436737487f"><code>977c604</code></a> Fix <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3070">#3070</a></li> <li><a href="https://github.com/TypeStrong/typedoc/commit/6aba264042da6ac3e70b497a9d7871b3fdb7ec88"><code>6aba264</code></a> Fix OIDC published plugins author links on site</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/9574e72d178596de0bd526764000e2d80d049a57"><code>9574e72</code></a> Fix substitution types</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/2e1967b0a16b05818d06e9771ec99ac8786ffb10"><code>2e1967b</code></a> Even more docs</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/56274747a6a140e4878f700c8cca3033275617da"><code>5627474</code></a> Fix formatting</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/f97ec69527ba66a11f5c7012bdb76dfa064b9d54"><code>f97ec69</code></a> Improve docs for declaration references</li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.28.16...v0.28.17">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.16&new-version=0.28.17)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fcd2f7 commit 49d5311

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package-lock.json

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

0 commit comments

Comments
 (0)