Refreshed '.vortex/' dev dependencies for June 2026.#2738
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (2)
WalkthroughComposer dependency constraints were updated in the installer and test Composer manifests, including runtime packages and several dev tools. ChangesComposer Dependency Refresh
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Code coverage (threshold: 90%) Per-class coverage |
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
|
Code coverage (threshold: 90%) Per-class coverage |
|
📖 Documentation preview for this pull request has been deployed to Netlify: https://6a3dfd6c649d9044bfa69261--vortex-docs.netlify.app This preview is rebuilt on every commit and is not the production documentation site. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2738 +/- ##
===========================================
- Coverage 99.51% 86.22% -13.29%
===========================================
Files 9 89 +80
Lines 205 4560 +4355
Branches 47 3 -44
===========================================
+ Hits 204 3932 +3728
- Misses 1 628 +627 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
Refreshes Composer and Yarn lock files under
.vortex/for thedocs,installer, andtestssubsystems, within their existing version constraints (no--latest, no--with-all-dependencies, no package arguments). No major-version bumps and no hand-edited constraints. Thebump-after-updatesetting on theinstallerandtestscomposer.jsonautomatically raised the caret-constraint floors to match the refreshed locks (same major ranges, no widening)..vortex/tooling/is out of scope - it ships as the standalonedrevops/vortex-toolingComposer library and resolves from Packagist, so it commits no lock here.Local tests are intentionally not run in this update - CI is the source of truth for tests. Local lint passed for every updated subsystem, which is the gate for opening this PR.
Subsystems touched
.vortex/docs.vortex/installer.vortex/tests.vortex/docs-yarn.lockrefreshed within constraints (Docusaurus3.10.1,cspell8.19.4,eslint8.57.1,prettier3.8.4);package.jsonunchanged..vortex/installer-composer.json+composer.lock: 13 in-range updates, includingcomposer/composer2.9.8 -> 2.10.1,guzzlehttp/guzzle7.10.5 -> 7.12.3, andlaravel/promptsv0.3.18 -> v0.3.21. Thelaravel/promptspatch re-applied cleanly from cache - no re-roll needed. Thevendor-bin/boxsub-composer was already current..vortex/tests-composer.json+composer.lock: 8 in-range updates, includingphpunit/phpunit12.5.28 -> 12.5.30,phpstan/phpstan2.2.0 -> 2.2.2, andrector/rector2.4.5 -> 2.5.2.tests/yarn.lockresolved identically and did not change.patches.lock.json(installer and tests) did not change.Lint status
Local lint passed for all updated subsystems, with no auto-fix required - this PR contains no source-code changes, only lock and constraint-floor updates:
.vortex/docs-yarn lint(eslint + prettier + markdownlint) andyarn spellcheck(cspell): clean..vortex/installer-composer lint(phpcs + phpstan + rector --dry-run): clean..vortex/tests-composer lint(phpcs + phpstan + rector --dry-run): clean.Major versions available (outside current constraints)
Listed for visibility only - these require manual major bumps and are not applied in this PR.
.vortex/docs(Yarn).vortex/installer(Composer).vortex/tests(Composer)Before / After
Summary by CodeRabbit