Skip to content

Commit

Permalink
[TASK] Update ckeditor5 to v41.1
Browse files Browse the repository at this point in the history
This commit updates ckeditor5 to v41.1. See changelog at
https://github.com/ckeditor/ckeditor5/releases/tag/v41.1.0.

Executed commands:

    npm i --save \
        @ckeditor/ckeditor5-alignment@^41.1.0 \
        @ckeditor/ckeditor5-autoformat@^41.1.0 \
        @ckeditor/ckeditor5-basic-styles@^41.1.0 \
        @ckeditor/ckeditor5-block-quote@^41.1.0 \
        @ckeditor/ckeditor5-clipboard@^41.1.0 \
        @ckeditor/ckeditor5-code-block@^41.1.0 \
        @ckeditor/ckeditor5-core@^41.1.0 \
        @ckeditor/ckeditor5-editor-classic@^41.1.0 \
        @ckeditor/ckeditor5-engine@^41.1.0 \
        @ckeditor/ckeditor5-essentials@^41.1.0 \
        @ckeditor/ckeditor5-find-and-replace@^41.1.0 \
        @ckeditor/ckeditor5-heading@^41.1.0 \
        @ckeditor/ckeditor5-horizontal-line@^41.1.0 \
        @ckeditor/ckeditor5-html-support@^41.1.0 \
        @ckeditor/ckeditor5-indent@^41.1.0 \
        @ckeditor/ckeditor5-link@^41.1.0 \
        @ckeditor/ckeditor5-list@^41.1.0 \
        @ckeditor/ckeditor5-paragraph@^41.1.0 \
        @ckeditor/ckeditor5-paste-from-office@^41.1.0 \
        @ckeditor/ckeditor5-remove-format@^41.1.0 \
        @ckeditor/ckeditor5-show-blocks@^41.1.0 \
        @ckeditor/ckeditor5-source-editing@^41.1.0 \
        @ckeditor/ckeditor5-special-characters@^41.1.0 \
        @ckeditor/ckeditor5-style@^41.1.0 \
        @ckeditor/ckeditor5-table@^41.1.0 \
        @ckeditor/ckeditor5-theme-lark@^41.1.0 \
        @ckeditor/ckeditor5-ui@^41.1.0 \
        @ckeditor/ckeditor5-undo@^41.1.0 \
        @ckeditor/ckeditor5-utils@^41.1.0 \
        @ckeditor/ckeditor5-word-count@^41.1.0
    npm i --save-dev \
        @ckeditor/ckeditor5-dev-utils@^39.6.0
    npm run build

Resolves: #103069
Releases: main, 12.4
Change-Id: I571ccb8d8531108f99272f6c4cf11c351d3f5692
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82852
Tested-by: Benjamin Franzke <[email protected]>
Reviewed-by: Andreas Kienast <[email protected]>
Reviewed-by: Benni Mack <[email protected]>
Tested-by: Benni Mack <[email protected]>
Reviewed-by: Benjamin Franzke <[email protected]>
Tested-by: Andreas Kienast <[email protected]>
Tested-by: core-ci <[email protected]>
  • Loading branch information
