fix(deps): update all non-major dependencies (minor) - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
api-platform/core (source) | require | minor |
2.6.8 -> 2.7.3
|
vimeo/psalm | require-dev | minor |
4.27.0 -> 4.30.0
|
Release Notes
api-platform/core
v2.7.3
Bug fixes
- 176fff2cb fix(metadata): upgrade script keep operation name (#5109)
- 1b64ebf6a fix: upgrade command remove ApiSubresource attribute (#5049)
- 27fcdc6b2 fix(metadata): deprecate when user decorates in legacy mode (#5091)
- 310363d56 fix: remove @internal annotation for Operations (#5089)
- 41bbad94e fix: update yaml extractor test file coding standard (#5068)
- 59826bbe9 fix: only alias if exists for opcache preload
- 8250d41a3 fix(metadata): define a name on a single operation (#5090)
- 9c19fa171 fix(metadata): add class key in payload argument resolver (#5067)
v2.7.2
- 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
- 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)
v2.7.0
- 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 inResourceAccessChecker::__construct()
(#4900)
Various cs fixes and PHPDoc to help upgrading to 3.0.
vimeo/psalm
v4.30.0
What's Changed
Features
- Enhance type detection for internal php functions
key
,current
,end
andreset
by @boesing in https://github.com/vimeo/psalm/pull/8584 - Add dictionary delta for PHP 8.2 by @lptn in https://github.com/vimeo/psalm/pull/8634
- Add support for phpstan assertions by @VincentLanglet in https://github.com/vimeo/psalm/pull/8654
Fixes
- Add additional checks for concat of non-empty strings to return non-falsy by @gphargreaves in https://github.com/vimeo/psalm/pull/8585
- Correct return type of DateTimeImmutable sub method stub by @gphargreaves in https://github.com/vimeo/psalm/pull/8583
- fix wrong php version id in $_FILES by @kkmuffme in https://github.com/vimeo/psalm/pull/8600
- #7810/improve reflection stubs by @gphargreaves in https://github.com/vimeo/psalm/pull/8592
- ensure callbacks have the required number of params by @kkmuffme in https://github.com/vimeo/psalm/pull/8594
- Fix for issue #8631 by @hamburnyog in https://github.com/vimeo/psalm/pull/8639
- Fix XMLReader::expand() nullable parameter $baseNode by @BenMorel in https://github.com/vimeo/psalm/pull/8641
- Do not report serialize as unused by @VincentLanglet in https://github.com/vimeo/psalm/pull/8650
- serialize is not pure for array of object by @VincentLanglet in https://github.com/vimeo/psalm/pull/8652
- Fix Spl file handling signatures by @neclimdul in https://github.com/vimeo/psalm/pull/8644
- Remove
argc
andargv
elements from$_ENV
by @weirdan in https://github.com/vimeo/psalm/pull/8666 - adding openssl_x509_verify by @orklah in https://github.com/vimeo/psalm/pull/8677
Internal changes
- Allow to set PHP 8.2 version by @franmomu in https://github.com/vimeo/psalm/pull/8643
- Fix assert testing callmap return types by @othercorey in https://github.com/vimeo/psalm/pull/8676
New Contributors
- @neclimdul made their first contribution in https://github.com/vimeo/psalm/pull/8644
Full Changelog: https://github.com/vimeo/psalm/compare/4.29.0...4.30.0
v4.29.0
What's Changed
Fixes
- Update dictionaries for hash ext functions by @lptn in https://github.com/vimeo/psalm/pull/8553
- More specific superglobals feedback update by @kkmuffme in https://github.com/vimeo/psalm/pull/8561
- Update Phpredis stubs to return false on failure by @kkmuffme in https://github.com/vimeo/psalm/pull/8555
- Fix MinMaxReturnTypeProvider when handling TDependentListKeys by @nosnickid in https://github.com/vimeo/psalm/pull/8567
New Contributors
- @nosnickid made their first contribution in https://github.com/vimeo/psalm/pull/8567
Full Changelog: https://github.com/vimeo/psalm/compare/4.28.0...4.29.0
v4.28.0
What's Changed
Features
- Make ctype_digit and ctype_lower work as assertions by @fluffycondor in https://github.com/vimeo/psalm/pull/8450
- report invalidCasing when using a class that is not user defined too by @kkmuffme in https://github.com/vimeo/psalm/pull/8465
- Update call maps for MongoDB extension by @alcaeus in https://github.com/vimeo/psalm/pull/8432
- Add dateTimeModify return type provider by @VincentLanglet in https://github.com/vimeo/psalm/pull/8462
- make superglobals more specific by @kkmuffme in https://github.com/vimeo/psalm/pull/8473
- Fix invalid casts int and float by @kkmuffme in https://github.com/vimeo/psalm/pull/8366
- add hideAllErrorsExceptPassedFiles config option by @kkmuffme in https://github.com/vimeo/psalm/pull/8502
- Add int type aliases based on existing codes by @hamburnyog in https://github.com/vimeo/psalm/pull/8530
- Add check for class const with reserved word 'class' by @gphargreaves in https://github.com/vimeo/psalm/pull/8542
Fixes
- Fix ctype_digit assertion bug by @fluffycondor in https://github.com/vimeo/psalm/pull/8466
- partial revert nullable type for curl_multi_getcontent by @kkmuffme in https://github.com/vimeo/psalm/pull/8367
- classlike_alias incorrect casing not handled correctly by @kkmuffme in https://github.com/vimeo/psalm/pull/8468
- Update phpredis.phpstub by @sergkash7 in https://github.com/vimeo/psalm/pull/8136
-
date_get_last_errors()
,DateTime::getLastErrors()
may return false by @gsteel in https://github.com/vimeo/psalm/pull/8478 - Fix array_key_exists first argument false positive by @hirokinoue in https://github.com/vimeo/psalm/pull/8489
- Fix array_column with object and column name null by @HypeMC in https://github.com/vimeo/psalm/pull/8491
- Add null-type to several DOM-functions by @tvdijen in https://github.com/vimeo/psalm/pull/8490
- Make Psalter add
@throws
annotation with properly namespaced exception by @d-claassen in https://github.com/vimeo/psalm/pull/8480 - use cache for declared function when available before falling back to stubs by @kkmuffme in https://github.com/vimeo/psalm/pull/8503
- fix crash in <PHP8 with ResourceBundle by @kkmuffme in https://github.com/vimeo/psalm/pull/8416
- Fixed function signatures of imap_delete and imap_undelete by @ppdeblieck in https://github.com/vimeo/psalm/pull/8537
Docs
- Document the object with properties syntax by @HypeMC in https://github.com/vimeo/psalm/pull/8493
- Make template constraints examples in docs consistent by @HypeMC in https://github.com/vimeo/psalm/pull/8492
Internal changes
- GitHub Workflows security hardening by @sashashura in https://github.com/vimeo/psalm/pull/8451
- preg_replace with anchor will always only have 1 replacement by @kkmuffme in https://github.com/vimeo/psalm/pull/8469
- Consistent error logging for cache by @kkmuffme in https://github.com/vimeo/psalm/pull/8415
New Contributors
- @sashashura made their first contribution in https://github.com/vimeo/psalm/pull/8451
- @alcaeus made their first contribution in https://github.com/vimeo/psalm/pull/8432
- @sergkash7 made their first contribution in https://github.com/vimeo/psalm/pull/8136
- @gsteel made their first contribution in https://github.com/vimeo/psalm/pull/8478
- @HypeMC made their first contribution in https://github.com/vimeo/psalm/pull/8493
- @d-claassen made their first contribution in https://github.com/vimeo/psalm/pull/8480
- @hamburnyog made their first contribution in https://github.com/vimeo/psalm/pull/8530
- @ppdeblieck made their first contribution in https://github.com/vimeo/psalm/pull/8537
- @gphargreaves made their first contribution in https://github.com/vimeo/psalm/pull/8542
Full Changelog: https://github.com/vimeo/psalm/compare/4.27.0...4.28.0
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph