Skip to content

Update all non-major dependencies

Reiter, Christoph 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.4 -> ^2.5
friendsofphp/php-cs-fixer require-dev patch ^2.16 -> ^2.17
monolog/monolog require minor 2.1.1 -> 2.2.0
phpstan/phpstan require-dev patch 0.12.59 -> 0.12.66
phpstan/phpstan-phpunit require-dev patch 0.12.16 -> 0.12.17
symfony/browser-kit (source) require-dev patch 4.4.17 -> 4.4.18
symfony/config (source) require patch 4.4.17 -> 4.4.18
symfony/framework-bundle (source) require patch 4.4.17 -> 4.4.18
symfony/http-client (source) require-dev patch 4.4.17 -> 4.4.18
symfony/phpunit-bridge (source) require-dev patch 4.4.17 -> 4.4.18
symfony/security-bundle (source) require patch 4.4.17 -> 4.4.18
symfony/security-core (source) require patch 4.4.17 -> 4.4.18
symfony/security-guard (source) require patch 4.4.17 -> 4.4.18
symfony/twig-bundle (source) require patch 4.4.17 -> 4.4.18
symfony/yaml (source) require patch 4.4.17 -> 4.4.18
vimeo/psalm require-dev patch ^4.0 -> ^4.3
web-token/jwt-easy require patch ^2.1 -> ^2.2
web-token/jwt-signature-algorithm-rsa require patch ^2.1 -> ^2.2

Release Notes

Seldaek/monolog

v2.2.0

Compare Source

  • Added JSON_PARTIAL_OUTPUT_ON_ERROR to default json encoding flags, to avoid dropping entire context data or even records due to an invalid subset of it somewhere
    • Added setDateFormat to NormalizerFormatter (and Line/Json formatters by extension) to allow changing this after object creation
    • Added RedisPubSubHandler to log records to a Redis channel using PUBLISH
    • Added support for Elastica 7, and deprecated the $type argument of ElasticaFormatter which is not in use anymore as of Elastica 7
    • Added support for millisecond write timeouts in SocketHandler, you can now pass floats to setWritingTimeout, e.g. 0.2 is 200ms
    • Added support for unix sockets in SyslogUdpHandler (set $port to 0 to make the $host a unix socket)
    • Added handleBatch support for TelegramBotHandler
    • Added RFC5424e extended date format including milliseconds to SyslogUdpHandler
    • Added support for configuring handlers with numeric level values in strings (coming from e.g. env vars)
    • Fixed Wildfire/FirePHP/ChromePHP handling of unicode characters
    • Fixed PHP 8 issues in SyslogUdpHandler
    • Fixed internal type error when mbstring is missing
phpstan/phpstan

v0.12.66

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.65

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v0.12.64

Compare Source

Major new feature 🚀

Dependent variables

PHPStan can now understand relationships between different variables. Cases like these are now understood correctly:

if ($debug) {
    $foo = 'bar';
}

if ($debug) {
    // previously: Variable $foo might not be defined.
    // now: no error
    echo $foo;
}

Additionally, this feature fixes all these issues: #​801, #​806, #​1209, #​1306, #​1722, #​1865, #​2980, #​3371, #​3986

Bugfixes 🐛

Function signature fixes 🤖

v0.12.63

Compare Source

Bugfixes 🐛

Function signature fixes 🤖

v0.12.62

Compare Source

Support relative paths in extension-installer (phpstan/phpstan-src@0e306c6), phpstan/extension-installer#​17

Starting with phpstan/phpstan 0.12.62 and phpstan/extension-installer 1.1.0, relative paths to extension configs are used. This allows the generated config to be moved across filesystems, for example from a host system to a Docker container.

v0.12.61

Compare Source

Bugfixes 🐛

Function signature fixes 🤖

  • Fix wrong function signature of posix_getpwuid and posix_getgrgid (#​408), thanks @​aragon999!

v0.12.60

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

phpstan/phpstan-phpunit

v0.12.17

Compare Source

  • 7c54b2d - Use the maintained version of php-parallel-lint
  • e5edd1c - Travis > Test on PHP 7.3 and 7.4
  • 0adbd9f - Updated coding standard that can run on PHP 7.4
  • ef674b8 - Bump minimum versions to prevent deprecations while running in lowest mode
  • 7bd24ab - Use GitHub Actions instead of Travis CI
  • 432575b - Automatic release workflow
symfony/browser-kit

v4.4.18

Compare Source

Changelog (https://github.com/symfony/browser-kit/compare/v4.4.17...v4.4.18)

  • no changes
symfony/config

v4.4.18

Compare Source

Changelog (https://github.com/symfony/config/compare/v4.4.17...v4.4.18)

  • bug #​39334 Fixed syntax error in config (Nyholm)
  • bug #​39336 YamlReferenceDumper: No default value required for VariableNode with array example (Nyholm)
  • bug #​39142 Stop treating multiline resources as globs (michaelKaefer)
symfony/framework-bundle

v4.4.18

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v4.4.17...v4.4.18)

  • bug #​39357 fix preserving some special chars in the query string (nicolas-grekas)
  • bug #​39313 TextDescriptor::formatControllerLink checked method… (fjogeleit)
symfony/http-client

v4.4.18

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v4.4.17...v4.4.18)

  • bug #​39286 throw clearer error when no scheme is provided (BackEndTea)
symfony/phpunit-bridge

v4.4.18

Compare Source

Changelog (https://github.com/symfony/phpunit-bridge/compare/v4.4.17...v4.4.18)

  • bug #​39331 Fixed PHPunit 9.5 compatibility (wouterj)
  • bug #​39226 Fix disabling DeprecationErrorHandler from PHPUnit configuration file (fancyweb)
symfony/security-bundle

v4.4.18

Compare Source

Changelog (https://github.com/symfony/security-bundle/compare/v4.4.17...v4.4.18)

  • no changes
symfony/security-core

v4.4.18

Compare Source

Changelog (https://github.com/symfony/security-core/compare/v4.4.17...v4.4.18)

  • bug #​39247 remove return type definition in order to avoid type juggling (adeptofvoltron)
symfony/security-guard

v4.4.18

Compare Source

Changelog (https://github.com/symfony/security-guard/compare/v4.4.17...v4.4.18)

  • no changes
symfony/twig-bundle

v4.4.18

Compare Source

Changelog (https://github.com/symfony/twig-bundle/compare/v4.4.17...v4.4.18)

  • bug #​39334 Fixed syntax error in config (Nyholm)
symfony/yaml

v4.4.18

Compare Source

Changelog (https://github.com/symfony/yaml/compare/v4.4.17...v4.4.18)

  • bug #​39274 fix lexing mapping values with trailing whitespaces (xabbuh)
  • bug #​39267 fix lexing backslashes in single quoted strings (xabbuh)
  • bug [#​39241](https://gith

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 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.

Merge request reports