Skip to content

Commit 4e70501

Browse files
Bump typedoc from 0.28.13 to 0.28.15 (#168)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.13 to 0.28.15. <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.15</h2> <h3>Features</h3> <ul> <li>The <code>gitRevision</code> option now accepts the special value <code>{branch}</code>, which indicates source links should use the current git branch for links, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3041">#3041</a>.</li> <li>Introduced <code>validation.invalidPath</code> for suppressing warnings caused by referencing relative paths which do not exist when building the documentation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3033">#3033</a>.</li> <li>API: Introduced <code>Logger.validationWarning</code> for validation which occurs during conversion rather than during TypeDoc's normal validation step, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3033">#3033</a>.</li> </ul> <h2>v0.28.14</h2> <h3>Features</h3> <ul> <li>Introduced the <code>preservedTypeAnnotationTags</code> option to specify tags whose type annotations should be copied to the output documentation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3020">#3020</a>. API: Introduced <code>typeAnnotation</code> on <code>CommentTag</code></li> <li>Added <code>excludePrivateClassFields</code> option to hide <code>#private</code> members while allowing <code>private</code> members, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3017">#3017</a>.</li> <li>Added support for TypeScript's <code>@this</code> tag for JS files which describe <code>this</code> parameters, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3026">#3026</a>.</li> </ul> <h2>Bug Fixes</h2> <ul> <li>Fixed conversion of auto-accessor types on properties with the <code>accessor</code> keyword, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3019">#3019</a>.</li> <li>Improved handling of HTML tags within headers for anchor generation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3023">#3023</a>.</li> <li>Improved support for detecting destructured parameters and renaming them to the name used in the doc comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3026">#3026</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.15 (2025-11-29)</h2> <h3>Features</h3> <ul> <li>The <code>gitRevision</code> option now accepts the special value <code>{branch}</code>, which indicates source links should use the current git branch for links, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3041">#3041</a>.</li> <li>Introduced <code>validation.invalidPath</code> for suppressing warnings caused by referencing relative paths which do not exist when building the documentation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3033">#3033</a>.</li> <li>API: Introduced <code>Logger.validationWarning</code> for validation which occurs during conversion rather than during TypeDoc's normal validation step, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3033">#3033</a>.</li> </ul> <h2>v0.28.14 (2025-10-11)</h2> <h3>Features</h3> <ul> <li>Introduced the <code>preservedTypeAnnotationTags</code> option to specify tags whose type annotations should be copied to the output documentation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3020">#3020</a>. API: Introduced <code>typeAnnotation</code> on <code>CommentTag</code></li> <li>Added <code>excludePrivateClassFields</code> option to hide <code>#private</code> members while allowing <code>private</code> members, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3017">#3017</a>.</li> <li>Added support for TypeScript's <code>@this</code> tag for JS files which describe <code>this</code> parameters, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3026">#3026</a>.</li> <li>API: Re-introduced <code>relevanceBoost</code> on <code>DeclarationReflection</code> for plugin use, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3036">#3036</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed conversion of auto-accessor types on properties with the <code>accessor</code> keyword, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3019">#3019</a>.</li> <li>Improved handling of HTML tags within headers for anchor generation, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3023">#3023</a>.</li> <li>Improved support for detecting destructured parameters and renaming them to the name used in the doc comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3026">#3026</a>.</li> <li>Constructor type parameters will now inherit their class's type parameter descriptions if not otherwise specified, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3031">#3031</a>.</li> <li>Fixed compatibility with <code>@microsoft/tsdoc-config</code> version 0.18.0, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3035">#3035</a>.</li> <li>Custom theme icons will now be used in the &quot;On This Page&quot; sidebar, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3039">#3039</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/iclanton"><code>@​iclanton</code></a></li> <li><a href="https://github.com/jonchardy"><code>@​jonchardy</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/6c9220e919356911d0cba4dc4c5a683fe2a8cd36"><code>6c9220e</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/081712a8eaef6ae61e57d13a148e41a559a27446"><code>081712a</code></a> Bump version to 0.28.15</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/8944d63786e435587749805172f27a2569f7a2a9"><code>8944d63</code></a> Update dprint plugins</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/b0dcca6a69f0ecef5bc247f9261b6b45c7a97d8b"><code>b0dcca6</code></a> Update dependencies</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/81fbdf314da279218644996ad2e6f19e78446acc"><code>81fbdf3</code></a> Add <code>{branch}</code> option to gitRevision</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/fd3344faaa5719ffd948b59106aeaaafc9709d94"><code>fd3344f</code></a> Add validation.invalidPath</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/88cd991857b8e87448b87e2b1951f1abc6ccae7e"><code>88cd991</code></a> Thank contributors</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/114b1903ee1bd8a7c83a04238be2f262568b1621"><code>114b190</code></a> Copy type param descriptions to constructors</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/3e70b65e1b18e89da9712e33e471352b94991a0d"><code>3e70b65</code></a> Merge pull request <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3035">#3035</a> from iclanton/remove-jsx</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/990614519d93cf7d3063e16f8eeff3df65417610"><code>9906145</code></a> Update site/tags/typescript.md</li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.28.13...v0.28.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typedoc&package-manager=bun&previous-version=0.28.13&new-version=0.28.15)](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 c82dd59 commit 4e70501

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bun.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149

150150
"@esbuild/win32-x64": ["@esbuild/win32-x64@0.25.4", "", { "os": "win32", "cpu": "x64" }, "sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ=="],
151151

152-
"@gerrit0/mini-shiki": ["@gerrit0/mini-shiki@3.12.2", "", { "dependencies": { "@shikijs/engine-oniguruma": "^3.12.2", "@shikijs/langs": "^3.12.2", "@shikijs/themes": "^3.12.2", "@shikijs/types": "^3.12.2", "@shikijs/vscode-textmate": "^10.0.2" } }, "sha512-HKZPmO8OSSAAo20H2B3xgJdxZaLTwtlMwxg0967scnrDlPwe6j5+ULGHyIqwgTbFCn9yv/ff8CmfWZLE9YKBzA=="],
152+
"@gerrit0/mini-shiki": ["@gerrit0/mini-shiki@3.17.0", "", { "dependencies": { "@shikijs/engine-oniguruma": "^3.17.0", "@shikijs/langs": "^3.17.0", "@shikijs/themes": "^3.17.0", "@shikijs/types": "^3.17.0", "@shikijs/vscode-textmate": "^10.0.2" } }, "sha512-Bpf6WuFar20ZXL6qU6VpVl4bVQfyyYiX+6O4xrns4nkU3Mr8paeupDbS1HENpcLOYj7pN4Rkd/yCaPA0vQwKww=="],
153153

154154
"@img/sharp-darwin-arm64": ["@img/sharp-darwin-arm64@0.33.5", "", { "optionalDependencies": { "@img/sharp-libvips-darwin-arm64": "1.0.4" }, "os": "darwin", "cpu": "arm64" }, "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ=="],
155155

@@ -243,13 +243,13 @@
243243

244244
"@puppeteer/browsers": ["@puppeteer/browsers@2.2.4", "", { "dependencies": { "debug": "^4.3.5", "extract-zip": "^2.0.1", "progress": "^2.0.3", "proxy-agent": "^6.4.0", "semver": "^7.6.2", "tar-fs": "^3.0.6", "unbzip2-stream": "^1.4.3", "yargs": "^17.7.2" }, "bin": { "browsers": "lib/cjs/main-cli.js" } }, "sha512-BdG2qiI1dn89OTUUsx2GZSpUzW+DRffR1wlMJyKxVHYrhnKoELSDxDd+2XImUkuWPEKk76H5FcM/gPFrEK1Tfw=="],
245245

246-
"@shikijs/engine-oniguruma": ["@shikijs/engine-oniguruma@3.12.2", "", { "dependencies": { "@shikijs/types": "3.12.2", "@shikijs/vscode-textmate": "^10.0.2" } }, "sha512-hozwnFHsLvujK4/CPVHNo3Bcg2EsnG8krI/ZQ2FlBlCRpPZW4XAEQmEwqegJsypsTAN9ehu2tEYe30lYKSZW/w=="],
246+
"@shikijs/engine-oniguruma": ["@shikijs/engine-oniguruma@3.17.0", "", { "dependencies": { "@shikijs/types": "3.17.0", "@shikijs/vscode-textmate": "^10.0.2" } }, "sha512-flSbHZAiOZDNTrEbULY8DLWavu/TyVu/E7RChpLB4WvKX4iHMfj80C6Hi3TjIWaQtHOW0KC6kzMcuB5TO1hZ8Q=="],
247247

248-
"@shikijs/langs": ["@shikijs/langs@3.12.2", "", { "dependencies": { "@shikijs/types": "3.12.2" } }, "sha512-bVx5PfuZHDSHoBal+KzJZGheFuyH4qwwcwG/n+MsWno5cTlKmaNtTsGzJpHYQ8YPbB5BdEdKU1rga5/6JGY8ww=="],
248+
"@shikijs/langs": ["@shikijs/langs@3.17.0", "", { "dependencies": { "@shikijs/types": "3.17.0" } }, "sha512-icmur2n5Ojb+HAiQu6NEcIIJ8oWDFGGEpiqSCe43539Sabpx7Y829WR3QuUW2zjTM4l6V8Sazgb3rrHO2orEAw=="],
249249

250-
"@shikijs/themes": ["@shikijs/themes@3.12.2", "", { "dependencies": { "@shikijs/types": "3.12.2" } }, "sha512-fTR3QAgnwYpfGczpIbzPjlRnxyONJOerguQv1iwpyQZ9QXX4qy/XFQqXlf17XTsorxnHoJGbH/LXBvwtqDsF5A=="],
250+
"@shikijs/themes": ["@shikijs/themes@3.17.0", "", { "dependencies": { "@shikijs/types": "3.17.0" } }, "sha512-/xEizMHLBmMHwtx4JuOkRf3zwhWD2bmG5BRr0IPjpcWpaq4C3mYEuTk/USAEglN0qPrTwEHwKVpSu/y2jhferA=="],
251251

252-
"@shikijs/types": ["@shikijs/types@3.12.2", "", { "dependencies": { "@shikijs/vscode-textmate": "^10.0.2", "@types/hast": "^3.0.4" } }, "sha512-K5UIBzxCyv0YoxN3LMrKB9zuhp1bV+LgewxuVwHdl4Gz5oePoUFrr9EfgJlGlDeXCU1b/yhdnXeuRvAnz8HN8Q=="],
252+
"@shikijs/types": ["@shikijs/types@3.17.0", "", { "dependencies": { "@shikijs/vscode-textmate": "^10.0.2", "@types/hast": "^3.0.4" } }, "sha512-wjLVfutYWVUnxAjsWEob98xgyaGv0dTEnMZDruU5mRjVN7szcGOfgO+997W2yR6odp+1PtSBNeSITRRTfUzK/g=="],
253253

254254
"@shikijs/vscode-textmate": ["@shikijs/vscode-textmate@10.0.2", "", {}, "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg=="],
255255

@@ -591,7 +591,7 @@
591591

592592
"type-fest": ["type-fest@5.2.0", "", { "dependencies": { "tagged-tag": "^1.0.0" } }, "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA=="],
593593

594-
"typedoc": ["typedoc@0.28.13", "", { "dependencies": { "@gerrit0/mini-shiki": "^3.12.0", "lunr": "^2.3.9", "markdown-it": "^14.1.0", "minimatch": "^9.0.5", "yaml": "^2.8.1" }, "peerDependencies": { "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x || 5.9.x" }, "bin": { "typedoc": "bin/typedoc" } }, "sha512-dNWY8msnYB2a+7Audha+aTF1Pu3euiE7ySp53w8kEsXoYw7dMouV5A1UsTUY345aB152RHnmRMDiovuBi7BD+w=="],
594+
"typedoc": ["typedoc@0.28.15", "", { "dependencies": { "@gerrit0/mini-shiki": "^3.17.0", "lunr": "^2.3.9", "markdown-it": "^14.1.0", "minimatch": "^9.0.5", "yaml": "^2.8.1" }, "peerDependencies": { "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x || 5.9.x" }, "bin": { "typedoc": "bin/typedoc" } }, "sha512-mw2/2vTL7MlT+BVo43lOsufkkd2CJO4zeOSuWQQsiXoV2VuEn7f6IZp2jsUDPmBMABpgR0R5jlcJ2OGEFYmkyg=="],
595595

596596
"typedoc-plugin-mdn-links": ["typedoc-plugin-mdn-links@5.0.10", "", { "peerDependencies": { "typedoc": "0.27.x || 0.28.x" } }, "sha512-TOMj1+fyhqhdJaMwfkw7ANz+0KHjRVUnE/SorPW83wghElmsMxxCZhDSBgF2hRB9+qsf/qIjDw65RDay94E2Wg=="],
597597

0 commit comments

Comments
 (0)