chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.82.2 to 3.83.0

Bumps friendsofphp/php-cs-fixer from 3.82.2 to 3.83.0.

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v3.83.0 Alexander

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.2...v3.83.0

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)
Commits
  • b83916e prepared the 3.83.0 release
  • 998cf2e fix: BracesPositionFixer - fix performance issue for massive files with CT::T...
  • f247a10 chore: early compat check with Symfony 8 (#8827)
  • 5a9e2eb chore: configure native_constant_invocation (#8840)
  • 6f865d1 chore: Add CS commit to .git-blame-ignore-revs
  • adf9503 chore: apply native_constant_invocation for build-in consts (#8837)
  • 16285b7 fix: NoUnreachableDefaultArgumentValueFixer - do not crash on property hook...
  • e226575 feat: Suppress enable parallel runner message when only 1 core is available (...
  • 19e1957 chore: FullyQualifiedStrictTypesFixer - reduce function calls (#8834)
  • 64e69dd CI: mark jobs allow-to-fail declarative, instead of imperative check (#8829)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports

Loading