Skip to content

chore(deps): update all non-major dependencies (patch)

Bekerle, Patrizio requested to merge renovate/patch-all-minor-patch into main

This MR contains the following updates:

Package Type Update Change
friendsofphp/php-cs-fixer require-dev patch 3.0.0 -> 3.0.2
phpstan/phpstan require-dev patch 0.12.93 -> 0.12.94
symfony/browser-kit (source) require-dev patch 5.3.0 -> 5.3.4
symfony/framework-bundle (source) require patch 5.3.3 -> 5.3.4
symfony/http-client (source) require-dev patch 5.3.3 -> 5.3.4
symfony/phpunit-bridge (source) require-dev patch 5.3.3 -> 5.3.4

Release Notes

FriendsOfPHP/PHP-CS-Fixer

v3.0.2

Compare Source

  • bug #​5816 FullyQualifiedStrictTypesFixer - fix for union types (kubawerlos, keradus)
  • bug #​5835 PhpdocTypesOrderFixer: fix for array shapes (kubawerlos)
  • bug #​5837 SingleImportPerStatementFixer - fix const and function imports (SpacePossum)
  • bug #​5844 PhpdocTypesOrderFixer: handle callable() type (Slamdunk)
  • minor #​5839 DX: automate checking 7.0 types on project itself (keradus)
  • minor #​5840 DX: drop v2 compatible config in project itself (keradus)

v3.0.1

