sp-api-sdk
sp-api-sdk copied to clipboard
Bump friendsofphp/php-cs-fixer from 3.20.0 to 3.52.1 in /tools
Bumps friendsofphp/php-cs-fixer from 3.20.0 to 3.52.1.
Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
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#7899Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.52.0...v3.52.1
v3.52.0 15 Keys
What's Changed
- feat:
@Symfony:risky- addno_unreachable_default_argument_valueby@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#7863- feat:
PhpCsFixerruleset - enablenullable_type_declaration_for_default_null_valueby@mvorisekin PHP-CS-Fixer/PHP-CS-Fixer#7870- feat: Add
array_indentationtoPER-CS2.0ruleset by@VincentLangletin PHP-CS-Fixer/PHP-CS-Fixer#7881- feat: Add support for callable template in PHPDoc parser by
@mvorisekin PHP-CS-Fixer/PHP-CS-Fixer#7084- fix:
no_useless_concat_operator- do not break variable by@tamirohin PHP-CS-Fixer/PHP-CS-Fixer#7827- fix:
TokensAnalyzer- handle unary operator in arrow functions by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7862- fix:
TypeExpression- fix "JIT stack limit exhausted" error by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7843- fix: Constant invocation detected in DNF types by
@SharkyKZin PHP-CS-Fixer/PHP-CS-Fixer#7869- fix: Correctly indent multiline constants and properties by
@julienfalquein PHP-CS-Fixer/PHP-CS-Fixer#7875- chore: fix PHP 8.4 deprecations by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7894- chore: fix PHPStan 1.10.60 issues by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7873- chore: list over array in more places by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#7876- chore: replace template with variable in Preg class by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7882- chore: update PHPStan by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7871- depr:
nullable_type_declaration_for_default_null_value- deprecate option that is against@PHP84Migrationby@keradusin PHP-CS-Fixer/PHP-CS-Fixer#7872- docs: Fix typo by
@BenMorelin PHP-CS-Fixer/PHP-CS-Fixer#7889New Contributors
@SharkyKZmade their first contribution in PHP-CS-Fixer/PHP-CS-Fixer#7869@BenMorelmade their first contribution in PHP-CS-Fixer/PHP-CS-Fixer#7889Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.51.0...v3.52.0
v3.51.0 Insomnia
What's Changed
- feat:
@Symfony- add nullable_type_declaration by@keradusin PHP-CS-Fixer/PHP-CS-Fixer#7856- chore: add missing tests for non-documentation classes by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7848- chore: do not perform type analysis in tests by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7852- chore: list over array in more places by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#7857- chore: tests documentation classes by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7855- test: fix wrong type in param annotation by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#7858Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.50.0...v3.51.0
v3.50.0 Insomnia
What's Changed
- feat: Ability to remove unused imports from multi-use statements by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#7815- feat: Support shortening symbols from multi-use statements (only classes for now) by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#7816- feat: allow PHPUnit 11 by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7824- feat:
MbStrFunctionsFixer- add support formb_trim,mb_ltrimandmb_rtrimfunctions by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7840
... (truncated)
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
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)
- chore: fix PHPStan 1.10.60 issues (#7873)
- chore: list over array in more places (#7876)
- chore: replace template with variable in Preg class (#7882)
- chore: update PHPStan (#7871)
- depr:
nullable_type_declaration_for_default_null_value- deprecate option that is against@PHP84Migration(#7872)- docs: Fix typo (#7889)
- feat: Add support for callable template in PHPDoc parser (#7084)
- feat: Add
array_indentationtoPER-CS2.0ruleset (#7881)- feat:
@Symfony:risky- addno_unreachable_default_argument_value(#7863)- feat:
PhpCsFixerruleset - enablenullable_type_declaration_for_default_null_value(#7870)- fix: Constant invocation detected in DNF types (#7869)
- fix: Correctly indent multiline constants and properties (#7875)
- fix:
no_useless_concat_operator- do not break variable (#7827)- fix:
TokensAnalyzer- handle unary operator in arrow functions (#7862)- fix:
TypeExpression- fix "JIT stack limit exhausted" error (#7843)Changelog for v3.51.0
- chore: add missing tests for non-documentation classes (#7848)
- chore: do not perform type analysis in tests (#7852)
- chore: list over array in more places (#7857)
- chore: tests documentation classes (#7855)
- feat:
@Symfony- add nullable_type_declaration (#7856)- test: fix wrong type in param annotation (#7858)
Changelog for v3.50.0
- chore: add missing types (#7842)
- chore: BlocksAnalyzer - raise exception on invalid index (#7819)
- chore: DataProviderAnalysis - expect list over array (#7800)
- chore: do not use
@largeon method level (#7832)- chore: do not use
@mediumon method level (#7833)- chore: Fix typos (#7835)
- chore: rename variables (#7847)
- chore: some improvements around array typehints (#7799)
- CI: fix PHP 8.4 job (#7829)
- DX: Include
symfony/var-dumperin dev tools (#7795)- feat: Ability to remove unused imports from multi-use statements (#7815)
... (truncated)
Commits
6e77207prepared the 3.52.1 release5b7534cfix: StatementIndentationFixer - do not crash on ternary operator in class pr...c066eccfix:PhpCsFixer\Tokenizer\Tokens::setSizereturn type (#7900)1eb4e52bumped versiona3564bdprepared the 3.52.0 release5380db3fix:TypeExpression- fix "JIT stack limit exhausted" error (#7843)951d3c2chore: fix PHP 8.4 deprecations (#7894)3b3bfe9docs: Fix typo (#7889)5cfa1f9feat: Addarray_indentationtoPER-CS2.0ruleset (#7881)32866fcchore: replace template with variable in Preg class (#7882)- 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)