andreaskienast committed Feb 13, 2024
1 parent 96f8058 commit 13e9336
Show file tree
Hide file tree
Showing 9 changed files with 320 additions and 319 deletions.
1 change: 1 addition & 0 deletions Build/ckeditor5.rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default [
!source.startsWith('/') &&
!source.startsWith('Sources/JavaScript/rte_ckeditor/contrib') &&
source !== 'vanilla-colorful/hex-color-picker.js' &&
source !== 'vanilla-colorful/lib/entrypoints/hex' &&
source !== 'color-convert' &&
source !== 'color-name' &&
source !== 'color-parse'
Expand Down
486 changes: 243 additions & 243 deletions Build/package-lock.json

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"npm": ">=10.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-utils": "^39.5.1",
"@ckeditor/ckeditor5-dev-utils": "^39.6.0",
"@open-wc/testing": "^4.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^14.1.0",
Expand Down Expand Up @@ -85,37 +85,37 @@
"watch:test": "wtr --watch"
},
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^41.0.0",
"@ckeditor/ckeditor5-autoformat": "^41.0.0",
"@ckeditor/ckeditor5-basic-styles": "^41.0.0",
"@ckeditor/ckeditor5-block-quote": "^41.0.0",
"@ckeditor/ckeditor5-clipboard": "^41.0.0",
"@ckeditor/ckeditor5-code-block": "^41.0.0",
"@ckeditor/ckeditor5-core": "^41.0.0",
"@ckeditor/ckeditor5-editor-classic": "^41.0.0",
"@ckeditor/ckeditor5-engine": "^41.0.0",
"@ckeditor/ckeditor5-essentials": "^41.0.0",
"@ckeditor/ckeditor5-find-and-replace": "^41.0.0",
"@ckeditor/ckeditor5-heading": "^41.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^41.0.0",
"@ckeditor/ckeditor5-html-support": "^41.0.0",
"@ckeditor/ckeditor5-indent": "^41.0.0",
"@ckeditor/ckeditor5-alignment": "^41.1.0",
"@ckeditor/ckeditor5-autoformat": "^41.1.0",
"@ckeditor/ckeditor5-basic-styles": "^41.1.0",
"@ckeditor/ckeditor5-block-quote": "^41.1.0",
"@ckeditor/ckeditor5-clipboard": "^41.1.0",
"@ckeditor/ckeditor5-code-block": "^41.1.0",
"@ckeditor/ckeditor5-core": "^41.1.0",
"@ckeditor/ckeditor5-editor-classic": "^41.1.0",
"@ckeditor/ckeditor5-engine": "^41.1.0",
"@ckeditor/ckeditor5-essentials": "^41.1.0",
"@ckeditor/ckeditor5-find-and-replace": "^41.1.0",
"@ckeditor/ckeditor5-heading": "^41.1.0",
"@ckeditor/ckeditor5-horizontal-line": "^41.1.0",
"@ckeditor/ckeditor5-html-support": "^41.1.0",
"@ckeditor/ckeditor5-indent": "^41.1.0",
"@ckeditor/ckeditor5-inspector": "^4.1.0",
"@ckeditor/ckeditor5-link": "^41.0.0",
"@ckeditor/ckeditor5-list": "^41.0.0",
"@ckeditor/ckeditor5-paragraph": "^41.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^41.0.0",
"@ckeditor/ckeditor5-remove-format": "^41.0.0",
"@ckeditor/ckeditor5-show-blocks": "^41.0.0",
"@ckeditor/ckeditor5-source-editing": "^41.0.0",
"@ckeditor/ckeditor5-special-characters": "^41.0.0",
"@ckeditor/ckeditor5-style": "^41.0.0",
"@ckeditor/ckeditor5-table": "^41.0.0",
"@ckeditor/ckeditor5-theme-lark": "^41.0.0",
"@ckeditor/ckeditor5-ui": "^41.0.0",
"@ckeditor/ckeditor5-undo": "^41.0.0",
"@ckeditor/ckeditor5-utils": "^41.0.0",
"@ckeditor/ckeditor5-word-count": "^41.0.0",
"@ckeditor/ckeditor5-link": "^41.1.0",
"@ckeditor/ckeditor5-list": "^41.1.0",
"@ckeditor/ckeditor5-paragraph": "^41.1.0",
"@ckeditor/ckeditor5-paste-from-office": "^41.1.0",
"@ckeditor/ckeditor5-remove-format": "^41.1.0",
"@ckeditor/ckeditor5-show-blocks": "^41.1.0",
"@ckeditor/ckeditor5-source-editing": "^41.1.0",
"@ckeditor/ckeditor5-special-characters": "^41.1.0",
"@ckeditor/ckeditor5-style": "^41.1.0",
"@ckeditor/ckeditor5-table": "^41.1.0",
"@ckeditor/ckeditor5-theme-lark": "^41.1.0",
"@ckeditor/ckeditor5-ui": "^41.1.0",
"@ckeditor/ckeditor5-undo": "^41.1.0",
"@ckeditor/ckeditor5-utils": "^41.1.0",
"@ckeditor/ckeditor5-word-count": "^41.1.0",
"@codemirror/autocomplete": "^6.12.0",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-css": "^6.2.1",
Expand Down

Large diffs are not rendered by default.

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

Loading

0 comments on commit 13e9336

Please sign in to comment.