fix: floor PHAL[extras] plugins to bus-client-2.x prereleases#95
Conversation
Every ovos-PHAL[extras] plugin pinned a stable floor; their stable releases cap ovos-bus-client<2.0, and a non-prerelease floor does NOT enable prereleases, so a consumer (ovos-core[mycroft]) resolving under bus-client 2.x only sees the capped stables and fails. Floor each at its cap-free (pre)release so prereleases are enabled: connectivity-events>=0.1.6a1, ipgeo>=0.1.9a1, oauth>=0.1.7a1, alsa>=0.1.9a1, system>=1.3.8a1, network-manager>=1.3.7a1, wallpaper-manager>=0.2.8a1, mac>=0.2.0, mk1>=0.1.5a1, hotkeys>=0.1.3a1, mk2-fan-control>=0.0.3a1. Verified: ovos-PHAL[extras] resolves on bus-client 2.3.0a2 / opm 2.8.0a1.
|
Warning Review limit reached
More reviews will be available in 58 minutes and 57 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ✨ 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 |
I've completed my sweep! Here's the situation. 🧹I've aggregated the results of the automated checks for this PR below. 🔍 LintJust a quick heads-up on the latest check. 🛎️ ❌ ruff: issues found — see job log 🔌 Plugin DetectionVerifying the plugin's hooks and handles. 🎣 ℹ️ Not an OVOS plugin — OPM check skipped. 📊 CoverageA deep dive into the sea of test results. 🌊 ❌ 35.3% total coverage Per-file coverage (6 files)
Full report: download the 🏷️ Release PreviewPolishing the release notes for the big debut! 🎀 Current:
✅ PR title follows conventional commit format. 🚀 Release Channel Compatibility Predicted next version:
📋 Repo HealthI've checked the repo's posture (aka architectural alignment). 🧘 ✅ All required files present. Latest Version: ✅ 🔨 Build TestsFrom source to binary, let's see how it holds up. 🧱 ✅ All versions pass
⚖️ License CheckI've checked the license history of this repo. 📜 ✅ No license violations found. Policy: Apache 2.0 (universal donor). StrongCopyleft / NetworkCopyleft / WeakCopyleft / Other / Error categories fail. MPL allowed. May the tests be ever in your favor! 🏹 |
Every
ovos-PHAL[extras]plugin pinned a stable floor; those stables capovos-bus-client<2.0, and a non-prerelease floor doesn't enable prereleases — soovos-core[mycroft]resolving under bus-client 2.x only sees the capped stables and dies (uv pinpointedconnectivity-eventsas the first). Floor each plugin at its cap-free (pre)release. Verifiedovos-PHAL[extras]resolves on bus-client 2.3.0a2 / opm 2.8.0a1.🤖 Generated with Claude Code