Skip to content

Commit 914cf16

Browse files
Bump typedoc from 0.28.11 to 0.28.12 (#843)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.11 to 0.28.12. <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.12</h2> <h3>Bug Fixes</h3> <ul> <li>Variables marked with <code>@enum</code> now work for symbols imported from another module, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3003">#3003</a>.</li> <li>Improved magic introduced with <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2999">#2999</a> to work with imported symbols, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3003">#3003</a>.</li> <li>Fixed relative link resolution to file names containing percent encoded URLs, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3006">#3006</a>.</li> <li>Linking to the project's README file with a relative link will now behave as expected, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3006">#3006</a>.</li> <li>Reduced unnecessary HTML element rendering in default theme. API: <code>Reflection.hasComment</code> and <code>Comment.hasVisibleComponent</code> now accepts an optional <code>notRenderedTags</code> parameter.</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.12 (2025-09-01)</h2> <h3>Bug Fixes</h3> <ul> <li>Variables marked with <code>@enum</code> now work for symbols imported from another module, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3003">#3003</a>.</li> <li>Improved magic introduced with <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2999">#2999</a> to work with imported symbols, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3003">#3003</a>.</li> <li>Fixed relative link resolution to file names containing percent encoded URLs, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3006">#3006</a>.</li> <li>Linking to the project's README file with a relative link will now behave as expected, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3006">#3006</a>.</li> <li>Reduced unnecessary HTML element rendering in default theme. API: <code>Reflection.hasComment</code> and <code>Comment.hasVisibleComponent</code> now accepts an optional <code>notRenderedTags</code> parameter.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/b3a4869bcbc054a37d0fbb0bc71339325a26f2ee"><code>b3a4869</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/40f17fba3a5073c832e8102c8a7125464b2c28a0"><code>40f17fb</code></a> Bump version to 0.28.12</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/0c3ad25a27b443b7a9048ad740a7461a5d6c2264"><code>0c3ad25</code></a> Fix new ESLint issues</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/bfed02dbb36c0cb0d0fb508da913c89e6ff2a0b6"><code>bfed02d</code></a> Upgrade deps</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/0a716b2abfed0038ba450a85516b5f7cd3bb572f"><code>0a716b2</code></a> Fix relative links to README file</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/51c7ff207732d0d2aa409577eae9e27321576456"><code>51c7ff2</code></a> Fix link resolution with percent encoded URLs</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/34d2c33975e6f01c766aa9a41f219027c233c24c"><code>34d2c33</code></a> Fix <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3003">#3003</a></li> <li>See full diff in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.28.11...v0.28.12">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.28.11&new-version=0.28.12)](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>
1 parent eb6e725 commit 914cf16

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"ts-node": "^10.9.2",
4848
"tsup": "^8.5.0",
4949
"turbo": "^2.5.5",
50-
"typedoc": "^0.28.11",
50+
"typedoc": "^0.28.12",
5151
"typedoc-plugin-frontmatter": "^1.3.0",
5252
"typedoc-plugin-markdown": "^4.8.1",
5353
"typedoc-plugin-mdn-links": "^5.0.9",

pnpm-lock.yaml

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)