fix(deps): update all non-major dependencies (patch)
-
Review changes -
-
Download -
Patches
-
Plain diff
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
|
Release Notes
api-platform/core
v2.6.5
- Fix various usage of various deprecated methods
- JsonSchema: Update Hydra
@context
property possible types (#4223) - JsonSchema: Add hydra:previous
to the
hydra:view` schema properties (#4310) - Filter validation: Fix issue in Required filter validator with dot notation (#4221)
- OpenAPI: Fix notice/warning for
response
withoutcontent
in theopenapi_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
Improvements 

- Allow empty array shape (phpstan/phpstan-src@
d36852a
), #5159 - ClassReflection: option to make
getTraits()
recursive (#557), thanks @IAmRGroot! - Update BetterReflection with some performance optimizations (phpstan/phpstan-src@
dce3c85
)
Bleeding edge 

- Array functions stubs (#555), thanks @BackEndTea!
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 

- Revert "InstalledVersions.php no longer needs to be whitelisted" (phpstan/phpstan-src@
b902c38
), #5157 - Fix evaluating match arm conditions (phpstan/phpstan-src@
7acf7ca
), #5161 -
never
return type in PHPDoc wins over native type (phpstan/phpstan-src@2c976fb
), #5089 -
ClosureType
typeOnly description is justClosure
(phpstan/phpstan-src@476520d
), #5164 - NonexistentOffsetInArrayDimFetchCheck - be less strict about
BenevolentUnionType
(phpstan/phpstan-src@2abb92e
), #5169 - ClosureType and CallableType - infer template types from callable parameters properly (phpstan/phpstan-src@
efa6aa6
, phpstan/phpstan-src@01f99c1
), #3158
Function signature fixes 

- Allow
null
forfile_put_contents()
$context
argument (#558), thanks @steevanb!
phpstan/phpstan-phpunit
v0.12.20
symfony/framework-bundle
v5.3.2
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.1...v5.3.2)
symfony/http-client
v5.3.2
Changelog (https://github.com/symfony/http-client/compare/v5.3.1...v5.3.2)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.
Merge request reports
Activity
- Approvals
- Assignees & reviewers
- Comments (from bots)
- Comments (from users)
- Commits & branches
- Edits
- Labels
- Lock status
- Mentions
- Merge request status
- Tracking