[TASK] Update ckeditor5 to v37.1
ckeditor5 was released in version 37.1 lately, being fully written in TypeScript. Thanks to this, several `@types/*` packages can be removed. However, due to how the "link" plugin is overriden, some `@ts-ignore` statements have to be used for now. Executed commands: npm uninstall \ @types/ckeditor__ckeditor5-alignment \ @types/ckeditor__ckeditor5-autoformat \ @types/ckeditor__ckeditor5-basic-styles \ @types/ckeditor__ckeditor5-block-quote \ @types/ckeditor__ckeditor5-clipboard \ @types/ckeditor__ckeditor5-code-block \ @types/ckeditor__ckeditor5-core \ @types/ckeditor__ckeditor5-editor-classic \ @types/ckeditor__ckeditor5-engine \ @types/ckeditor__ckeditor5-essentials \ @types/ckeditor__ckeditor5-find-and-replace \ @types/ckeditor__ckeditor5-heading \ @types/ckeditor__ckeditor5-horizontal-line \ @types/ckeditor__ckeditor5-html-support \ @types/ckeditor__ckeditor5-indent \ @types/ckeditor__ckeditor5-link \ @types/ckeditor__ckeditor5-list \ @types/ckeditor__ckeditor5-paste-from-office \ @types/ckeditor__ckeditor5-remove-format \ @types/ckeditor__ckeditor5-source-editing \ @types/ckeditor__ckeditor5-special-characters \ @types/ckeditor__ckeditor5-table \ @types/ckeditor__ckeditor5-ui \ @types/ckeditor__ckeditor5-undo \ @types/ckeditor__ckeditor5-utils \ @types/ckeditor__ckeditor5-word-count npm i --save \ @ckeditor/ckeditor5-alignment@^37.1.0 \ @ckeditor/ckeditor5-autoformat@^37.1.0 \ @ckeditor/ckeditor5-basic-styles@^37.1.0 \ @ckeditor/ckeditor5-block-quote@^37.1.0 \ @ckeditor/ckeditor5-clipboard@^37.1.0 \ @ckeditor/ckeditor5-code-block@^37.1.0 \ @ckeditor/ckeditor5-core@^37.1.0 \ @ckeditor/ckeditor5-dev-utils@^37.0.1 \ @ckeditor/ckeditor5-editor-classic@^37.1.0 \ @ckeditor/ckeditor5-engine@^37.1.0 \ @ckeditor/ckeditor5-essentials@^37.1.0 \ @ckeditor/ckeditor5-find-and-replace@^37.1.0 \ @ckeditor/ckeditor5-heading@^37.1.0 \ @ckeditor/ckeditor5-horizontal-line@^37.1.0 \ @ckeditor/ckeditor5-html-support@^37.1.0 \ @ckeditor/ckeditor5-indent@^37.1.0 \ @ckeditor/ckeditor5-link@^37.1.0 \ @ckeditor/ckeditor5-list@^37.1.0 \ @ckeditor/ckeditor5-paragraph@^37.1.0 \ @ckeditor/ckeditor5-paste-from-office@^37.1.0 \ @ckeditor/ckeditor5-remove-format@^37.1.0 \ @ckeditor/ckeditor5-source-editing@^37.1.0 \ @ckeditor/ckeditor5-special-characters@^37.1.0 \ @ckeditor/ckeditor5-style@^37.1.0 \ @ckeditor/ckeditor5-table@^37.1.0 \ @ckeditor/ckeditor5-theme-lark@^37.1.0 \ @ckeditor/ckeditor5-ui@^37.1.0 \ @ckeditor/ckeditor5-undo@^37.1.0 \ @ckeditor/ckeditor5-utils@^37.1.0 \ @ckeditor/ckeditor5-word-count@^37.1.0 \ @typescript-eslint/eslint-plugin@^5.59.0 \ @typescript-eslint/parser@^5.59.0 \ @typescript-eslint/typescript-estree@^5.59.0 Resolves: #100666 Releases: main Change-Id: Ie4ea7b3dcd22a7081e5551cbd0502ea7920858f5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78752 Tested-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/TypeScript/rte_ckeditor/ckeditor5.ts 6 additions, 7 deletionsBuild/Sources/TypeScript/rte_ckeditor/ckeditor5.ts
- Build/Sources/TypeScript/rte_ckeditor/plugin/typo3-link.ts 24 additions, 22 deletionsBuild/Sources/TypeScript/rte_ckeditor/plugin/typo3-link.ts
- Build/Sources/TypeScript/rte_ckeditor/plugin/whitespace.ts 4 additions, 5 deletionsBuild/Sources/TypeScript/rte_ckeditor/plugin/whitespace.ts
- Build/Sources/TypeScript/rte_ckeditor/rte-link-browser.ts 4 additions, 2 deletionsBuild/Sources/TypeScript/rte_ckeditor/rte-link-browser.ts
- Build/package-lock.json 936 additions, 1010 deletionsBuild/package-lock.json
- Build/package.json 33 additions, 59 deletionsBuild/package.json
- typo3/sysext/rte_ckeditor/Resources/Public/Contrib/ckeditor5-bundle.js 27712 additions, 37116 deletions...rte_ckeditor/Resources/Public/Contrib/ckeditor5-bundle.js
- typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/plugin/typo3-link.js 1 addition, 1 deletion...ckeditor/Resources/Public/JavaScript/plugin/typo3-link.js
Please register or sign in to comment