Skip to content

Commit ec2a4e0

Browse files
Bump typedoc from 0.28.7 to 0.28.13 (#893)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.7 to 0.28.13. <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.13</h2> <h3>Features</h3> <ul> <li>The <code>basePath</code> option now also affects relative link resolution, TypeDoc will also check for paths relative to the provided base path. If you instead want TypeDoc to only change the rendered base path for sources, use the <code>displayBasePath</code> option, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3009">#3009</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3007">#3007</a>.</li> <li><code>@inheritdoc</code> will now correctly overwrite <code>@remarks</code> and <code>@returns</code> blocks on the target comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3012">#3012</a>.</li> <li>The <code>externalSymbolLinkMappings</code> option now works properly on links pointing to inherited/overwritten signatures, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3014">#3014</a>.</li> </ul> <h2>v0.28.12</h2> <h3>Bug Fixes</h3> <ul> <li>Variables marked with <code>@enum</code> now work for symbols imported from another module, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3003">#3003</a>.</li> <li>Improved magic introduced with <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2999">#2999</a> to work with imported symbols, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3003">#3003</a>.</li> <li>Fixed relative link resolution to file names containing percent encoded URLs, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3006">#3006</a>.</li> <li>Linking to the project's README file with a relative link will now behave as expected, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3006">#3006</a>.</li> <li>Reduced unnecessary HTML element rendering in default theme. API: <code>Reflection.hasComment</code> and <code>Comment.hasVisibleComponent</code> now accepts an optional <code>notRenderedTags</code> parameter.</li> </ul> <h2>v0.28.11</h2> <h3>Features</h3> <ul> <li>Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2999">#2999</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed link resolution not working correctly in first comment on the file in some cases, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2994">#2994</a>.</li> <li>Optional methods are now rendered with a trailing <code>?</code> in the reflection preview and signature, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2995">#2995</a>.</li> <li>The <code>compilerOptions</code> option now functions properly with non-boolean options, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3000">#3000</a>.</li> <li>Configuration errors within the <code>compilerOptions</code> option are now handled gracefully, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3000">#3000</a>.</li> <li>Fixed improper casing of &quot;Type Declaration&quot; header, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3002">#3002</a>.</li> </ul> <h2>v0.28.10</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed inconsistent anchors on module pages for re-exports, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2990">#2990</a>.</li> <li>Markdown references which appear to be footnotes will no longer be checked for links, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2991">#2991</a>.</li> </ul> <h2>v0.28.9</h2> <h3>Features</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.28.13 (2025-09-14)</h2> <h3>Features</h3> <ul> <li>The <code>basePath</code> option now also affects relative link resolution, TypeDoc will also check for paths relative to the provided base path. If you instead want TypeDoc to only change the rendered base path for sources, use the <code>displayBasePath</code> option, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3009">#3009</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3007">#3007</a>.</li> <li><code>@inheritdoc</code> will now correctly overwrite <code>@remarks</code> and <code>@returns</code> blocks on the target comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3012">#3012</a>.</li> <li>The <code>externalSymbolLinkMappings</code> option now works properly on links pointing to inherited/overwritten signatures, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3014">#3014</a>.</li> </ul> <h2>v0.28.12 (2025-09-01)</h2> <h3>Bug Fixes</h3> <ul> <li>Variables marked with <code>@enum</code> now work for symbols imported from another module, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3003">#3003</a>.</li> <li>Improved magic introduced with <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2999">#2999</a> to work with imported symbols, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3003">#3003</a>.</li> <li>Fixed relative link resolution to file names containing percent encoded URLs, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3006">#3006</a>.</li> <li>Linking to the project's README file with a relative link will now behave as expected, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3006">#3006</a>.</li> <li>Reduced unnecessary HTML element rendering in default theme. API: <code>Reflection.hasComment</code> and <code>Comment.hasVisibleComponent</code> now accepts an optional <code>notRenderedTags</code> parameter.</li> </ul> <h2>v0.28.11 (2025-08-25)</h2> <h3>Features</h3> <ul> <li>Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2999">#2999</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed link resolution not working correctly in first comment on the file in some cases, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2994">#2994</a>.</li> <li>Optional methods are now rendered with a trailing <code>?</code> in the reflection preview and signature, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2995">#2995</a>.</li> <li>The <code>compilerOptions</code> option now functions properly with non-boolean options, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3000">#3000</a>.</li> <li>Configuration errors within the <code>compilerOptions</code> option are now handled gracefully, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3000">#3000</a>.</li> <li>Fixed improper casing of &quot;Type Declaration&quot; header, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3002">#3002</a>.</li> </ul> <h2>v0.28.10 (2025-08-10)</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed inconsistent anchors on module pages for re-exports, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2990">#2990</a>.</li> <li>Markdown references which appear to be footnotes will no longer be checked for links, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2991">#2991</a>.</li> </ul> <h2>v0.28.9 (2025-08-01)</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/724090664126797f9ada54a1bdeaf5dc3db77385"><code>7240906</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/a57c48e3aa5232f87051874a197b65177672a946"><code>a57c48e</code></a> Bump version to 0.28.13</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/33e4eb95ec2db9b5cb2bdf3416142006755e73f3"><code>33e4eb9</code></a> Fix externalSymbolLinkMappings with inherited methods</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/3b84d2db017d8fd7803e8195200af4f84d69657f"><code>3b84d2d</code></a> Use basePath option for relative links</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/12a3f3aacf434a320c8db7852c8b7826cea94538"><code>12a3f3a</code></a> Fix tests</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/8f94288e5d46a37847dfd9527966e4a64076b548"><code>8f94288</code></a> Fix <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3012">#3012</a></li> <li><a href="https://github.com/TypeStrong/typedoc/commit/df883573dcc826554a49c159d59863965f16c792"><code>df88357</code></a> Merge pull request <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3010">#3010</a> from boneskull/boneskull/packagedocumentation-link</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/e0fd143143f10538f32c63487e6bae953ac06d54"><code>e0fd143</code></a> docs(tags): fix link to packageDocumentation</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/1269e3ab6d169e89724328ada21a14ecaba89525"><code>1269e3a</code></a> Make parent links even more restrictive</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/b3a4869bcbc054a37d0fbb0bc71339325a26f2ee"><code>b3a4869</code></a> Update changelog for release</li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.28.7...v0.28.13">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.7&new-version=0.28.13)](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 443d0fd commit ec2a4e0

File tree

1 file changed

+37
-17
lines changed

1 file changed

+37
-17
lines changed

package-lock.json

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

0 commit comments

Comments
 (0)