Skip to content

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

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 minor 2.6.8 -> 2.7.9
phpstan/phpstan require-dev minor 1.9.18 -> 1.10.3

Release Notes

api-platform/core

v2.7.9

Compare Source

Bug fixes

v2.7.8

Compare Source

Bug fixes
  • b15a97d7f fix(symfony): autoconfigure elasticsearch extension (#​5376)
  • cbe7355d1 fix(metadata): annotation reader should be nullable

v2.7.7

Compare Source

Bug fixes

v2.7.6

Compare Source

Bug fixes

v2.7.5

Compare Source

Bug fixes

v2.7.4

Compare Source

Bug fixes
  • 706f66f6b fix(metadata): allow input/output configuration values to be bool in yaml config (#​5186)
  • b3bc4d6ac fix: use legacy iri converter for legacy resources (#​5172)

v2.7.3

Compare Source

Bug fixes

v2.7.2

Compare Source

  • Metadata: no skolem IRI by default
  • Symfony: use service id as tag for lower symfony versions (processor/provider service locator)
  • Symfony: fix command constants not available on lower symfony versions

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)

v2.7.0

Compare Source

  • chore: remove @​experimental phpdoc (#​4933)
  • Metadata: do not set id when identifier is false (#​4880)
  • Metadata: automatic GET operation when none is declared (#​4881)
  • Metadata: exception to status on operations (#​4861)
  • Serializer: adds the JSON_INVALID_UTF8_IGNORE flag to JsonEncode (#​4741)
  • Symfony: autoconfigure legacy Doctrine extensions (#​4909)
  • Elasticsearch: skip metadata without ES nodes (#​4913)
  • Symfony: deprecated the $exceptionOnNoToken parameter in ResourceAccessChecker::__construct() (#​4900)

Various cs fixes and PHPDoc to help upgrading to 3.0.

phpstan/phpstan

v1.10.3

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.10.2

Compare Source

Improvements 🔧

Function signature fixes 🤖

  • Instances of object returned by db2_*() functions are always instances of stdClass (#​2249), thanks @​phansys!

v1.10.1

Compare Source

Bugfixes 🐛

v1.10.0

Compare Source

Read the article about this release: PHPStan 1.10 Comes With a Lie Detector

Major new features 🚀

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

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - 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