chore(deps): update dependency typedoc to v0.22.7
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| typedoc (source) | devDependencies | patch | 0.22.6 -> 0.22.7 |
Release Notes
TypeStrong/TypeDoc
v0.22.7
Features
- Added support for GitHub enterprise projects with a
githubprivate.comdomain, #1743. - Added support for GitLab repositories, #1728.
Bug Fixes
- Replaced O(n^2) with O(1) implementation for determining unique IDs in a rendered page, #1755.
- Fixed crash with when running in very large repositories, #1744.
- Fixed visible gap after footer in dark mode if
hideGeneratoris set, #1749. - Fixed
@categorytag incorrectly appearing on function types if used on a type alias, #1745. - Fixed incorrect JS to apply themes on page load, #1709 (again).
- Accessors and index signatures are now properly marked as inherited on declaration creation, #1742.
Thanks!
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.