Prepared the 1.41.0 release. - #3016
Conversation
Bumped 'drevops/ci-runner' to 26.8.0, the tooling pin to '~1.4.0', the platform PHP to 8.4.23 and refreshed Composer and theme dependencies.
The Tools multiselect gained Twig CS Fixer and the optional 'dclint' and 'hadolint' entries, so the recorded prompt flow was stale.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 20 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: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (12)
Comment |
|
Code coverage (threshold: 90%) Per-class coverage |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3016 +/- ##
==========================================
- Coverage 87.11% 86.70% -0.42%
==========================================
Files 101 94 -7
Lines 4912 4753 -159
Branches 47 3 -44
==========================================
- Hits 4279 4121 -158
+ Misses 633 632 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
📖 Documentation preview for this pull request has been deployed to Netlify: https://6a7fba444c35c45c42a3797d--vortex-docs.netlify.app This preview is rebuilt on every commit and is not the production documentation site. |
Summary
Prepares the 1.41.0 release by bumping the pinned CI, tooling, and platform version surface, refreshing dependency lockfiles, and re-recording the installer demo video to reflect a Tools multiselect change.
Changes
drevops/ci-runnerfrom26.7.0to26.8.0across 9 references:.circleci/config.yml,.circleci/vortex-test-common.yml,.github/workflows/audit.yml,.github/workflows/build-test-deploy.yml(4 jobs), and.github/workflows/vortex-test-common.yml(2 jobs).drevops/vortex-toolingpin from1.3.0/~1.3.0to1.4.0/~1.4.0in the rootcomposer.jsonrequire constraint and path-repositoryversionsoverride,scripts/vortex-tooling.sh, and.vortex/tests/phpunit/Traits/SutTrait.php, and updated the matching doc mention in.vortex/CLAUDE.md.8.4.21to8.4.23incomposer.json(config.platform.php) andphpstan.neon(phpVersion80421->80423) to match the container's reported PHP version, and updated the illustrative example in.vortex/docs/content/drupal/composer-json.mdx.drevops/behat-stepsto^3.13.0,mglaman/phpstan-drupalto^2.1.2, andrector/rectorto^2.6.2viacomposer update -Wandbump-after-update.web/themes/custom/your_site_theme/yarn.lockwith in-range updates only.installer.json,.svg,.png) to reflect the installer's Tools multiselect gaining Twig CS Fixer and the optional dclint/hadolint entries.Publish order
drevops/vortex-tooling1.4.0does not exist on Packagist yet. CI passes here because the template resolves the package through the in-repo path repository, but a consumer project resolves it from Packagist, where~1.4.0currently has nothing to match. Two things therefore depend on that tag being published first:drevops/vortex-tooling1.4.0before tagging Vortex1.41.0, per the release process. The tooling changed substantially this cycle (80 files, +3838/-1105), so a new tag is required rather than optional.build,provision,lint,test,test-bdd) cannot be re-recorded until then. They were regenerated during release prep but every recording captured[FAIL] Composer command failed.withfound drevops/vortex-tooling[dev-main, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 2.x-dev] but it does not match the constraint, so they were discarded rather than committed. Only theinstallervideo, which does not resolve Composer against Packagist, is included in this PR.Before / After