{{ message }}
chore(deps): upgrade typedoc to 0.28.19 and related plugins#26082
Open
unrevised6419 wants to merge 3 commits intostrapi:developfrom
Open
chore(deps): upgrade typedoc to 0.28.19 and related plugins#26082unrevised6419 wants to merge 3 commits intostrapi:developfrom
unrevised6419 wants to merge 3 commits intostrapi:developfrom
Conversation
unrevised6419
commented
Apr 21, 2026
4d3ae8c to
078944e
Compare
Bumps typedoc 0.25.10 -> 0.28.19 in both docs and packages/core/types, along with compatible plugin versions (typedoc-plugin-markdown 4.11.0, typedoc-github-wiki-theme 2.1.0, docusaurus-plugin-typedoc 1.4.2) and @cmfcmf/docusaurus-search-local 2.0.1. Config updates required by breaking changes: - packages/core/types/typedoc.json: drop "theme": "github-wiki" (v2 of the theme no longer registers a named theme; it is loaded via plugin hook only). - docs/docusaurus.config.js: remove entryDocument: null (renamed to entryFileName in plugin-markdown v4 and no longer accepts null); add readme: 'none' to avoid injecting the package README (which contains non-MDX-compatible <br> tags) into the generated entry page; change out from 'exports' to 'docs/exports' as docusaurus-plugin-typedoc v1 no longer prefixes the path with docsPath. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
078944e to
8d51f7d
Compare
Contributor
Author
Co-Authored-By: Oz <oz-agent@warp.dev>
5bea328 to
a2a2357
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
typedoc0.25.10 → 0.28.19 in bothdocs/andpackages/core/types/, with compatible plugin versions:typedoc-plugin-markdown3.17.1 → 4.11.0typedoc-github-wiki-theme1.1.0 → 2.1.0docusaurus-plugin-typedoc0.22.0 → 1.4.2@cmfcmf/docusaurus-search-local1.1.0 → 2.0.1typedoc-plugin-markdown.Breaking changes handled
packages/core/types/typedoc.json: drop"theme": "github-wiki"— v2 of the theme no longer registers a named theme; it is loaded via plugin hook only.docs/docusaurus.config.js:entryDocument: null(renamed toentryFileNamein plugin-markdown v4 and no longer acceptsnull);readme: 'none'— v4 injects the packageREADME.mdinto the entry page, and the strapi README contains bare<br>tags that fail Docusaurus MDX parsing;out: 'exports'→out: 'docs/exports'—docusaurus-plugin-typedocv1 no longer prefixes the path withdocsPath.Verified
yarn doc:tsinpackages/core/types→ 0 errors, markdown generated (warnings are pre-existing comment/link issues).yarn buildindocs/→ succeeds;exportssidebar populated, 3372 docs indexed. Only pre-existing broken-link warning (CODE_OF_CONDUCT.mdin/guides/contributing), unrelated.Test plan
yarn doc:tsinpackages/core/typesand confirm typedoc completes with no errors.yarn buildindocs/and confirm the static site builds.docs/docs/exports/in the built site to confirm the updated file layout renders correctly.@cmfcmf/docusaurus-search-localv2 upgrade).🤖 Generated with Claude Code