Skip to content

Commit be34d88

Browse files
chore(deps): update dependency typedoc to v0.24.5 (#4525)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typedoc](https://typedoc.org) ([source](https://github.com/TypeStrong/TypeDoc)) | [`0.24.4` -> `0.24.5`](https://renovatebot.com/diffs/npm/typedoc/0.24.4/0.24.5) | [![age](https://badges.renovateapi.com/packages/npm/typedoc/0.24.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/typedoc/0.24.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/typedoc/0.24.5/compatibility-slim/0.24.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/typedoc/0.24.5/confidence-slim/0.24.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>TypeStrong/TypeDoc</summary> ### [`v0.24.5`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0245-2023-04-22) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.24.4...v0.24.5) ##### Features - Categories and groups can now be shown in the navigation, added `--navigation.includeCategories` and `--navigation.includeGroups` to control this behavior. The `--categorizeByGroup` option also effects this behavior. If `categorizeByGroup` is set (the default) and `navigation.includeGroups` is *not* set, the value of `navigation.includeCategories` will be effectively ignored since categories will be created only within groups, [#&#8203;1532](https://github.com/TypeStrong/TypeDoc/issues/1532). - Added support for discovering a "module" comment on global files, [#&#8203;2165](https://github.com/TypeStrong/TypeDoc/issues/2165). - Added copy code to clipboard button, [#&#8203;2153](https://github.com/TypeStrong/TypeDoc/issues/2153). - Function `@returns` blocks will now be rendered with the return type, [#&#8203;2180](https://github.com/TypeStrong/TypeDoc/issues/2180). - Added `--groupOrder` option to specify the sort order of groups, [#&#8203;2251](https://github.com/TypeStrong/TypeDoc/issues/2251). ##### Bug Fixes - Type parameter constraints now respect the `--hideParameterTypesInTitle` option, [#&#8203;2226](https://github.com/TypeStrong/TypeDoc/issues/2226). - Even more contrast fixes, [#&#8203;2248](https://github.com/TypeStrong/TypeDoc/issues/2248). - Fix semantic highlighting for predicate type's parameter references, [#&#8203;2249](https://github.com/TypeStrong/TypeDoc/issues/2249). - Fixed broken links to heading titles. - Fixed inconsistent styling between type parameter lists and parameter lists. - TypeDoc will now warn if more than one `@returns` block is is present in a function, and ignore the duplicate blocks as specified by TSDoc. ##### Thanks! - [@&#8203;FlippieCoetser](https://github.com/FlippieCoetser) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1450489 commit be34d88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21316,8 +21316,8 @@ __metadata:
2131621316
linkType: hard
2131721317

2131821318
"typedoc@npm:^0.24.0":
21319-
version: 0.24.4
21320-
resolution: "typedoc@npm:0.24.4"
21319+
version: 0.24.5
21320+
resolution: "typedoc@npm:0.24.5"
2132121321
dependencies:
2132221322
lunr: ^2.3.9
2132321323
marked: ^4.3.0
@@ -21327,7 +21327,7 @@ __metadata:
2132721327
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x
2132821328
bin:
2132921329
typedoc: bin/typedoc
21330-
checksum: c6762aff2b40eb574fc348c82921471fa1c1dc8a83adc284457aab30ea61768770be469f424340ab646944472653290578fd8e6308d55ec2e611577472067dae
21330+
checksum: f6cc0585d92eda2c9eeb1ad000df89e2c5a386fa3a82dc259a7c3c54f3f97b86ca5ede5b07dbc9c16f983aac2547fb3c4793dd74a2f0601ffccda916c62b0f06
2133121331
languageName: node
2133221332
linkType: hard
2133321333

0 commit comments

Comments
 (0)