Bump dependencies across app and root workspaces#1939
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 (1)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughUpdated dependency version constraints in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
Motivation
prettier, ESLint plugins) to keep linting/formatting consistent across the repo.Description
app/package.jsonand rootpackage.json, includingreact-native-webviewto13.16.1,@didit-protocol/sdk-react-nativeto^3.2.8,@react-native-google-signin/google-signinto^16.1.2,@robinbobin/react-native-google-drive-api-wrapperto^2.2.6,@segment/analytics-react-nativeto^2.22.0, and several other RN-related libraries and devDependencies (see diffs for full list).yarn.lockto reflect the bumped versions and added/updated lock entries for packages such as@stablelib/cbor@2.0.4,react-native-svg@15.15.4,prettier@3.8.1,eslint-plugin-prettier@5.5.5, and others.Testing
yarn installto ensure resolution and lockfile consistency, which completed successfully.yarn test(workspace test runner) to exercise unit and workspace tests, and the test run completed without failures in CI.yarn typesand formatter/linter tasks as part of the CI test matrix, which passed after the upgrades.Codex Task
Summary by CodeRabbit