Skip to content
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

Update Composer dev dependencies #322

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Update Composer dev dependencies #322

merged 1 commit into from
Aug 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
php-cs-fixer/shim 3.61.1 -> 3.63.2 age adoption passing confidence
phpstan/phpstan 1.11.9 -> 1.12.0 age adoption passing confidence
phpunit/phpunit (source) 10.5.29 -> 10.5.30 age adoption passing confidence
rector/rector (source) 1.2.2 -> 1.2.4 age adoption passing confidence

Release Notes

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

v3.63.2

Compare Source

v3.63.1

Compare Source

v3.62.0

Compare Source

phpstan/phpstan (phpstan/phpstan)

v1.12.0

Compare Source

Read all about PHPStan 1.12 on phpstan.org »

Major new features 🚀

  • Precise type for $matches from preg_match generally available, out of bleeding edge (phpstan/phpstan-src@bd2cec1)
  • PHP 8.4 runtime support
    • PHPStan runs on PHP 8.4 without emitting deprecation notices
    • Full support for PHP 8.4 including new syntax and rules is coming later, after PHPStan 2.0 release

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.11.11

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.11.10

Compare Source

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

sebastianbergmann/phpunit (phpunit/phpunit)

v10.5.30: PHPUnit 10.5.30

Compare Source

Changed
  • Improved error message when stubbed method is called more often than return values were configured for it

How to install or update PHPUnit

rectorphp/rector (rector/rector)

v1.2.4: Released Rector 1.2.4

Compare Source

Bugfixes 🐛

  • Fix PropertyTypeFromStrictSetterGetterRector for default null (#​6231)
  • [Php70] Fix with \r\n on EregToPregMatchRector (#​6246)
  • Optimise post rectors (#​6240), Thanks @​carlos-granados!
  • [Php84] Do not reprint node type on ExplicitNullableParamTypeRector (#​6250)
  • Skip Doctrine collections in TypedPropertyFromAssignsRector (#​6253)
  • Skip Columns from TypedPropertyFromAssignsRector, as handled better in doctrine rules (#​6254)
  • [AutoImport] Do not add cast on valid Integer type on Name Node on auto import enabled (#​6236)
  • [AutoImport] Do not add cast on valid Integer type on aliased Name Node on auto import enabled (#​6237)
  • [Performance] Cache should traverse for AddUseStatementGuard (#​6234)

New Features 🥳

  • Adds the ScalarValueToConstFetchRector rule (#​6195), Thanks @​peterfox!
  • [TypeDeclaration] Add AddParamArrayDocblockBasedOnCallableNativeFuncCallRector (#​6233)
  • [TypeDeclaration] Add AddReturnArrayDocblockBasedOnArrayMapRector (#​6235)

Deprecated 💀

  • Deprecate PublicConstantVisibilityRector, as adds public blindly everywhere; use scope-based approach instead (#​6238)

rectorphp/rector-symfony 🎵

  • [Symfony 6.1] Skip abstract class on CommandConfigureToAttributeRector (#​662)
  • [CodeQuality] skip array + non native response return on ResponseReturnTypeControllerActionRector (#​661)
  • [CodeQuality] Skip posible return array + response on ResponseReturnTypeControllerActionRector (#​660)
  • Do not convert to array Process->setInput() (#​647), Thanks @​refsz

rectorphp/rector-doctrine 🟠

  • [CodeQuality] Skip blob type on TypedPropertyFromColumnTypeRector (#​340)
  • Fix attribute support in ImproveDoctrineCollectionDocTypeInEntityRector (#​339)

rectorphp/rector-phpunit 🔵

v1.2.3: Released Rector 1.2.3

Compare Source

New Features 🥳


Bugfixes 🐛

  • Only import docblock if import name enabled on PostFileProcessor (#​6185)
  • fix issue #​8755 about wrong systemError location (#​6184), Thanks @​llaville!
  • Support more assign cases in PropertyFetchAssignManipulator (#​6192), Thanks @​andersonamuller!
  • Skip Symfony Response in ReturnTypeFromReturnNewRector (#​6202)
  • Skip only response inside controller class (#​6204)
  • [Php54] No need reprint when array is just created on LongArrayToShortArrayRector (#​6206)
  • [TypeDeclaration] Handle crash on nullable intersection on ClosureReturnTypeRector (#​6213)
  • [Php71] Allow multiple same catches on MultiExceptionCatchRector (#​6218)
  • [CodeQuality] Skip Generator on SimplifyForeachToCoalescingRector (#​6221)
  • [CodeQuality] Ensure check native array type on Foreach* rules (#​6222)
  • [TypeDeclaration] Skip isset and empty with index on param variable on StrictArrayParamDimFetchRector (#​6227)
  • [TypeDeclaration] Skip mixed in union on ClosureReturnTypeRector (#​6228)

Removed 💀




rectorphp/rector-symfony 🎵

  • Add the Symfony 7.0 set to SymfonySetList.php (#​659), Thanks @​pbowyer
  • [Config] Add ParameterBagToAutowireAttributeRector (#​654)
  • add void fixture (#​653)
  • [CodeQuality] Remove no returns check on ResponseReturnTypeControllerActionRector (#​652)
  • Add new Response() support to ResponseReturnTypeControllerActionRector (#​651)
  • [Configs] Add MergeServiceNameTypeRector (#​650)
  • Deprecate ServicesSetNameToSetTypeRector as it creates invalid code (#​649)

rectorphp/rector-doctrine 🟠

  • Add ODM support to TypedPropertyFromToManyRelationTypeRector (#​335)
  • Add next fixture (#​334)
  • Include ODM in description (#​333)
  • Add TYPED_COLLECTIONS set, to have rules deadling with collections together (#​332)
  • Merge AddReturnDocBlockToCollectionPropertyGetterByToManyAttributeRector to single rule (#​331)
  • Add odm support to AddReturnDocBlockToCollectionPropertyGetterByToManyAnnotationRector (#​330)
  • Add ODM support to ExplicitRelationCollectionRector (#​329)

rectorphp/rector-phpunit 🔵

  • [PHPUnit100] Skip First class callable on RemoveSetMethodsMethodCallRector (#​352)
  • Add magic methods mocking to RemoveSetMethodsMethodCallRector (#​351)
  • [CodeQuality] SetUpBeforeClassToSetUpRector (#​350)

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 enabled auto-merge (squash) August 7, 2024 18:44
@renovate renovate bot changed the title Update dependency php-cs-fixer/shim to v3.62.0 Update Composer dev dependencies Aug 8, 2024
@renovate renovate bot force-pushed the renovate/composer-dev branch 3 times, most recently from 7a04c96 to 1af81bb Compare August 19, 2024 17:01
@renovate renovate bot force-pushed the renovate/composer-dev branch 4 times, most recently from ae63917 to 52b0b57 Compare August 28, 2024 10:57
@renovate renovate bot merged commit ff13f02 into main Aug 28, 2024
6 checks passed
@renovate renovate bot deleted the renovate/composer-dev branch August 28, 2024 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant