Skip to content

Commit

Permalink
chore(deps): Bump typedoc from 0.26.10 to 0.26.11 (#396)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.10 to 0.26.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.26.11</h2>
<h3>Features</h3>
<ul>
<li>If <code>hostedBaseUrl</code> is set to the root page on a website, TypeDoc will now include <code>WebSite</code> structured data, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2760">#2760</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix support for ESM config files with Node 23, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2752">#2752</a>.</li>
<li>Fix type errors when using <code>&quot;module&quot;: &quot;ESNext&quot;</code> and importing TypeDoc, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2747">#2747</a>.</li>
<li>Inherited comments on overloaded methods now consider the overload position when inheriting a comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2755">#2755</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.11 (2024-11-01)</h2>
<h3>Features</h3>
<ul>
<li>If <code>hostedBaseUrl</code> is set to the root page on a website, TypeDoc will now include <code>WebSite</code> structured data, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2760">#2760</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix support for ESM config files with Node 23, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2752">#2752</a>.</li>
<li>Fix type errors when using <code>&quot;module&quot;: &quot;ESNext&quot;</code> and importing TypeDoc, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2747">#2747</a>.</li>
<li>Inherited comments on overloaded methods now consider the overload position when inheriting a comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2755">#2755</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TypeStrong/typedoc/commit/c4b6545cec2b5a0e5f9d9d347bc1dd05f39d6150"><code>c4b6545</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/f3fde9f7070f089ec3be92362549d5de0d6667e0"><code>f3fde9f</code></a> Bump version to 0.26.11</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/713d03635561b898fd9b5b645ea2c64433b10b40"><code>713d036</code></a> Add structured <code>WebSite</code> data to index page if possible</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/18c4661f460171f5fd4b6c1b32bde4de2535bee9"><code>18c4661</code></a> Consider overload position when discovering comments</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/ab8f4ebca62ae5bfcb0ffb10110d1a085d935fef"><code>ab8f4eb</code></a> Smarter path handling</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/f06401f51ad119da3d01b4dc5d5568a86e1f0a02"><code>f06401f</code></a> Also use import when loading plugins</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/23f29f32ce6b895940f4528ab49f707a5e61d690"><code>23f29f3</code></a> Fix ESM config files on Node 23</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/0e1afae293eab5986f8efe0e6528635abda9c850"><code>0e1afae</code></a> Remove <code>implements Map</code> from stable key map</li>
<li>See full diff in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.26.10...v0.26.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.26.10&new-version=0.26.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 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 Nov 4, 2024
1 parent 2948d61 commit 14abfd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 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 @@ -65,7 +65,7 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typedoc": "^0.26.10",
"typedoc": "^0.26.11",
"typescript": "^5.5.4"
},
"prettier": "@relaycorp/shared-config/.prettierrc.json",
Expand Down

0 comments on commit 14abfd6

Please sign in to comment.