-
Notifications
You must be signed in to change notification settings - Fork 619
[SDK] Loosen peer dependency requirements for React Native #8390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDK] Loosen peer dependency requirements for React Native #8390
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 2bcef37 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
WalkthroughThis PR adds a changeset declaring patch updates and loosens peer dependency version constraints for Expo packages and React Native async storage across the react-native-adapter and thirdweb packages to increase version compatibility. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8390 +/- ##
=======================================
Coverage 54.77% 54.77%
=======================================
Files 919 919
Lines 60768 60768
Branches 4119 4121 +2
=======================================
Hits 33284 33284
Misses 27382 27382
Partials 102 102
🚀 New features to boost your workflow:
|

Fixes #8387
PR-Codex overview
This PR focuses on loosening the peer dependency requirements for
@react-native-async-storage/async-storage,expo-application,expo-linking, andexpo-web-browser, allowing for broader compatibility. It also updates various package versions, includingexpoandreact-native.Detailed summary
@react-native-async-storage/async-storageto"*"from"^1 || ^2".expo-application,expo-linking, andexpo-web-browserto"*"from specific version ranges.expo-linkingversion from7.0.5to8.0.8.expo-web-browserversion from14.0.2to15.0.9.react-nativeto"*"inpackages/thirdweb/package.json.@mobile-wallet-protocol/clientversion inpnpm-lock.yaml.pnpm-lock.yamlfor consistency and compatibility.Summary by CodeRabbit