chore(deps): upgrade all packages to latest#67
Conversation
All dependencies were already at their latest compatible versions. The only candidate for upgrade was typescript (^5.9.2 → ^6.0.2), which was reverted due to ts-jest@29 requiring typescript <6. This commit syncs the lockfile version field (1.1.0 → 1.2.0) to match package.json. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Summary
ncu -uto check for available dependency upgrades^5.9.2→^6.0.2was the only candidate but was reverted becausets-jest@29has a peer dependency requiringtypescript >=4.3 <6package-lock.jsonversion field (1.1.0 → 1.2.0) to matchpackage.jsonSkipped upgrades
<6)Test plan
npm test— all 23 tests passingnpm run build— builds successfully🤖 Generated with Claude Code