Commit 2fccd2a
authored
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` |

|

|
|
[phpstan/phpstan](https://redirect.github.com/phpstan/phpstan-phar-composer-source)
| `^2.1.55` → `^2.2.1` |

|

|
| [phpunit/phpunit](https://phpunit.de/)
([source](https://redirect.github.com/sebastianbergmann/phpunit)) |
`^13.1.11` → `^13.1.13` |

|

|
| [rector/rector](https://getrector.com/)
([source](https://redirect.github.com/rectorphp/rector)) | `^2.4.4` →
`^2.4.5` |

|

|
---
### 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
-
[#​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
[@​phpunit@phpc.social](https://phpc.social/@​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
-
[#​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
[@​phpunit@phpc.social](https://phpc.social/@​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
([#​8000](https://redirect.github.com/rectorphp/rector-src/pull/8000)),
Thanks [@​calebdw](https://redirect.github.com/calebdw)!
<br>
#### Bugfixes 🐛
- fix: skip StaticCallToMethodCallRector when parent declares final
\_\_construct
([#​8001](https://redirect.github.com/rectorphp/rector-src/pull/8001))
- \[NodeManipulator] Use ClassReflection parent
isFinalByKeyword()->yes() on ClassDependencyManipulator
([#​8002](https://redirect.github.com/rectorphp/rector-src/pull/8002))
- \[BetterPhpDocParser] Don't wrap first-position
[@​method](https://redirect.github.com/method) param union in
extra parens
([#​8003](https://redirect.github.com/rectorphp/rector-src/pull/8003)),
Thanks [@​kyle-bisnow](https://redirect.github.com/kyle-bisnow)!
- \[ci] kick of auto issue fixer
([#​8004](https://redirect.github.com/rectorphp/rector-src/pull/8004))
- \[automated] Apply Coding Standard
([#​8005](https://redirect.github.com/rectorphp/rector-src/pull/8005))
- \[CodeQuality] Skip possibly undefined variable on
SimplifyEmptyCheckOnEmptyArrayRector
([#​8006](https://redirect.github.com/rectorphp/rector-src/pull/8006))
- \[CodingStyle] Handle namespaced function string on
FunctionFirstClassCallableRector
([#​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
([#​8008](https://redirect.github.com/rectorphp/rector-src/pull/8008))
- Update Mongodb constant from DoctrineSetList
([#​8009](https://redirect.github.com/rectorphp/rector-src/pull/8009))
- Bump to PHPStan ^2.1.56
([#​8010](https://redirect.github.com/rectorphp/rector-src/pull/8010))
#### rectorphp/rector-symfony
- \[QA] Add StructArmed to QA
([#​939](https://redirect.github.com/rectorphp/rector-symfony/pull/939))
- \[Symfony81] add rule for Ulid::isValid() new argument
([#​938](https://redirect.github.com/rectorphp/rector-symfony/pull/938)),
Thanks [@​MrYamous](https://redirect.github.com/MrYamous)
- \[Symfony81] add rule for Serialiazer method change
([#​937](https://redirect.github.com/rectorphp/rector-symfony/pull/937)),
Thanks [@​MrYamous](https://redirect.github.com/MrYamous)
- \[Symfony81] add rules for DependencyInjection namespace change
([#​936](https://redirect.github.com/rectorphp/rector-symfony/pull/936)),
Thanks [@​MrYamous](https://redirect.github.com/MrYamous)
#### rectorphp/rector-doctrine
- \[QA] Add StructArmed to QA
([#​482](https://redirect.github.com/rectorphp/rector-doctrine/pull/482))
#### rectorphp/rector-phpunit
- \[QA] Add StructArmed to QA
([#​677](https://redirect.github.com/rectorphp/rector-phpunit/pull/677))
- fix assert call type resolving
([#​675](https://redirect.github.com/rectorphp/rector-phpunit/pull/675))
- fix AssertIsTypeMethodCallRector crash on enum case argument
([#​674](https://redirect.github.com/rectorphp/rector-phpunit/pull/674))
#### rectorphp/rector-downgrade-php
- \[QA] Add StructArmed to QA
([#​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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments