Bump lodash from 4.17.21 to 4.18.1 #348
Open
Annotations
9 errors and 1 warning
|
PHPStan
Process completed with exit code 1.
|
|
PHPStan:
Classes/Service/CacheService.php#L46
Call to an undefined method object::getUid().
|
|
PHPStan:
Classes/Factory/PostRepositoryDemandFactory.php#L46
Parameter #1 $tag of method T3G\AgencyPack\Blog\DataTransferObject\PostRepositoryDemand::addTag() expects T3G\AgencyPack\Blog\Domain\Model\Tag, object given.
|
|
PHPStan:
Classes/Factory/PostRepositoryDemandFactory.php#L38
Parameter #1 $category of method T3G\AgencyPack\Blog\DataTransferObject\PostRepositoryDemand::addCategory() expects T3G\AgencyPack\Blog\Domain\Model\Category, object given.
|
|
PHPStan:
Classes/Domain/Repository/PostRepository.php#L141
Return type (TYPO3\CMS\Extbase\Persistence\QueryResultInterface) of method T3G\AgencyPack\Blog\Domain\Repository\PostRepository::findAll() should be covariant with return type (iterable<TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface>) of method TYPO3\CMS\Extbase\Persistence\RepositoryInterface<TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface>::findAll()
|
|
PHPStan:
Classes/Controller/WidgetController.php#L124
Call to an undefined method object::getUid().
|
|
PHPStan:
Classes/Controller/WidgetController.php#L111
Parameter #2 $post of method T3G\AgencyPack\Blog\Service\CacheService::addTagsForPost() expects T3G\AgencyPack\Blog\Domain\Model\Post, object given.
|
|
PHPStan:
Classes/Controller/WidgetController.php#L56
Call to an undefined method object::getUid().
|
|
PHPStan:
Classes/Controller/CommentController.php#L51
Call to an undefined method object::getUid().
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Loading