chore(deps): support deployer v8#34
Conversation
|
Warning Review limit reached
Next review available in: 38 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review 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 refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo dependency constraints in ChangesDependency Constraints Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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
deployer/deployerconstraint to^7.0 || ^8.0and bumpsourcebroker/deployer-extendedto^24.2(the first release that allows Deployer v8).phpstays^8.1.Background
sourcebroker/deployer-extendedwas the sole blocker for Deployer v8 (it pinned^7.0.0). Release 24.2.0 now allows^7.0.0 || ^8.0.0and has no hard dependency on the v7-pinned companion packages, so the graph resolves cleanly.Verification
composer update -W --dry-run(PHP 8.5) resolves the v8 path:deployer/deployer v8.0.5,maml/maml v3.2.0,sourcebroker/deployer-extended 24.2.0,symfony/console v8.1.1— exit 0.composer.jsonis already normalized; the recipe code uses only Deployer APIs that are unchanged in v8 (verified earlier:parse,run,currentHost,Httpie,GroupTask,recipe/common.phpall present in v8).Changes
composer.json—deployer/deployer: ^7.0 || ^8.0,sourcebroker/deployer-extended: ^24.2Refs: sourcebroker/deployer-extended#22
Summary by CodeRabbit