chore(deps): update all non-major dependencies
Compare changes
+ 13
− 13
@@ -6687,16 +6687,16 @@
@@ -6727,7 +6727,7 @@
@@ -6743,7 +6743,7 @@
@@ -7601,16 +7601,16 @@
@@ -7627,7 +7627,7 @@
@@ -7700,9 +7700,9 @@
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
api-platform/core (source) | require | minor |
2.5.10 -> 2.6.2
|
phpstan/phpstan | require-dev | patch |
0.12.78 -> 0.12.80
|
vimeo/psalm | require-dev | patch |
4.6.1 -> 4.6.2
|
v2.6.2
ALLOW_EXTRA_ATTRIBUTE=false
as it is a BC break and will be done in 3.0 instead see #3881 (#4007)requestBody
and parameters
via the openapi_context
(#4001), make openapi_context
work on subresources (#4004), sort paths (#4013)v2.6.1
v2.6.0
max_header_length
configuration (#2865)stale-while-revalidate
and stale-if-error
cache control headers (#3439)ApiPlatform\Core\DataTransformer\DataTransformerInitializerInterface
to pre-hydrate inputs (#3701)previous_data
to the context passed to persisters when available (#3752)ResumableDataPersisterInterface
that allows to call multiple persisters (#3912)asset_package
configurable (#3764)Paginator
class constructor now receives the denormalization context to support denormalizing documents using serialization groups. This change may cause potential BC breaks for existing applications as denormalization was previously done without serialization groups.order: [{foo: 'asc'}, {bar: 'desc'}]
(#3468)operation
is now operationName
to follow the standard (#3568)paginationType
is now pagination_type
(#3614)iri_only
attribute to simplify documents structure (useful when using Vulcain) (#3275)ApiPlatform\Core\Exception\ErrorCodeSerializableInterface
(#2922)normalization_context
option in mercure
attribute (#3772)InheritedPropertyMetadataFactory
(#3273)@Ignore
annotation (#3820)id
as default identifier if none provided (#3874)allowDiskUse
(#3144)[a-zA-Z0-9\.\-_]
to .
in definition names to be compliant with OpenAPI 3.0 (#3669)url_generation_strategy
(#3198)ApiResource
attribute (#3436)resourceClass
can now be defined as a container parameter in XML and YAML definitionsItemNormalizer
without Symfony SecurityBundle (#3801)getCookieJar
test.api_platform.client
service when the FrameworkBundle
bundle is registered after the ApiPlatformBundle
bundle (#3928)exception_to_status
to fallback to 400 if needed (#3808)ApiPlatform\Core\Validator\ValidationGroupsGeneratorInterface
ApiPlatform\Core\Bridge\Symfony\Validator\ValidationGroupsGeneratorInterface
(#3346)ExceptionInterface
now extends \Throwable
(#3217)v0.12.80
e671cc0
), #2928, #3922
@template T
+ @template U of Query<T>
.T
of RecursiveIteratorIterator
(phpstan/phpstan-src@d28b61b
), #3425
0315dfa
)72b02a6
)d29d098
), #4605
@var
priority with prefixed PHPDoc tags (phpstan/phpstan-src@3186fff
), #4606
v0.12.79
@template
type bound (phpstan/phpstan-src@ac7b49e
), #3769
int
and string
as @template
type bound (phpstan/phpstan-src@768bfab
)ReflectionClass::isSubclassOf()
(phpstan/phpstan-src@d3b5d60
), #4577
BetterReflection
to version that uses PHPStan namespace instead of random prefixed one (phpstan/phpstan-src@06ef13e
). See rectorphp/rector#5665
5aa8a55
)PhpPropertyReflection::getNativeReflection()
(phpstan/phpstan-src@5fad625
)new $string
leads to object
, not mixed
(phpstan/phpstan-src@78a9f05
)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.
GenericObjectType::isSuperTypeOf()
for covariant template types (phpstan/phpstan-src@3f6de01
)method_exists()
after new $class
(phpstan/phpstan-src@70756b0
), #4579
--debug
message (#455), thanks @alamirault!c1f7aaf
), #4498
d97ddee
)ea7e0ac
), #4587
756af18
)v4.6.2
UnresolvableInclude
after an is_file
checksession_id
(#5272)$unknown_object::someMethod()
calls are no longer prohibited (#5257)static
returns are interpreted as self
in the case of final
classes/methods (#5244)parent::foo()
inside traits (#5264)ConfigException
(#5280)get_class($templated_var)
(#5279)new
calls (#5229)This MR has been generated by Renovate Bot.