Skip to content

Conversation

@wjkg
Copy link
Collaborator

@wjkg wjkg commented Nov 17, 2025

TODO: rebase once @stibel/fix/apps is merged

Fixes remaining build errors in @doc/* and apps/website packages:

  • esbuild errors when creating bundle for @doc/mdx-gen-cli
  • issue with output of tsc in @doc/pages similar to Dependency upgrade fixes #17
  • @doc/mdx-gen-cli:
    • failing or producing empty mdx files due to changes in react-reconciler
    • type and linter issues, missing test scripts
  • switch to TS for docusaurus config — fixes an issue with type checking not picking up some @ aliases that need @docusaurus/preset-classic to be imported in the project
  • other docusaurus changes related to upgrade from v2 to v3
  • missing data-flow.svg files — instead of replicating the extra build step from the original repository, the optimized version cleared of Inkscape metadata is committed in the target directories. (The copy script could be restored in the future if needed, but I omitted it for simplicity, seeing as there's only one image for now)

@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.65%. Comparing base (34284d7) to head (f9e66ad).

Additional details and impacted files
@@                            Coverage Diff                             @@
##           chore/migrate-render-html-with-history      #21      +/-   ##
==========================================================================
- Coverage                                   99.30%   98.65%   -0.66%     
==========================================================================
  Files                                          57      140      +83     
  Lines                                        1153     2076     +923     
  Branches                                      315      634     +319     
==========================================================================
+ Hits                                         1145     2048     +903     
- Misses                                          8       27      +19     
- Partials                                        0        1       +1     
Flag Coverage Δ
css-processor 100.00% <ø> (ø)
render-html 97.83% <100.00%> (?)
transient-render-engine 98.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants