[docs-infra] Bump typescript-api-extractor to 1.0.0-beta.6 - #1804
Conversation
The newer extractor resolves default values for optional parameters that beta.4 left blank, and renders declared type aliases instead of expanding them. Regenerate the affected types.md files so docs:validate is green. Unblocks the Validating Docs check on the Renovate bump (#1754), which carries the same extractor version.
Deploy previewBundle sizeTotal Size Change: 0B(0.00%) - Total Gzip Change: 0B(0.00%) Show details for 69 more bundles@mui/internal-docs-infra/abstractCreateDemo parsed: 0B(0.00%) gzip: 0B(0.00%) PerformanceTotal duration: 22.67 ms 🔺+6.54 ms(+40.5%) | Renders: 5 (+0) | Paint: 77.63 ms 🔺+18.14 ms(+30.5%)
3 tests within noise — details Metric alarms
Check out the code infra dashboard for more information about this PR. |
typescript-api-extractor1.0.0-beta.6 resolves default values for optional parameters that beta.4 left blank, and renders declared type aliases (PluggableList) instead of expanding them (Pluggable[]). Regenerating the affectedtypes.mdfiles is what makesdocs:validatepass again — the diff is confined to theDefaultcolumn plus those two alias renames.This is split out of #1754 rather than committed onto it, since Renovate force-pushes its branches and would drop the commit. The regenerated markdown is only correct under beta.6, so the bump ships with it to keep master self-consistent; #1754 goes green once it rebases on top.