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.25 to 0.23.26 (#147)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.25 to 0.23.26. <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.26</h2> <h3>Features</h3> <ul> <li>Added <code>Application.EVENT_VALIDATE_PROJECT</code> event for plugins which implement custom validation, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2183">#2183</a>.</li> <li>Plugins may now return an object from external symbol resolvers, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2066">#2066</a>.</li> <li>Expose <code>Comment.displayPartsToMarkdown</code> on for themes overwriting the <code>comment</code> helper, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2115">#2115</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix crash when converting <code>export default undefined</code>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2175">#2175</a>.</li> <li>Fix error in console when clicking on headings in the readme, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2170">#2170</a>.</li> <li>TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2154">#2154</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/captain-torch"><code>@captain-torch</code></a></li> <li><a href="https://github.com/loopingz"><code>@loopingz</code></a></li> <li><a href="https://github.com/RebeccaStevens"><code>@RebeccaStevens</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.26 (2023-02-26)</h2> <h3>Features</h3> <ul> <li>Added <code>Application.EVENT_VALIDATE_PROJECT</code> event for plugins which implement custom validation, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2183">#2183</a>.</li> <li>Plugins may now return an object from external symbol resolvers, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2066">#2066</a>.</li> <li>Expose <code>Comment.displayPartsToMarkdown</code> on for themes overwriting the <code>comment</code> helper, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2115">#2115</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix crash when converting <code>export default undefined</code>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2175">#2175</a>.</li> <li>Fix error in console when clicking on headings in the readme, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2170">#2170</a>.</li> <li>TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2154">#2154</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/captain-torch"><code>@captain-torch</code></a></li> <li><a href="https://github.com/loopingz"><code>@loopingz</code></a></li> <li><a href="https://github.com/RebeccaStevens"><code>@RebeccaStevens</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/c75f44f1153c0ae6a0e682dda5cf6a94267b24fc"><code>c75f44f</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/67355f273b64fbe9a5808f62497be5b69ffc0a29"><code>67355f2</code></a> Bump version to 0.23.26</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/86da0f344895a0c67ecc92d135b0cbe36518826a"><code>86da0f3</code></a> Fix lint</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/54c86d8fd9948d04dff52e9fb2877ee5acacc8a4"><code>54c86d8</code></a> Expose displayPartsToMarkdown</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/37fe88302e112ac38895f1868b251709b1feaa45"><code>37fe883</code></a> Ignore parameters of parameters</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/0a52e7452c39e440d79605e80fa57e01b98be55f"><code>0a52e74</code></a> Fix <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2170">#2170</a></li> <li><a href="https://github.com/TypeStrong/typedoc/commit/7a48a172fffb75a0b5adc1fdc9fc224b05ce45c4"><code>7a48a17</code></a> Document additional changes</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/3343cc44d289e982e9b598585a77989f7783314c"><code>3343cc4</code></a> Fix crash when converting undefined default export</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/6ee136acbf5e98f93652a13a2d4206685321f82c"><code>6ee136a</code></a> feat: add validator run event to allow plugins to perform custom validation (...</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/1d4922ca0b15530f0949f8b0eddace872bac293a"><code>1d4922c</code></a> Update minimatch to avoid type hackery</li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.23.25...v0.23.26">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.25&new-version=0.23.26)](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