Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2025

This PR contains the following updates:

Package Change Age Confidence
typedoc (source) 0.28.20.28.15 age confidence

Release Notes

TypeStrong/TypeDoc (typedoc)

v0.28.15

Compare Source

Features
  • The gitRevision option now accepts the special value {branch}, which indicates source links should use
    the current git branch for links, #​3041.
  • Introduced validation.invalidPath for suppressing warnings caused by referencing relative paths which
    do not exist when building the documentation, #​3033.
  • API: Introduced Logger.validationWarning for validation which occurs during conversion rather than
    during TypeDoc's normal validation step, #​3033.

v0.28.14

Compare Source

Features
  • Introduced the preservedTypeAnnotationTags option to specify tags whose type annotations should
    be copied to the output documentation, #​3020.
    API: Introduced typeAnnotation on CommentTag
  • Added excludePrivateClassFields option to hide #private members while allowing private members, #​3017.
  • Added support for TypeScript's @this tag for JS files which describe this parameters, #​3026.

v0.28.13

Compare Source

Features
  • The basePath option now also affects relative link resolution, TypeDoc will also check for
    paths relative to the provided base path. If you instead want TypeDoc to only change the rendered
    base path for sources, use the displayBasePath option, #​3009.
Bug Fixes
  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #​3007.
  • @inheritDoc will now correctly overwrite @remarks and @returns blocks on the target comment, #​3012.
  • The externalSymbolLinkMappings option now works properly on links pointing to inherited/overwritten signatures, #​3014.

v0.28.12

Compare Source

Bug Fixes
  • Variables marked with @enum now work for symbols imported from another module, #​3003.
  • Improved magic introduced with #​2999 to work with imported symbols, #​3003.
  • Fixed relative link resolution to file names containing percent encoded URLs, #​3006.
  • Linking to the project's README file with a relative link will now behave as expected, #​3006.
  • Reduced unnecessary HTML element rendering in default theme.
    API: Reflection.hasComment and Comment.hasVisibleComponent now accepts an optional notRenderedTags parameter.

v0.28.11

Compare Source

Features
  • Object properties declared with shorthand property assignment will now use the variable's comment
    if they do not have their own comment, #​2999.
Bug Fixes
  • Fixed link resolution not working correctly in first comment on the file in some cases, #​2994.
  • Optional methods are now rendered with a trailing ? in the reflection preview and signature, #​2995.
  • The compilerOptions option now functions properly with non-boolean options, #​3000.
  • Configuration errors within the compilerOptions option are now handled gracefully, #​3000.
  • Fixed improper casing of "Type Declaration" header, #​3002.

v0.28.10

Compare Source

Bug Fixes
  • Fixed inconsistent anchors on module pages for re-exports, #​2990.
  • Markdown references which appear to be footnotes will no longer be checked for links, #​2991.

v0.28.9

Compare Source

Features
  • Add support for TypeScript 5.9, #​2989.
Bug Fixes
  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs when members inherited from a complex type alias, #​2982.
  • Fixed automatic discovery of entry points when not running in packages mode, #​2988.
  • Fixed discovery of package.json file when running with entry points containing a glob, #​2985.

v0.28.8

Compare Source

Features
  • If using JS config files, the plugin function can now be given plugin functions to load.
  • Permit - within tag names to support typescript-json-schema's @TJS-type tag, #​2972.
  • Exposed Context.createSymbolId for use by plugins.
Bug Fixes
  • Relative links in <img srcset> will now be discovered by TypeDoc, #​2975.
  • Relative links in <source src> and <source srcset> elements will now be discovered by TypeDoc, #​2975.
  • Improved inherited from/overwrites link discovery to point to parent properties in more cases, #​2978
Thanks!

v0.28.7

Compare Source

Features
  • Introduced the @sortStrategy tag to override the sort option on a specific reflection, #​2965.
