fix(ci): regenerate bun.lock after @termuijs/motion dep adds#1949
Conversation
|
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: defaults Review profile: CHILL Plan: Pro Plus 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 |
The animation PRs (#1943/#1945/#1944) added
"@termuijs/motion": "workspace:*"to package.json files (ui, widgets, router, testing, jsx) but didn't updatebun.lock, sobun install --frozen-lockfilefails on main.Regenerated
bun.lock(bun install). Verified: frozen install +bun run buildpass locally.Co-authored-by: Karanjot786 karanjots801@gmail.com