composer.json includes a patch for drupal/droponejs which adds a dependency on the jquery.once core library. However, that change has been committed to that module since version 8.x-1.0-alpha7, which means the patch does not apply and Composer shows an error. This can lead to failed site builds If a project using composer-patches is set up to exit the build process if a patch fails (e.g., Acquia BLT).

Comments

nonAlgebraic created an issue. See original summary.

nonAlgebraic’s picture

Issue summary: View changes
nonAlgebraic’s picture

Issue summary: View changes
balsama’s picture

Thanks. Good catch. You can use the patches-ignore key until we roll out a fix for this.

For background, we have that patch in there for this issue: #2672038: Support bulk media upload which will become unblocked as soon as composer makes another release.

balsama’s picture

Status: Active » Fixed

We remove this patch in our 2.1.5 release - tagged today. Thanks!

nonAlgebraic’s picture

Awesome! Thanks for the update.

Just as an additional note: in the latest version of cweagans/composer-patches the patches-ignore key does not work. See this GitHub issue and a fork with a fix here.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.