Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1762: build(deps-dev): bump typedoc from 0.26.7 to 0.26.10 r=flevi29 a=dependabot[bot] Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.7 to 0.26.10. <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.10</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed missing space on page headers, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2748">#2748</a>.</li> </ul> <h2>v0.26.9</h2> <h3>Features</h3> <ul> <li>Added <code>headings</code> option to control optional headings, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2729">#2729</a>.</li> <li>Updated Chinese translations, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2739">#2739</a>.</li> <li>Added a folder icon to page navigation elements which are not links, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2741">#2741</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><code>externalSymbolLinkMappings</code> now uses the TypeScript reported link target if available, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2725">#2725</a>.</li> <li>TypeDoc will no longer omit the modules page if a project contains only modules/documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2730">#2730</a>.</li> <li>Fixed missing breadcrumbs on project page, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2728">#2728</a>.</li> <li>TypeDoc will no longer render an empty readme page if no readme was found.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/lriggle-strib"><code>`@lriggle-strib</code></a></li>` <li><a href="https://github.com/mrfigg"><code>`@mrfigg</code></a></li>` <li><a href="https://github.com/XeroAlpha"><code>`@XeroAlpha</code></a></li>` </ul> <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.10 (2024-10-16)</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed missing space on page headers, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2748">#2748</a>.</li> </ul> <h2>v0.26.9 (2024-10-11)</h2> <h3>Features</h3> <ul> <li>Added <code>headings</code> option to control optional headings, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2729">#2729</a>.</li> <li>Updated Chinese translations, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2739">#2739</a>.</li> <li>Added a folder icon to page navigation elements which are not links, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2741">#2741</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><code>externalSymbolLinkMappings</code> now uses the TypeScript reported link target if available, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2725">#2725</a>.</li> <li>TypeDoc will no longer omit the modules page if a project contains only modules/documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2730">#2730</a>.</li> <li>Fixed missing breadcrumbs on project page, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2728">#2728</a>.</li> <li>TypeDoc will no longer render an empty readme page if no readme was found.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/lriggle-strib"><code>`@lriggle-strib</code></a></li>` <li><a href="https://github.com/mrfigg"><code>`@mrfigg</code></a></li>` <li><a href="https://github.com/XeroAlpha"><code>`@XeroAlpha</code></a></li>` </ul> <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/2c73a2824435e1cf51b6a99ad873b25784e7eeb6"><code>2c73a28</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/94759c37c2ab73894fbbd9313235f5b4c403e734"><code>94759c3</code></a> Bump version to 0.26.10</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/3e2a9a4ea521f654e7bc5f2d7b23bf59f8e40590"><code>3e2a9a4</code></a> Fix some compiler warnings with newer target settings</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/add89490b09c95ca6b76aa1fcd9970636c4835a9"><code>add8949</code></a> Fix missing space on page headers</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/eb9c967277ba9b01a10b69424e70d09dec52e879"><code>eb9c967</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/ea1252cd89cb0f1bb62a7c60d28e645db3dd4d4a"><code>ea1252c</code></a> Bump version to 0.26.9</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/97a98f4272f513b7b163d56ba337c4b3868c1ed2"><code>97a98f4</code></a> Update changelog</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/0314b73e332751fbea650a6e3d4d781a5327e8a5"><code>0314b73</code></a> Merge pull request <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2736">#2736</a> from lriggle-strib/master</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/576de5128bf89d902b27ce95225587b5575418ce"><code>576de51</code></a> Remove undesirable css attributes from icons</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/9b17dcefd837bcab9e941d58f1f2ba466ebde62c"><code>9b17dce</code></a> Merge branch 'master' into lriggle-strib/master</li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.26.7...v0.26.10">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.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: F. Levi <[email protected]>
- Loading branch information