Update framework & v3 packages - #1101
Conversation
|
Warning Review limit reached
Next review available in: 20 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. 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 Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe Composer bundle upgrades 23 WP-CLI command package dependencies from major version 2 to major version 3. The site-health-command dependency remains unchanged at major version 1. ChangesWP-CLI dependency constraints
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
There was a problem hiding this comment.
Pull request overview
This pull request updates the WP-CLI bundle’s Composer dependencies to pick up the WP-CLI v3 command packages and refreshes the lockfile accordingly.
Changes:
- Bump bundled
wp-cli/*-commanddependencies from^2to^3incomposer.json. - Update
composer.lockto reflect the new resolved versions for WP-CLI commands and related tooling packages.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| composer.json | Raises bundle requirements to use the v3 series of WP-CLI command packages. |
| composer.lock | Updates the locked dependency graph for the new v3 requirements (but currently includes an unexpected downgrade for wp-cli/package-command / Composer libraries). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
66b86fd to
a834d80
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary by CodeRabbit