Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1897 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 79 79
Lines 1475 1475
Branches 408 391 -17
=======================================
Hits 1450 1450
Misses 24 24
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Upgrade dependency versions for the root package, website, and Expo apps while keeping the React Native testing matrix stable.
@types/nodeon the latest 24.x release.>=20.19.0so ESM-only dependencies required from emitted CommonJS remain supported.examples/basicfrom a fresh Expo blank TypeScript scaffold, then restored the repo-specific sample app files and tests on top of the new scaffold.examples/cookbookfrom a fresh Expo Router scaffold, restored the cookbook-specific app/tutorial files, refreshed dependencies, and migrated the app to an ESLint 10 flat config.experiments-appfrom a fresh Expo blank TypeScript scaffold, preserved the repo-specific screens/assets/config, kept the freshindex.tsentrypoint, and fixed post-regeneration TypeScript issues in the text-input experiment helpers.Test plan
yarn expo install --check(inexamples/basic)yarn lint(inexamples/basic)yarn typecheck(inexamples/basic)yarn test --watchman=false(inexamples/basic)yarn expo install --check(inexamples/cookbook)yarn lint(inexamples/cookbook)yarn typecheck(inexamples/cookbook)yarn test --watchman=false(inexamples/cookbook)yarn expo install --check(inexperiments-app)yarn typecheck(inexperiments-app)Validation gaps / notes:
yarn lint,yarn typecheck,yarn test --watchman=false) and website validation (yarn buildinwebsite/) were not rerun as part of the example-app regeneration follow-up.experiments-appdoes not currently definelintortestscripts, so validation there is limited to Expo dependency checks andyarn typecheck.