Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency typedoc to v0.26.7 (#957)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typedoc](https://typedoc.org) ([source](https://github.com/TypeStrong/TypeDoc)) | [`0.26.6` -> `0.26.7`](https://renovatebot.com/diffs/npm/typedoc/0.26.6/0.26.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc/0.26.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typedoc/0.26.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typedoc/0.26.6/0.26.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typedoc/0.26.6/0.26.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>TypeStrong/TypeDoc (typedoc)</summary> ### [`v0.26.7`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0267-2024-09-09) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.26.6...v0.26.7) ##### Features - Support TypeScript 5.6, [#​2699](https://github.com/TypeStrong/TypeDoc/issues/2699). - Added `customJs` option to include a script tag in generated HTML output, [#​2650](https://github.com/TypeStrong/TypeDoc/issues/2650). - Added `markdownLinkExternal` option to treat `http[s]://` links in markdown documents and comments as external to be opened in a new tab, [#​2679](https://github.com/TypeStrong/TypeDoc/issues/2679). - Added `navigation.excludeReferences` option to prevent re-exports from appearing in the left hand navigation, [#​2685](https://github.com/TypeStrong/TypeDoc/issues/2685). - Added support for the `@abstract` tag, [#​2692](https://github.com/TypeStrong/TypeDoc/issues/2692). ##### Bug Fixes - Fixed an issue where links in packages mode would be resolved incorrectly, [#​2680](https://github.com/TypeStrong/TypeDoc/issues/2680). - `@link` tags to symbols which are not included in the documentation will produce invalid link warnings again, [#​2681](https://github.com/TypeStrong/TypeDoc/issues/2681). - Fixed handling of `@param` tags on comments attached to function callback parameters, [#​2683](https://github.com/TypeStrong/TypeDoc/issues/2683). - The `alphabetical` and `alphabetical-ignoring-documents` sort options now use `localeCompare` to sort, [#​2684](https://github.com/TypeStrong/TypeDoc/issues/2684). - Fixed incorrect placement of parameter default values in some signatures with a `this` parameter, [#​2698](https://github.com/TypeStrong/TypeDoc/issues/2698). ##### Thanks! - [@​Aryakoste](https://github.com/Aryakoste) - [@​waynemwashuma](https://github.com/waynemwashuma) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information