Skip to content

Commit

Permalink
chore(deps): Bump typedoc from 0.25.8 to 0.25.11 (#78)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.8 to 0.25.11.
<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.11</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue introduced with 0.25.10 which causes the page index to initially render empty, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2514">#2514</a>.</li>
<li>&quot;On This Page&quot; section is now smarter when handling page headings which do not follow the normal <code>h1&gt;h2&gt;h3</code> process, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2515">#2515</a>.</li>
</ul>
<h2>v0.25.10</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Constructed references to enum types will be properly linked with <code>@interface</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2508">#2508</a>.</li>
<li>Comments on property-methods will no longer be duplicated in generated documentation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2509">#2509</a>.</li>
<li>Reduced rendered docs size by writing icons to a referenced SVG asset, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2505">#2505</a>.
For TypeDoc's docs, this reduced the rendered documentation size by ~30%.</li>
<li>The HTML docs now attempt to reduce repaints caused by dynamically loading the navigation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2491">#2491</a>.</li>
<li>When navigating to a link that contains an anchor, the page will now be properly highlighted in the page navigation.</li>
</ul>
<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>
</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.25.11 (2024-03-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue introduced with 0.25.10 which causes the page index to initially render empty, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2514">#2514</a>.</li>
<li>&quot;On This Page&quot; section is now smarter when handling page headings which do not follow the normal <code>h1&gt;h2&gt;h3</code> process, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2515">#2515</a>.</li>
</ul>
<h2>v0.25.10 (2024-03-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Constructed references to enum types will be properly linked with <code>@interface</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2508">#2508</a>.</li>
<li>Comments on property-methods will no longer be duplicated in generated documentation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2509">#2509</a>.</li>
<li>Reduced rendered docs size by writing icons to a referenced SVG asset, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2505">#2505</a>.
For TypeDoc's docs, this reduced the rendered documentation size by ~30%.</li>
<li>The HTML docs now attempt to reduce repaints caused by dynamically loading the navigation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2491">#2491</a>.</li>
<li>When navigating to a link that contains an anchor, the page will now be properly highlighted in the page navigation.</li>
</ul>
<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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TypeStrong/typedoc/commit/9a1a5afe44937c65150435b16eb6af97c5e86952"><code>9a1a5af</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/c72c6218d2f95af841dfa4a8cc1fe34c416fdb60"><code>c72c621</code></a> Bump version to 0.25.11</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/649c1fe5f544e86f9cd77c50c58fab6f5335e8e5"><code>649c1fe</code></a> Disable sitemap for base config to make comparisons easier</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/edd6b6b5ecd3a7ef3d4dcea6ab1eab7ab6e2b33a"><code>edd6b6b</code></a> Improve weird header handling</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/91242542eb583d99a8ba17c7c7985f4b1edc2c94"><code>9124254</code></a> Fix empty index</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/b0796cbf86a5e57cc085f884635bf887a24704dd"><code>b0796cb</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/e16a23677cd8f98223f8db9a3a8c2b2e363f03ca"><code>e16a236</code></a> Bump version to 0.25.10</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/657045ccb7b54a67b6cf546cfd1a32a8b2237397"><code>657045c</code></a> Fix duplicate comments caused by signatures</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/9751e312789c9fae01a9b9f799a576ca5a07d372"><code>9751e31</code></a> Improve doc HTML output</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/88d787c4ab9101ad7f2e2705f7ec781c98582fa5"><code>88d787c</code></a> Fix links to constructed enum references</li>
<li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.25.8...v0.25.11">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.8&new-version=0.25.11)](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
dependabot[bot] authored Mar 9, 2024
1 parent 1885a53 commit a80919f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"npm-run-all2": "^6.1.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.8",
"typedoc": "^0.25.11",
"typescript": "^5.0.4"
},
"dependencies": {
Expand Down

0 comments on commit a80919f

Please sign in to comment.