Skip to content

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

Reiter, Christoph requested to merge renovate/patch-all-minor-patch into main

This MR contains the following updates:

Package Type Update Change
api-platform/core (source) require patch 2.6.4 -> 2.6.5
phpstan/phpstan require-dev patch 0.12.89 -> 0.12.90
phpstan/phpstan-phpunit require-dev patch 0.12.19 -> 0.12.20
symfony/framework-bundle (source) require patch 5.3.0 -> 5.3.2
symfony/http-client (source) require-dev patch 5.3.0 -> 5.3.2
symfony/lock (source) require patch 5.3.1 -> 5.3.2
symfony/messenger (source) require patch 5.3.0 -> 5.3.2

Release Notes

api-platform/core

v2.6.5

Compare Source

  • Fix various usage of various deprecated methods
  • JsonSchema: Update Hydra @context property possible types (#​4223)
  • JsonSchema: Add hydra:previousto thehydra:view` schema properties (#​4310)
  • Filter validation: Fix issue in Required filter validator with dot notation (#​4221)
  • OpenAPI: Fix notice/warning for response without content in the openapi_context (#​4210)
  • OpenAPI: Do not use output for request body (#​4213)
  • OpenAPI: Do not use JSON-lD schema for all media types (#​4247) (BC note: SchemaFactory::buildSchema() is now immutable as it no longer modifies the passed $schema)
  • OpenAPI: Allow setting extensionProperties with YAML schema definition (#​4228)
  • OpenAPI: do not throw error with non-standard HTTP verb (#​4304)
  • Serializer: Convert internal error to HTTP 400 in Ramsey uuid denormalization from invalid body string (#​4200)
  • GraphQL: Fix FieldsBuilder not fully unwrapping nested types before deciding if a resolver is needed (#​4251)
  • GraphQL: Do not use a resolver for the nested payload of a mutation or subscription (#​4289)
  • GraphQL: Allow search filter to use an int for its value (#​4295)
  • Varnish: Improve BAN regex performance (#​4231)
  • MongoDB: Fix denormalization of properties with embeds many that omit target document directive (#​4315)
  • MongoDB: Fix resolving proxy class in class metadata factory (#​4322)
  • Test: Add withOptions() to our HttpClient implementation (#​4282)
  • Metadata: Fix allow using constants in XML configuration (resource attribute) (#​4321)
phpstan/phpstan

v0.12.90

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 🤖

phpstan/phpstan-phpunit

v0.12.20

Compare Source

  • 534606b - Drop Phing for Makefile
  • 82b919a - chore: Use the latest PHPUnit wherever possible, use PHP 8.0 for PHPCS
  • 151d71b - Rewrite in backward compatibility compliant way
  • 8e11b1a - Make sure AssertFunctionTypeSpecifyingExtension works with namespaced functions
  • efc0099 - Fix
symfony/framework-bundle

v5.3.2

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.1...v5.3.2)

  • bug #​41719 fix Could not find service "test.service_container" (smilesrg)
  • bug #​41505 fix KernelBrowser::loginUser with a stateless firewall (dunglas)
  • bug #​41472 remove service if its class doesn't exist (xabbuh)
symfony/http-client

v5.3.2

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v5.3.1...v5.3.2)

  • bug #​41674 fix compat with cURL <= 7.37 (nicolas-grekas)
  • bug #​41656 throw exception when AsyncDecoratorTrait gets an already consumed response (nicolas-grekas)
  • bug #​41624 Revert bindto workaround for unaffected PHP versions (derrabus)
symfony/lock

v5.3.2

Compare Source

Changelog (https://github.com/symfony/lock/compare/v5.3.1...v5.3.2)

  • no significant changes
symfony/messenger

v5.3.2

Compare Source

Changelog (https://github.com/symfony/messenger/compare/v5.3.1...v5.3.2)

  • bug #​41716 Fix RequestContext not updated (jderusse)
  • bug #​41616 Remove TLS related options when not using TLS (odolbeau)
  • bug #​41553 fix BC for FrameworkBundle 4.4 with a non-existence alias being used (monteiro)

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