Skip to content

Commit

Permalink
build(deps-dev): Bump typedoc from 0.25.4 to 0.25.9 (#1250)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.4 to
0.25.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.25.9</h2>
<h3>Features</h3>
<ul>
<li>Literal numeric unions will now be sorted during conversion, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2502">#2502</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Module readmes will now be included in JSON output, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2500">#2500</a>.</li>
<li>Fixed crash when <code>--excludeNotDocumented</code> was used and
the project contained a reference to a removed signature, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2496">#2496</a>.</li>
<li>Fixed crash when converting an infinitely recursive type via a new
<code>--maxTypeConversionDepth</code> option, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2507">#2507</a>.</li>
<li>Type links in &quot;Parameters&quot; and &quot;Type Parameters&quot;
sections of the page will now be correctly colored.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a
href="https://github.com/JMBeresford"><code>@​JMBeresford</code></a></li>
</ul>
<h2>v0.25.8</h2>
<h2>Features</h2>
<ul>
<li>Added a new <code>--sitemapBaseUrl</code> option. When specified,
TypeDoc will generate a <code>sitemap.xml</code> in your output folder
that describes the site, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2480">#2480</a>.</li>
<li>Added support for the <code>@Class</code> tag. When added to a
comment on a variable or function, TypeDoc will convert the member as a
class, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2479">#2479</a>.
Note: This should only be used on symbols which actually represent a
class, but are not declared as a class for some reason.</li>
<li>Added support for <code>@groupDescription</code> and
<code>@categoryDescription</code> to provide a description of groups and
categories, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2494">#2494</a>.</li>
<li>API: Exposed <code>Context.getNodeComment</code> for plugin use, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2498">#2498</a>.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fixed an issue where a namespace would not be created for merged
function-namespaces which are declared as variables, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2478">#2478</a>.</li>
<li>A class which implements itself will no longer cause a crash when
rendering HTML, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2495">#2495</a>.</li>
<li>Variable functions which have construct signatures will no longer be
converted as functions, ignoring the construct signatures.</li>
<li>The class hierarchy page will now include classes whose base class
is not included in the documentation, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2486">#2486</a>.</li>
<li>Fixed an issue where, if the index section was collapsed when
loading the page, all content within it would be hidden until expanded,
and a member visibility checkbox was changed.</li>
<li>API: <code>Context.programs</code> will no longer contain
duplicates, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2498">#2498</a>.</li>
</ul>
<h2>v0.25.7</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue where a namespace would not be created for merged
function-namespaces only containing types, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2476">#2476</a>.</li>
<li>Fixed an infinite loop when converting a union type which directly
contained another union type which refers to itself, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2469">#2469</a>.</li>
</ul>
<h2>v0.25.6</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed infinite loop caused by a fix for some complicated
union/intersection types, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2468">#2468</a>.</li>
<li>Improved infinite loop detection in type converter to reduce false
positives.</li>
</ul>
<!-- 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.25.9 (2024-02-26)</h2>
<h3>Features</h3>
<ul>
<li>Literal numeric unions will now be sorted during conversion, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2502">#2502</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Module readmes will now be included in JSON output, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2500">#2500</a>.</li>
<li>Fixed crash when <code>--excludeNotDocumented</code> was used and
the project contained a reference to a removed signature, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2496">#2496</a>.</li>
<li>Fixed crash when converting an infinitely recursive type via a new
<code>--maxTypeConversionDepth</code> option, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2507">#2507</a>.</li>
<li>Type links in &quot;Parameters&quot; and &quot;Type Parameters&quot;
sections of the page will now be correctly colored.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a
href="https://github.com/JMBeresford"><code>@​JMBeresford</code></a></li>
</ul>
<h2>v0.25.8 (2024-02-09)</h2>
<h3>Features</h3>
<ul>
<li>Added a new <code>--sitemapBaseUrl</code> option. When specified,
TypeDoc will generate a <code>sitemap.xml</code> in your output folder
that describes the site, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2480">#2480</a>.</li>
<li>Added support for the <code>@Class</code> tag. When added to a
comment on a variable or function, TypeDoc will convert the member as a
class, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2479">#2479</a>.
Note: This should only be used on symbols which actually represent a
class, but are not declared as a class for some reason.</li>
<li>Added support for <code>@groupDescription</code> and
<code>@categoryDescription</code> to provide a description of groups and
categories, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2494">#2494</a>.</li>
<li>API: Exposed <code>Context.getNodeComment</code> for plugin use, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2498">#2498</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue where a namespace would not be created for merged
function-namespaces which are declared as variables, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2478">#2478</a>.</li>
<li>A class which implements itself will no longer cause a crash when
rendering HTML, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2495">#2495</a>.</li>
<li>Variable functions which have construct signatures will no longer be
converted as functions, ignoring the construct signatures.</li>
<li>The class hierarchy page will now include classes whose base class
is not included in the documentation, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2486">#2486</a>.</li>
<li>Fixed an issue where, if the index section was collapsed when
loading the page, all content within it would be hidden until expanded,
and a member visibility checkbox was changed.</li>
<li>API: <code>Context.programs</code> will no longer contain
duplicates, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2498">#2498</a>.</li>
</ul>
<h2>v0.25.7 (2024-01-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue where a namespace would not be created for merged
function-namespaces only containing types, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2476">#2476</a>.</li>
<li>Fixed an infinite loop when converting a union type which directly
contained another union type which refers to itself, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2469">#2469</a>.</li>
</ul>
<h2>v0.25.6 (2024-01-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed infinite loop caused by a fix for some complicated
union/intersection types, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2468">#2468</a>.</li>
<li>Improved infinite loop detection in type converter to reduce false
positives.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/9999d549ea3289199c405328c127488908b96ab3"><code>9999d54</code></a>
Update changelog for release</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/c65d44c336ee9f4842880c06a275ecd020d8b644"><code>c65d44c</code></a>
Bump version to 0.25.9</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/474875e1e0d56a6e823ae146408b5dfd277460f7"><code>474875e</code></a>
Add support for sorting literal numeric unions</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/626d844d085a1cfc196b284fdf82db81be5b40a2"><code>626d844</code></a>
Fix crash with infinitely recursive type</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/f92f5a84263e784866c2edeea0cadf8b2bfc5a88"><code>f92f5a8</code></a>
Fix removeReflection when no symbol is registered</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/de4d813005e8f5dc86a1f9e40b426858be3f8ec3"><code>de4d813</code></a>
Add module readmes to json output (<a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2500">#2500</a>)</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/33db59c052ccbfeeffab1b637689c05723a65710"><code>33db59c</code></a>
Update changelog for release</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/20b98dbe0b1cd7455723da1edf6834ddc8d2b777"><code>20b98db</code></a>
Bump version to 0.25.8</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/23189493e36f8e134ae4d3ebd76191f65d15772c"><code>2318949</code></a>
Include all base classes</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/ece4f31e12c49dfad5aa1aa2b782f6ab5b092010"><code>ece4f31</code></a>
Fix circular dep</li>
<li>Additional commits viewable in <a
href="https://github.com/TypeStrong/TypeDoc/compare/v0.25.4...v0.25.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.25.4&new-version=0.25.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 28, 2024
1 parent 96f87ae commit 1875312
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1875312

Please sign in to comment.