auth0-angular
auth0-angular copied to clipboard
build(deps-dev): bump typedoc from 0.25.13 to 0.28.5
Bumps typedoc from 0.25.13 to 0.28.5.
Release notes
Sourced from typedoc's releases.
v0.28.5
Bug Fixes
- References to type aliases defined as mapped types will now correctly create a reference to the type alias, #2954.
ignoredHighlightLanguagescan now be used to prevent warnings for codeblocks containing languages which are supported by Shiki but are not loaded, #2956.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.
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.28.5 (2025-05-26)
Bug Fixes
- References to type aliases defined as mapped types will now correctly create a reference to the type alias, #2954.
ignoredHighlightLanguagescan now be used to prevent warnings for codeblocks containing languages which are supported by Shiki but are not loaded, #2956.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.
... (truncated)
Commits
0e34434Update changelog for releaseb7dc818Bump version to 0.28.5c0d3cb3ignoredHighlightLanguages now works for supported langsc38985fFix ignoredHighlightLanguages docs766fe9eFix references to mapped type aliasesea16fb7Fix CI configb89b6d0Merge branch 'master' of github.com:TypeStrong/typedoc56c1e17Fix benign circularity, add CI checkec610e4Update changelog for releaseaed8474Bump version to 0.28.4- 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 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)
@depandabot recreate
Superseded by #697.