Commit 8b541de
authored
build(deps-dev): bump typedoc from 0.25.13 to 0.26.5 (#302)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.13 to
0.26.5.
<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.5</h2>
<h3>Features</h3>
<ul>
<li>TypeDoc now exposes array option defaults under
<code>OptionDefaults</code>, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2640">#2640</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Constructor parameters which share a name with a property on a
parent class will no longer inherit the comment on the parent class, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2636">#2636</a>.</li>
<li>Packages mode will now attempt to use the comment declared in the
comment class for inherited members, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2622">#2622</a>.</li>
<li>TypeDoc no longer crashes when <code>@document</code> includes an
empty file, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2638">#2638</a>.</li>
<li>API: Event listeners added later with the same priority will be
called later, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2643">#2643</a>.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a
href="https://github.com/bladerunner2020"><code>@bladerunner2020</code></a></li>
</ul>
<h2>v0.26.4</h2>
<h3>Bug Fixes</h3>
<ul>
<li>The page navigation sidebar no longer incorrectly includes
re-exports if the same member is exported with multiple names <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2625">#2625</a>.</li>
<li>Page navigation now ensures the current page is visible when the
page is first loaded, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2626">#2626</a>.</li>
<li>If a relative linked image is referenced multiple times, TypeDoc
will no longer sometimes produce invalid links to the image <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2627">#2627</a>.</li>
<li><code>@link</code> tags will now be validated in referenced markdown
documents, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li>
<li><code>@link</code> tags are now resolved in project documents, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li>
<li>HTML/JSON output generated by TypeDoc now contains a trailing
newline, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2632">#2632</a>.</li>
<li>TypeDoc now correctly handles markdown documents with CRLF line
endings, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2628">#2628</a>.</li>
<li><code>@hidden</code> is now properly applied when placed in a
function implementation comment, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2634">#2634</a>.</li>
<li>Comments on re-exports are now rendered.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/bukowa"><code>@bukowa</code></a></li>
<li><a
href="https://github.com/garrett-hopper"><code>@garrett-hopper</code></a></li>
</ul>
<h2>v0.26.3</h2>
<h3>Features</h3>
<ul>
<li>"On This Page" navigation now includes the page groups in
collapsible sections, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2616">#2616</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><code>mailto:</code> links are no longer incorrectly recognized as
relative paths, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2613">#2613</a>.</li>
<li>Added <code>@SInCE</code> to the default list of recognized tags, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2614">#2614</a>.</li>
<li>Relative paths to directories will no longer cause the directory to
be copied into the media directory, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2617">#2617</a>.</li>
</ul>
<h2>v0.26.2</h2>
<!-- 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.26.5 (2024-07-21)</h2>
<h3>Features</h3>
<ul>
<li>TypeDoc now exposes array option defaults under
<code>OptionDefaults</code>, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2640">#2640</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Constructor parameters which share a name with a property on a
parent class will no longer inherit the comment on the parent class, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2636">#2636</a>.</li>
<li>Packages mode will now attempt to use the comment declared in the
comment class for inherited members, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2622">#2622</a>.</li>
<li>TypeDoc no longer crashes when <code>@document</code> includes an
empty file, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2638">#2638</a>.</li>
<li>API: Event listeners added later with the same priority will be
called later, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2643">#2643</a>.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a
href="https://github.com/bladerunner2020"><code>@bladerunner2020</code></a></li>
</ul>
<h2>v0.26.4 (2024-07-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>The page navigation sidebar no longer incorrectly includes
re-exports if the same member is exported with multiple names <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2625">#2625</a>.</li>
<li>Page navigation now ensures the current page is visible when the
page is first loaded, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2626">#2626</a>.</li>
<li>If a relative linked image is referenced multiple times, TypeDoc
will no longer sometimes produce invalid links to the image <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2627">#2627</a>.</li>
<li><code>@link</code> tags will now be validated in referenced markdown
documents, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li>
<li><code>@link</code> tags are now resolved in project documents, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li>
<li>HTML/JSON output generated by TypeDoc now contains a trailing
newline, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2632">#2632</a>.</li>
<li>TypeDoc now correctly handles markdown documents with CRLF line
endings, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2628">#2628</a>.</li>
<li><code>@hidden</code> is now properly applied when placed in a
function implementation comment, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2634">#2634</a>.</li>
<li>Comments on re-exports are now rendered.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/bukowa"><code>@bukowa</code></a></li>
<li><a
href="https://github.com/garrett-hopper"><code>@garrett-hopper</code></a></li>
</ul>
<h2>v0.26.3 (2024-06-28)</h2>
<h3>Features</h3>
<ul>
<li>"On This Page" navigation now includes the page groups in
collapsible sections, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2616">#2616</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><code>mailto:</code> links are no longer incorrectly recognized as
relative paths, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2613">#2613</a>.</li>
<li>Added <code>@SInCE</code> to the default list of recognized tags, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2614">#2614</a>.</li>
<li>Relative paths to directories will no longer cause the directory to
be copied into the media directory, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2617">#2617</a>.</li>
</ul>
<h2>v0.26.2 (2024-06-24)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/8a23089063a6f47252fe90ec7410cc142401e8f9"><code>8a23089</code></a>
Update changelog for release</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/e66afa77fe6c252e2ded301340ac2d572a0f88d6"><code>e66afa7</code></a>
Release 0.26.5</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/d422f414583e2171d3f02adaf7c2c3889af897e1"><code>d422f41</code></a>
Node version?</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/f84fa7fd283d484ed849a2358b7f026c888c09a2"><code>f84fa7f</code></a>
Try that version</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/6570fa8fac342667c88879f200c08b44b6230bdd"><code>6570fa8</code></a>
Install a working npm version in CI</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/14b87cfe0c11c2de655342483df51d4a81deea87"><code>14b87cf</code></a>
Allow comments on signature parents to count for docs</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/44a72e510eb42df3fa450b5b8dba86ea706fbbdc"><code>44a72e5</code></a>
Call listeners with the same priority later</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/977dd1974e1fcfde3d74593a4b996bab0afe1577"><code>977dd19</code></a>
Expose OptionDefaults variable</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/c1fb5bd53ce0cca3a940ff3955ca2365ad3ebc67"><code>c1fb5bd</code></a>
Add <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2639">#2639</a>
to changelog</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/946ea386366e3bdd9c5adbb74d29afc47d49e392"><code>946ea38</code></a>
Merge pull request <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2639">#2639</a>
from bladerunner2020/master</li>
<li>Additional commits viewable in <a
href="https://github.com/TypeStrong/TypeDoc/compare/v0.25.13...v0.26.5">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent f8a8965 commit 8b541de
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments