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.23.9 to 0.23.10 (#140)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.9 to 0.23.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.23.10</h2> <h3>Features</h3> <ul> <li>Added support for detecting comments directly before parameters as the parameter comment, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2019">#2019</a>.</li> <li>Added support for using the comment directly before a constructor parameter that declares a property as the property comment, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2019">#2019</a>.</li> <li>Improved schema generation to give better autocomplete for the <code>sort</code> option.</li> <li>Optional properties are now visually distinguished in the index/sidebar by rendering <code>prop</code> as <code>prop?</code>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2023">#2023</a>.</li> <li><code>DefaultThemeRenderContext.markdown</code> now also accepts a <code>CommentDisplayPart[]</code> for rendering, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2004">#2004</a>.</li> <li>Expose <code>Converter.resolveLinks</code> method for use with <code>Converter.parseRawComment</code>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2004">#2004</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed schema URL for TSDoc preventing the use of <code>typedoc/tsdoc.json</code> in TSDoc extends, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2015">#2015</a>.</li> <li>Improved detection of package names in repositories using pnpm, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2017">#2017</a>.</li> <li>Fixed missing JSDoc style <code>@typedef</code> comments for properties, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2020">#2020</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/bodil"><code>@bodil</code></a></li> <li><a href="https://github.com/nazarhussain"><code>@nazarhussain</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.23.10 (2022-07-31)</h2> <h3>Features</h3> <ul> <li>Added support for detecting comments directly before parameters as the parameter comment, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2019">#2019</a>.</li> <li>Added support for using the comment directly before a constructor parameter that declares a property as the property comment, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2019">#2019</a>.</li> <li>Improved schema generation to give better autocomplete for the <code>sort</code> option.</li> <li>Optional properties are now visually distinguished in the index/sidebar by rendering <code>prop</code> as <code>prop?</code>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2023">#2023</a>.</li> <li><code>DefaultThemeRenderContext.markdown</code> now also accepts a <code>CommentDisplayPart[]</code> for rendering, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2004">#2004</a>.</li> <li>Expose <code>Converter.resolveLinks</code> method for use with <code>Converter.parseRawComment</code>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2004">#2004</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed schema URL for TSDoc preventing the use of <code>typedoc/tsdoc.json</code> in TSDoc extends, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2015">#2015</a>.</li> <li>Improved detection of package names in repositories using pnpm, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2017">#2017</a>.</li> <li>Fixed missing JSDoc style <code>@typedef</code> comments for properties, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2020">#2020</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/bodil"><code>@bodil</code></a></li> <li><a href="https://github.com/nazarhussain"><code>@nazarhussain</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/94f6693c007ec50b0c685d5b23d3c80ac30c0ac1"><code>94f6693</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/8a0973f163fb0ddd2902ee92c9e32218d7a0c040"><code>8a0973f</code></a> Bump version to 0.23.10</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/a24381740bfed0822343e69f50e493b5db4d0eb1"><code>a243817</code></a> Improve detection of package names</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/e36ea1c8516691edfed9b43d3017fbda4cbe0c26"><code>e36ea1c</code></a> Upgrade dependencies</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/3830f9650ec7d2bc5e7b53bd28898f23fc6c5590"><code>3830f96</code></a> Expose <code>Converter.resolveLinks</code></li> <li><a href="https://github.com/TypeStrong/typedoc/commit/5d9a51d882a153012fed36dea0379a505143530d"><code>5d9a51d</code></a> markdown helper now accepts CommentDisplayPart</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/6de1e38ce094b2e136c8179646a7d07f86f9718b"><code>6de1e38</code></a> Add question mark when rendering optional property name</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/23bde9a2687686a8e49cd7d9579444c04a51c60f"><code>23bde9a</code></a> Add support for comments on parameters</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/95f9bc131705097da53960d1c27c48c70d7da123"><code>95f9bc1</code></a> Fix issue number in changelog</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/3d78ebc4f165fe381ffe4e6225ff7bc4d4019547"><code>3d78ebc</code></a> Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.23.9...v0.23.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.23.9&new-version=0.23.10)](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