- πΊπΈUnited States timwood Rockville, Maryland
I can get the 8.x-1.4 version module installed on Drupal 9.5.x without the patch by following similar steps to #4 above.
composer remove drupal/ckeditor_liststyle
(we were using the dev version with the patch here)- Manually remove the patch from composer.json
composer require drupal/ckeditor_liststyle
I guess Drupal.org's package repository can resolve a dependency on drupal/ckeditor to drupal/core...