Skip to content

Commit ef97e81

Browse files
chore(deps): update dependency typedoc to v0.24.4 (#4495)
[![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.1` -> `0.24.4`](https://renovatebot.com/diffs/npm/typedoc/0.24.1/0.24.4) | [![age](https://badges.renovateapi.com/packages/npm/typedoc/0.24.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/typedoc/0.24.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/typedoc/0.24.4/compatibility-slim/0.24.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/typedoc/0.24.4/confidence-slim/0.24.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>TypeStrong/TypeDoc</summary> ### [`v0.24.4`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0244-2023-04-16) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.24.3...v0.24.4) ##### Bug Fixes - Fixed broken semantic coloring, [#&#8203;2247](https://github.com/TypeStrong/TypeDoc/issues/2247). - Increased contrast for parameter titles in dark mode to meet WCAG AA contrast requirements, [#&#8203;2244](https://github.com/TypeStrong/TypeDoc/issues/2244). - Underline color of index links now matches the text color, [#&#8203;2245](https://github.com/TypeStrong/TypeDoc/issues/2245). - Increased contract for active menu item text in dark mode. ### [`v0.24.3`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0243-2023-04-16) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.24.2...v0.24.3) ##### Bug Fixes - Fixed path expansion on Windows preventing generation, [#&#8203;2243](https://github.com/TypeStrong/TypeDoc/issues/2243) and [#&#8203;2241](https://github.com/TypeStrong/TypeDoc/issues/2241). ### [`v0.24.2`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0242-2023-04-15) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.24.1...v0.24.2) ##### Features - Added semantic link coloring for reflection names & links, [#&#8203;2227](https://github.com/TypeStrong/TypeDoc/issues/2227). Note: This resulted in function signatures becoming too busy for easy scanning with even slightly complicated signatures as such, TypeDoc now only renders parameter names in the signature title and includes the type in the parameter details as usual. This can be controlled with the new `--hideParameterTypesInTitle` option. - Conditional types will now render their branches on the next line for easier comprehension. ##### Bug Fixes - Fixed `&` showing as `&amp;` and HTML text showing up in page contents navigation, [#&#8203;2224](https://github.com/TypeStrong/TypeDoc/issues/2224). - Increased padding between sections when one navigation column is displayed, [#&#8203;2225](https://github.com/TypeStrong/TypeDoc/issues/2225). - Correct padding for navigation elements with a displayed icon, [#&#8203;2229](https://github.com/TypeStrong/TypeDoc/issues/2229). - Fixed `source-order` sort strategy failing to compare reflections within a file. - Added `enum-member-source-order` specialization of the `source-order` sort strategy which only compares enum members, [#&#8203;2237](https://github.com/TypeStrong/TypeDoc/issues/2237). - Updated highlight colors for semantic links to meet WCAG AA contrast requirements, [#&#8203;2228](https://github.com/TypeStrong/TypeDoc/issues/2228). - Type parameters are now highlighted consistently, [#&#8203;2230](https://github.com/TypeStrong/TypeDoc/issues/2230). - Fixed semantic coloring in type and function signatures, [#&#8203;2227](https://github.com/TypeStrong/TypeDoc/issues/2227). - Fixed issue where removing a reflection indirectly containing an object/function type would only partially remove the reflection, [#&#8203;2231](https://github.com/TypeStrong/TypeDoc/issues/2231). - Fixed "Implementation of X.y" links if a mixture of methods and property-methods are used, [#&#8203;2233](https://github.com/TypeStrong/TypeDoc/issues/2233). - "Implementation of" text to symbol-properties not contained in the documentation will now use the resolved name instead of a `__@&#8203;` symbol name, [#&#8203;2234](https://github.com/TypeStrong/TypeDoc/issues/2234). - Fix expansion of globs if a single entry point is provided, [#&#8203;2235](https://github.com/TypeStrong/TypeDoc/issues/2235). - Validation will no longer be skipped for sub packages when running with `--entryPointStrategy packages`. - Fixed broken theme toggle if the page contained a member named "theme". ##### Thanks! - [@&#8203;RunDevelopment](https://github.com/RunDevelopment) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d00280 commit ef97e81

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

yarn.lock

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14883,7 +14883,7 @@ __metadata:
1488314883
languageName: node
1488414884
linkType: hard
1488514885

14886-
"marked@npm:^4.0.10, marked@npm:^4.2.12":
14886+
"marked@npm:^4.0.10":
1488714887
version: 4.2.12
1488814888
resolution: "marked@npm:4.2.12"
1488914889
bin:
@@ -14892,6 +14892,15 @@ __metadata:
1489214892
languageName: node
1489314893
linkType: hard
1489414894

14895+
"marked@npm:^4.3.0":
14896+
version: 4.3.0
14897+
resolution: "marked@npm:4.3.0"
14898+
bin:
14899+
marked: bin/marked.js
14900+
checksum: 0db6817893952c3ec710eb9ceafb8468bf5ae38cb0f92b7b083baa13d70b19774674be04db5b817681fa7c5c6a088f61300815e4dd75a59696f4716ad69f6260
14901+
languageName: node
14902+
linkType: hard
14903+
1489514904
"marky@npm:^1.2.2":
1489614905
version: 1.2.5
1489714906
resolution: "marky@npm:1.2.5"
@@ -15643,7 +15652,7 @@ __metadata:
1564315652
languageName: node
1564415653
linkType: hard
1564515654

15646-
"minimatch@npm:^7.1.3, minimatch@npm:^7.4.1, minimatch@npm:^7.4.2":
15655+
"minimatch@npm:^7.4.1, minimatch@npm:^7.4.2":
1564715656
version: 7.4.3
1564815657
resolution: "minimatch@npm:7.4.3"
1564915658
dependencies:
@@ -21275,18 +21284,18 @@ __metadata:
2127521284
linkType: hard
2127621285

2127721286
"typedoc@npm:^0.24.0":
21278-
version: 0.24.1
21279-
resolution: "typedoc@npm:0.24.1"
21287+
version: 0.24.4
21288+
resolution: "typedoc@npm:0.24.4"
2128021289
dependencies:
2128121290
lunr: ^2.3.9
21282-
marked: ^4.2.12
21283-
minimatch: ^7.1.3
21291+
marked: ^4.3.0
21292+
minimatch: ^9.0.0
2128421293
shiki: ^0.14.1
2128521294
peerDependencies:
2128621295
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x
2128721296
bin:
2128821297
typedoc: bin/typedoc
21289-
checksum: 49ecc56060a9d37fd3da4fb57f0a848bf618f3b97542ef503dad67e805a611359ad2453a625da0e2dd7a2d9eb7992bcefded58115b5cb3ddc98780b548e6dfd5
21298+
checksum: c6762aff2b40eb574fc348c82921471fa1c1dc8a83adc284457aab30ea61768770be469f424340ab646944472653290578fd8e6308d55ec2e611577472067dae
2129021299
languageName: node
2129121300
linkType: hard
2129221301

0 commit comments

Comments
 (0)