Bumps typedoc-plugin-markdown from 4.9.0 to 4.12.0.
Release notesSourced from typedoc-plugin-markdown's releases.
Changelogtypedoc-plugin-markdown@4.12.0
Minor Changes
- Support JSDoc-style
<caption>labels for@exampletags (#861).- Add Markdown theme translations for the
frlocale.Patch Changes
- Fixed duplicate sidebar groups when
navigation.includeCategories=trueandnavigation.includeGroups=false(#866).typedoc-plugin-markdown@4.11.0
Minor Changes
- Improved rendering of union types when documented type details are present (#857).
- Improved rendering of union types used in parameter declarations.
- When a function returns another function, full documentation for the returned function is now only shown when meaningful comments are present, aligning with the default theme.
- Index signature declarations are now rendered as blockquotes for improved consistency.
Patch Changes
- Added locale translations for grouped
@exampleheadings (#858).- Function-typed properties are now rendered without parentheses in headings. This avoids implying that the member is a method and more accurately reflects that it is a property whose type is a function.
- Optional properties are now indicated with ? in the property name, making the optionality explicit.
- All pipe characters (
|) in union type output are now escaped.typedoc-plugin-markdown@4.10.0
Minor Changes
- A JSON schema to be consumed by typedoc.json is now published to the package root.
- Mark parameters with default values as optional, matching the default TypeDoc theme.
Patch Changes
- Fixed markdownlint errors related to empty table cells and invalid link fragments.
- Anchors inside table cells (when property formats equal "table") are now namespaced by reflection kind (for example property-foo) to prevent collisions with Markdown heading slugs and ensure stable in-page links (#856).
- Resolve "does not have an anchor but one was requested" warnings in verbose log mode (#850).
- Guard against undefined types causing errors in complex types in tables (thanks
@ilyabo).
Sourced from typedoc-plugin-markdown's changelog.
Commits4.12.0 (2026-06-02)
Minor Changes
- Support JSDoc-style
<caption>labels for@exampletags (#861).- Add Markdown theme translations for the
frlocale.Patch Changes
- Fixed duplicate sidebar groups when
navigation.includeCategories=trueandnavigation.includeGroups=false(#866).4.11.0 (2026-03-18)
Minor Changes
- Improved rendering of union types when documented type details are present (#857).
- Improved rendering of union types used in parameter declarations.
- When a function returns another function, full documentation for the returned function is now only shown when meaningful comments are present, aligning with the default theme.
- Index signature declarations are now rendered as blockquotes for improved consistency.
Patch Changes
- Added locale translations for grouped
@exampleheadings (#858).- Function-typed properties are now rendered without parentheses in headings. This avoids implying that the member is a method and more accurately reflects that it is a property whose type is a function.
- Optional properties are now indicated with ? in the property name, making the optionality explicit.
- All pipe characters (
|) in union type output are now escaped.4.10.0 (2026-02-06)
Minor Changes
- A JSON schema to be consumed by typedoc.json is now published to the package root.
- Mark parameters with default values as optional, matching the default TypeDoc theme.
Patch Changes
- Fixed markdownlint errors related to empty table cells and invalid link fragments.
- Anchors inside table cells (when property formats equal "table") are now namespaced by reflection kind (for example property-foo) to prevent collisions with Markdown heading slugs and ensure stable in-page links (#856).
- Resolve "does not have an anchor but one was requested" warnings in verbose log mode (#850).
- Guard against undefined types causing errors in complex types in tables (thanks
@ilyabo).
7d601e1Version Packages1ab02e8fix(core): fixed duplicate sidebar groups (#866)7696589fix(core): support JSDoc-style\<caption>labels for@exampletags (#861)94e7353chore(core): refactor tweaks345eacechore(docs): updated docse7dc9cbchore(all): fixed specs37fa5e9chore(all): add mocha to typese0fe371feat(core): add Markdown theme translations for thefrlocale88f7efdchore(all): updated packages9bdc290chore(docs): updated readmes- Additional commits viewable in compare view
This version was pushed to npm by GitHub Actions, a new releaser for typedoc-plugin-markdown since your current version.
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 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)