Skip to content

Commit

Permalink
chore(deps): bump typedoc from 0.23.11 to 0.23.14 (#146)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.11 to 0.23.14.
<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.14</h2>
<h3>Features</h3>
<ul>
<li>Added support for defining one-off external link mappings with <code>externalSymbolLinkMappings</code> see
<a href="https://typedoc.org/guides/options/#externalsymbollinkmappings">the documentation</a> for usage examples and caveats, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2030">#2030</a>.</li>
<li>External link resolvers defined with <code>addUnknownSymbolResolver</code> will now be checked when resolving <code>@link</code> tags, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2030">#2030</a>.
Note: To support this, resolution will now happen during conversion, and as such, <code>Renderer.addUnknownSymbolResolver</code> has been
soft deprecated in favor of <code>Converter.addUnknownSymbolResolver</code>. Plugins should update to use the method on <code>Converter</code>.
<code>DefaultThemeRenderContext.attemptExternalResolution</code> has also been deprecated since it will repeat work done during conversion,
use <code>ReferenceType.externalUrl</code> instead.</li>
<li>Added <code>Converter.addUnknownSymbolResolver</code> for use by plugins supporting external links.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed conversion of object literal types containing construct signatures, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2036">#2036</a>.</li>
<li>Fixed centering of title bar on wide displays, actually this time, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2046">#2046</a>.</li>
</ul>
<h2>v0.23.13</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed packages mode bug introduced in 0.23.12 (again), <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2043">#2043</a>.</li>
</ul>
<h2>v0.23.12</h2>
<h3>Features</h3>
<ul>
<li>Added a new <code>ParameterType.Object</code> for declaring object options which will be shallowly merged when read from user configuration.</li>
<li>Added a new <code>Application.EVENT_BOOTSTRAP_END</code> event emitted when <code>Application.bootstrap</code> is called.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>TypeDoc will now work properly in packages mode when converting packages outside the current working directory, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2043">#2043</a>.</li>
<li>Fixed deprecation warning for <code>isIdentifierOrPrivateIdentifier</code>.</li>
<li>Fixed centering of title bar on wide displays, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2046">#2046</a>.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/citkane"><code>@​citkane</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.14 (2022-09-03)</h2>
<h3>Features</h3>
<ul>
<li>Added support for defining one-off external link mappings with <code>externalSymbolLinkMappings</code> see
<a href="https://typedoc.org/guides/options/#externalsymbollinkmappings">the documentation</a> for usage examples and caveats, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2030">#2030</a>.</li>
<li>External link resolvers defined with <code>addUnknownSymbolResolver</code> will now be checked when resolving <code>@link</code> tags, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2030">#2030</a>.
Note: To support this, resolution will now happen during conversion, and as such, <code>Renderer.addUnknownSymbolResolver</code> has been
soft deprecated in favor of <code>Converter.addUnknownSymbolResolver</code>. Plugins should update to use the method on <code>Converter</code>.
<code>DefaultThemeRenderContext.attemptExternalResolution</code> has also been deprecated since it will repeat work done during conversion,
use <code>ReferenceType.externalUrl</code> instead.</li>
<li>Added <code>Converter.addUnknownSymbolResolver</code> for use by plugins supporting external links.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed conversion of object literal types containing construct signatures, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2036">#2036</a>.</li>
<li>Fixed centering of title bar on wide displays, actually this time, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2046">#2046</a>.</li>
</ul>
<h2>v0.23.13 (2022-09-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed packages mode bug introduced in 0.23.12, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2043">#2043</a>.</li>
</ul>
<h2>v0.23.12 (2022-08-31)</h2>
<h3>Features</h3>
<ul>
<li>Added a new <code>ParameterType.Object</code> for declaring object options which will be shallowly merged when read from user configuration.</li>
<li>Added a new <code>Application.EVENT_BOOTSTRAP_END</code> event emitted when <code>Application.bootstrap</code> is called.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>TypeDoc will now work properly in packages mode when converting packages outside the current working directory, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2043">#2043</a>.</li>
<li>Fixed deprecation warning for <code>isIdentifierOrPrivateIdentifier</code>.</li>
<li>Fixed centering of title bar on wide displays, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2046">#2046</a>.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/citkane"><code>@​citkane</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TypeStrong/typedoc/commit/71fb91392feccbb0c4f9ac39d73d3a8bdc96e1f0"><code>71fb913</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/49d40253f0c6fe13962b23d9500a3a431a99ddd2"><code>49d4025</code></a> Bump version to 0.23.14</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/990a794293419a31876e4e9ac448823f1c2c3cc0"><code>990a794</code></a> Remove dead method</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/d27a719b45803515613ff485f1247a4356a852bf"><code>d27a719</code></a> Add support for externalSymbolLinkMappings</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/3872463841cda8cb05d8ba7ba3f2ca6288769005"><code>3872463</code></a> Add support for external resolution on <code>@link</code> tags</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/02ec72bf258037e565ac4bfc0469c30c9473a9b1"><code>02ec72b</code></a> Fix conversion of object literals with construct signatures</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/e50d7bfad4de1dc693adbc2155ea96726ea68c60"><code>e50d7bf</code></a> Upgrade <code>@types</code> package</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/c72c75ca9c03cf5206094f9b2e3774851eafe25a"><code>c72c75c</code></a> Fix centering of title bar</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/4cd57441f632962ce71e2ad0229a13877e27dcbd"><code>4cd5744</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/3ef448aadd23eec362144012a11010de1e389ed6"><code>3ef448a</code></a> Release 0.23.12</li>
<li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.23.11...v0.23.14">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.11&new-version=0.23.14)](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
dependabot[bot] authored Sep 5, 2022
1 parent 635be1f commit a8785f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -53,7 +53,7 @@
"ts-jest": "^24.3.0",
"ts-node": "^10.9.1",
"tslint": "^5.20.1",
"typedoc": "^0.23.11",
"typedoc": "^0.23.14",
"typescript": "^4.7.4"
},
"peerDependencies": {
Expand Down

0 comments on commit a8785f4

Please sign in to comment.