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.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
- 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 inApiResource
&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)
phpstan/phpstan
v1.8.6
Improvements 

- ignoreErrors: multiple messages and explicit
reportUnmatched
(#1686), thanks @MartinMystikJonas! - Improve JUnit error formatter (#1722), #6772, thanks @mcaskill!
- Implement template type inference from conditional return type (#1465), #7141, #7562, thanks @rvanvelzen!
- Optimize
ConstantArrayType::isKeysSupersetOf()
(#1729), #8017, thanks @rvanvelzen! - Enums cannot implement Serializable (#1713), thanks @staabm!
- ConditionalTagsExtension: Multiple conditions support (#1697), thanks @MartinMystikJonas!
- More precise
$argc
,$argv
global variables types (#1718), thanks @staabm! - Improve folding of constant arrays (#1739), thanks @rvanvelzen!
- Introduce
oversized-array
type to enfore max number ofHasOffsetValueType
accessory types (#1666), thanks @rvanvelzen! - ClassReflection - do not execute properties extensions on PHP 8.2 if the class does not allow dynamic properties (https://github.com/phpstan/phpstan-src/commit/a628fb34293c84c807a1a561883811067e49ebcb)
- Improve
UnionTypeHelper::sortTypes()
stability (#1746), thanks @rvanvelzen!
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 

- Fix checking empty constant arrays in array_pop and array_shift extensions (#1712), #7968, thanks @herndlm!
- Fix array_filter result for non-trivial callbacks (#1725), #7993, thanks @rvanvelzen!
- Improve type inference for coalesce (#1716), #7973, thanks @rvanvelzen!
- Fix assigning generic object without a constructor (like SplObjectStorage) to a nullable property (#1730), #4526, #4680, thanks @rvanvelzen!
- Accept
::class
as literal string (#1692), #7823, thanks @staabm! - Fix array_unshift for union of constant arrays (#1738), thanks @rvanvelzen!
- Improve intersection of generic class string (#1724), #7987, #7200, thanks @rvanvelzen!
- Downgrade arrays less (https://github.com/phpstan/phpstan-src/commit/5f1a4a5b9c65b588fc4de91804e1ad941a680bd5), #7963
- Do not call
BuilderHelpers::normalizeValue()
, it's not needed (https://github.com/phpstan/phpstan-src/commit/ec286787e76b8cebe322d56dde5bdda65f3ebb74), #8029 - Support autoloaders that rely on the include path and don't check file existence before trying to include a file (#1503), #7526, thanks @pprkut!
Function signature fixes 

-
gnupg::geterror
can return false (#1735), thanks @Firehed! - Improve
pathinfo()
return type (#1734), #8033, thanks @rvanvelzen! - These
stream_*
functions all return a list of strings. (#1745), thanks @johnbillion!
symfony/framework-bundle
v5.4.13
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
Changelog (https://github.com/symfony/http-client/compare/v5.4.12...v5.4.13)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
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
- Oct 01, 2022
-
-