Skip to content

Commit c21c412

Browse files
build(deps-dev): bump typedoc from 0.26.11 to 0.28.17 (#350)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.11 to 0.27.9. <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.27.9</h2> <p>This will be the last v0.27.x release, see <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2868">#2868</a> for discussion on the 0.28 beta.</p> <h3>Features</h3> <ul> <li>Added support for TypeScript 5.8</li> </ul> <h2>v0.27.8</h2> <h3>Features</h3> <ul> <li>The <code>visibilityFilter</code> option now supports individual signatures, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2846">#2846</a>.</li> <li>The <code>favicon</code> option may now be given a link starting with <code>https?://</code> instead of a path, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2851">#2851</a>.</li> <li>TypeDoc now supports specifying <code>#</code> as the link in <code>externalSymbolLinkMappings</code> to indicate the type should not be linked to, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2853">#2853</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed an issue where unrecognized languages would incorrectly be listed in the list of languages with translations, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2852">#2852</a>.</li> <li>Unresolved external type references will no longer incorrectly linked to <code>undefined</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2854">#2854</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/pjeby"><code>@​pjeby</code></a></li> <li><a href="https://github.com/XeroAlpha"><code>@​XeroAlpha</code></a></li> </ul> <h2>v0.27.7</h2> <h3>Features</h3> <ul> <li><code>@includecode</code> and <code>@inline</code> can now inject parts of files using region names or line numbers, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2816">#2816</a>.</li> <li>Introduced <code>ja</code> translation options, deprecated <code>jp</code> in favor of <code>ja</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2843">#2843</a>.</li> <li>Improved TypeDoc's <code>--watch</code> option to support watching files not caught by TypeScript's watch mode, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2675">#2675</a>.</li> <li>The <code>@inline</code> tag now works in more places for generic types.</li> <li>Visibility filters now consider individual signatures, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2846">#2846</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed an issue where TypeDoc would incorrectly ignore type arguments in references, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2823">#2823</a>.</li> <li>Improved narrator support for labeling icons, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2832">#2832</a>.</li> <li>Fixed an issue with <code>@Class</code> incorrectly handling mapped types, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2842">#2842</a>.</li> <li>TypeDoc will now consider symbols to be external only if all of their declarations are external so that declaration merged members with global symbols can be documented, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2844">#2844</a>.</li> <li>Fixed an issue where TypeDoc would constantly rebuild, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2844">#2844</a>.</li> <li>Fixed an issue where the dropdown arrow in the index group would not respect the state of the dropdown, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2845">#2845</a>.</li> </ul> <h3>Thanks!</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.27.9 (2025-02-25)</h2> <p>This will be the last v0.27.x release, see <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2868">#2868</a> for discussion on the 0.28 beta.</p> <h3>Features</h3> <ul> <li>Added support for TypeScript 5.8</li> </ul> <h2>v0.27.8 (2025-02-21)</h2> <h3>Features</h3> <ul> <li>The <code>visibilityFilter</code> option now supports individual signatures, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2846">#2846</a>.</li> <li>The <code>favicon</code> option may now be given a link starting with <code>https?://</code> instead of a path, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2851">#2851</a>.</li> <li>TypeDoc now supports specifying <code>#</code> as the link in <code>externalSymbolLinkMappings</code> to indicate the type should not be linked to, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2853">#2853</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed an issue where unrecognized languages would incorrectly be listed in the list of languages with translations, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2852">#2852</a>.</li> <li>Unresolved external type references will no longer incorrectly linked to <code>undefined</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2854">#2854</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/pjeby"><code>@​pjeby</code></a></li> <li><a href="https://github.com/XeroAlpha"><code>@​XeroAlpha</code></a></li> </ul> <h2>v0.27.7 (2025-02-09)</h2> <h3>Features</h3> <ul> <li><code>@includecode</code> and <code>@inline</code> can now inject parts of files using region names or line numbers, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2816">#2816</a>.</li> <li>Introduced <code>ja</code> translation options, deprecated <code>jp</code> in favor of <code>ja</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2843">#2843</a>.</li> <li>Improved TypeDoc's <code>--watch</code> option to support watching files not caught by TypeScript's watch mode, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2675">#2675</a>.</li> <li>The <code>@inline</code> tag now works in more places for generic types.</li> <li>Visibility filters now consider individual signatures, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2846">#2846</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed an issue where TypeDoc would incorrectly ignore type arguments in references, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2823">#2823</a>.</li> <li>Improved narrator support for labeling icons, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2832">#2832</a>.</li> <li>Fixed an issue with <code>@Class</code> incorrectly handling mapped types, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2842">#2842</a>.</li> <li>TypeDoc will now consider symbols to be external only if all of their declarations are external so that declaration merged members with global symbols can be documented, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2844">#2844</a>.</li> <li>Fixed an issue where TypeDoc would constantly rebuild, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2844">#2844</a>.</li> <li>Fixed an issue where the dropdown arrow in the index group would not respect the state of the dropdown, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2845">#2845</a>.</li> </ul> <h3>Thanks!</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/2953b0148253589448176881a7acb46090f941bd"><code>2953b01</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/986f645d12f844fe39e211fd6e14e004181b1f87"><code>986f645</code></a> Bump version to 0.27.9</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/cacec584c9eda1fd3ff16af12b0ff90ac192c5cb"><code>cacec58</code></a> Add support for TypeScript 5.8</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/7275342150a804cd6d4b179759d66b925ca229b3"><code>7275342</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/758d3fa98acc60a68a97c14c110865dbf7317b5b"><code>758d3fa</code></a> Release v0.27.8</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/2ebe0848a0431968ed76c5ef7f9e9f3cad41eb8c"><code>2ebe084</code></a> Fix lint</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/add1cc77cb88656e550a3cb4d8a45b875f67c37d"><code>add1cc7</code></a> Update changelog</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/e61de01432f8dead5e10cb7f66e505a1254fbb01"><code>e61de01</code></a> Support <code>#</code> as an external type URL</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/61149b043897f03a0111e9db40c878c7d0026725"><code>61149b0</code></a> Implement intentionallyNotDocumented option</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/927f06d96c1259c1e283854320408ba3fa8a69db"><code>927f06d</code></a> Fix <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2860">#2860</a></li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.26.11...v0.27.9">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.26.11&new-version=0.27.9)](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> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk dev-only dependency bump; main impact is potential documentation generation/CI differences if `typedoc` output or defaults changed. > > **Overview** > **Updates the documentation tooling version.** Bumps the `typedoc` devDependency in `package.json` from `^0.26.5` to `^0.28.17`, affecting the `npm run doc` TypeDoc generation pipeline but not runtime code. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c27ef03. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f7c979 commit c21c412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"rollup-plugin-esbuild": "^6.1.1",
8080
"ts-jest": "^29.2.2",
8181
"tslib": "^2.8.1",
82-
"typedoc": "^0.26.5",
82+
"typedoc": "^0.28.17",
8383
"typescript": "^5.5.4",
8484
"typescript-eslint": "^8.0.0",
8585
"parse5": "7.2.1"

0 commit comments

Comments
 (0)