Commit 8b0474e
authored
chore(deps-dev): bump typedoc from 0.28.15 to 0.28.16 (#978)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.15 to
0.28.16.
<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.28.16</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue causing TypeDoc to fail to generate documentation
when implementing interfaces, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3052">#3052</a>.</li>
<li>Fixed an issue preventing automatic entry point discovery on
Windows, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3057">#3057</a>.</li>
<li>Improved vertical positioning of text icons, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3056">#3056</a>.</li>
<li>TypeDoc no longer includes source location information for type
literal reflections. This could sometimes
cause TypeDoc to infer the wrong path when resolving base paths for
display.</li>
<li>Adjusted markdown rendering to allow <code>markdownItLoader</code>
to override more rendering <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3055">#3055</a>.</li>
</ul>
<h3>Features</h3>
<ul>
<li>Added support for regions for <code>@include</code> in
<code>.tsx</code>, <code>.cjs</code>, and <code>.mjs</code> file
references <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3048">#3048</a>.</li>
<li>Comments for TS-in-JS <code>@typedef</code> tags may now specify
modifier tags with the inline tag syntax <code>{@mod}</code>.
This makes it possible to add modifier tags to these members, which
previously was not possible as
TypeScript's parsing stops for these members at the next non-braced tag,
<a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2916">#2916</a>
and <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3050">#3050</a>.</li>
<li>A <code>typedoc-config.schema.json</code> is now included in the
root of the package with a JSON schema for TypeDoc's
configuration file. The schema for the latest version is also published
at <a
href="https://typedoc.org/schema.json">https://typedoc.org/schema.json</a>
and will automatically be picked up when writing typedoc.json files if
you are using VSCode, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3054">#3054</a>.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/a10nik"><code>@a10nik</code></a></li>
<li><a href="https://github.com/kozi"><code>@kozi</code></a></li>
<li><a href="https://github.com/Lakuna"><code>@Lakuna</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.28.16 (2026-01-12)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an issue causing TypeDoc to fail to generate documentation
when implementing interfaces, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3052">#3052</a>.</li>
<li>Fixed an issue preventing automatic entry point discovery on
Windows, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3057">#3057</a>.</li>
<li>Improved vertical positioning of text icons, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3056">#3056</a>.</li>
<li>TypeDoc no longer includes source location information for type
literal reflections. This could sometimes
cause TypeDoc to infer the wrong path when resolving base paths for
display.</li>
<li>Adjusted markdown rendering to allow <code>markdownItLoader</code>
to override more rendering <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3055">#3055</a>.</li>
</ul>
<h3>Features</h3>
<ul>
<li>Added support for regions for <code>@include</code> in
<code>.tsx</code>, <code>.cjs</code>, and <code>.mjs</code> file
references <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3048">#3048</a>.</li>
<li>Comments for TS-in-JS <code>@typedef</code> tags may now specify
modifier tags with the inline tag syntax <code>{@mod}</code>.
This makes it possible to add modifier tags to these members, which
previously was not possible as
TypeScript's parsing stops for these members at the next non-braced tag,
<a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2916">#2916</a>
and <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3050">#3050</a>.</li>
<li>A <code>typedoc-config.schema.json</code> is now included in the
root of the package with a JSON schema for TypeDoc's
configuration file. The schema for the latest version is also published
at <a
href="https://typedoc.org/schema.json">https://typedoc.org/schema.json</a>
and will automatically be picked up when writing typedoc.json files if
you are using VSCode, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3054">#3054</a>.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/a10nik"><code>@a10nik</code></a></li>
<li><a href="https://github.com/kozi"><code>@kozi</code></a></li>
<li><a href="https://github.com/Lakuna"><code>@Lakuna</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/442ec0fd9c0b503c61923e5eb09e2ba1d2d0bf28"><code>442ec0f</code></a>
Update changelog for release</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/a0e3a3aa4fb254704a75f441351cb7c41f910011"><code>a0e3a3a</code></a>
Bump version to 0.28.16</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/dab0bea737a011f5566397b9f41e60f3925fe3f2"><code>dab0bea</code></a>
Attempt to set up OIDC publishing</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/cd498d9cffa55941b21b5a7dd8cfa42947094c15"><code>cd498d9</code></a>
Make markdownItLoader work with TypeDoc-overriden rules</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/0aff3ba99044e354b56745fb26c26516fca0e120"><code>0aff3ba</code></a>
Publish options schema</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/4e7a709da57c5ed442c609596fbb59c5b0ee74b5"><code>4e7a709</code></a>
Fix crash due to invalid implementationOf reference</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/6aa031b54bd2b5ff09450d8da4732904be8c69ee"><code>6aa031b</code></a>
Fix CI</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/b2f014931f46d2d372b4b8cc7c0d1d2cebbe6b9d"><code>b2f0149</code></a>
Improved vertical positioning for svg text icons (<a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3056">#3056</a>)</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/acc2f4d7c504e1ec7a46bf64b85814d7461070b5"><code>acc2f4d</code></a>
Fix <a
href="https://redirect.github.com/TypeStrong/typedoc/issues/3057">TypeStrong/typedoc#3057</a>.</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/0489adc17ef43c9b772caaa5fd89f3b813fcc197"><code>0489adc</code></a>
Permit fs-fixture-builder to build</li>
<li>Additional commits viewable in <a
href="https://github.com/TypeStrong/TypeDoc/compare/v0.28.15...v0.28.16">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for typedoc since your current version.</p>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c4153bb commit 8b0474e
1 file changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments