Skip to content

Commit

Permalink
[TASK] Update to CKEditor5 v39
Browse files Browse the repository at this point in the history
https://ckeditor.com/docs/ckeditor5/latest/updating/guides/update-to-39.html

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

Resolves: #101917
Releases: main, 12.4
Change-Id: Ie6251df91db88b4609535eb047c8761b49a0164b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81069
Tested-by: Benjamin Franzke <ben@bnf.dev>
Reviewed-by: Benjamin Franzke <ben@bnf.dev>
Tested-by: core-ci <typo3@b13.com>
  • Loading branch information
bnf committed Sep 20, 2023
1 parent df37e6c commit ae4e1ba
Show file tree
Hide file tree
Showing 65 changed files with 2,564 additions and 1,104 deletions.
612 changes: 232 additions & 380 deletions Build/package-lock.json

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions Build/package.json
Expand Up @@ -86,38 +86,38 @@
"lint": "./node_modules/.bin/grunt lint"
},
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^38.1.0",
"@ckeditor/ckeditor5-autoformat": "^38.1.0",
"@ckeditor/ckeditor5-basic-styles": "^38.1.0",
"@ckeditor/ckeditor5-block-quote": "^38.1.0",
"@ckeditor/ckeditor5-clipboard": "^38.1.0",
"@ckeditor/ckeditor5-code-block": "^38.1.0",
"@ckeditor/ckeditor5-core": "^38.1.0",
"@ckeditor/ckeditor5-alignment": "^39.0.2",
"@ckeditor/ckeditor5-autoformat": "^39.0.2",
"@ckeditor/ckeditor5-basic-styles": "^39.0.2",
"@ckeditor/ckeditor5-block-quote": "^39.0.2",
"@ckeditor/ckeditor5-clipboard": "^39.0.2",
"@ckeditor/ckeditor5-code-block": "^39.0.2",
"@ckeditor/ckeditor5-core": "^39.0.2",
"@ckeditor/ckeditor5-dev-utils": "^38.0.4",
"@ckeditor/ckeditor5-editor-classic": "^38.1.0",
"@ckeditor/ckeditor5-engine": "^38.1.0",
"@ckeditor/ckeditor5-essentials": "^38.1.0",
"@ckeditor/ckeditor5-find-and-replace": "^38.1.0",
"@ckeditor/ckeditor5-heading": "^38.1.0",
"@ckeditor/ckeditor5-horizontal-line": "^38.1.0",
"@ckeditor/ckeditor5-html-support": "^38.1.0",
"@ckeditor/ckeditor5-indent": "^38.1.0",
"@ckeditor/ckeditor5-editor-classic": "^39.0.2",
"@ckeditor/ckeditor5-engine": "^39.0.2",
"@ckeditor/ckeditor5-essentials": "^39.0.2",
"@ckeditor/ckeditor5-find-and-replace": "^39.0.2",
"@ckeditor/ckeditor5-heading": "^39.0.2",
"@ckeditor/ckeditor5-horizontal-line": "^39.0.2",
"@ckeditor/ckeditor5-html-support": "^39.0.2",
"@ckeditor/ckeditor5-indent": "^39.0.2",
"@ckeditor/ckeditor5-inspector": "^4.1.0",
"@ckeditor/ckeditor5-link": "^38.1.0",
"@ckeditor/ckeditor5-list": "^38.1.0",
"@ckeditor/ckeditor5-paragraph": "^38.1.0",
"@ckeditor/ckeditor5-paste-from-office": "^38.1.0",
"@ckeditor/ckeditor5-remove-format": "^38.1.0",
"@ckeditor/ckeditor5-show-blocks": "^38.1.0",
"@ckeditor/ckeditor5-source-editing": "^38.1.0",
"@ckeditor/ckeditor5-special-characters": "^38.1.0",
"@ckeditor/ckeditor5-style": "^38.1.0",
"@ckeditor/ckeditor5-table": "^38.1.0",
"@ckeditor/ckeditor5-theme-lark": "^38.1.0",
"@ckeditor/ckeditor5-ui": "^38.1.0",
"@ckeditor/ckeditor5-undo": "^38.1.0",
"@ckeditor/ckeditor5-utils": "^38.1.0",
"@ckeditor/ckeditor5-word-count": "^38.1.0",
"@ckeditor/ckeditor5-link": "^39.0.2",
"@ckeditor/ckeditor5-list": "^39.0.2",
"@ckeditor/ckeditor5-paragraph": "^39.0.2",
"@ckeditor/ckeditor5-paste-from-office": "^39.0.2",
"@ckeditor/ckeditor5-remove-format": "^39.0.2",
"@ckeditor/ckeditor5-show-blocks": "^39.0.2",
"@ckeditor/ckeditor5-source-editing": "^39.0.2",
"@ckeditor/ckeditor5-special-characters": "^39.0.2",
"@ckeditor/ckeditor5-style": "^39.0.2",
"@ckeditor/ckeditor5-table": "^39.0.2",
"@ckeditor/ckeditor5-theme-lark": "^39.0.2",
"@ckeditor/ckeditor5-ui": "^39.0.2",
"@ckeditor/ckeditor5-undo": "^39.0.2",
"@ckeditor/ckeditor5-utils": "^39.0.2",
"@ckeditor/ckeditor5-word-count": "^39.0.2",
"@claviska/jquery-minicolors": "^2.3.6",
"@codemirror/autocomplete": "^6.5.1",
"@codemirror/commands": "^6.2.3",
Expand Down
2,872 changes: 2,240 additions & 632 deletions typo3/sysext/rte_ckeditor/Resources/Public/Contrib/ckeditor5-bundle.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit ae4e1ba

Please sign in to comment.