Skip to content

Commit b59ebe8

Browse files
chore(deps): update dependency typedoc to v0.28.11 (#1272)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [typedoc](https://typedoc.org) ([source](https://redirect.github.com/TypeStrong/TypeDoc)) | devDependencies | patch | [`0.28.10` -> `0.28.11`](https://renovatebot.com/diffs/npm/typedoc/0.28.10/0.28.11) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/TypeStrong/TypeDoc/badge)](https://securityscorecards.dev/viewer/?uri=github.com/TypeStrong/TypeDoc) | --- ### Release Notes <details> <summary>TypeStrong/TypeDoc (typedoc)</summary> ### [`v0.28.11`](https://redirect.github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02811-2025-08-25) [Compare Source](https://redirect.github.com/TypeStrong/TypeDoc/compare/v0.28.10...v0.28.11) ##### Features - Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, [#&#8203;2999](https://redirect.github.com/TypeStrong/TypeDoc/issues/2999). ##### Bug Fixes - Fixed link resolution not working correctly in first comment on the file in some cases, [#&#8203;2994](https://redirect.github.com/TypeStrong/TypeDoc/issues/2994). - Optional methods are now rendered with a trailing `?` in the reflection preview and signature, [#&#8203;2995](https://redirect.github.com/TypeStrong/TypeDoc/issues/2995). - The `compilerOptions` option now functions properly with non-boolean options, [#&#8203;3000](https://redirect.github.com/TypeStrong/TypeDoc/issues/3000). - Configuration errors within the `compilerOptions` option are now handled gracefully, [#&#8203;3000](https://redirect.github.com/TypeStrong/TypeDoc/issues/3000). - Fixed improper casing of "Type Declaration" header, [#&#8203;3002](https://redirect.github.com/TypeStrong/TypeDoc/issues/3002). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/settlemint/sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5c830f commit b59ebe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"publint": "0.3.12",
1414
"tsdown": "^0.14.0",
1515
"turbo": "2.5.6",
16-
"typedoc": "0.28.10",
16+
"typedoc": "0.28.11",
1717
"typedoc-plugin-markdown": "4.8.1",
1818
"typedoc-plugin-merge-modules": "7.0.0",
1919
"typedoc-plugin-zod": "1.4.2",
@@ -1513,7 +1513,7 @@
15131513

15141514
"type-is": ["type-is@2.0.1", "", { "dependencies": { "content-type": "^1.0.5", "media-typer": "^1.1.0", "mime-types": "^3.0.0" } }, "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw=="],
15151515

1516-
"typedoc": ["typedoc@0.28.10", "", { "dependencies": { "@gerrit0/mini-shiki": "^3.9.0", "lunr": "^2.3.9", "markdown-it": "^14.1.0", "minimatch": "^9.0.5", "yaml": "^2.8.0" }, "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-zYvpjS2bNJ30SoNYfHSRaFpBMZAsL7uwKbWwqoCNFWjcPnI3e/mPLh2SneH9mX7SJxtDpvDgvd9/iZxGbo7daw=="],
1516+
"typedoc": ["typedoc@0.28.11", "", { "dependencies": { "@gerrit0/mini-shiki": "^3.9.0", "lunr": "^2.3.9", "markdown-it": "^14.1.0", "minimatch": "^9.0.5", "yaml": "^2.8.0" }, "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-1FqgrrUYGNuE3kImAiEDgAVVVacxdO4ZVTKbiOVDGkoeSB4sNwQaDpa8mta+Lw5TEzBFmGXzsg0I1NLRIoaSFw=="],
15171517

15181518
"typedoc-plugin-markdown": ["typedoc-plugin-markdown@4.8.1", "", { "peerDependencies": { "typedoc": "0.28.x" } }, "sha512-ug7fc4j0SiJxSwBGLncpSo8tLvrT9VONvPUQqQDTKPxCoFQBADLli832RGPtj6sfSVJebNSrHZQRUdEryYH/7g=="],
15191519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"publint": "0.3.12",
5151
"tsdown": "^0.14.0",
5252
"turbo": "2.5.6",
53-
"typedoc": "0.28.10",
53+
"typedoc": "0.28.11",
5454
"typedoc-plugin-markdown": "4.8.1",
5555
"typedoc-plugin-merge-modules": "7.0.0",
5656
"typedoc-plugin-zod": "1.4.2",

0 commit comments

Comments
 (0)