Skip to content

Commit 2fccd2a

Browse files
chore(deps): update composer dev tooling dependencies (#479)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [php-cs-fixer/shim](https://redirect.github.com/PHP-CS-Fixer/shim) | `^3.95.2` → `^3.95.3` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/php-cs-fixer%2fshim/3.95.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/php-cs-fixer%2fshim/3.95.2/3.95.3?slim=true) | | [phpstan/phpstan](https://redirect.github.com/phpstan/phpstan-phar-composer-source) | `^2.1.55` → `^2.2.1` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/2.2.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/2.1.56/2.2.1?slim=true) | | [phpunit/phpunit](https://phpunit.de/) ([source](https://redirect.github.com/sebastianbergmann/phpunit)) | `^13.1.11` → `^13.1.13` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/13.1.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/13.1.11/13.1.13?slim=true) | | [rector/rector](https://getrector.com/) ([source](https://redirect.github.com/rectorphp/rector)) | `^2.4.4` → `^2.4.5` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/rector%2frector/2.4.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/rector%2frector/2.4.4/2.4.5?slim=true) | --- ### Release Notes <details> <summary>PHP-CS-Fixer/shim (php-cs-fixer/shim)</summary> ### [`v3.95.3`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.95.2...v3.95.3) [Compare Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.95.2...v3.95.3) </details> <details> <summary>phpstan/phpstan-phar-composer-source (phpstan/phpstan)</summary> ### [`v2.2.1`](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.2.0...2.2.1) [Compare Source](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.2.0...2.2.1) ### [`v2.2.0`](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.1.56...2.2.0) [Compare Source](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.1.56...2.2.0) </details> <details> <summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary> ### [`v13.1.13`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/13.1.13): PHPUnit 13.1.13 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/13.1.12...13.1.13) ##### Fixed - [#&#8203;6681](https://redirect.github.com/sebastianbergmann/phpunit/pull/6681): XML assertions such as `assertXmlStringEqualsXmlString()` regressed into treating comments as significant *** Learn how to install or update PHPUnit 13.1 in the [documentation](https://docs.phpunit.de/en/13.1/installation.html). ##### Keep up to date with PHPUnit: - You can follow [@&#8203;phpunit@phpc.social](https://phpc.social/@&#8203;phpunit) to stay up to date with PHPUnit's development. - You can subscribe to the [PHPUnit Updates](https://phpunit.de/newsletter) newsletter to receive updates about and tips for PHPUnit. ### [`v13.1.12`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/13.1.12): PHPUnit 13.1.12 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/13.1.11...13.1.12) ##### Fixed - [#&#8203;6673](https://redirect.github.com/sebastianbergmann/phpunit/issues/6673): Empty PHP settings from the parent process override per-test `-d` settings forwarded to child processes (breaks PCOV coverage) *** Learn how to install or update PHPUnit 13.1 in the [documentation](https://docs.phpunit.de/en/13.1/installation.html). ##### Keep up to date with PHPUnit: - You can follow [@&#8203;phpunit@phpc.social](https://phpc.social/@&#8203;phpunit) to stay up to date with PHPUnit's development. - You can subscribe to the [PHPUnit Updates](https://phpunit.de/newsletter) newsletter to receive updates about and tips for PHPUnit. </details> <details> <summary>rectorphp/rector (rector/rector)</summary> ### [`v2.4.5`](https://redirect.github.com/rectorphp/rector/releases/tag/2.4.5): Released Rector 2.4.5 [Compare Source](https://redirect.github.com/rectorphp/rector/compare/2.4.4...2.4.5) #### New Features :partying\_face: - feat: Add AddNameToNullArgumentRector ([#&#8203;8000](https://redirect.github.com/rectorphp/rector-src/pull/8000)), Thanks [@&#8203;calebdw](https://redirect.github.com/calebdw)! <br> #### Bugfixes 🐛 - fix: skip StaticCallToMethodCallRector when parent declares final \_\_construct ([#&#8203;8001](https://redirect.github.com/rectorphp/rector-src/pull/8001)) - \[NodeManipulator] Use ClassReflection parent isFinalByKeyword()->yes() on ClassDependencyManipulator ([#&#8203;8002](https://redirect.github.com/rectorphp/rector-src/pull/8002)) - \[BetterPhpDocParser] Don't wrap first-position [@&#8203;method](https://redirect.github.com/method) param union in extra parens ([#&#8203;8003](https://redirect.github.com/rectorphp/rector-src/pull/8003)), Thanks [@&#8203;kyle-bisnow](https://redirect.github.com/kyle-bisnow)! - \[ci] kick of auto issue fixer ([#&#8203;8004](https://redirect.github.com/rectorphp/rector-src/pull/8004)) - \[automated] Apply Coding Standard ([#&#8203;8005](https://redirect.github.com/rectorphp/rector-src/pull/8005)) - \[CodeQuality] Skip possibly undefined variable on SimplifyEmptyCheckOnEmptyArrayRector ([#&#8203;8006](https://redirect.github.com/rectorphp/rector-src/pull/8006)) - \[CodingStyle] Handle namespaced function string on FunctionFirstClassCallableRector ([#&#8203;8007](https://redirect.github.com/rectorphp/rector-src/pull/8007)) - Fix compatibility on optional key on array dim fetch to be Mixed on phpstan patch 2.1.x-dev ([#&#8203;8008](https://redirect.github.com/rectorphp/rector-src/pull/8008)) - Update Mongodb constant from DoctrineSetList ([#&#8203;8009](https://redirect.github.com/rectorphp/rector-src/pull/8009)) - Bump to PHPStan ^2.1.56 ([#&#8203;8010](https://redirect.github.com/rectorphp/rector-src/pull/8010)) #### rectorphp/rector-symfony - \[QA] Add StructArmed to QA ([#&#8203;939](https://redirect.github.com/rectorphp/rector-symfony/pull/939)) - \[Symfony81] add rule for Ulid::isValid() new argument ([#&#8203;938](https://redirect.github.com/rectorphp/rector-symfony/pull/938)), Thanks [@&#8203;MrYamous](https://redirect.github.com/MrYamous) - \[Symfony81] add rule for Serialiazer method change ([#&#8203;937](https://redirect.github.com/rectorphp/rector-symfony/pull/937)), Thanks [@&#8203;MrYamous](https://redirect.github.com/MrYamous) - \[Symfony81] add rules for DependencyInjection namespace change ([#&#8203;936](https://redirect.github.com/rectorphp/rector-symfony/pull/936)), Thanks [@&#8203;MrYamous](https://redirect.github.com/MrYamous) #### rectorphp/rector-doctrine - \[QA] Add StructArmed to QA ([#&#8203;482](https://redirect.github.com/rectorphp/rector-doctrine/pull/482)) #### rectorphp/rector-phpunit - \[QA] Add StructArmed to QA ([#&#8203;677](https://redirect.github.com/rectorphp/rector-phpunit/pull/677)) - fix assert call type resolving ([#&#8203;675](https://redirect.github.com/rectorphp/rector-phpunit/pull/675)) - fix AssertIsTypeMethodCallRector crash on enum case argument ([#&#8203;674](https://redirect.github.com/rectorphp/rector-phpunit/pull/674)) #### rectorphp/rector-downgrade-php - \[QA] Add StructArmed to QA ([#&#8203;375](https://redirect.github.com/rectorphp/rector-downgrade-php/pull/375)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Lendable/composer-license-checker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDYuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 43da026 commit 2fccd2a

2 files changed

Lines changed: 40 additions & 29 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"require-dev": {
1919
"ergebnis/composer-normalize": "^2.52.0",
2020
"lendable/phpunit-extensions": "^0.5",
21-
"php-cs-fixer/shim": "^3.95.2",
22-
"phpstan/phpstan": "^2.1.55",
21+
"php-cs-fixer/shim": "^3.95.3",
22+
"phpstan/phpstan": "^2.2.1",
2323
"phpstan/phpstan-deprecation-rules": "^2.0.4",
2424
"phpstan/phpstan-phpunit": "^2.0.16",
2525
"phpstan/phpstan-strict-rules": "^2.0.11",
26-
"phpunit/phpunit": "^13.1.11",
27-
"rector/rector": "^2.4.4",
26+
"phpunit/phpunit": "^13.1.13",
27+
"rector/rector": "^2.4.5",
2828
"symfony/filesystem": "^6.2"
2929
},
3030
"autoload": {

composer.lock

Lines changed: 36 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)