Bump the dev-dependencies group across 1 directory with 2 updates
Bumps the dev-dependencies group with 2 updates in the /composer/helpers/v2 directory: friendsofphp/php-cs-fixer and phpstan/phpstan.
Updates friendsofphp/php-cs-fixer from 3.23.0 to 3.71.0
Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
v3.71.0 Persian Successor
What's Changed
- feat: OrderedImportsFixer - deprecate length sorting algorithm by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8473- test: NameQualifiedTransformerTest - correct the test case by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8471- refactor: add
FullyQualifiedNameAnalyzerby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8048- refactor: codeHash - update when it's (re-)generated by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8470- refactor:
SwitchAnalyzer- improve performance by@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8407- DX: cleanup
PhpdocNoAliasTagFixerTestby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8476- fix:
StatementIndentationFixer- return in braceless if by@BergenSoftin PHP-CS-Fixer/PHP-CS-Fixer#8479- chore: update type in
SingleSpaceAroundConstructFixerTest::provideFixWithElseIfCasesby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8481- chore: update type in
SingleSpaceAroundConstructFixerTest::provideFixWithIfCasesby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8482- fix:
SingleSpaceAroundConstructFixer- handle alternative syntax by@timsmidin PHP-CS-Fixer/PHP-CS-Fixer#8317- deps: bump phpstan/phpstan from 2.1.6 to 2.1.7 in /dev-tools in the phpstan group by
@dependabotin PHP-CS-Fixer/PHP-CS-Fixer#8485- fix:
PhpdocAlignFixer- align correctly type with UTF8 characters by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8486- fix:
BinaryOperatorSpacesFixer- do not break alignment of UTF-8 array keys by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8484New Contributors
@BergenSoftmade their first contribution in PHP-CS-Fixer/PHP-CS-Fixer#8479@timsmidmade their first contribution in PHP-CS-Fixer/PHP-CS-Fixer#8317Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.70.2...v3.71.0
v3.70.2 Persian Successor
What's Changed
- deps: upgrade deep dev-tools deps by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8472- fix:
MbStrFunctionsFixermust run beforeNativeFunctionInvocationFixerby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8466- fix:
MethodArgumentSpaceFixer- fix nested calls forensure_fully_multilineoption by@geecuin PHP-CS-Fixer/PHP-CS-Fixer#8469New Contributors
@geecumade their first contribution in PHP-CS-Fixer/PHP-CS-Fixer#8469Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.70.1...v3.70.2
v3.70.1 Persian Successor
What's Changed
- fix:
PhpUnitSizeClassFixermust run beforePhpUnitAttributesFixerby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8457- DX: cleanup
OrderedImportsFixerTestby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8458Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.70.0...v3.70.1
v3.70.0 Persian Successor
What's Changed
- feat: Add
PhpUnitDataProviderMethodOrderFixerfixer by@mvorisekin PHP-CS-Fixer/PHP-CS-Fixer#8225- feat:
TypeDeclarationSpacesFixer- Fix whitespace between const type and const name. by@obresoftin PHP-CS-Fixer/PHP-CS-Fixer#8442- feat:
PhpCsFixerruleset: useoperator_linebreakrule for all operators by@mvorisekin PHP-CS-Fixer/PHP-CS-Fixer#8417- feat:
PhpUnitMethodCasingFixerto support PHPUnit'sTestattribute by@obresoftin PHP-CS-Fixer/PHP-CS-Fixer#8451- feat:
HeaderCommentFixer- allow validators by@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8452- chore: extend bug report template by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8447- fix:
CommentsAnalyzer- allow other forms of assignment as valid structural elements for phpdocs by@paulbalandanin PHP-CS-Fixer/PHP-CS-Fixer#8371
... (truncated)
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
Changelog for v3.71.0
- feat: OrderedImportsFixer - deprecate length sorting algorithm (#8473)
- fix:
BinaryOperatorSpacesFixer- do not break alignment of UTF-8 array keys (#8484)- fix:
PhpdocAlignFixer- align correctly type with UTF8 characters (#8486)- fix:
SingleSpaceAroundConstructFixer- handle alternative syntax (#8317)- fix:
StatementIndentationFixer- return in braceless if (#8479)- chore: update type in
SingleSpaceAroundConstructFixerTest::provideFixWithElseIfCases(#8481)- chore: update type in
SingleSpaceAroundConstructFixerTest::provideFixWithIfCases(#8482)- deps: bump phpstan/phpstan from 2.1.6 to 2.1.7 in /dev-tools in the phpstan group (#8485)
- DX: cleanup
PhpdocNoAliasTagFixerTest(#8476)- refactor: add
FullyQualifiedNameAnalyzer(#8048)- refactor: codeHash - update when it's (re-)generated (#8470)
- refactor:
SwitchAnalyzer- improve performance (#8407)- test: NameQualifiedTransformerTest - correct test case (#8471)
Changelog for v3.70.2
- deps: upgrade deep dev-tools deps (#8472)
- fix:
MbStrFunctionsFixermust run beforeNativeFunctionInvocationFixer(#8466)- fix:
MethodArgumentSpaceFixer- fix nested calls forensure_fully_multilineoption (#8469)Changelog for v3.70.1
- fix:
PhpUnitSizeClassFixermust run beforePhpUnitAttributesFixer(#8457)- DX: cleanup
OrderedImportsFixerTest(#8458)Changelog for v3.70.0
- feat: Add
PhpUnitDataProviderMethodOrderFixerfixer (#8225)- feat:
HeaderCommentFixer- allow validators (#8452)- feat:
PhpCsFixerruleset: useoperator_linebreakrule for all operators (#8417)- feat:
PhpUnitMethodCasingFixerto support PHPUnit'sTestattribute (#8451)- feat:
TypeDeclarationSpacesFixer- Fix whitespace between const type and const name (#8442)- chore: extend bug report template (#8447)
- chore: extend bug report template - more installation options (#8450)
- CI: phpstan-symfony - add entry point for console (#8292)
- deps: bump alpine from 3.21.2 to 3.21.3 (#8454)
- deps: bump phpstan/phpstan from 2.1.5 to 2.1.6 in /dev-tools in the phpstan group (#8453)
- fix:
CommentsAnalyzer- allow other forms of assignment as valid structural elements for PHPDocs (#8371)- fix:
PhpUnitTestClassRequiresCoversFixermust run beforePhpUnitAttributesFixer(#8444)- test: fix
CheckCommandTest::testDryRunModeIsUnavailableto correctly check that option--dry-runis unavailable (#8438)Changelog for v3.69.1
... (truncated)
Commits
3825ffdprepared the 3.71.0 release8cd125afix:BinaryOperatorSpacesFixer- do not break alignment of UTF-8 array keys...6ab01effix:PhpdocAlignFixer- align correctly type with UTF8 characters (#8486)2f7ae4ddeps: bump phpstan/phpstan from 2.1.6 to 2.1.7 in /dev-tools in the phpstan g...695c199fix:SingleSpaceAroundConstructFixer- handle alternative syntax (#8317)4fbbd57chore: update type in `SingleSpaceAroundConstructFixerTest::provideFixWithIfC...dcb00dachore: update type in `SingleSpaceAroundConstructFixerTest::provideFixWithEls...bb0a630fix:StatementIndentationFixer- return in braceless if (#8479)ea3b49dDX: cleanupPhpdocNoAliasTagFixerTest(#8476)3390bf7refactor:SwitchAnalyzer- improve performance (#8407)- Additional commits viewable in compare view
Updates phpstan/phpstan from 2.0.4 to 2.1.8
Release notes
Sourced from phpstan/phpstan's releases.
2.1.8
Improvements 🔧
@readonlyproperty cannot be passed by-ref (#3850), #12676, thanks@staabm!- ClassReflection - cannot be a subclass of final-overriden class (https://github.com/phpstan/phpstan-src/commit/ed4ea0a3b5784e3e39b28cff2fc92b6445a48419)
- Deprecated
ClassReflection::isSubclassOf(string $className)in favour ofClassReflection::isSubclassOfClass(ClassReflection $class)
- If you just have
string $classNameinstead ofClassReflectionand you are too lazy to get ClassReflection via ReflectionProvider, you can still useClassReflection::is(string $className)Bugfixes 🐛
- This release includes fixes from PHPStan 1.12.21
- Cannot override being final for abstract classes (https://github.com/phpstan/phpstan-src/commit/9bb2ed5b90d76d416a985eeb67411999be187263)
- Fix unsetting array item triggering
unset.possiblyHookedProperty(#3855), #12695, thanks@staabm!- UnusedPrivatePropertyRule - handle virtual properties that can only be read or only written (https://github.com/phpstan/phpstan-src/commit/da737711e4017bac54ce133e0c074d094daf1969, https://github.com/phpstan/phpstan-src/commit/12185abf062ea03e51dae9226b35a6639bee0cd5), #12702
- Faster analysis with a big const array in a class (#3862), #12159, thanks
@staabm!Internals 🔍
- Fix typo false-positive (#3856), thanks
@staabm!- Reduce method calls in ExpressionTypeHolder (#3859), thanks
@staabm!- Faster
TrinaryLogic::and()(#3860), thanks@staabm!- Faster
MutatingScope::mergeWith()(#3861), thanks@staabm!- Added regression test (#3863), thanks
@staabm!2.1.7
Improvements 🔧
- Introduce
IgnoreErrorExtension(#3783), thanks@ruudk!- Understand that
new Foo()cannot be a subclass (#3853)- Object type narrowed after
$a::classandget_class($a)cannot be a subclass (https://github.com/phpstan/phpstan-src/commit/772f2979425574897b525de95dd8a535e1882f39)- Teamcity - show rule identifier when verbose output is set (#3804), thanks
@kamil-zacek!- Class constants cannot be directly accessed on a trait (https://github.com/phpstan/phpstan-src/commit/d56d0842ca297ad6cc4ac3cf3918433ed8a80394)
- Hooked properties cannot be both final and private (#3830), #12336, thanks
@staabm!- Hooked properties cannot be both abstract and private (#3839), #12336, thanks
@staabm!- Implement FinalPrivateConstantRule (#3838), thanks
@staabm!- Readonly properties cannot be
unset()(#3827), #12421, thanks@staabm!- Hooked properties cannot be
unset()(#3842), #12336, thanks@staabm!- Handle BcMath\Number overloaded operators (#3787), #12099, thanks
@schlndh!- TypeNodeResolver - check for existing
Integerclass before resolving toint(#3848), #12660, thanks@stepo2!Bugfixes 🐛
... (truncated)
Commits
f9adff3PHPStan 2.1.843403e4Update errors identifiers781aefaUpdated PHPStan to commit 781aefaf6b2bbaca5a02e017984852fc1b9b99f0e05aaedUpdated PHPStan to commit e05aaed53e1cdaaacd4f052195ae7f9996ee058db1a96ebUpdate errors identifiers75ac060Updated PHPStan to commit 75ac0608c6b7283d83ea16e5c503d3328c34fb4af29c855Updated PHPStan to commit f29c855ec94015bfd77caa97b9cee6e9d38ca5a0692d510Updated PHPStan to commit 692d5103e089f902ab930022ebbc6ee31c850002dde8da5Updated PHPStan to commit dde8da5c697f0d5e8fe4f8e356342afe513fa9fa0048b35Update errors identifiers- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
@dependabot rebase
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate