Skip to content

Bump the all-dependencies group with 2 updates - #12

Merged
fballiano merged 1 commit into
mainfrom
dependabot/composer/all-dependencies-e3181c01c6
Jul 15, 2026
Merged

Bump the all-dependencies group with 2 updates#12
fballiano merged 1 commit into
mainfrom
dependabot/composer/all-dependencies-e3181c01c6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 2 updates: friendsofphp/php-cs-fixer and rector/rector.

Updates friendsofphp/php-cs-fixer from 3.95.11 to 3.95.13

Release notes

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

v3.95.13 Adalbertus

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.12...v3.95.13

v3.95.12 Adalbertus

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.11...v3.95.12

Changelog

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

Changelog for v3.95.13

  • fix: SelfAccessorFixer - do not replace constant with same name as class in the middle of a static access chain (#9716)
  • fix: SingleClassElementPerStatementFixer - do not drop type of typed constants (#9706)

Changelog for v3.95.12

  • fix: BinaryOperatorSpacesFixer - do not align nested array in yield with following yields (#9708)
  • chore: cleanup RuleSetDocumentationGenerator (#9705)
  • chore: unblock self-approval (#9699)
  • deps: bump crate-ci/typos from 1.47.2 to 1.48.0 in /.github/workflows in the all group across 1 directory (#9712)
  • deps: bump shipmonk/dead-code-detector from 1.2.1 to 1.3.0 in /dev-tools in the shipmonk group across 1 directory (#9711)
  • deps: bump the all group across 2 directories with 1 update (#9704)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#9710)
  • deps: PHPUnit - PHP 8.6 compat changes (#9714)
Commits
  • ea94111 prepared the 3.95.13 release
  • 21c4a4c fix: SingleClassElementPerStatementFixer - do not drop type of typed consta...
  • 6781e80 fix: SelfAccessorFixer - do not replace constant with same name as class in...
  • 02b69f8 bumped version
  • b1b9055 prepared the 3.95.12 release
  • 7476331 deps: PHPUnit - PHP 8.6 compat changes (#9714)
  • 9a881c2 fix: BinaryOperatorSpacesFixer - do not align nested array in yield with fo...
  • c733bbf deps: bump shipmonk/dead-code-detector from 1.2.1 to 1.3.0 in /dev-tools in t...
  • 320cb97 deps: bump the phpstan group in /dev-tools with 2 updates (#9710)
  • a297418 deps: bump crate-ci/typos from 1.47.2 to 1.48.0 in /.github/workflows in the ...
  • Additional commits viewable in compare view

Updates rector/rector from 2.5.3 to 2.5.6

Release notes

Sourced from rector/rector's releases.

Released Rector 2.5.6

New Features 🥳

  • [DeadCode] Add RemoveReturnTagIncompatibleWithNativeTypeRector (#8172)
 final class SomeClass
 {
-    /**
-     * @return SomeObject
-     */
     public function getName(): string
     {
         return $this->someObject->getName();
     }
 }
  • [TypeDeclarationDocblocks] Add MergePhpstanDocTagIntoNativeRector to merge @phpstan-* doc tags into native tags (#8171)
 final class SomeClass
 {
     /**
-     * @var Collection
-     *
-     * @phpstan-var Collection<int, string>
+     * @var Collection<int, string>
      */
     private $items;
 }

Bugfixes 🐛

  • [Php81] Skip array dim fetch args in NullToStrictStringFuncCallArgRector (#8164)
  • Fix scoper to clean up prefix under getRuleDefinition() method, parts 1–5 (#8165, #8166, #8167, #8168, #8169)
  • Bump phpstan/phpdoc-parser to ^2.3.3 (#8174)

PHPUnit 🧪

New rules and changes from rector-phpunit.

New Rules

  • [CodeQuality] Add AssertClassToThisAssertRector (#707)
</tr></table> 

... (truncated)

Commits
  • c329e21 Rector 2.5.6
  • 378ed80 Updated Rector to commit 00a3fea7fd88a82ef882f9535cd86ee6756ae457
  • 0d7541c Updated Rector to commit da47b6934093716fffa3ebbc4998b0318fd68165
  • ddadd36 Updated Rector to commit d9882563d2ce16cd6f59924d02c82093869cb860
  • e314e50 Updated Rector to commit 15ecbd6ebfe4067ce54013c039f98cd20d65de9b
  • e36efb4 Updated Rector to commit d9f0339b3c8beeb05962008d41e10817090ef738
  • 4d0da8a Updated Rector to commit d67958f43889b5ef913356f9c24004ee53361235
  • d3aead9 Updated Rector to commit 6cdd31762b88d827c8d42a682ced64d66d3c2cb0
  • f45099a Updated Rector to commit 244959691ed87bf526f44381042ababcf648fd79
  • d54cae3 Updated Rector to commit 67276abc57fb7f03aec34b66fce72b53aebeb645
  • 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 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-dependencies group with 2 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [rector/rector](https://github.com/rectorphp/rector).


Updates `friendsofphp/php-cs-fixer` from 3.95.11 to 3.95.13
- [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.95.11...v3.95.13)

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

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.95.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: rector/rector
  dependency-version: 2.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

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 12, 2026
@fballiano
fballiano merged commit 3a33dd8 into main Jul 15, 2026
8 checks passed
@fballiano
fballiano deleted the dependabot/composer/all-dependencies-e3181c01c6 branch July 15, 2026 07:53
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