Skip to content

Conversation

@wjkg
Copy link
Collaborator

@wjkg wjkg commented Oct 17, 2025

Upgrades and unifies main dependencies after moving react-native-render-html in #14.

Description

React Native

React Native and related packages are upgraded to RN 0.82, React 19.1.1. Among required typing fixes, main change is to handle style properties added since the previously used RN version by defining a list of exceptions (somewhat similar to 45d1537). This does not change render results, only affects type checks.

Includes some corrections for minor dependency issues:

  • peer dependencies warnings
  • microtime upgrade (in packages/performance-testing) to fix build errors

Tests

Jest configuration is also fixed to allow tests to run. Due to changes between React versions, this required migrating to the newest React Native Testing Library and patching react-native-accessibility-engine.

There are some further steps to finish updating tests that were left out of this PR to keep it reasonably small:

@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.30%. Comparing base (b0cc2d5) to head (e4e4967).

Additional details and impacted files
@@                           Coverage Diff                           @@
##           chore/migrate-render-html-with-history      #15   +/-   ##
=======================================================================
  Coverage                                   99.30%   99.30%           
=======================================================================
  Files                                          57       57           
  Lines                                        1148     1153    +5     
  Branches                                      313      316    +3     
=======================================================================
+ Hits                                         1140     1145    +5     
  Misses                                          8        8           
Flag Coverage Δ
css-processor 100.00% <ø> (ø)
transient-render-engine 98.95% <ø> (+<0.01%) ⬆️

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.

Copy link
Contributor

@jsamr jsamr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@5ZYSZ3K 5ZYSZ3K force-pushed the chore/migrate-render-html-with-history branch from b0cc2d5 to bbe4cb1 Compare October 18, 2025 18:48
@5ZYSZ3K
Copy link
Collaborator

5ZYSZ3K commented Oct 18, 2025

@jsamr Just for the record: I've done the merging once again to include assets and doc-tools, which are essential for apps. I'll ask @wjkg to push the rebased version of her branch

@wjkg wjkg force-pushed the chore/upgrade-rn-packages branch from e4e4967 to f6575ce Compare October 20, 2025 10:11
@5ZYSZ3K 5ZYSZ3K merged commit 6753551 into native-html:chore/migrate-render-html-with-history Oct 20, 2025
0 of 3 checks passed
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.

3 participants