Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the typedoc-deps group across 1 directory with 2 updates (#210)
Bumps the typedoc-deps group with 2 updates in the / directory: [typedoc](https://github.com/TypeStrong/TypeDoc) and [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown). Updates `typedoc` from 0.25.9 to 0.26.5 <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.5</h2> <h3>Features</h3> <ul> <li>TypeDoc now exposes array option defaults under <code>OptionDefaults</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2640">#2640</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Constructor parameters which share a name with a property on a parent class will no longer inherit the comment on the parent class, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2636">#2636</a>.</li> <li>Packages mode will now attempt to use the comment declared in the comment class for inherited members, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2622">#2622</a>.</li> <li>TypeDoc no longer crashes when <code>@document</code> includes an empty file, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2638">#2638</a>.</li> <li>API: Event listeners added later with the same priority will be called later, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2643">#2643</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/bladerunner2020"><code>@bladerunner2020</code></a></li> </ul> <h2>v0.26.4</h2> <h3>Bug Fixes</h3> <ul> <li>The page navigation sidebar no longer incorrectly includes re-exports if the same member is exported with multiple names <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2625">#2625</a>.</li> <li>Page navigation now ensures the current page is visible when the page is first loaded, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2626">#2626</a>.</li> <li>If a relative linked image is referenced multiple times, TypeDoc will no longer sometimes produce invalid links to the image <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2627">#2627</a>.</li> <li><code>@link</code> tags will now be validated in referenced markdown documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li> <li><code>@link</code> tags are now resolved in project documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li> <li>HTML/JSON output generated by TypeDoc now contains a trailing newline, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2632">#2632</a>.</li> <li>TypeDoc now correctly handles markdown documents with CRLF line endings, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2628">#2628</a>.</li> <li><code>@hidden</code> is now properly applied when placed in a function implementation comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2634">#2634</a>.</li> <li>Comments on re-exports are now rendered.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/bukowa"><code>@bukowa</code></a></li> <li><a href="https://github.com/garrett-hopper"><code>@garrett-hopper</code></a></li> </ul> <h2>v0.26.3</h2> <h3>Features</h3> <ul> <li>"On This Page" navigation now includes the page groups in collapsible sections, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2616">#2616</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><code>mailto:</code> links are no longer incorrectly recognized as relative paths, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2613">#2613</a>.</li> <li>Added <code>@SInCE</code> to the default list of recognized tags, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2614">#2614</a>.</li> <li>Relative paths to directories will no longer cause the directory to be copied into the media directory, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2617">#2617</a>.</li> </ul> <h2>v0.26.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.5 (2024-07-21)</h2> <h3>Features</h3> <ul> <li>TypeDoc now exposes array option defaults under <code>OptionDefaults</code>, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2640">#2640</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Constructor parameters which share a name with a property on a parent class will no longer inherit the comment on the parent class, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2636">#2636</a>.</li> <li>Packages mode will now attempt to use the comment declared in the comment class for inherited members, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2622">#2622</a>.</li> <li>TypeDoc no longer crashes when <code>@document</code> includes an empty file, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2638">#2638</a>.</li> <li>API: Event listeners added later with the same priority will be called later, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2643">#2643</a>.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/bladerunner2020"><code>@bladerunner2020</code></a></li> </ul> <h2>v0.26.4 (2024-07-10)</h2> <h3>Bug Fixes</h3> <ul> <li>The page navigation sidebar no longer incorrectly includes re-exports if the same member is exported with multiple names <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2625">#2625</a>.</li> <li>Page navigation now ensures the current page is visible when the page is first loaded, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2626">#2626</a>.</li> <li>If a relative linked image is referenced multiple times, TypeDoc will no longer sometimes produce invalid links to the image <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2627">#2627</a>.</li> <li><code>@link</code> tags will now be validated in referenced markdown documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li> <li><code>@link</code> tags are now resolved in project documents, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2629">#2629</a>.</li> <li>HTML/JSON output generated by TypeDoc now contains a trailing newline, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2632">#2632</a>.</li> <li>TypeDoc now correctly handles markdown documents with CRLF line endings, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2628">#2628</a>.</li> <li><code>@hidden</code> is now properly applied when placed in a function implementation comment, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2634">#2634</a>.</li> <li>Comments on re-exports are now rendered.</li> </ul> <h3>Thanks!</h3> <ul> <li><a href="https://github.com/bukowa"><code>@bukowa</code></a></li> <li><a href="https://github.com/garrett-hopper"><code>@garrett-hopper</code></a></li> </ul> <h2>v0.26.3 (2024-06-28)</h2> <h3>Features</h3> <ul> <li>"On This Page" navigation now includes the page groups in collapsible sections, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2616">#2616</a>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><code>mailto:</code> links are no longer incorrectly recognized as relative paths, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2613">#2613</a>.</li> <li>Added <code>@SInCE</code> to the default list of recognized tags, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2614">#2614</a>.</li> <li>Relative paths to directories will no longer cause the directory to be copied into the media directory, <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2617">#2617</a>.</li> </ul> <h2>v0.26.2 (2024-06-24)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TypeStrong/typedoc/commit/8a23089063a6f47252fe90ec7410cc142401e8f9"><code>8a23089</code></a> Update changelog for release</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/e66afa77fe6c252e2ded301340ac2d572a0f88d6"><code>e66afa7</code></a> Release 0.26.5</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/d422f414583e2171d3f02adaf7c2c3889af897e1"><code>d422f41</code></a> Node version?</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/f84fa7fd283d484ed849a2358b7f026c888c09a2"><code>f84fa7f</code></a> Try that version</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/6570fa8fac342667c88879f200c08b44b6230bdd"><code>6570fa8</code></a> Install a working npm version in CI</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/14b87cfe0c11c2de655342483df51d4a81deea87"><code>14b87cf</code></a> Allow comments on signature parents to count for docs</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/44a72e510eb42df3fa450b5b8dba86ea706fbbdc"><code>44a72e5</code></a> Call listeners with the same priority later</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/977dd1974e1fcfde3d74593a4b996bab0afe1577"><code>977dd19</code></a> Expose OptionDefaults variable</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/c1fb5bd53ce0cca3a940ff3955ca2365ad3ebc67"><code>c1fb5bd</code></a> Add <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2639">#2639</a> to changelog</li> <li><a href="https://github.com/TypeStrong/typedoc/commit/946ea386366e3bdd9c5adbb74d29afc47d49e392"><code>946ea38</code></a> Merge pull request <a href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2639">#2639</a> from bladerunner2020/master</li> <li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.25.9...v0.26.5">compare view</a></li> </ul> </details> <br /> Updates `typedoc-plugin-markdown` from 3.17.1 to 4.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typedoc2md/typedoc-plugin-markdown/releases">typedoc-plugin-markdown's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>Fix missing return comments for const functions (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656">#656</a>)</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>Correctly resolve comment summary for const functions (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656">#656</a>)</li> <li>Fix anchor links containing generics (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/655">#655</a>)</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>Fix missing index descriptions for signatures (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618">#618</a>)</li> </ul> <h2>[email protected]</h2> <h3>Minor Changes</h3> <ul> <li>Exposed "modulesFileName" option (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/647">#647</a>)</li> <li>Write <code>.nojekyll</code> file if TypeDocs "githubPages" option is true (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/650">#650</a>)</li> <li>Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/627">#627</a>).</li> <li>Exposed "useHTMLEncodedBrackets" option for alternative angle bracket escaping(<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/564">#564</a>).</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>Support TypeDoc 0.26 relative links implementation (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/645">#645</a>).</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>normalize window paths when "publicPath" is set (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/639">#639</a>)</li> </ul> <h2>[email protected]</h2> <h3>Minor Changes</h3> <ul> <li>Theme support for TypeDoc’s 0.26 localization model.</li> <li>Theme support for TypeDoc’s 0.26 documents implementation.</li> <li>Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618">#618</a>).</li> <li>Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures.</li> <li>Supports the ability to control what table columns are rendered with the --tableColumnSettings option.</li> </ul> <h3>Patch Changes</h3> <ul> <li>Handle duplicate files when tagged in same group (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/625">#625</a>)</li> <li>Fix issues with tables and block tags (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618">#618</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md">typedoc-plugin-markdown's changelog</a>.</em></p> <blockquote> <h2>4.2.3 (2024-07-24)</h2> <h3>Patch Changes</h3> <ul> <li>Fix missing return comments for const functions (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656">#656</a>)</li> </ul> <h2>4.2.2 (2024-07-22)</h2> <h3>Patch Changes</h3> <ul> <li>Correctly resolve comment summary for const functions (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656">#656</a>)</li> <li>Fix anchor links containing generics (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/655">#655</a>)</li> </ul> <h2>4.2.1 (2024-07-11)</h2> <h3>Patch Changes</h3> <ul> <li>Fix missing index descriptions for signatures (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618">#618</a>)</li> </ul> <h2>4.2.0 (2024-07-10)</h2> <h3>Minor Changes</h3> <ul> <li>Exposed "modulesFileName" option (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/647">#647</a>)</li> <li>Write <code>.nojekyll</code> file if TypeDocs "githubPages" option is true (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/650">#650</a>)</li> <li>Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/627">#627</a>).</li> <li>Exposed "useHTMLEncodedBrackets" option for alternative angle bracket escaping(<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/564">#564</a>).</li> </ul> <h2>4.1.2 (2024-07-05)</h2> <h3>Patch Changes</h3> <ul> <li>Support TypeDoc 0.26 relative links implementation (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/645">#645</a>).</li> </ul> <h2>4.1.1 (2024-06-30)</h2> <h3>Patch Changes</h3> <ul> <li>Normalize window paths when "publicPath" is set (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/639">#639</a>)</li> </ul> <h2>4.1.0 (2024-06-22)</h2> <h3>New Features</h3> <ul> <li>Theme support for TypeDoc’s 0.26 localization model.</li> <li>Theme support for TypeDoc’s 0.26 documents implementation.</li> <li>Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes (<a href="https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618">#618</a>).</li> <li>Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures.</li> <li>Supports the ability to control what table columns are rendered with the --tableColumnSettings option.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/c0539fec9386bab77be2b474b0413f12b74ceff4"><code>c0539fe</code></a> Version Packages</li> <li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/b95b7f4a4cbc5643ff8b919c4ece3fd9512bb9be"><code>b95b7f4</code></a> fix(core): fix missing return comments for const functions</li> <li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/967c5847f48e329e08a53dec75b7304d71cc8fd6"><code>967c584</code></a> chore(docs): updated changelog date</li> <li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/78c7172c28798f3947f9e585860d5a4e38131f41"><code>78c7172</code></a> Version Packages</li> <li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/58d2d3cae262997c61e58f03cbb07c159eb0aaee"><code>58d2d3c</code></a> fix(core): correctly resolve comment summary for const functions</li> <li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/f461ada987e19589c926c228bd3d475a4a3afaf0"><code>f461ada</code></a> fix(core): fix anchor links containing generics (<a href="https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown/issues/655">#655</a>)</li> <li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/25769b93b025a300c331c4a4a6bfd90b55b8bde3"><code>25769b9</code></a> chore(docs): updated docs</li> <li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/44419c6adc5b1e4e1a91cee7bdbd0345076edeb0"><code>44419c6</code></a> chore(docs): updated docs</li> <li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/c3ce48ba5148ffdb79477338d7be24d3180ece6f"><code>c3ce48b</code></a> chore(docs): updated changelog date</li> <li><a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commit/ac4017946b6b47bbe0475854e2b6d2a63804fd5d"><code>ac40179</code></a> Version Packages</li> <li>Additional commits viewable in <a href="https://github.com/typedoc2md/typedoc-plugin-markdown/commits/[email protected]/packages/typedoc-plugin-markdown">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information