sp-api-sdk
sp-api-sdk copied to clipboard
Bump friendsofphp/php-cs-fixer from 3.20.0 to 3.54.0 in /tools
Bumps friendsofphp/php-cs-fixer from 3.20.0 to 3.54.0.
Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
v3.54.0 15 Keys Accelerate
What's Changed
- feat: introduce
PhpUnitAttributesFixerby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7831- fix: Remove Infection during Docker release by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#7937- fix:
PhpUnitTestClassRequiresCoversFixer- do not add annotation when there are attributes by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7880- fix:
PhpUnitMethodCasingFixer- do not double underscore by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7949- fix:
FullyQualifiedStrictTypesFixer- do not add imports before PHP opening tag by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7955- DX: there is no namespace if there is no PHP code by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7953- DX: cleanup
FullyQualifiedStrictTypesFixerTestby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7954- DX: Improve internal dist config for Fixer by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#7952- DX: update .gitattributes by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7931- DX: cleanup
PhpdocNoAccessFixerTestby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7933- test: Ignore PHP version related mutations by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#7935- DX: cleanup
PhpUnitStrictFixerTestby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7938- DX: Improve issue templates by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#7942- DX: cleanup
PhpUnitMethodCasingFixerTestby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7948- CI: check if proper array key is declared by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#7912- chore: Properly determine self-approval trigger commit by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#7936- chore: Revert ref for self-approval Git checkout by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#7944Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.53.0...v3.54.0
v3.53.0 15 Keys
What's Changed
- fix:
PhpdocArrayTypeFixer- JIT stack limit exhausted by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7895- feat:
@PHP84Migrationintroduction by@keradusin PHP-CS-Fixer/PHP-CS-Fixer#7774- test: Introduce Infection for mutation tests by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#7874- CI: Improve Infection setup by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#7913- chore: Use
listoverarrayin more places by@keradusin PHP-CS-Fixer/PHP-CS-Fixer#7905- feat: Add trailing comma in multiline to PER-CS 2.0 by
@michaelvickersukin PHP-CS-Fixer/PHP-CS-Fixer#7916- feat: Introduce
AttributeAnalysisby@HypeMCin PHP-CS-Fixer/PHP-CS-Fixer#7909- CI: allow for self-approvals for maintainers by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#7921- fix: Constant invocation detected in typed constants by
@SharkyKZin PHP-CS-Fixer/PHP-CS-Fixer#7892- DX: reduce
array_filterfunction usages by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7923- DX: update
phpstan/phpstan-strict-rulesby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7924- DX: update actions producing warnings by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7925- DX: update actions producing warnings by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7928- DX: remove duplicated character from
trimcall by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7930- CI: no need to trigger enable auto-merge when self-approve by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#7929New Contributors
@michaelvickersukmade their first contribution in PHP-CS-Fixer/PHP-CS-Fixer#7916Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.52.1...v3.53.0
v3.52.1 15 Keys
What's Changed
- fix:
PhpCsFixer\Tokenizer\Tokens::setSizereturn type by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7900- fix: StatementIndentationFixer - do not crash on ternary operator in class property by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7899
... (truncated)
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
Changelog for v3.54.0
- feat: introduce
PhpUnitAttributesFixer(#7831)- chore: Properly determine self-approval trigger commit (#7936)
- chore: Revert ref for self-approval Git checkout (#7944)
- CI: check if proper array key is declared (#7912)
- DX: cleanup
FullyQualifiedStrictTypesFixerTest(#7954)- DX: cleanup
PhpdocNoAccessFixerTest(#7933)- DX: cleanup
PhpUnitMethodCasingFixerTest(#7948)- DX: cleanup
PhpUnitStrictFixerTest(#7938)- DX: Improve internal dist config for Fixer (#7952)
- DX: Improve issue templates (#7942)
- DX: there is no namespace if there is no PHP code (#7953)
- DX: update .gitattributes (#7931)
- fix: Remove Infection during Docker release (#7937)
- fix:
FullyQualifiedStrictTypesFixer- do not add imports before PHP opening tag (#7955)- fix:
PhpUnitMethodCasingFixer- do not double underscore (#7949)- fix:
PhpUnitTestClassRequiresCoversFixer- do not add annotation when there are attributes (#7880)- test: Ignore PHP version related mutations (#7935)
Changelog for v3.53.0
- chore: Use
listoverarrayin more places (#7905)- CI: allow for self-approvals for maintainers (#7921)
- CI: Improve Infection setup (#7913)
- CI: no need to trigger enable auto-merge when self-approve (#7929)
- DX: reduce
array_filterfunction usages (#7923)- DX: remove duplicated character from
trimcall (#7930)- DX: update actions producing warnings (#7925)
- DX: update actions producing warnings (#7928)
- DX: update
phpstan/phpstan-strict-rules(#7924)- feat: Add trailing comma in multiline to PER-CS 2.0 (#7916)
- feat: Introduce
AttributeAnalysis(#7909)- feat:
@PHP84Migrationintroduction (#7774)- fix: Constant invocation detected in typed constants (#7892)
- fix:
PhpdocArrayTypeFixer- JIT stack limit exhausted (#7895)- test: Introduce Infection for mutation tests (#7874)
Changelog for v3.52.1
- fix: StatementIndentationFixer - do not crash on ternary operator in class property (#7899)
- fix:
PhpCsFixer\Tokenizer\Tokens::setSizereturn type (#7900)Changelog for v3.52.0
- chore: fix PHP 8.4 deprecations (#7894)
... (truncated)
Commits
2aecbc8prepared the 3.54.0 release28209a2DX: Improve internal dist config for Fixer (#7952)f40f18efix:FullyQualifiedStrictTypesFixer- do not add imports before PHP opening...35aca55DX: cleanupFullyQualifiedStrictTypesFixerTest(#7954)1e6e13bDX: there is no namespace if there is no PHP code (#7953)0e9f115fix:PhpUnitMethodCasingFixer- do not double underscore (#7949)8a115cdfix:PhpUnitTestClassRequiresCoversFixer- do not add annotation when there...6a69160feat: introducePhpUnitAttributesFixer(#7831)8713dfdDX: cleanupPhpUnitMethodCasingFixerTest(#7948)ce40b80DX: Improve issue templates (#7942)- 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)