-
Notifications
You must be signed in to change notification settings - Fork 426
Commit b1e2877
authored
Update dependency typedoc to v0.28.2 (#1232)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [typedoc](https://typedoc.org)
([source](https://redirect.github.com/TypeStrong/TypeDoc)) | [`0.28.1`
-> `0.28.2`](https://renovatebot.com/diffs/npm/typedoc/0.28.1/0.28.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>TypeStrong/TypeDoc (typedoc)</summary>
###
[`v0.28.2`](https://redirect.github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0282-2025-04-07)
[Compare
Source](https://redirect.github.com/TypeStrong/TypeDoc/compare/v0.28.1...v0.28.2)
##### Features
- `@group none` and `@category none` will now render their children
without a section
heading in the default theme,
[#​2922](https://redirect.github.com/TypeStrong/TypeDoc/issues/2922).
- Added `@disableGroups` tag to completely disable the grouping
mechanism for a
given reflection,
[#​2922](https://redirect.github.com/TypeStrong/TypeDoc/issues/2922).
##### Bug Fixes
- Variables using `@class` now correctly handle `@category`,
[#​2914](https://redirect.github.com/TypeStrong/TypeDoc/issues/2914).
- Variables using `@class` now include constructor parameters,
[#​2914](https://redirect.github.com/TypeStrong/TypeDoc/issues/2914).
- Variables using `@class` with a generic first constructor function now
adopt
that function's type parameters as the class type parameters,
[#​2914](https://redirect.github.com/TypeStrong/TypeDoc/issues/2914).
- When printing entry point globs which fail to match any paths, TypeDoc
will no longer normalize the glob,
[#​2918](https://redirect.github.com/TypeStrong/TypeDoc/issues/2918).
- Inlining types can now handle more type variants,
[#​2920](https://redirect.github.com/TypeStrong/TypeDoc/issues/2920).
- Fixed behavior of `externalSymbolLinkMappings` option when URL is set
to `#`,
[#​2921](https://redirect.github.com/TypeStrong/TypeDoc/issues/2921).
- Fixed broken links within module pages when structure-dir router was
used,
[#​2928](https://redirect.github.com/TypeStrong/TypeDoc/issues/2928).
- Type parameters on JS classes defined with `@typedef` now correctly
handle the constraint,
[#​2929](https://redirect.github.com/TypeStrong/TypeDoc/issues/2929).
- API: `toString` on types containing index signatures now behave
correctly,
[#​2917](https://redirect.github.com/TypeStrong/TypeDoc/issues/2917).
- Added `@inlineType` to the list of tags excluded by default.
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent b098d8f commit b1e2877Copy full SHA for b1e2877
File tree
Expand file treeCollapse file tree
1 file changed
+30
-8
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+30
-8
lines changedOpen diff view settings
Collapse file
+30-8Lines changed: 30 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments