Bump typedoc from 0.23.16 to 0.23.19 #482

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/typedoc-0.23.19 into main 2022-11-01 07:27:09 +00:00
dependabot[bot] commented 2022-11-01 07:02:07 +00:00 (Migrated from github.com)

Bumps typedoc from 0.23.16 to 0.23.19.

Release notes

Sourced from typedoc's releases.

v0.23.19

Bug Fixes

  • Fixed title link if titleLink option was not specified, #2085.

Thanks!

v0.23.18

Features

  • Improved error reporting when failing to find entry points, #2080, #2082.

Bug Fixes

  • Constructor parameter-properties will now use the @param comment for the parameter if available, #1261.
  • Fixed display of object types containing methods, #1788.
  • Fixed conversion of intrinsic string mapping types when converting without a type node, #2079.

v0.23.17

Features

  • Added titleLink, navigationLinks and sidebarLinks options to add additional links to the rendered output, #1830.
  • Added sourceLinkTemplate option to allow more flexible specification of remote urls. Deprecated now redundant gitRevision detection starting with https?:// introduced in v0.23.16, #2068.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.23.19 (2022-10-28)

Bug Fixes

  • Fixed title link if titleLink option was not specified, #2085.

Thanks!

v0.23.18 (2022-10-23)

Features

  • Improved error reporting when failing to find entry points, #2080, #2082.

Bug Fixes

  • Constructor parameter-properties will now use the @param comment for the parameter if available, #1261.
  • Fixed display of object types containing methods, #1788.
  • Fixed conversion of intrinsic string mapping types when converting without a type node, #2079.

v0.23.17 (2022-10-18)

Features

  • Added titleLink, navigationLinks and sidebarLinks options to add additional links to the rendered output, #1830.
  • Added sourceLinkTemplate option to allow more flexible specification of remote urls. Deprecated now redundant gitRevision detection starting with https?:// introduced in v0.23.16, #2068.

Thanks!

Commits
  • ef598e7 Update changelog for release
  • 9240b92 Bump version
  • 15e200b Update changelog
  • a3cc365 Merge pull request #2086 from krisztianb/bugfix/2085-invalid-title-link
  • ff8526c Fix wrong handling of missing/empty titleLink option value
  • e3d2801 Update changelog for release
  • f3dda4b Bump version to 0.23.18
  • cbe6e16 Add warning for missing tsconfig
  • d1f8927 Improve error message when failing to find entry point
  • 9671e18 Fix comments for constructor properties
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.16 to 0.23.19. <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.19</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed title link if <code>titleLink</code> option was not specified, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2085">#2085</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/krisztianb"><code>@​krisztianb</code></a></li> </ul> <h2>v0.23.18</h2> <h3>Features</h3> <ul> <li>Improved error reporting when failing to find entry points, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2080">#2080</a>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2082">#2082</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Constructor parameter-properties will now use the <code>@param</code> comment for the parameter if available, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1261">#1261</a>.</li> <li>Fixed display of object types containing methods, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1788">#1788</a>.</li> <li>Fixed conversion of intrinsic string mapping types when converting without a type node, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2079">#2079</a>.</li> </ul> <h2>v0.23.17</h2> <h3>Features</h3> <ul> <li>Added <code>titleLink</code>, <code>navigationLinks</code> and <code>sidebarLinks</code> options to add additional links to the rendered output, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1830">#1830</a>.</li> <li>Added <code>sourceLinkTemplate</code> option to allow more flexible specification of remote urls. Deprecated now redundant <code>gitRevision</code> detection starting with <code>https?://</code> introduced in v0.23.16, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2068">#2068</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/futurGH"><code>@​futurGH</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.19 (2022-10-28)</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed title link if <code>titleLink</code> option was not specified, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2085">#2085</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/krisztianb"><code>@​krisztianb</code></a></li> </ul> <h2>v0.23.18 (2022-10-23)</h2> <h3>Features</h3> <ul> <li>Improved error reporting when failing to find entry points, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2080">#2080</a>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2082">#2082</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Constructor parameter-properties will now use the <code>@param</code> comment for the parameter if available, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1261">#1261</a>.</li> <li>Fixed display of object types containing methods, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1788">#1788</a>.</li> <li>Fixed conversion of intrinsic string mapping types when converting without a type node, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2079">#2079</a>.</li> </ul> <h2>v0.23.17 (2022-10-18)</h2> <h3>Features</h3> <ul> <li>Added <code>titleLink</code>, <code>navigationLinks</code> and <code>sidebarLinks</code> options to add additional links to the rendered output, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1830">#1830</a>.</li> <li>Added <code>sourceLinkTemplate</code> option to allow more flexible specification of remote urls. Deprecated now redundant <code>gitRevision</code> detection starting with <code>https?://</code> introduced in v0.23.16, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2068">#2068</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/futurGH"><code>@​futurGH</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/ef598e74270a14d33521549959c8b63952512308"><code>ef598e7</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/9240b9262fe48dede9c5e047a3e0b830680ac9b2"><code>9240b92</code></a> Bump version</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/15e200b2c9c424f0714df701cc032adfa3b6ec97"><code>15e200b</code></a> Update changelog</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/a3cc365b408d6a6786dd8c6d0f2080f5fb56b4d8"><code>a3cc365</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2086">#2086</a> from krisztianb/bugfix/2085-invalid-title-link</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/ff8526c2c22ae2a5702326551f0d8811ffba78d3"><code>ff8526c</code></a> Fix wrong handling of missing/empty titleLink option value</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/e3d2801609113e6e6f0c20ca1ba0967c0bcab80e"><code>e3d2801</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/f3dda4b9be82640110496a44ba23bd3b3d73321c"><code>f3dda4b</code></a> Bump version to 0.23.18</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/cbe6e16bdf617ca1a0c2fd384739cc596f5af10c"><code>cbe6e16</code></a> Add warning for missing tsconfig</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/d1f89276b6d197c3d8e7fc5541f84e61ee5fe0e9"><code>d1f8927</code></a> Improve error message when failing to find entry point</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/9671e18654a5d906d3dd5035c68f0a93e13abb75"><code>9671e18</code></a> Fix comments for constructor properties</li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.23.16...v0.23.19">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.16&new-version=0.23.19)](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>
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-bds/Maneger#482
No description provided.