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.24.6 to 0.24.7 (#567)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.24.6 to 0.24.7. <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.24.7</h2> <h3>Features</h3> <ul> <li>TypeDoc will now allow conversion without any entry points to support "readme only" packages, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2264">#2264</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Category children are now sorted according to the <code>sort</code> option, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2272">#2272</a>.</li> <li>Inline tags no longer require a space after the tag name to be parsed as a tag, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2273">#2273</a>.</li> <li>Fixed module/namespace links in navigation when viewed in Safari, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2275">#2275</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.24.7 (2023-05-08)</h2> <h3>Features</h3> <ul> <li>TypeDoc will now allow conversion without any entry points to support "readme only" packages, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2264">#2264</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Category children are now sorted according to the <code>sort</code> option, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2272">#2272</a>.</li> <li>Inline tags no longer require a space after the tag name to be parsed as a tag, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2273">#2273</a>.</li> <li>Fixed module/namespace links in navigation when viewed in Safari, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2275">#2275</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/c5d1ec5c7c35004467e83b38e8aa2442d0e76d33"><code>c5d1ec5</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/075698181873a21bafbe76a6d15d4534320add88"><code>0756981</code></a> Bump version to 0.24.7</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/a4028d72ff2efd5685f068daa3e29dad09999055"><code>a4028d7</code></a> Update changelog</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/56abed5b92d1ab26e8a16b3bbf9ecc3e20f6e68f"><code>56abed5</code></a> Fix navigation on Safari, hopefully fixes <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2275">#2275</a></li> <li><a href="https://github.com/TypeStrong/typedoc/commit/515e8b7636945f5956e17ed4945f0ce1163877a1"><code>515e8b7</code></a> Fix inline tag parsing</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/26df2accb340178d34bf2057b829f8e851450c1c"><code>26df2ac</code></a> Support readme only packages</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/eb181508c24fc6e297823a569494695dbfea20bc"><code>eb18150</code></a> Fix <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2272">#2272</a> category sort order</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/5d38df12def8e4fe94fde75fbbf31f9b7992ea1c"><code>5d38df1</code></a> Add a test for <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2270">#2270</a></li> <li>See full diff in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.24.6...v0.24.7">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.24.6&new-version=0.24.7)](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 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