Update dependency typedoc-plugin-markdown to v4.10.0#162
Update dependency typedoc-plugin-markdown to v4.10.0#162renovate[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c1f322fe50
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "tsx": "^4.19.2", | ||
| "typedoc": "0.26.8", | ||
| "typedoc-plugin-markdown": "4.2.7", | ||
| "typedoc-plugin-markdown": "4.10.0", |
There was a problem hiding this comment.
Align typedoc with plugin peer requirement
This change upgrades typedoc-plugin-markdown to 4.10.0 but leaves typedoc pinned to 0.26.8; the updated lockfile shows 4.10.0 now declares a typedoc: 0.28.x peer requirement (pnpm-lock.yaml:1575). Keeping this unsupported pair can break generate-ref/TypeDoc execution (and can fail installation where peer checks are enforced), so the dependency bump is incomplete unless typedoc is upgraded to a compatible 0.28.x release or the plugin stays on a 0.26.x-compatible version.
Useful? React with 👍 / 👎.
This PR contains the following updates:
4.2.7→4.10.0Release Notes
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)
v4.10.0Compare Source
Minor Changes
Patch Changes
v4.9.0Compare Source
Minor Changes
navigationJsonthat can be used to write navigation structure as JSON to disk.Patch Changes
v4.8.1Compare Source
Patch Changes
v4.8.0Compare Source
Minor Changes
pageTitleTemplatesand adjusted default templates (#831).strikeDeprecatedPageTitlesoption.Patch Changes
v4.7.1Compare Source
Patch Changes
v4.7.0Compare Source
Minor Changes
useCustomAnchorsandcustomAnchorsFormatoptions - thanks @ocavue.Patch Changes
v4.6.4Compare Source
Patch Changes
@group/@​category=none) (#815).v4.6.3Compare Source
Patch Changes
v4.6.2Compare Source
Patch Changes
@group none,@category noneand@disableGroups.v4.6.1Compare Source
Patch Changes
v4.6.0Compare Source
This release continues the effort to further align to TypeDoc’s default theme, with improvements that make the plugin more consistent and predictable.
Architectural Changes
Structural Changes
This aligns with the default theme and improves navigation.
Minor Changes
Patch Changes
v4.5.2Compare Source
Patch Changes
v4.5.1Compare Source
Patch Changes
v4.5.0Compare Source
This release introduces support for TypeDoc 0.28 that contains several under-the-hood breaking API changes.
From a consumer perspective there should be no direct breaking change from the plugin itself, but there are some architectural and output structure changes to consider.
Architectural Changes
"outputFileStrategy"option."outputFileStrategy"is still supported for now, but will now point to the "member" and "module" router keys respectively. Further details are contained in the documentation website.Structural Changes
typeAliasPropertiesFormat" has been exposed to place properties rendered from the updated structure to a table format.parametersFormat=tablemight be preferable.Minor Changes
Patch Changes
v4.4.2Compare Source
Patch Changes
v4.4.1Compare Source
Patch Changes
v4.4.0Compare Source
This release introduces structural enhancements to the user interface and bug fixes to enhance overall functionality.
Structural Changes
Minor Changes
Patch Changes
v4.3.3Compare Source
Patch Changes
v4.3.2Compare Source
Patch Changes
{@​link}resolution on type alias properties (#732).@linktags.v4.3.1Compare Source
Patch Changes
v4.3.0Compare Source
This release introduces support for TypeDoc 0.27 and some additional UX features and improvements in addition to some bug fixes.
Architectural Changes
Please see the full TypeDoc changelog for additional information.
There are two TypeDoc breaking changes that might effect users of this plugin:
Structural Changes
parametersFormat=tablemight be preferable.New Features
Patch Changes
v4.2.10Compare Source
Patch Changes
v4.2.9Compare Source
Patch Changes
@returnblock tags on declarations (#694)v4.2.8Compare Source
Patch Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.