chore(deps): refresh composer.lock to latest compatible dev dependencies#30
Open
anyelopetit wants to merge 1 commit into
Open
chore(deps): refresh composer.lock to latest compatible dev dependencies#30anyelopetit wants to merge 1 commit into
anyelopetit wants to merge 1 commit into
Conversation
Updates locked dev dependencies within existing composer.json constraints: - php-stubs/wordpress-stubs 6.9.0 -> 6.9.4 - php-stubs/woocommerce-stubs 10.4.2 -> 10.8.0 - friendsofphp/php-cs-fixer 3.92.5 -> 3.95.5 - pestphp/pest -> 3.8.6 (and transitive updates) Supersedes Dependabot PRs #18, #28 and #29, which target older intermediate versions. Validated locally: composer install, full Pest suite, and php-cs-fixer format check all pass with the new lock. Co-Authored-By: Claude Fable 5 <[email protected]>
Collaborator
Author
|
Local verification and CI are green. This is a lockfile-only refresh within the existing composer.json constraints: WordPress stubs, WooCommerce stubs, PHP CS Fixer, Pest, and transitive dev tooling move to currently compatible versions. Safe to merge after review because it does not change runtime code or package constraints. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
composer.lockto the newest versions allowed by the existingcomposer.jsonconstraints (no constraint changes):php-stubs/wordpress-stubs6.9.0 → 6.9.4php-stubs/woocommerce-stubs10.4.2 → 10.8.0friendsofphp/php-cs-fixer3.92.5 → 3.95.5pestphp/pest→ 3.8.6 (plus transitive updates)Dependabot triage
This supersedes the open Dependabot PRs #18 (wordpress-stubs 6.9.1), #28 (php-cs-fixer 3.95.1) and #29 (woocommerce-stubs 10.7.0), all of which target versions older than this lock. Dependabot will close them automatically once this merges.
Validation
composer installfrom the new lock: cleancomposer test: 34 passed (1 pre-existing warning inRefundAdapterTeston main, addressed separately by the event-coverage test PR)composer format:checkwith php-cs-fixer 3.95.5: 0 of 22 files need fixing (no new style violations)🤖 Generated with Claude Code