Skip to content

Commit

Permalink
chore(deps): Bump typedoc from 0.25.6 to 0.25.7 (#65)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.6 to 0.25.7.
<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.7</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue where a namespace would not be created for merged function-namespaces only containing types, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2476">#2476</a>.</li>
<li>Fixed an infinite loop when converting a union type which directly contained another union type which refers to itself, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2469">#2469</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.7 (2024-01-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue where a namespace would not be created for merged function-namespaces only containing types, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2476">#2476</a>.</li>
<li>Fixed an infinite loop when converting a union type which directly contained another union type which refers to itself, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2469">#2469</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TypeStrong/typedoc/commit/0dd9d08350a72c285c1b09b65f0da83e33e25dd7"><code>0dd9d08</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/59ead4468981ef379954ff4419cf50c138b3dcdb"><code>59ead44</code></a> Bump version to 0.25.7</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/91c8d1c0c60b753c1b7e71aabab1d8fb8a3c96c2"><code>91c8d1c</code></a> Correct handling of unions of unions</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/7b558b0af03ed4177e3145a6fc337a0046641611"><code>7b558b0</code></a> Fix <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2476">#2476</a></li>
<li>See full diff in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.25.6...v0.25.7">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.6&new-version=0.25.7)](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 Jan 13, 2024
1 parent 50a3350 commit 2b747da
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 @@ -46,7 +46,7 @@
"npm-run-all2": "^6.1.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.6",
"typedoc": "^0.25.7",
"typescript": "^5.0.4"
},
"dependencies": {
Expand Down

0 comments on commit 2b747da

Please sign in to comment.