Problem/Motivation
Step 1) Merge this PR for drupalwxt composer-extdeps which up until this PR holds us to 5.65.8.
Step 2) Revert this commit: https://git.drupalcode.org/project/wxt/-/commit/417ae830f1b26e9
Step 3) Sip marguaritas.
#3531472: Drupal 10.5 / 11.2 incompatibility
Steps to reproduce
see 3531472
Proposed resolution
See problem/motivation section above.
would be nice also to pin the new minimum release version for ckeditor_codemirror to ^3.1.1 which would ensure everyone updating gets the fix but probably isn't necessary.
Remaining tasks
Make it so
User interface changes
avoids patching something that was already fixed/patched
Comments
Comment #2
joseph.olstadComment #3
joseph.olstadReviewing this now.
Comment #4
joseph.olstadWeird, I'm still seeing the blasted 5.65.8 after upgrading to ckeditor_codemirrorcomposer info codemirror/codemirror
OK, figured this out
, PR is ready!
Comment #5
joseph.olstadComment #6
joseph.olstadComment #7
joseph.olstadComment #8
joseph.olstadComment #9
joseph.olstadComment #10
smulvih2@joejoseph00 your PR replaces `5.68.8` with `5.65.21`, but I think we have to add the new version and keep the old version. WxT `5.6.x` currently uses `5.68.8` (https://github.com/drupalwxt/site-wxt/blob/e66a1dc6408dff8f63e9bcaefa69a93a33915d91/composer.lock#L194), and even if we update `5.6.x` to use the new version this could break builds. Best to add the new version and keep the old version for a period of time. Please update PR, thanks!
Comment #11
joseph.olstadfixed that, thanks for catching that, oops ya, it's good now.
Comment #12
smulvih2This has been fixed.
Comment #14
joseph.olstadThanks @smulvih2