chore(deps-dev): Bump typedoc from 0.27.9 to 0.28.4
Bumps typedoc from 0.27.9 to 0.28.4.
Release notes
Sourced from typedoc's releases.
v0.28.4
Features
- The navigation in the default theme will now attempt to break long names onto multiple lines, #2940.
- Added German (de) localization, #2941.
Bug Fixes
- TypeDoc's default theme now uses the same chevron for all collapsible elements, #2924 The
chevronSmallhelper is now deprecated and will be removed with v0.29.0.- Classes/interfaces marked with
@hiddenwill no longer appear in the "Hierarchy" section of the docs.- TypeDoc now handles wildcard JSDoc types, #2949.
Thanks!
v0.28.3
Bug Fixes
@inlinenow functions when referencing tuple types, #2932.@linklinks to the current page are now rendered, #2934.@includeCodenow supports regions in TypeScript files with.mtsand.ctsfile extensions, #2935.- Aliased symbols (re-exports) are now resolved before checking if they are excluded/external, #2937.
- Improved error reporting when paths including Windows separators are provided as globs, #2938.
v0.28.2
Features
@group noneand@category nonewill now render their children without a section heading in the default theme, #2922.- Added
@disableGroupstag to completely disable the grouping mechanism for a given reflection, #2922.Bug Fixes
- Variables using
@classnow correctly handle@category, #2914.- Variables using
@classnow include constructor parameters, #2914.- Variables using
@classwith a generic first constructor function now adopt that function's type parameters as the class type parameters, #2914.- When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob, #2918.
- Inlining types can now handle more type variants, #2920.
- Fixed behavior of
externalSymbolLinkMappingsoption when URL is set to#, #2921.- Fixed broken links within module pages when structure-dir router was used, #2928.
- Type parameters on JS classes defined with
@typedefnow correctly handle the constraint, #2929.
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.28.4 (2025-05-04)
Features
- The navigation in the default theme will now attempt to break long names onto multiple lines, #2940.
- Added German (de) localization, #2941.
Bug Fixes
- TypeDoc's default theme now uses the same chevron for all collapsible elements, #2924 The
chevronSmallhelper is now deprecated and will be removed with v0.29.0.- Classes/interfaces marked with
@hiddenwill no longer appear in the "Hierarchy" section of the docs.- TypeDoc now handles wildcard JSDoc types, #2949.
Thanks!
v0.28.3 (2025-04-20)
Bug Fixes
@inlinenow functions when referencing tuple types, #2932.@linklinks to the current page are now rendered, #2934.@includeCodenow supports regions in TypeScript files with.mtsand.ctsfile extensions, #2935.- Aliased symbols (re-exports) are now resolved before checking if they are excluded/external, #2937.
- Improved error reporting when paths including Windows separators are provided as globs, #2938.
v0.28.2 (2025-04-07)
Features
@group noneand@category nonewill now render their children without a section heading in the default theme, #2922.- Added
@disableGroupstag to completely disable the grouping mechanism for a given reflection, #2922.Bug Fixes
- Variables using
@classnow correctly handle@category, #2914.- Variables using
@classnow include constructor parameters, #2914.- Variables using
@classwith a generic first constructor function now adopt that function's type parameters as the class type parameters, #2914.- When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob, #2918.
- Inlining types can now handle more type variants, #2920.
- Fixed behavior of
externalSymbolLinkMappingsoption when URL is set to#, #2921.- Fixed broken links within module pages when structure-dir router was used, #2928.
- Type parameters on JS classes defined with
@typedefnow correctly handle the constraint, #2929.
... (truncated)
Commits
ec610e4Update changelog for releaseaed8474Bump version to 0.28.4683e9feHandle JSDoc wildcard types964b128Fix options schema generation8921f13docs: Update overview.md (#2946)f5fd9aeRemove hidden reflections from class hierarchy18620a2Fix testsae54201Break navigation linesf31aa35Update changelog7460b9bUse same chevron on index (#2924)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @nextcloud-command.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Reviewers
The following teams could not be added as reviewers: files. Either the team does not exist or it does not have the correct permissions to be added as a reviewer.
Please fix the above issues or remove invalid values from dependabot.yml.
The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
Superseded by #1263.