Upgrade Wave 2 mobile app dependencies (React Navigation, Tamagui, WalletConnect, Lottie, XState)#1941
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughUpdated dependency versions in workspace package manifests: React Navigation, Tamagui packages and tooling, WalletConnect compatibility, lottie-react-native, and xstate. No source code or exported API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f80c1f7ab3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Motivation
react-native-svgunchanged.Description
app/package.jsondependency versions for@react-navigation/nativeand@react-navigation/native-stack, the Tamagui family (tamagui,@tamagui/*),@walletconnect/react-native-compat,lottie-react-native, andxstate, and added the matching Tamagui dev deps (@tamagui/types,@tamagui/vite-plugin).yarn.lockso resolutions now include Wave 2 targets (examples: React Navigation 7.2.2 / 7.14.10, Tamagui 1.144.4, WalletConnect 2.23.9, Lottie 7.3.6, XState 5.30.0).react-native-svgunchanged per the requested exclusion.app/package.jsonand the regeneratedyarn.lockwith the messageUpgrade wave 2 mobile app dependencies.Testing
yarn installwhich completed successfully (with existing peer warnings reported but no blocking errors).yarn workspace @selfxyz/mobile-app lintandyarn workspace @selfxyz/mobile-app types, both completed successfully.yarn workspace @selfxyz/mobile-app testwhere all test suites passed (62suites,788tests passed) though Jest still emits the existing worker-teardown warning about a worker forced exit.Codex Task
Summary by CodeRabbit