Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump typedoc from 0.26.7 to 0.26.8 (#238)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.7 to 0.26.8. <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.26.8</h2> <h3>Features</h3> <ul> <li>Updated Chinese translations, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2706">#2706</a>.</li> <li>Exported constants no longer render the type and default value if they are the same, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2717">#2717</a>.</li> <li>The HTML output now wraps tag blocks with <code><div></code> tags and includes the tag name in a class name, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2723">#2723</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Correctly handle external link resolver link text when referencing an external symbol, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2700">#2700</a>.</li> <li>Big integer literals are now supported as default values, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2721">#2721</a>.</li> <li>Corrected handling of <code>@link</code> tags present in comments at the start of source files.</li> <li>The index will now display when a module only contains documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2722">#2722</a>.</li> <li><code>ReflectionSymbolId.pos</code> no longer references the position <em>before</em> any doc comments for a symbol. This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/Corso02"><code>@Corso02</code></a></li> <li><a href="https://github.com/lriggle-strib"><code>@lriggle-strib</code></a></li> <li><a href="https://github.com/XeroAlpha"><code>@XeroAlpha</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.26.8 (2024-10-04)</h2> <h3>Features</h3> <ul> <li>Updated Chinese translations, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2706">#2706</a>.</li> <li>Exported constants no longer render the type and default value if they are the same, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2717">#2717</a>.</li> <li>The HTML output now wraps tag blocks with <code><div></code> tags and includes the tag name in a class name, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2723">#2723</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Correctly handle external link resolver link text when referencing an external symbol, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2700">#2700</a>.</li> <li>Big integer literals are now supported as default values, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2721">#2721</a>.</li> <li>Corrected handling of <code>@link</code> tags present in comments at the start of source files.</li> <li>The index will now display when a module only contains documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2722">#2722</a>.</li> <li><code>ReflectionSymbolId.pos</code> no longer references the position <em>before</em> any doc comments for a symbol. This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/Corso02"><code>@Corso02</code></a></li> <li><a href="https://github.com/lriggle-strib"><code>@lriggle-strib</code></a></li> <li><a href="https://github.com/XeroAlpha"><code>@XeroAlpha</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/59ec968d977eb799250928cad804ffc4723c6232"><code>59ec968</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/a65766df69eee4cc0608b657aed188d0b34ed9c0"><code>a65766d</code></a> Bump version to 0.26.8</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/77cf91777b2b900118cba2a0f91d10296e3e411d"><code>77cf917</code></a> Fix missing index with only document children</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/d349280c5b6fe84866c2011789e8e53cc1c74115"><code>d349280</code></a> ReflectionSymbolId.pos uses getStart for position</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/40d1cecb30b7144a94512354151c84b887b3ead0"><code>40d1cec</code></a> Merge pull request <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2724">#2724</a> from lriggle-strib/master</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/2445045b61c0fe544da4ad9527b5f3b826d9f770"><code>2445045</code></a> Add div wrapper around tags in comment partial.</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/81fec383b57a0a727ec746e3d0270d0248223ee3"><code>81fec38</code></a> Update changelog for fixing <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2717">#2717</a></li> <li><a href="https://github.com/TypeStrong/typedoc/commit/bdd610cbf638f332849960eb502ef133b222c0bf"><code>bdd610c</code></a> Add handling for bigint literals in default values</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/1dbfe3ad5eebe97b0a67f2fa76b782e0f7a0553f"><code>1dbfe3a</code></a> Merge pull request <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2721">#2721</a> from Corso02/master</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/b9f56e0eeec74a8464905693fa35c1e36cb135e6"><code>b9f56e0</code></a> simplified checking if type should be rendered</li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.26.7...v0.26.8">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.7&new-version=0.26.8)](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>
- Loading branch information