Bump friendsofphp/php-cs-fixer from 3.75.0 to 3.83.0
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(5 months ago)
(5 months ago)
(5 months ago)
dependencies php
Bumps friendsofphp/php-cs-fixer from 3.75.0 to 3.83.0.
Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
v3.83.0 Alexander
What's Changed
- feat: Suppress enable parallel runner message when only 1 core is available by
@mvorisekin PHP-CS-Fixer/PHP-CS-Fixer#8833- fix:
NoUnreachableDefaultArgumentValueFixer- do not crash on property hook by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8838- fix: BracesPositionFixer - fix performance issue for massive files with CT::T_CURLY_CLOSE by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8830- CI: mark jobs allow-to-fail declarative, instead of imperative check by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8829- chore:
FullyQualifiedStrictTypesFixer- reduce function calls by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8834- chore: apply native_constant_invocation for build-in consts by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8837- chore: configure native_constant_invocation by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8840- chore: early compat check with Symfony 8 by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8827Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.2...v3.83.0
v3.82.2 Alexander
What's Changed
- fix:
ClassAttributesSeparationFixer- handle methodgetaliased in trait import by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8822- fix:
VisibilityRequiredFixer- handle promoted property with visibility and reference, but without type by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8823- fix:
LowercaseStaticReferenceFixer- do not touch enum's cases by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8824- fix:
StatementIndentationFixer- multi constant statement containing array by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8825Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.1...v3.82.2
v3.82.1 Alexander
What's Changed
- fix:
SingleClassElementPerStatementFixer- fix for property hooks by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8816- fix:
OrderedClassElementsFixer- handle property hooks by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8817Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.0...v3.82.1
v3.82.0 Alexander
What's Changed
- feat:
MagicConstantCasingFixer- support__PROPERTY__by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8809- feat:
PhpUnitDataProviderNameFixer- support data providers defined by both annotation and attribute for the same test by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8811- fix:
PhpdocToParamTypeFixer- always handle reference in PHPDoc by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8813- deps: update box by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8795- chore: cleanup
FCTTestby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8808- chore: PhpdocOrderFixer.php - CPU optimization by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8812- docs: fix whitespace around code examples and reference sections in rules' docs by
@paulbalandanin PHP-CS-Fixer/PHP-CS-Fixer#8810Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.81.0...v3.82.0
v3.81.0 Alexander
What's Changed
- feat:
VisibilityRequiredFixer- handle more than only the first promoted property by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8801- fix:
VisibilityRequiredFixer- handle promoted parameter passed by reference by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8799- fix:
BracesPositionFixer- do not throw error when variable is terminated by PHP close tag by@paulbalandanin PHP-CS-Fixer/PHP-CS-Fixer#8804- fix:
PhpUnitInternalClassFixer- skip adding@internalon instantiation of anonymous classes by@paulbalandanin PHP-CS-Fixer/PHP-CS-Fixer#8807
... (truncated)
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
Changelog for v3.83.0
- feat: Suppress enable parallel runner message when only 1 core is available (#8833)
- fix: BracesPositionFixer - fix performance issue for massive files with CT::T_CURLY_CLOSE (#8830)
- fix:
NoUnreachableDefaultArgumentValueFixer- do not crash on property hook (#8838)- chore: Add CS commit to .git-blame-ignore-revs
- chore: apply native_constant_invocation for build-in consts (#8837)
- chore: configure native_constant_invocation (#8840)
- chore: early compat check with Symfony 8 (#8827)
- chore:
FullyQualifiedStrictTypesFixer- reduce function calls (#8834)- CI: mark jobs allow-to-fail declarative, instead of imperative check (#8829)
Changelog for v3.82.2
- fix:
ClassAttributesSeparationFixer- handle methodgetaliased in trait import (#8822)- fix:
LowercaseStaticReferenceFixer- do not touch enum's cases (#8824)- fix:
StatementIndentationFixer- multi constant statement containing array (#8825)- fix:
VisibilityRequiredFixer- handle promoted property with visibility and reference, but without type (#8823)Changelog for v3.82.1
- fix:
OrderedClassElementsFixer- handle property hooks (#8817)- fix:
SingleClassElementPerStatementFixer- fix for property hooks (#8816)Changelog for v3.82.0
- chore: cleanup
FCTTest(#8808)- chore: PhpdocOrderFixer.php - CPU optimization (#8812)
- deps: update box (#8795)
- docs: fix whitespace around code examples and reference sections in rules' docs (#8810)
- feat:
MagicConstantCasingFixer- support__PROPERTY__(#8809)- feat:
PhpUnitDataProviderNameFixer- support data providers defined by both annotation and attribute for the same test (#8811)- fix:
PhpdocToParamTypeFixer- always handle reference in PHPDoc (#8813)Changelog for v3.81.0
- feat:
VisibilityRequiredFixer- handle more than only the first promoted property (#8801)- fix:
BracesPositionFixer- do not crash when variable is terminated by PHP close tag (#8804)- fix:
PhpUnitDataProviderMethodOrderFixer- handle data provider defined by both annotation and attribute (#8805)- fix:
PhpUnitInternalClassFixer- skip adding@internalon instantiation of anonymous classes (#8807)- fix:
VisibilityRequiredFixer- handle promoted parameter passed by reference (#8799)- chore: add automatically to milestone "PHP 8.5 initial compatibility" if label is "topic/PHP8.5" (#8806)
- chore: fail "Deployment checks" if any job from
testsfailed (#8792)- docs: update docs about --allow-unsupported-php-version (#8796)
... (truncated)
Commits
b83916eprepared the 3.83.0 release998cf2efix: BracesPositionFixer - fix performance issue for massive files with CT::T...f247a10chore: early compat check with Symfony 8 (#8827)5a9e2ebchore: configure native_constant_invocation (#8840)6f865d1chore: Add CS commit to .git-blame-ignore-revsadf9503chore: apply native_constant_invocation for build-in consts (#8837)16285b7fix:NoUnreachableDefaultArgumentValueFixer- do not crash on property hook...e226575feat: Suppress enable parallel runner message when only 1 core is available (...19e1957chore:FullyQualifiedStrictTypesFixer- reduce function calls (#8834)64e69ddCI: mark jobs allow-to-fail declarative, instead of imperative check (#8829)- 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
friendsofphp/php-cs-fixer
packagist
3.75.0 → 3.83.0
Minor
Technical Details
| ID: | 3480992 |
| UUID: | 3231283352 |
| Node ID: | PR_kwDOMhYgn86e78A5 |
| Host: | GitHub |
| Repository: | GemberPHP/message-bus-symfony |