chore: update dependencies#549
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR bumps tooling and dependency versions across the monorepo, adjusts iOS build settings for the bare app, migrates Jest web tests from ts-jest to ChangesMonorepo Tooling and Dependency Update
🎯 3 (Moderate) | ⏱️ ~25 minutes
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Line 30: The patchedDependencies entry for react-native is still keyed to the
old version string "react-native@0.83.2" so the patch won't apply after bumping
"react-native" to 0.85.3; update the patchedDependencies key to match the new
version (e.g., "react-native@0.85.3" or an appropriate semver selector) so the
existing patch maps to the bumped package, and ensure the package name string
exactly matches the version format used elsewhere in package.json.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 392c2794-436c-4b7d-8064-c953274c14eb
⛔ Files ignored due to path filters (2)
apps/bare/ios/Podfile.lockis excluded by!**/*.lockbun.lockis excluded by!**/*.lock
📒 Files selected for processing (14)
apps/bare/ios/bare.xcodeproj/project.pbxprojapps/bare/package.jsonapps/bare/src/global.cssapps/bare/src/global.d.tsapps/expo-example/App.tsxapps/expo-example/global.d.tsapps/expo-example/package.jsonpackage.jsonpackages/uniwind/jest.config.native.jspackages/uniwind/jest.config.web.jspackages/uniwind/package.jsonpackages/uniwind/src/bundler/adapters/metro/patches.tspackages/uniwind/src/bundler/artifacts/css/themes.tspackages/uniwind/tests/type-test/tsconfig.json
💤 Files with no reviewable changes (3)
- packages/uniwind/tests/type-test/tsconfig.json
- apps/bare/src/global.css
- apps/expo-example/App.tsx
|
🚀 This pull request is included in v1.8.0. See Release v1.8.0 for release notes. |
Summary by CodeRabbit
Chores
Style