Skip to content

Commit

Permalink
chore(deps): bump typedoc from 0.23.10 to 0.23.11 (#145)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.10 to 0.23.11.
<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.11</h2>
<h3>Features</h3>
<ul>
<li>Added support for TypeScript 4.8.</li>
<li>Introduced a <code>skipErrorChecking</code> option which instructs TypeDoc to not ask TypeScript for compiler errors
before attempting to generate documentation. Turning this on may improve generation speed, but could also
cause a crash if your code contains compiler errors.</li>
<li>Added support for JS entry points when using packages mode, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2037">#2037</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed crash when converting abstract mixin class, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2011">#2011</a>.</li>
<li>Readme files within monorepos now have <code>@link</code> tags resolved, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2029">#2029</a>.</li>
<li>Correctly resolve unqualified links to class members within parameters, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2031">#2031</a>.</li>
<li>TypeDoc will now consider other reflections with the same name as parents when resolving links, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2033">#2033</a>.</li>
<li>The &quot;Hierarchy&quot; and &quot;Type Parameters&quot; helpers on <code>DefaultThemeRenderContext</code> now contain all the HTML for their sections of the page, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2038">#2038</a>.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/citkane"><code>@​citkane</code></a></li>
<li><a href="https://github.com/kaphula"><code>@​kaphula</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.11 (2022-08-26)</h2>
<h3>Features</h3>
<ul>
<li>Added support for TypeScript 4.8.</li>
<li>Introduced a <code>skipErrorChecking</code> option which instructs TypeDoc to not ask TypeScript for compiler errors
before attempting to generate documentation. Turning this on may improve generation speed, but could also
cause a crash if your code contains compiler errors.</li>
<li>Added support for JS entry points when using packages mode, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2037">#2037</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed crash when converting abstract mixin class, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2011">#2011</a>.</li>
<li>Readme files within monorepos now have <code>@link</code> tags resolved, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2029">#2029</a>.</li>
<li>Correctly resolve unqualified links to class members within parameters, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2031">#2031</a>.</li>
<li>TypeDoc will now consider other reflections with the same name as parents when resolving links, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2033">#2033</a>.</li>
<li>The &quot;Hierarchy&quot; and &quot;Type Parameters&quot; helpers on <code>DefaultThemeRenderContext</code> now contain all the HTML for their sections of the page, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/2038">#2038</a>.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/citkane"><code>@​citkane</code></a></li>
<li><a href="https://github.com/kaphula"><code>@​kaphula</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TypeStrong/typedoc/commit/722351d66fe8f7eecca0666ee4aefc6be687e120"><code>722351d</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/94e996a92e1f3a123da29afb8239a65d596f4f9e"><code>94e996a</code></a> Release 0.23.11</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/8346adbdfe773f34028811de61a615ac4133e18b"><code>8346adb</code></a> Fix crash when converting abstract mixins</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/0904477d5a50aca730ae1e6b0c1a60c02ce720ca"><code>0904477</code></a> Add support for JS entry points in packages mode</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/25582a73daccf859c065ed030d68d171a4b45c39"><code>25582a7</code></a> Update changelog</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/d02a980e1aec09db8f010137bc0dc4d6a2efd2ef"><code>d02a980</code></a> Merge remote-tracking branch 'origin/skip-error-checking'</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/e9c3181b1385d657298f2849c41cffbeffde76c3"><code>e9c3181</code></a> Remove default template headers of Hierarchy and Type Parameters from Default...</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/08759bfeec4fd64b48fb94f0a36960c7f6174118"><code>08759bf</code></a> Add support for TypeScript 4.8</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/c8028d1639eb9eb5cd6c0ded7717c4caa65713ea"><code>c8028d1</code></a> Improve warning for multiple loads</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/ae459f88de812baa6cba8c62f73f73d317c99131"><code>ae459f8</code></a> Check declaration merged reflections</li>
<li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.23.10...v0.23.11">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.10&new-version=0.23.11)](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 Aug 29, 2022
1 parent eba9658 commit 635be1f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 39 deletions.
79 changes: 41 additions & 38 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.10",
"typedoc": "^0.23.11",
"typescript": "^4.7.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 635be1f

Please sign in to comment.