Bug Fixes
  • Classes and functions exported with export { type X } are no longer missing comments, #​2970.
  • Setting locale to an unknown value will now cause TypeDoc to operate in English instead of a debug locale.
  • Array options will now report an error if set to a non-array/non-string value.

v0.28.6

Compare Source

Features
  • TypeDoc now supports resolving relative paths in links to the package directory as belonging to the project, #​2961.
  • Declarations without comments will now check for comments on their export specifier, #​2964.
Bug Fixes
  • Attempting to highlight a supported language which is not enabled is now a warning, not an error, #​2956.
  • Improved compatibility with CommonMark's link parsing, #​2959.
  • Classes, variables, and functions exported with export { type X } are now detected and converted as interfaces/type aliases, #​2962.
  • Improved warning messaging for links to symbols which were resolved, but the symbols were not included in the documentation, #​2967.
  • Fixed an issue preventing nested documents from being deserialized from TypeDoc's JSON output or used in packages mode, #​2969.
Thanks!

v0.28.5

Compare Source

Bug Fixes
  • References to type aliases defined as mapped types will now correctly create a reference to the type alias, #​2954.
  • ignoredHighlightLanguages can now be used to prevent warnings for codeblocks containing languages
    which are supported by Shiki but are not loaded, #​2956.

v0.28.4

Compare Source

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 chevronSmall helper is now deprecated and will be removed with v0.29.0.
  • Classes/interfaces marked with @hidden will no longer appear in the
    "Hierarchy" section of the docs.
  • TypeDoc now handles wildcard JSDoc types, #​2949.
Thanks!

v0.28.3

Compare Source

Bug Fixes
  • @inline now functions when referencing tuple types, #​2932.
  • @link links to the current page are now rendered, #​2934.
  • @includeCode now supports regions in TypeScript files with .mts and .cts file 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.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from c3491b3 to c7ab7f4 Compare May 4, 2025 01:48
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.3 chore(deps): update dependency typedoc to v0.28.4 May 4, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from c7ab7f4 to f99f24f Compare May 26, 2025 16:21
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.4 chore(deps): update dependency typedoc to v0.28.5 May 26, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from f99f24f to d391a34 Compare June 27, 2025 07:53
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.5 chore(deps): update dependency typedoc to v0.28.6 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from d391a34 to 79fb5a6 Compare June 30, 2025 05:24
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.6 chore(deps): update dependency typedoc to v0.28.7 Jun 30, 2025
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.7 chore(deps): update dependency typedoc to v0.28.8 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 79fb5a6 to 193d695 Compare July 28, 2025 03:00
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 193d695 to f215d97 Compare August 7, 2025 00:07
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.8 chore(deps): update dependency typedoc to v0.28.9 Aug 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.9 chore(deps): update dependency typedoc to v0.28.10 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from f215d97 to 38a1d32 Compare August 10, 2025 22:00
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 2 times, most recently from 1739d17 to dd6f412 Compare August 25, 2025 06:05
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.10 chore(deps): update dependency typedoc to v0.28.11 Aug 25, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from dd6f412 to 260a55f Compare August 31, 2025 10:50
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.11 chore(deps): update dependency typedoc to v0.28.12 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 260a55f to 1e6e94d Compare September 1, 2025 21:40
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 1e6e94d to fada23a Compare September 15, 2025 02:25
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.12 chore(deps): update dependency typedoc to v0.28.13 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from fada23a to b2e95b4 Compare September 25, 2025 14:03
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from b2e95b4 to 2598258 Compare October 11, 2025 04:49
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.13 chore(deps): update dependency typedoc to v0.28.14 Oct 11, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 2598258 to ebd637b Compare October 21, 2025 09:12
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from ebd637b to 25c9a73 Compare November 10, 2025 18:38
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 25c9a73 to bbc1742 Compare November 29, 2025 09:04
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.28.14 chore(deps): update dependency typedoc to v0.28.15 Nov 29, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from bbc1742 to 3c66eb3 Compare December 3, 2025 16:52
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 3c66eb3 to 9cce4b8 Compare December 31, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant