Skip to content

Commit

Permalink
chore(deps): Bump typedoc from 0.25.3 to 0.25.4 (#73)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.3 to 0.25.4.
<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.25.4</h2>
<h3>Features</h3>
<ul>
<li>Added support for TypeScript 5.3, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2446">#2446</a>.</li>
<li>TypeDoc will now render interfaces as code at the top of the page describing interfaces, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2449">#2449</a>.
This can be controlled through the new <code>DefaultThemeRenderContext.reflectionPreview</code> helper.</li>
<li>Improved type rendering to highlight keywords differently than symbols.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed automatic declaration file resolution on Windows, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2416">#2416</a>.</li>
<li>Fixed default option values on options declared by plugins in packages mode, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2433">#2433</a>.</li>
<li><code>gitRevision</code> will now be replaced in <code>sourceLinkTemplate</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2434">#2434</a>.</li>
<li>Improved handling of function-modules created with <code>Object.assign</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2436">#2436</a>.</li>
<li>TypeDoc will no longer warn about duplicate comments with warnings which point to a single comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2437">#2437</a></li>
<li>Fixed an infinite loop when <code>skipLibCheck</code> is used to ignore some compiler errors, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2438">#2438</a>.</li>
<li><code>@example</code> tag titles will now be rendered in the example heading, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2440">#2440</a>.</li>
<li>Correctly handle transient symbols in <code>@namespace</code>-created namespaces, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2444">#2444</a>.</li>
<li>TypeDoc no longer displays the &quot;Hierarchy&quot; section if there is no inheritance hierarchy to display.</li>
<li>Direct links to individual signatures no longer results in the signature being partially scrolled off the screen.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li>
<li><a href="https://github.com/Nokel81"><code>@​Nokel81</code></a></li>
<li><a href="https://github.com/ocavue"><code>@​ocavue</code></a></li>
<li><a href="https://github.com/swarnpallav"><code>@​swarnpallav</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.25.4 (2023-11-26)</h2>
<h3>Features</h3>
<ul>
<li>Added support for TypeScript 5.3, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2446">#2446</a>.</li>
<li>TypeDoc will now render interfaces as code at the top of the page describing interfaces, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2449">#2449</a>.
This can be controlled through the new <code>DefaultThemeRenderContext.reflectionPreview</code> helper.</li>
<li>Improved type rendering to highlight keywords differently than symbols.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed automatic declaration file resolution on Windows, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2416">#2416</a>.</li>
<li>Fixed default option values on options declared by plugins in packages mode, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2433">#2433</a>.</li>
<li><code>gitRevision</code> will now be replaced in <code>sourceLinkTemplate</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2434">#2434</a>.</li>
<li>Improved handling of function-modules created with <code>Object.assign</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2436">#2436</a>.</li>
<li>TypeDoc will no longer warn about duplicate comments with warnings which point to a single comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2437">#2437</a></li>
<li>Fixed an infinite loop when <code>skipLibCheck</code> is used to ignore some compiler errors, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2438">#2438</a>.</li>
<li><code>@example</code> tag titles will now be rendered in the example heading, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2440">#2440</a>.</li>
<li>Correctly handle transient symbols in <code>@namespace</code>-created namespaces, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2444">#2444</a>.</li>
<li>TypeDoc no longer displays the &quot;Hierarchy&quot; section if there is no inheritance hierarchy to display.</li>
<li>Direct links to individual signatures no longer results in the signature being partially scrolled off the screen.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li>
<li><a href="https://github.com/Nokel81"><code>@​Nokel81</code></a></li>
<li><a href="https://github.com/ocavue"><code>@​ocavue</code></a></li>
<li><a href="https://github.com/swarnpallav"><code>@​swarnpallav</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TypeStrong/typedoc/commit/68edb2e16fe1f9ca78f3fb6a6ca32d9161308882"><code>68edb2e</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/052bd5ecfb45809adff355b0f5291df891e0aacf"><code>052bd5e</code></a> Bump version to 0.25.4</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/9ffa0dbb4510ce1a40cf117e513c6b7d062b3e66"><code>9ffa0db</code></a> Add reflectionPreview template, rendering improvements</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/fbe939a4639651d3800c35fdceaa44a35b31fec1"><code>fbe939a</code></a> Only display hierarchy if useful</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/f1a3ffa0d91a3521fcffbf8fbcc8e8637c46a951"><code>f1a3ffa</code></a> Update changelog before release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/124354cba44a24e74a16a3f03091d349069f6b7d"><code>124354c</code></a> Fix automatic declaration file resolution on Windows</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/deae36a2b43562f741a679b98c81948288e3deee"><code>deae36a</code></a> Handle <code>@example</code> tag titles more reasonably</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/2cae7913ef294474b6e13aba3977b50f27bb9b12"><code>2cae791</code></a> Correctly handle transient symbols</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/25f1beb9d49390948b657b66bf7a2838c59ec20b"><code>25f1beb</code></a> Bump typescript to 5.3.2 (<a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2445">#2445</a>)</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/aba0ef85a9b57ff9bc8e7fa2f4c19b48bdb3c0ca"><code>aba0ef8</code></a> Detect duplicate nodes when discovering comments</li>
<li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.25.3...v0.25.4">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.25.3&new-version=0.25.4)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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 Dec 2, 2023
1 parent e1bf7f3 commit eed0422
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -54,7 +54,7 @@
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.3",
"typedoc": "^0.25.4",
"typescript": "^5.2.2"
},
"peerDependencies": {
Expand Down

0 comments on commit eed0422

Please sign in to comment.