Skip to content

chore(deps): update composer dev tooling dependencies#150

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/composer-dev-tooling
Open

chore(deps): update composer dev tooling dependencies#150
renovate[bot] wants to merge 1 commit intomainfrom
renovate/composer-dev-tooling

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 25, 2026

This PR contains the following updates:

Package Change Age Confidence
php-cs-fixer/shim ^3.94.0^3.94.2 age confidence
phpstan/phpstan ^2.1.39^2.1.42 age confidence
rector/rector (source) ^2.3.6^2.3.9 age confidence

Release Notes

PHP-CS-Fixer/shim (php-cs-fixer/shim)

v3.94.2

Compare Source

v3.94.1

Compare Source

phpstan/phpstan-phar-composer-source (phpstan/phpstan)

v2.1.42

Compare Source

v2.1.41

Compare Source

v2.1.40

Compare Source

rectorphp/rector (rector/rector)

v2.3.9: Released Rector 2.3.9

Compare Source

New Features 🥳

  • [CodingStyle] Add StrictInArrayRector (#​7921)

Bugfixes 🐛

  • [Php71] Handle crash on partial destruct on assign var on ListToArrayDestructRector (#​7909)
  • [CodeQuality] Skip no code parameter on custom Throwable instance on ThrowWithPreviousExceptionRector (#​7912)
  • Bump to PHPStan ^2.1.40 and utilize ClassConstantReflection->isFinalByKeyword() (#​7911)
  • [Php70] Handle keep right parentheses on ternary else is BinaryOp on TernaryToNullCoalescingRector (#​7916)
  • Properly build text node for junit output formatter (#​7917), Thanks @​brandonja991!
  • [CodeQuality] Skip with custom param in previous position on ThrowWithPreviousExceptionRector (#​7919)
  • [automated] Apply Coding Standard (#​7922)
  • [DX] Define list of allowed implicit commands on ConsoleApplication (#​7918)
  • [CodeQuality] Skip used by other property hooks on InlineConstructorDefaultToPropertyRector (#​7920)
  • [automated] Apply Coding Standard (#​7926)
  • [StrictStringParamConcatRector] Skip PHP version 5.6 or earlier (#​7927), Thanks @​ghostwriter!
  • [Php85] Skip single char literal string/int on OrdSingleByteRector (#​7928)

rectorphp/rector-symfony 🎵

  • [CodeQuality] Allow Doctrine EntityManagerInterface on ControllerMethodInjectionToConstructorRector (#​926)
  • [CodeQuality] Skip has conflicted param name different object on different method on ControllerMethodInjectionToConstructorRector (#​925)
  • [Symfony73] Handle with set allowExtraFields named argument on ConstraintOptionsToNamedArgumentsRector (#​924)
  • Skip classes with Symfony 7.1 Workflow listener attributes (#​923), Thanks @​dionisvl

rectorphp/rector-doctrine 🟠

  • [TypedCollections] Skip with string key already on CompleteReturnDocblockFromToManyRector (#​480)

rectorphp/rector-phpunit 🟢

  • [CodeQuality] Skip test method via #[Test] Attribute on DataProviderArrayItemsNewLinedRector (#​664)
  • skip conflicting return node and return type in TypeWillReturnCallableArrowFunctionRector! (#​663)
  • [Phpunit12] Skip as Argument with required MockObject Type on CreateStubOverCreateMockArgRector (#​662)
  • feat: add IntersectionType support to PropertyCreateMockToCreateStubRector (#​661), Thanks @​asumikam

v2.3.8: Released Rector 2.3.8

Compare Source

Bugfixes 🐛

  • [CodeQuality] Only allow from final class or constant is marked final on VariableConstFetchToClassConstFetchRector (#​7904)
  • [CodeQuality] Skip custom exception param order flipped on no namespace on ThrowWithPreviousExceptionRector (#​7906)
  • [DeadCode] Skip different default param not typed on RemoveParentDelegatingConstructorRector (#​7905)
  • [DeadCode] Skip non-literal 0 or 1 usage on RemoveDeadZeroAndOneOperationRector (#​7907)
  • [TypeDeclarationDocblocks] Typo fix RuleDefinition description on AddVarArrayDocblockFromDimFetchAssignRector (#​7902)
  • [Php83] Fix infinite add - remove #[Override] on tearDown() method on AddOverrideAttributeToOverriddenMethodsRector when combined with NoSetupWithParentCallOverrideRector (#​7903)

rectorphp/rector-symfony

  • [CodeQuality] Skip symfony UuidV4 on ControllerMethodInjectionToConstructorRector (#​922)

v2.3.7: Released Rector 2.3.7

Compare Source

New Features 🥳


Bugfixes 🐛

  • Skip ClosureToArrowFunctionRector when closure has @​ var docblock (#​7885), Thanks @​QDenka!
  • [Php80] Skip property hook with indirect set on ClassPropertyAssignToConstructorPromotionRector (#​7887)
  • [Php70] Keep right parentheses on TernaryToNullCoalescingRector (#​7889)
  • Bump nette/utils to ^4.1.3 (part 2) (#​7894)
  • [Php72] Handle crash on hex backreference on PregReplaceEModifierRector (#​7896)
  • Update code sample for SimplifyEmptyCheckOnEmptyArrayRector (#​7897), Thanks @​ramonrietdijk!
  • [Php80] Handle Behat transform annotation (#​7899), Thanks @​loic425!
  • fix: Skip attribute decorated parameters in RemoveParentDelegatingConstructorRector (#​7900), Thanks @​marcreichel!
  • [DeadCode] Handle only remove 1 @​ var on multi vars on RemoveUselessVarTagRector (#​7884)
  • Fix abstract declaration in fixture source (#​7901), Thanks @​Victor-Vechi!

rectorphp/rector-symfony 🎵

  • [CodeQuality] Skip DateTimeInterface instance on ControllerMethodInjectionToConstructorRector (#​921)
  • [Symfony73] Skip with @​ Translate docblock on ConstraintOptionsToNamedArgumentsRector (#​920)

rectorphp/rector-phpunit 🟢

  • [PhpUnit 8] Skip on possible return array on SpecificAssertContainsRector (#​660)
  • [CodeQuality] check class exists on BehatPHPUnitAssertToWebmozartRector (#​659)
  • [behat] Add BehatPHPUnitAssertToWebmozzartRector (#​658)
  • [code-quality] Add AddKeysExistsAssertForKeyUseRector (#​657)
  • [PHPUnit120] Skip non-mock object on AllowMockObjectsWithoutExpectationsAttributeRector (#​656)
  • [CodeQuality] Skip on non-mock object on DecorateWillReturnMapWithExpectsMockRector (#​655)
  • [CodeQuality] Skip first class callable on DecorateWillReturnMapWithExpectsMockRector (#​654)
  • improve DecorateWillReturnMapWithExpectsMockRector edge cases (#​653)
  • convert tearDown in NoSetupWithParentCallOverrideRector as well (#​652)
  • [config] split off 12.5 set, just to improve readability (#​651)

rectorphp/rector-downgrade-php ⬇️

  • [DowngradePhp82] Add DowngradeUnionIntersectionRector (#​363)
  • [DowngradePhp80] Fix combine DowngradeThrowExprRector + DowngradeNullsafeToTernaryOperatorRector (#​362)
  • [DowngradePhp80] Fix on Arg and return ternary on DowngradeThrowExprRector (#​361)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Feb 25, 2026
@renovate renovate bot enabled auto-merge February 25, 2026 12:42
@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch from ea829a0 to a566453 Compare February 26, 2026 19:08
@renovate renovate bot changed the title chore(deps): update dependency php-cs-fixer/shim to ^3.94.1 chore(deps): update composer dev tooling dependencies Feb 26, 2026
@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch 3 times, most recently from 7b64b1c to 3272a99 Compare March 2, 2026 17:29
@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch 2 times, most recently from 97aa4ac to 28b264e Compare March 23, 2026 19:41
@renovate renovate bot force-pushed the renovate/composer-dev-tooling branch from 28b264e to 8826597 Compare March 24, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants