Skip to content

fix(deps): bump the all group in /internal/verifier/php with 3 updates#620

Merged
Soner (shyim) merged 1 commit intomainfrom
dependabot/composer/internal/verifier/php/all-6714468592
Jul 14, 2025
Merged

fix(deps): bump the all group in /internal/verifier/php with 3 updates#620
Soner (shyim) merged 1 commit intomainfrom
dependabot/composer/internal/verifier/php/all-6714468592

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all group in /internal/verifier/php with 3 updates: friendsofphp/php-cs-fixer, rector/rector and spaze/phpstan-disallowed-calls.

Updates 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

Updates rector/rector from 2.1.0 to 2.1.1

Release notes

Sourced from rector/rector's releases.

Released Rector 2.1.1

New Features 🥳

  • [Php84] Add message name on multilines on DeprecatedAnnotationToDeprecatedAttributeRector (#7030)
  • Add SortNamedParamRector (#7047), Thanks @​VincentLanglet!

Bugfixes 🐛

  • [CodeQuality] Properly handle Goto_ on ExplicitReturnNullRector (#7018)
  • [Php84] Skip non-array on ForeachToArray* rules (#7023)
  • [Console] Handle hidden "process" with --option without = on ConsoleApplication (#7022)
  • [Php80] Handle with property hook on ClassPropertyAssignToConstructorPromotionRector (#7024)
  • [Scoped] Exclude DateRangeError on Scoper for prefixing (#7027)
  • [Php84] Handle multi lines text on DeprecatedAnnotationToDeprecatedAttributeRector (#7028)
  • [Php55] Avoid $scope = ScopeFetcher::fetch($node); when not needed on GetCalledClassToStaticClassRector (#7029)
  • Fix crash on ExactCompareFactory::createBooleanAnd/Or (#7031)
  • Move ScopeFetcher::fetch() to near its usage (#7032)
  • [CodeQuality][Php84] Handle crash on ForeachToArrayFindRector+OptionalParametersAfterRequiredRector (#7033)
  • [Php84] Skip foreach value used after foreach on ForeachToArray* rules (#7034)
  • [Php84] Handle key used on conditional on ForeachToArray* rules (#7035)
  • [code-quality] Make ctor defined dynamic properties private, as most probably case (#7036)
  • [PostRector] Keep first comment after declare(strict_types=1) on UnusedImportRemovingPostRector (#7042)
  • [Php80] Make configurable to allow skip on model based classes on ClassPropertyAssignToConstructorPromotionRector (#7043)
  • [Kaizen] Save kaizen applied rules into cache to make works on parallel (#7046)
  • [Kaizen] No need filter unchanged files when --kaizen is used (#7050)
  • [Kaizen] When no files changed, early return empty on FilesFinder, even on kaizen (#7051)
  • [Kaizen] Enforce clear cache when there is files changed + kaizen enabled (#7052)
  • Fix ambiguous variable name (#7053)
  • [Php84] Handle with space on message like class name constant on DeprecatedAnnotationToDeprecatedAttributeRector (#7056)
  • [CodeQuality] LogicalToBooleanRector should add parentheses on equal (#7048)
  • [Kaizen] Remove unneeded clean kaizen cache since all cache cleared early when there are files to be changed + kaizen enabled (#7054)

rectorphp/rector-symfony 🎵

  • Fix code style issues (#810), Thanks @​mttsch
  • [Symfony 74] Rename Application::add() to Application::addCommand() (#809), Thanks @​mttsch
  • Fix links to Symfony 7.2/7.3 upgrade documents (#808), Thanks @​mttsch
  • [Symfony 7.3] Handle existing named array arguments in ConstraintOptionsToNamedArgumentsRector (#807), Thanks @​gharlan
  • [Symfony 73] add ConstraintOptionsToNamedArgumentsRector (#806), Thanks @​pedrocasado
  • Twig attributes: make methods public (#805), Thanks @​gharlan
  • AddVoteArgumentToVoteOnAttributeRector (#804), Thanks @​tugmaks
  • [CodeQuality] Skip first class callable on StringCastDebugResponseRector (#803)

... (truncated)

Commits
  • d0917c0 Rector 2.1.1
  • ef45f56 Updated Rector to commit fbb92469f8b808e54564104866cf50940b341f86
  • 4b7a582 Updated Rector to commit fbb92469f8b808e54564104866cf50940b341f86
  • 2ca3e22 Updated Rector to commit 22a54d9ce193f56f27a7f663d0d74831bb560a31
  • b97ec3f Updated Rector to commit 417d068e942d23b6b32412adcdbde3afdddd8dc9
  • 2a59eac Updated Rector to commit c079d5c0912b9f86bc5fec1914dd0df1eb83bdc5
  • f843d3d Updated Rector to commit b28a51bebdd6870a6b5d07320f615fde80b687b5
  • fa661c3 Updated Rector to commit 6670b9039c89800f3f3ab6546a7aa70c4c1e0a75
  • 582f107 Updated Rector to commit 1804aec1481ef4c1d112bbd89871ad7b2248c539
  • c243796 Updated Rector to commit 1233b635eb3decbeb5692bbd7a04ae3a74cf0162
  • Additional commits viewable in compare view

Updates spaze/phpstan-disallowed-calls from 4.5.0 to 4.6.0

Release notes

Sourced from spaze/phpstan-disallowed-calls's releases.

More tests, some cleanup

More and better tests

Cleanup

  • Ignore PHPStan's ClassReflection::isEnum error when analyzing the extension code on PHP 7.4 (#324)
  • Don't add phpstan-ignore-errors.php into the package (#328)
  • Remove the extra config file leftovers (#334)
  • Remove the hasConstant check (#343)

What's an end-to-end test?

A test to ensure the extension still works where it was working before. The test checks out a configured repository, installs the latest version of the extension, then runs PHPStan.

Commits
  • d77ea13 Remove the hasConstant check (#343)
  • 2c2ac49 Remove the hasConstant check because PHPStan doesn't crash anymore when acc...
  • 99ce5ed Add end-to-end test for spaze/security-txt (#339)
  • 5ef7a90 Add end-to-end test for spaze/security-txt
  • 3490901 Bump the Dead Code Detector to 0.12 (#338)
  • 2993a6a Bump the Dead Code Detector
  • dc206b1 Automate end-to-end tests (#336)
  • f19acf6 Test the extension on my site, automatically
  • 8da5695 Test rule registration (#335)
  • 7c859d8 Add a test to test all rules are registered
  • 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group in /internal/verifier/php with 3 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer), [rector/rector](https://github.com/rectorphp/rector) and [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls).


Updates `friendsofphp/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)

Updates `rector/rector` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.1.0...2.1.1)

Updates `spaze/phpstan-disallowed-calls` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases)
- [Commits](spaze/phpstan-disallowed-calls@v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.82.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rector/rector
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: spaze/phpstan-disallowed-calls
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jul 14, 2025
@shyim Soner (shyim) merged commit caf9eaf into main Jul 14, 2025
3 checks passed
@shyim Soner (shyim) deleted the dependabot/composer/internal/verifier/php/all-6714468592 branch July 14, 2025 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant