Skip to content
Snippets Groups Projects
Commit df48578e authored by Benjamin Franzke's avatar Benjamin Franzke Committed by Benni Mack
Browse files

[TASK] Update to CKEditor5 v41

Also switch back to `List` instead of `DocumentList`, since the new
DocumentList implementation (that we use since #100348) has been
integrated into `List` and the temporary name `DocumentList` is now
deprecated (and just a no-op wrapper for `List`).

Executed commands:
   npm install -P $(
     grep ckeditor5 package.json | \
     grep '\^40' | \
     grep -v dev-utils | \
     sed 's/^[^"]*"\([^"]*\)".*/\1@^41/' \
   )
   npm remove @ckeditor/ckeditor5-dev-utils
   npm install -D @ckeditor/ckeditor5-dev-utils@^39.5.1
   npm run build

Releases: main, 12.4
Resolves: #102854
Change-Id: I7c5085a6526941e3d3b4125f019b66d2c71b5f79
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82503


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
parent 0d48f759
No related merge requests found
Showing
with 1249 additions and 891 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment