Skip to content

build(deps-dev): bump friendsofphp/php-cs-fixer from 3.80.0 to 3.82.2 #4885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

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

Release notes

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

v3.82.2 Alexander

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.82.1...v3.82.2

v3.82.1 Alexander

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.82.0...v3.82.1

v3.82.0 Alexander

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.81.0...v3.82.0

v3.81.0 Alexander

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.80.0...v3.81.0

Changelog

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

Changelog for v3.82.2

  • fix: ClassAttributesSeparationFixer - handle method get aliased 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 @internal on 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 tests failed (#8792)
  • docs: update docs about --allow-unsupported-php-version (#8796)
Commits
  • 684ed3a prepared the 3.82.2 release
  • 97de337 fix: StatementIndentationFixer - multi constant statement containing array ...
  • 578ea7a fix: LowercaseStaticReferenceFixer - do not touch enum's cases (#8824)
  • 827eb5f fix: VisibilityRequiredFixer - handle promoted property with visibility and...
  • 963f8e3 fix: ClassAttributesSeparationFixer - handle method get aliased in trait ...
  • b980d8b bumped version
  • 240f67b prepared the 3.82.1 release
  • dd630f2 fix: OrderedClassElementsFixer - handle property hooks (#8817)
  • 8c9c53c fix: SingleClassElementPerStatementFixer - fix for property hooks (#8816)
  • f5d6ecb bumped version
  • 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)

Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.80.0 to 3.82.2.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.80.0...v3.82.2)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.82.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file MINOR This PR is intended to be treated as a MINOR update according to RFC-0002 php Pull requests that update Php code labels Jul 14, 2025
@github-actions github-actions bot added the composer Relates to composer.json label Jul 14, 2025
Copy link

@sreichel sreichel merged commit 72f5b8a into main Jul 15, 2025
32 checks passed
@dependabot dependabot bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.82.2 branch July 15, 2025 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
composer Relates to composer.json dependencies Pull requests that update a dependency file MINOR This PR is intended to be treated as a MINOR update according to RFC-0002 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants