Skip to content

Update all non-major dependencies - autoclosed

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

This MR contains the following updates:

Package Type Update Change
api-platform/core (source) require patch 2.6.1 -> 2.6.2
phpstan/phpstan require-dev patch 0.12.70 -> 0.12.76
vimeo/psalm require-dev minor 4.4.1 -> 4.5.2

Release Notes

api-platform/core

v2.6.2

Compare Source

  • Validation: properties regex pattern is now compliant with ECMA 262 (#​4027)
  • OpenApi: normalizer is now backward compatible (#​4016), fix the name converter issue changing OpenApi properties (#​4019)
  • Identifiers: Break after transforming the identifier (#​3985), use the identifiers context to transform with multiple classes (#​4029)
  • JsonSchema: Revert ALLOW_EXTRA_ATTRIBUTE=false as it is a BC break and will be done in 3.0 instead see #​3881 (#​4007)
  • Subresource: fix ApiSubresource maxDepth option (#​3986), recursive issue in the profiler (#​4023)
  • OpenApi: Allow requestBody and parameters via the openapi_context (#​4001), make openapi_context work on subresources (#​4004), sort paths (#​4013)
  • Config: Allow disabling OpenAPI and Swagger UI without loosing the schema (#​3968 and #​4018), fix pagination defaults (#​4011)
  • DataPersister: context propagation fix (#​3983)
phpstan/phpstan

v0.12.76

Compare Source

Bugfixes 🐛

v0.12.75

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.

Bugfixes 🐛

Function signature fixes 🤖

v0.12.74

Compare Source

Improvements 🔧

Bugfixes 🐛

v0.12.73

Compare Source

Improvements 🔧

v0.12.72

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.

Bugfixes 🐛

v0.12.71

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

vimeo/psalm

v4.5.2

Compare Source

4.5.0 introduced syntax incompatible with PHP 7.2, this fixes it – thanks to @​drealecs, and @​weirdan who prevented future regressions.

v4.5.1

Compare Source

  • Fix #​5196 - improve type resolution of templated properties before checking default values
  • Fix #​5194 - don’t emit NonInvariantDocblockPropertyType when redefining core class properties

This should also reinstate psalm/phar publishing

v4.5.0

Compare Source

Features

  • @​Danysan1 added support for CodeClimate (#​5030)
  • @​bdsl added detection of property type variance in #​5131. Non-invariant property types causes a fatal error if the property types are specified in PHP code, but can also signal issues with your code if they're specified in docblocks. Psalm has two separate issues for this, NonInvariantPropertyType and NonInvariantDocblockPropertyType.
  • Taint Analysis @​adrienlucas added an option to dump the taint flow graph for debugging purposes (#​5080)
  • Language Server @​joehoyle added support for static class method completion (#​5085) and completions for array keys (#​5105) and constants (#​5115)
  • Thanks to @​weirdan, Psalm now emits exit code 1 only when it has internal issues. When it finds issues with your code it emits code 2 (#​5087)
  • @​weirdan added checks to prevent invalid implementation of Traversable (#​5171)

Changes

  • The meaning of non-empty-string has been clarified to mean "every string except the empty string ''". A new type, non-falsy-string, represents "every string except the empty string and the string '0'". This follows PHP's treatment of falsiness, where the string '0' is treated as false.

Bugfixes

  • Don't discard staticness of objects when combining types (#​5029)
  • @​orklah fixed #​5021 by having Psalm calculate more literal values
  • @​lukasbestle fixed #​5037 by removing the SimpleXMLIterator's reliance on the new \Stringable interface
  • avoid false-positive in a dynamic property fetch inside a ternary
  • prevent complex assertions from crashing reflection (#​5025)
  • improve string non-emptiness combinations (#​5017)
  • @​weirdan fixed #​5048 by ensuring the autoloader is started in psalm --init
  • @​danog fixed #​4289 by checking iterator types in yield from expressions
  • @​weirdan fixed #​5057 by adding flows to array spreads
  • @​weirdan ensured class_alias() calls are respected when accessing static properties (#​5068)
  • Language Server @​joehoyle fixed a cache invalidation issue in language server mode (#​5084)
  • @​orklah provided a fix for #​5082 by only transforming a keyed array to a callable array if there are two elements
  • @​sj-i improved signatures for PDOStatement (#​5100)
  • Taint Analysis prevented an issue where taint analysis could loop endlessly
  • fix issue using PDOStatement::fetchObject where stdClass is not also used (#​5099)
  • Provide more errors when using named params incorrectly (#​4631)
  • Unused code detection @​joehoyle added reference tracking for global variables (#​5122)
  • Taint Analysis @psalm-flow is now supported in methods (#​5137)
  • @​pilif added a parameter to DateTime::createFromInterface (#​5138)
  • Psalter @​orklah fixed a bug that used an inexact return type for anonymous classes (#​5145)
  • Unused code detection @​weirdan marked throw variables as always used (#​5166)
  • @​vudaltsov improved the signature for PDO::pgsqlGetNotify (#​5169)
  • improve handling of callables in the form [$some_var, 'some_method_name'] (#​5176)

Internal


Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Edited by Bekerle, Patrizio

Merge request reports