- Issue created by @catch
- πͺπΈSpain fjgarlin
something
ckeditor5
related?? https://git.drupalcode.org/project/decoupled_pages/-/jobs/29790282284 web/core/node_modules/@ckeditor
thatβs 2.2G for that folder - π¬π§United Kingdom catch
It looks like we have a mis-matched version of ckeditor5-alignment in 11.0.x
11.x
"@ckeditor/ckeditor5-alignment": "~43.1.1", "@ckeditor/ckeditor5-autoformat": "~43.1.1", "@ckeditor/ckeditor5-basic-styles": "~43.1.1", "@ckeditor/ckeditor5-block-quote": "~43.1.1", "@ckeditor/ckeditor5-code-block": "~43.1.1", "@ckeditor/ckeditor5-editor-classic": "~43.1.1", "@ckeditor/ckeditor5-editor-decoupled": "~43.1.1", "@ckeditor/ckeditor5-essentials": "~43.1.1", "@ckeditor/ckeditor5-heading": "~43.1.1", "@ckeditor/ckeditor5-horizontal-line": "~43.1.1", "@ckeditor/ckeditor5-html-support": "~43.1.1", "@ckeditor/ckeditor5-image": "~43.1.1", "@ckeditor/ckeditor5-indent": "~43.1.1", "@ckeditor/ckeditor5-language": "~43.1.1", "@ckeditor/ckeditor5-link": "~43.1.1", "@ckeditor/ckeditor5-list": "~43.1.1", "@ckeditor/ckeditor5-paste-from-office": "~43.1.1", "@ckeditor/ckeditor5-remove-format": "~43.1.1", "@ckeditor/ckeditor5-show-blocks": "~43.1.1", "@ckeditor/ckeditor5-source-editing": "~43.1.1", "@ckeditor/ckeditor5-special-characters": "~43.1.1", "@ckeditor/ckeditor5-style": "~43.1.1", "@ckeditor/ckeditor5-table": "~43.1.1",
11.0.x
"@ckeditor/ckeditor5-alignment": "~42.0.2", "@ckeditor/ckeditor5-autoformat": "~43.1.1", "@ckeditor/ckeditor5-basic-styles": "~43.1.1", "@ckeditor/ckeditor5-block-quote": "~43.1.1", "@ckeditor/ckeditor5-code-block": "~43.1.1", "@ckeditor/ckeditor5-editor-classic": "~43.1.1", "@ckeditor/ckeditor5-editor-decoupled": "~43.1.1", "@ckeditor/ckeditor5-essentials": "~43.1.1", "@ckeditor/ckeditor5-heading": "~43.1.1", "@ckeditor/ckeditor5-horizontal-line": "~43.1.1", "@ckeditor/ckeditor5-html-support": "~43.1.1", "@ckeditor/ckeditor5-image": "~43.1.1", "@ckeditor/ckeditor5-indent": "~43.1.1", "@ckeditor/ckeditor5-language": "~43.1.1", "@ckeditor/ckeditor5-link": "~43.1.1", "@ckeditor/ckeditor5-list": "~43.1.1", "@ckeditor/ckeditor5-paste-from-office": "~43.1.1", "@ckeditor/ckeditor5-remove-format": "~43.1.1", "@ckeditor/ckeditor5-show-blocks": "~43.1.1", "@ckeditor/ckeditor5-source-editing": "~43.1.1", "@ckeditor/ckeditor5-special-characters": "~43.1.1", "@ckeditor/ckeditor5-style": "~43.1.1", "@ckeditor/ckeditor5-table": "~43.1.1",
https://www.drupal.org/project/drupal/issues/3477799 π Update CKEditor 5 to 43.1.1 Active
- π¬π§United Kingdom longwave UK
Yep seems like π Update CKEditor 5 to 43.1.1 Active is the culprit
$ cd core $ rm -rf node_modules $ yarn $ du -sh node_modules 2.6G node_modules/ $ git revert -n 7a8f123e95b15ab06f39296dd12328c38fbf9913 # CKEditor 5 v43.1.1 $ rm -rf node_modules $ yarn $ du -sh node_modules 319M node_modules/
- π¬π§United Kingdom longwave UK
Also added a unit test to ensure all CKEditor5 versions match in package.json.
- πͺπΈSpain fjgarlin
Thanks for the fix and the extra test. It all looks good.
RTBC. - π¬π§United Kingdom catch
Committed just the test to 11.x, 10.4.x and 10.3.x, and the test + fix to 11.0.x, thanks!
Automatically closed - issue fixed for 2 weeks with no activity.