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.7.0 -> 2.7.1
dbp/relay-core-bundle require patch 0.1.42 -> 0.1.43
phpstan/phpstan require-dev patch 1.8.5 -> 1.8.6
phpunit/phpunit (source) require-dev patch 9.5.24 -> 9.5.25
symfony/framework-bundle (source) require patch 5.4.12 -> 5.4.13
symfony/http-client (source) require-dev patch 5.4.12 -> 5.4.13

Release Notes

api-platform/core

v2.7.1

Compare Source

  • Chore: update swagger ui and javascript libraries (#​5028)
  • Symfony: don't use ArrayAdapter cache in production #​4975 (#​5025)
  • Doctrine: check fetch joined queries based on all aliases (#​4974)
  • Metadata: fix missing array cast for RDF types in ApiResource & ApiProperty constructors (#​5000)
  • Symfony: replace FQCN service names by snake ones (#​5019)
  • Symfony: add missing dependency on symfony/deprecation-contracts (#​5015)
  • Chore: add conflict on elasticsearch >= 8.0 (#​5018)
  • Symfony: bc layer broken for symfony/console lower than 5.3 (#​4990)
  • Symfony: missing deprecations related to Ulid and Uuid normalize… (#​4963)
  • Metadata: do not auto-generate NotExposed operation when using custom operation classes
  • Symfony: upgrade command requires phpunit (#​4968)
  • Symfony: upgrade command removes filters (#​4970)
  • Symfony: missing Elasticsearch DocumentMetadataFactoryInterface alias definition (#​4962)
  • Chore: drop dependency on fig/link-util (#​4945)
  • Metadata: resource name collection missing deprecation (#​4953)
  • Doctrine: ability to use ORM and ODM (#​5032)
dbp/relay/dbp-relay-core-bundle

v0.1.43

Compare Source

  • Temporarily restrict api-platform/core to < 2.7.0
phpstan/phpstan

v1.8.6

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 🤖

sebastianbergmann/phpunit

v9.5.25

Compare Source

symfony/framework-bundle

v5.4.13

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.12...v5.4.13)

  • bug #​47637 Fix passing serializer.default_context option to normalizers (wuchen90)
  • bug #​47695 Filter out trans paths that are covered by a parent folder path (natewiebe13)
  • bug #​47614 Fix a phpdoc in mailer assertions (HeahDude)
  • bug #​47351 Do not throw when describing a factory definition (MatTheCat)
symfony/http-client

v5.4.13

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v5.4.12...v5.4.13)

  • bug #​47441 Bugfix for delayed retryableHttpClient (martkop26)
  • bug #​47415 Psr18Client ignore invalid HTTP headers (nuryagdym)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 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, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports