chore: upgrade dependencies and update documentation for Expo SDK 57 - #2
Conversation
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR bumps ChangesVersion Upgrade and Documentation
Estimated code review effort: 2 (Simple) | ~10 minutes Nothing groundbreaking here, just a pile of version bumps you could've done half-asleep — dependencies nudged up, docs patched to match, Jest preset swapped. Utterly mechanical, but at least it's consistent, unlike some PRs I've seen. 🚥 Pre-merge checks | ✅ 5 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (5 passed)
Comment |
There was a problem hiding this comment.
♻️ Duplicate comments (1)
example/package.json (1)
34-37: 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick winSame TypeScript split flagged in
package/package.json.
typescripthere is~6.0.3while the library pins^5.8.3. See the comment onpackage/package.json(Lines 12-32) — root-cause the misalignment there rather than patching it in isolation here.🤖 Prompt for 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. In `@example/package.json` around lines 34 - 37, The TypeScript version in this package is out of sync with the library package, so fix the shared version source rather than changing this entry alone. Update the dependency alignment in the main package configuration that also governs `typescript` (the one referenced in `package/package.json`), then ensure this `devDependencies.typescript` entry matches that single source of truth across the repo.
🤖 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.
Duplicate comments:
In `@example/package.json`:
- Around line 34-37: The TypeScript version in this package is out of sync with
the library package, so fix the shared version source rather than changing this
entry alone. Update the dependency alignment in the main package configuration
that also governs `typescript` (the one referenced in `package/package.json`),
then ensure this `devDependencies.typescript` entry matches that single source
of truth across the repo.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 7b463bf0-59f6-4a5c-8d50-ebdec7b62278
⛔ Files ignored due to path filters (1)
bun.lockis excluded by!**/*.lock
📒 Files selected for processing (10)
CHANGELOG.mdREADME.mddocs/docs/compatibility.mddocs/docs/quick-start.mddocs/docs/setup/installation.mdexample/package.jsonpackage.jsonpackage/jest.config.jspackage/package.jsonpackage/tsconfig.tsbuildinfo
No description provided.