When triggering composer update on a project, many of the updates go smoothly. But there's one patch that can't be applied and two missing module errors.

    https://www.drupal.org/files/issues/2720101-53.patch (Issue #2720101 Label (Title) not set for Views block (exposed filters in Block))
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2720101-53.patch


 <b> [Exception]
  Cannot apply patch Issue #2720101 Label (Title) not set for Views block (ex
  posed filters in Block) (https://www.drupal.org/files/issues/2720101-53.pat
  ch)!
</b>

update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [--with-dependencies] [--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]...

<b> [error]  Varbase Updates Helper requires this module. (Currently using Unresolved dependency update_helper (Missing))
 [error]  Varbase Updates Helper requires this module. (Currently using Unresolved dependency update_helper_checklist (Missing))
</b>
 Requirements check reports errors. Do you wish to continue? (yes/no) [yes]:
 

Comments

bogdog400 created an issue. See original summary.

SuperSandro2000’s picture

For now, you can just revert to drupal/core 8.6.15 to apply that patch cleanly.

rajab natshah’s picture

Status: Active » Fixed

Released Varbase 8.6.10
https://www.drupal.org/project/varbase/releases/8.x-6.10
Varbase 8.6.10 Release
We will be able to update without issues of applied patches

rajab natshah’s picture

Status: Fixed » Closed (fixed)
bogdog400’s picture

Thanks! Runs smoothly.