Skip to content

Commit 11a4f98

Browse files
Update dependency typedoc to v0.28.14 (#1422)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [typedoc](https://typedoc.org) ([source](https://redirect.github.com/TypeStrong/TypeDoc)) | [`0.28.13` -> `0.28.14`](https://renovatebot.com/diffs/npm/typedoc/0.28.13/0.28.14) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc/0.28.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typedoc/0.28.13/0.28.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>TypeStrong/TypeDoc (typedoc)</summary> ### [`v0.28.14`](https://redirect.github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02814-2025-10-11) [Compare Source](https://redirect.github.com/TypeStrong/TypeDoc/compare/v0.28.13...v0.28.14) ##### Features - Introduced the `preservedTypeAnnotationTags` option to specify tags whose type annotations should be copied to the output documentation, [#&#8203;3020](https://redirect.github.com/TypeStrong/TypeDoc/issues/3020). API: Introduced `typeAnnotation` on `CommentTag` - Added `excludePrivateClassFields` option to hide `#private` members while allowing `private` members, [#&#8203;3017](https://redirect.github.com/TypeStrong/TypeDoc/issues/3017). - Added support for TypeScript's `@this` tag for JS files which describe `this` parameters, [#&#8203;3026](https://redirect.github.com/TypeStrong/TypeDoc/issues/3026). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/line/line-bot-sdk-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Motoi Okuzono <[email protected]>
1 parent 1ef3ac5 commit 11a4f98

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"husky": "9.1.7",
7575
"msw": "2.11.3",
7676
"prettier": "3.6.2",
77-
"typedoc": "^0.28.0",
77+
"typedoc": "^0.28.14",
7878
"typedoc-plugin-markdown": "^4.3.0",
7979
"typescript": "^5.5.4",
8080
"vitepress": "^1.0.1",

0 commit comments

Comments
 (0)