-
-
Notifications
You must be signed in to change notification settings - Fork 3
Raise requirements #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9b6286a to
364f4da
Compare
|
Warning Rate limit exceeded@malberts has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 1 minutes and 26 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughCI matrices updated to target newer MediaWiki and PHP versions. Package requirements and branch alias bumped for a new 5.x line. README updated with raised minimums and release notes. Cache access in SCSS module migrated from ObjectCache static use to the ObjectCacheFactory-based API. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
.github/workflows/ci.yml(4 hunks)README.md(2 hunks)composer.json(2 hunks)
🔇 Additional comments (8)
README.md (2)
11-12: LGTM! Requirements correctly updated.The updated PHP and MediaWiki minimum versions align with the PR objectives and the changes in
composer.json.
126-132: LGTM! Release notes are clear and complete.The version 5.0.0 release notes accurately document all three dependency bumps and appropriately mark the release as under development.
composer.json (3)
39-39: LGTM! PHP requirement correctly updated.The PHP version bump to 8.1 is consistent with the README and appropriate for a major version release.
57-57: LGTM! Branch alias appropriately updated for major version.Updating the branch alias from 4.x-dev to 5.x-dev is correct for this major version bump with breaking changes (raised minimum requirements).
40-40: scssphp/scssphp version 1.13.0 is valid and poses no known security concerns.Version 1.13.0 is available on Packagist. No known security advisories or CVEs were found for this version. The package is actively maintained and can be safely used in production.
.github/workflows/ci.yml (3)
86-87: LGTM! Code style checks test minimum versions.Testing code style with REL1_43 and PHP 8.1 correctly validates the minimum supported configuration.
112-113: LGTM! PHPStan checks test minimum versions.Testing PHPStan with REL1_43 and PHP 8.1 correctly validates the minimum supported configuration.
173-174: LGTM! Psalm checks test minimum versions.Testing Psalm with REL1_43 and PHP 8.1 correctly validates the minimum supported configuration.
Summary by CodeRabbit
Chores
CI Updates
Refactor
✏️ Tip: You can customize this high-level summary in your review settings.