chore(providers): align state dependency ranges - #777
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (10)
📝 WalkthroughWalkthroughThe PR updates nine worker manifests to require ChangesState dependency compatibility
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 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 |
skill-check — worker0 verified, 57 skipped (no docs/).
Four for four. Nicely done. |
Summary
state ^0.22.0provider-*manifests automaticallyWhy
Provider manifests still required
state ^0.21.x, which cannot be resolved in the same worker graph as Harness'sstate ^0.22.0requirement. This caused the same version conflict whenever an additional provider was included in a Harness deployment.Impact
After publishing new provider versions, every provider can participate in the Harness worker graph with the shared State 0.22 dependency range.
Validation
git diff --checkpassedSummary by CodeRabbit
Compatibility
Tests