Compare Source

  • bug #​5395 PhpdocTagTypeFixer: Do not modify array shapes (localheinz, julienfalque)
  • bug #​5678 UseArrowFunctionsFixer - fix for return without value (kubawerlos)
  • bug #​5679 PhpUnitNamespacedFixer - do not try to fix constant usage (kubawerlos)
  • bug #​5681 RegularCallableCallFixer - fix for function name with escaped slash (kubawerlos)
  • bug #​5687 FinalInternalClassFixer - fix for annotation with space after "@​" (kubawerlos)
  • bug #​5688 ArrayIndentationFixer - fix for really long arrays (kubawerlos)
  • bug #​5690 PhpUnitNoExpectationAnnotationFixer - fix "expectedException" annotation with message below (kubawerlos)
  • bug #​5693 YodaStyleFixer - fix for assignment operators (kubawerlos)
  • bug #​5697 StrictParamFixer - fix for method definition (kubawerlos)
  • bug #​5702 CommentToPhpdocFixer - fix for single line comments starting with more than 2 slashes (kubawerlos)
  • bug #​5703 DateTimeImmutableFixer - fix for method definition (kubawerlos)
  • bug #​5718 VoidReturnFixer - do not break syntax with magic methods (kubawerlos)
  • bug #​5727 SingleSpaceAfterConstructFixer - Add support for namespace (julienfalque)
  • bug #​5730 Fix transforming deprecations into exceptions (julienfalque)
  • bug #​5738 TokensAnalyzer - fix for union types (kubawerlos)
  • bug #​5741 Fix constant invocation detection cases (kubawerlos)
  • bug #​5769 Fix priority between phpdoc_to_property_type and no_superfluous_phpdoc_tags (julienfalque)
  • bug #​5774 FunctionsAnalyzer::isTheSameClassCall - fix for $this with double colon following (kubawerlos)
  • bug #​5779 SingleLineThrowFixer - fix for throw in match (kubawerlos)
  • bug #​5781 ClassDefinition - fix for anonymous class with trailing comma (kubawerlos)
  • bug #​5783 StaticLambdaFixer - consider parent:: as a possible reference to $this (fancyweb)
  • bug #​5791 NoBlankLinesAfterPhpdoc - Add T_NAMESPACE in array of forbidden successors (paulbalandan)
  • bug #​5799 TypeAlternationTransformer - fix for multiple function parameters (kubawerlos)
  • bug #​5804 NoBreakCommentFixer - fix for "default" in "match" (kubawerlos)
  • bug #​5805 SingleLineCommentStyleFixer - run after HeaderCommentFixer (kubawerlos)
  • bug #​5817 NativeFunctionTypeDeclarationCasingFixer - fix for union types (kubawerlos)
  • bug #​5823 YodaStyleFixer - yield support (SpacePossum)
  • minor #​4914 Improve PHPDoc types support (julienfalque, keradus)
  • minor #​5592 Fix checking for default config used in rule sets (kubawerlos)
  • minor #​5675 Docs: extend Upgrade Guide (keradus)
  • minor #​5680 DX: benchmark.sh - ensure deps are updated to enable script working across less-similar branches (keradus)
  • minor #​5689 Calculate code coverage on PHP 8 (kubawerlos)
  • minor #​5694 DX: fail on risky tests (kubawerlos)
  • minor #​5695 Utils - save only unique deprecations to avoid memory issues (PetrHeinz)
  • minor #​5710 [typo] add correct backquotes (PhilETaylor)
  • minor #​5711 Fix doc, "run-in" show-progress option is no longer present (mvorisek)
  • minor #​5713 Upgrade-Guide: fix typo (staabm)
  • minor #​5717 Run migration rules on PHP 8 (kubawerlos, keradus)
  • minor #​5721 Fix reStructuredText markup (julienfalque)
  • minor #​5725 Update LICENSE (exussum12)
  • minor #​5731 CI - Fix checkbashisms installation (julienfalque)
  • minor #​5736 Remove references to PHP 5.6 (kubawerlos, keradus)
  • minor #​5739 DX: more typehinting (keradus)
  • minor #​5740 DX: more type-related docblocks (keradus)
  • minor #​5746 Config - Improve deprecation message with details (SpacePossum)
  • minor #​5747 RandomApiMigrationFixer - better docs and better "random_int" support (SpacePossum)
  • minor #​5748 Updated the link to netbeans plugins page (cyberguroo)
  • minor #​5750 Test all const are in uppercase (SpacePossum)
  • minor #​5752 NoNullPropertyInitializationFixer - fix static properties as well (HypeMC)
  • minor #​5756 Fix rule sets descriptions (kubawerlos)
  • minor #​5761 Fix links in custom rules documentation (julienfalque)
  • minor #​5771 doc(config): change set's name (Kocal)
  • minor #​5777 DX: update PHPStan (kubawerlos)
  • minor #​5789 DX: update PHPStan (kubawerlos)
  • minor #​5808 Update PHPStan to 0.12.92 (kubawerlos)
  • minor #​5813 Docs: point to v3 in installation description (Jimbolino)
  • minor #​5824 Deprecate v2 (keradus)
  • minor #​5825 DX: update checkbashisms to v2.21.3 (keradus)
  • minor #​5826 SCA: check both composer files (keradus)
  • minor #​5827 ClassAttributesSeparationFixer - Add trait_import support (SpacePossum)
  • minor #​5831 DX: fix SCA violations (keradus)
phpstan/phpstan

v0.12.94

Compare Source

Improvements 🔧

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

Bugfixes 🐛

Function signature fixes 🤖

symfony/browser-kit

v5.3.4

Compare Source

Changelog (https://github.com/symfony/browser-kit/compare/v5.3.3...v5.3.4)

  • no significant changes
symfony/framework-bundle

v5.3.4

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.3...v5.3.4)

  • bug #​41504 Fix default value for locales in translation push|pull commands (welcoMattic)
  • bug #​42079 Fixed file operations in Sodium vault seal (javiereguiluz)
  • bug #​41961 Need to clear cache when updating Annotation Groups on Entities (monteiro)
symfony/http-client

v5.3.4

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v5.3.3...v5.3.4)

  • bug #​42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
symfony/phpunit-bridge

v5.3.4

Compare Source

Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.3.3...v5.3.4)

  • bug #​42131 Fix composer resolution on Windows (Rainrider)
  • bug #​41887 Fix deprecation handler with PHPUnit 10 (YaFou)

Configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Enabled.

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports