Skip to content

Commit

Permalink
chore(deps): Bump typedoc from 0.26.3 to 0.26.4 (#154)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.3 to 0.26.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.26.4</h2>
<h3>Bug Fixes</h3>
<ul>
<li>The page navigation sidebar no longer incorrectly includes re-exports if the same member is exported with multiple names <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2625">#2625</a>.</li>
<li>Page navigation now ensures the current page is visible when the page is first loaded, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2626">#2626</a>.</li>
<li>If a relative linked image is referenced multiple times, TypeDoc will no longer sometimes produce invalid links to the image <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2627">#2627</a>.</li>
<li><code>@link</code> tags will now be validated in referenced markdown documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li>
<li><code>@link</code> tags are now resolved in project documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li>
<li>HTML/JSON output generated by TypeDoc now contains a trailing newline, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2632">#2632</a>.</li>
<li>TypeDoc now correctly handles markdown documents with CRLF line endings, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2628">#2628</a>.</li>
<li><code>@hidden</code> is now properly applied when placed in a function implementation comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2634">#2634</a>.</li>
<li>Comments on re-exports are now rendered.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/bukowa"><code>@​bukowa</code></a></li>
<li><a href="https://github.com/garrett-hopper"><code>@​garrett-hopper</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.26.4 (2024-07-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>The page navigation sidebar no longer incorrectly includes re-exports if the same member is exported with multiple names <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2625">#2625</a>.</li>
<li>Page navigation now ensures the current page is visible when the page is first loaded, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2626">#2626</a>.</li>
<li>If a relative linked image is referenced multiple times, TypeDoc will no longer sometimes produce invalid links to the image <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2627">#2627</a>.</li>
<li><code>@link</code> tags will now be validated in referenced markdown documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li>
<li><code>@link</code> tags are now resolved in project documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li>
<li>HTML/JSON output generated by TypeDoc now contains a trailing newline, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2632">#2632</a>.</li>
<li>TypeDoc now correctly handles markdown documents with CRLF line endings, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2628">#2628</a>.</li>
<li><code>@hidden</code> is now properly applied when placed in a function implementation comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2634">#2634</a>.</li>
<li>Comments on re-exports are now rendered.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/bukowa"><code>@​bukowa</code></a></li>
<li><a href="https://github.com/garrett-hopper"><code>@​garrett-hopper</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TypeStrong/typedoc/commit/9426642f11a0a8e4282999fc0d446cde8efaffdb"><code>9426642</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/03bb21f96f017d8df86395ef845dedb5fee7a484"><code>03bb21f</code></a> Release 0.26.4</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/e2051dc178d67acee7c4ca894600265303cc80bd"><code>e2051dc</code></a> Add a test for CRLF line endings</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/21cf5ae976c93d0ec0c1c55d5a5a8b2d3d6034be"><code>21cf5ae</code></a> chore: lint</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/ef0f26ee20a868b2198f1ab259101a943e64989e"><code>ef0f26e</code></a> fix: frontmatter parsing in windows (CLRF)</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/f0f0106dbbb6aece0a00cd1f1b755eea2dd154a1"><code>f0f0106</code></a> Add trailing newline to generated doc files</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/32fff2b3df3eed440a5d0132ba3ca897805f285b"><code>32fff2b</code></a> Fix <code>@hidden</code> on function implementations</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/1f58143a468dcd4cd316dbc0292661db80c7032c"><code>1f58143</code></a> Correctly handle <code>@link</code> in documents</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/d04ea32830fb832109d42529ae0fe12916ee2672"><code>d04ea32</code></a> Fix media links if referenced multiple times</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/dae25278e2cab3857608588cfc08bde40d1ffc0f"><code>dae2527</code></a> Fix page navigation sidebar with re-exports</li>
<li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.26.3...v0.26.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.26.3&new-version=0.26.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 Jul 13, 2024
1 parent fc319d9 commit 514a6e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.3",
"typedoc": "^0.26.4",
"typescript": "^5.5.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 514a6e6

Please sign in to comment.