mitodl / ocw-studio

Open Source Courseware authoring tool
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

fix(deps): update ckeditor monorepo to v43 (major) #2215

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ckeditor/ckeditor5-adapter-ckfinder (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-autoformat (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-basic-styles (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-block-quote (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-code-block (source) 35.4.0 -> 43.2.0 age adoption passing confidence
@ckeditor/ckeditor5-core (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-easy-image (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-editor-classic (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-engine (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-essentials (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-heading (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-image (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-link (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-list (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-markdown-gfm (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-media-embed (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-paragraph (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-table (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-theme-lark (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-upload (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence
@ckeditor/ckeditor5-widget (source) ^35.4.0 -> ^43.0.0 age adoption passing confidence

Release Notes

ckeditor/ckeditor5 (@​ckeditor/ckeditor5-adapter-ckfinder) ### [`v43.2.0`](https://redirect.github.com/ckeditor/ckeditor5/releases/tag/v43.2.0) [Compare Source](https://redirect.github.com/ckeditor/ckeditor5/compare/v43.1.1...v43.2.0) We are happy to announce the release of CKEditor 5 v43.2.0. ##### Release highlights ##### Notable improvements - **Operational Transformation Stability**: Significant changes have been made to the OT system, enhancing the undo functionality and real-time collaboration, especially in conflict resolution scenarios. These improvements ensure smoother editor operations during complex interactions. - **Performance Improvements**: We have merged several community-driven performance enhancements (thanks [@​sunesimonsen](https://redirect.github.com/sunesimonsen)), that optimize the editor’s core engine. While no changes to the editor’s logic were made, these updates improve overall efficiency and responsiveness. ##### More imports available via `ckeditor5` and `ckeditor5-premium-features` indexes As users transition to new installation methods (v42.0.0+) with `ckeditor5` and `ckeditor5-premium-features` as the main packages, we are continuously addressing missing imports for less common classes, functions, types, and utilities, broadening their availability. Since our TypeScript rewrite (v37.0.0), imports can now be made directly through the package indexes, simplifying integration. As many users historically imported from `src`, we encourage you to try the new version and report any missing imports. In the future, we are considering removing `src` from published packages to reduce package size, so the more feedback we receive, the better and more stable API we will provide. ##### Features - **[engine](https://www.npmjs.com/package/@​ckeditor/ckeditor5-engine)**: Added the `usePassive` option to `DomEventObserver` that enables listening to passive events. Closes [#​16412](https://redirect.github.com/ckeditor/ckeditor5/issues/16412). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/a4882635f3654d578ee04fd0125f8c9f34feef7e)) - **[media-embed](https://www.npmjs.com/package/@​ckeditor/ckeditor5-media-embed)**: It is now possible to embed YouTube shorts. Closes [#​17090](https://redirect.github.com/ckeditor/ckeditor5/issues/17090). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/2b74a8aeb69e8e01823d6cb1d0fb752f1480ee4d)) - **[ui](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ui)**: Updated the "Powered by" link. ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/5c02fd75fb4f3b2e900fad2e08a6c9017e71fa97)) ##### Bug fixes - **[ckbox](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ckbox)**: Editing inline images using `CKBox` no longer changes and reinserts them simultaneously. Closes [#​17056](https://redirect.github.com/ckeditor/ckeditor5/issues/17056). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/90d69bffea3c7b7e77b0c83f2ff52d5843735047)) - **[engine](https://www.npmjs.com/package/@​ckeditor/ckeditor5-engine)**: Fixed incorrect marker handling in some scenarios involving undo and real-time collaboration, which earlier led to a `model-nodelist-offset-out-of-bounds` error. See [#​9296](https://redirect.github.com/ckeditor/ckeditor5/issues/9296). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/a639c3556e2ed73280b695f8c85ac3bcfc18286a)) - **[engine](https://www.npmjs.com/package/@​ckeditor/ckeditor5-engine)**: Fixed incorrect handling of merge changes during undo in some scenarios involving real-time collaboration, which earlier led to a `model-nodelist-offset-out-of-bounds` error. See [#​9296](https://redirect.github.com/ckeditor/ckeditor5/issues/9296). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/a639c3556e2ed73280b695f8c85ac3bcfc18286a)) - **[engine](https://www.npmjs.com/package/@​ckeditor/ckeditor5-engine)**: Fixed conflict resolution error, which led to editor crash in some scenarios where two users removed larger intersecting part of the content and used undo. See [#​9296](https://redirect.github.com/ckeditor/ckeditor5/issues/9296). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/a639c3556e2ed73280b695f8c85ac3bcfc18286a)) - **[engine](https://www.npmjs.com/package/@​ckeditor/ckeditor5-engine)**: Fixed incorrect undo behavior leading to an editor crash when a user pressed Enter key multiple times, then pressed backspace that many times, then undid all the changes. Closes [#​9296](https://redirect.github.com/ckeditor/ckeditor5/issues/9296). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/a639c3556e2ed73280b695f8c85ac3bcfc18286a)) - **[theme-lark](https://www.npmjs.com/package/@​ckeditor/ckeditor5-theme-lark)**: Increased the specificity of the dropdown menu panel styles to address issues with incorrect `z-index` ordering. ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/3df198a12a50845dad58fd7cd31e54e670960579)) - **[ui](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ui)**: Fixed scrolling in dropdowns when a block toolbar button is active. Closes [#​17067](https://redirect.github.com/ckeditor/ckeditor5/issues/17067). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/9bc0e49bc737b647621ecf1b1e980046a97ed0ca)) - **[ui](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ui)**: Increased the specificity of the dropdown menu panel styles to address issues with incorrect `z-index` ordering. ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/3df198a12a50845dad58fd7cd31e54e670960579)) ##### Other changes - **[basic-styles](https://www.npmjs.com/package/@​ckeditor/ckeditor5-basic-styles)**: Exported the `AttributeCommand` class. Closes [#​17105](https://redirect.github.com/ckeditor/ckeditor5/issues/17105). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/01d1396b5ae697aadcfe5e14867093229d396006)) - **[ckeditor5-premium-features](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ckeditor5-premium-features)**: Marked the `ckeditor5` package as `peerDependencies`. - **[engine](https://www.npmjs.com/package/@​ckeditor/ckeditor5-engine)**: Performance improvements. Avoided creating unnecessary arrays. Closes [#​17143](https://redirect.github.com/ckeditor/ckeditor5/issues/17143). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/8a0dd4bd26f265a48bd8721107e847f2e5edd652)) - Exported several classes and utilities from various packages ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/84914c158e7245fde265b7cf18eec87e03b3301a)). ##### Released packages Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information.
Released packages (summary) Releases containing new features: - [@​ckeditor/ckeditor5-engine](https://www.npmjs.com/package/@​ckeditor/ckeditor5-engine/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-media-embed](https://www.npmjs.com/package/@​ckeditor/ckeditor5-media-embed/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-ui](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ui/v/43.2.0): v43.1.1 => v43.2.0 Other releases: - [@​ckeditor/ckeditor5-adapter-ckfinder](https://www.npmjs.com/package/@​ckeditor/ckeditor5-adapter-ckfinder/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-ai](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ai/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-alignment](https://www.npmjs.com/package/@​ckeditor/ckeditor5-alignment/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-autoformat](https://www.npmjs.com/package/@​ckeditor/ckeditor5-autoformat/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-autosave](https://www.npmjs.com/package/@​ckeditor/ckeditor5-autosave/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-basic-styles](https://www.npmjs.com/package/@​ckeditor/ckeditor5-basic-styles/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-block-quote](https://www.npmjs.com/package/@​ckeditor/ckeditor5-block-quote/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-build-balloon](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-balloon/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-build-balloon-block](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-balloon-block/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-build-classic](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-classic/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-build-decoupled-document](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-decoupled-document/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-build-inline](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-inline/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-build-multi-root](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-multi-root/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-case-change](https://www.npmjs.com/package/@​ckeditor/ckeditor5-case-change/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-ckbox](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ckbox/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-ckfinder](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ckfinder/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-clipboard](https://www.npmjs.com/package/@​ckeditor/ckeditor5-clipboard/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-cloud-services](https://www.npmjs.com/package/@​ckeditor/ckeditor5-cloud-services/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-code-block](https://www.npmjs.com/package/@​ckeditor/ckeditor5-code-block/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-collaboration-core](https://www.npmjs.com/package/@​ckeditor/ckeditor5-collaboration-core/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-comments](https://www.npmjs.com/package/@​ckeditor/ckeditor5-comments/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-core](https://www.npmjs.com/package/@​ckeditor/ckeditor5-core/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-document-outline](https://www.npmjs.com/package/@​ckeditor/ckeditor5-document-outline/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-easy-image](https://www.npmjs.com/package/@​ckeditor/ckeditor5-easy-image/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-editor-balloon](https://www.npmjs.com/package/@​ckeditor/ckeditor5-editor-balloon/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-editor-classic](https://www.npmjs.com/package/@​ckeditor/ckeditor5-editor-classic/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-editor-decoupled](https://www.npmjs.com/package/@​ckeditor/ckeditor5-editor-decoupled/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-editor-inline](https://www.npmjs.com/package/@​ckeditor/ckeditor5-editor-inline/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-editor-multi-root](https://www.npmjs.com/package/@​ckeditor/ckeditor5-editor-multi-root/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-enter](https://www.npmjs.com/package/@​ckeditor/ckeditor5-enter/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-essentials](https://www.npmjs.com/package/@​ckeditor/ckeditor5-essentials/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-export-pdf](https://www.npmjs.com/package/@​ckeditor/ckeditor5-export-pdf/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-export-word](https://www.npmjs.com/package/@​ckeditor/ckeditor5-export-word/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-find-and-replace](https://www.npmjs.com/package/@​ckeditor/ckeditor5-find-and-replace/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-font](https://www.npmjs.com/package/@​ckeditor/ckeditor5-font/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-format-painter](https://www.npmjs.com/package/@​ckeditor/ckeditor5-format-painter/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-heading](https://www.npmjs.com/package/@​ckeditor/ckeditor5-heading/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-highlight](https://www.npmjs.com/package/@​ckeditor/ckeditor5-highlight/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-horizontal-line](https://www.npmjs.com/package/@​ckeditor/ckeditor5-horizontal-line/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-html-embed](https://www.npmjs.com/package/@​ckeditor/ckeditor5-html-embed/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-html-support](https://www.npmjs.com/package/@​ckeditor/ckeditor5-html-support/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-image](https://www.npmjs.com/package/@​ckeditor/ckeditor5-image/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-import-word](https://www.npmjs.com/package/@​ckeditor/ckeditor5-import-word/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-indent](https://www.npmjs.com/package/@​ckeditor/ckeditor5-indent/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-language](https://www.npmjs.com/package/@​ckeditor/ckeditor5-language/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-link](https://www.npmjs.com/package/@​ckeditor/ckeditor5-link/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-list](https://www.npmjs.com/package/@​ckeditor/ckeditor5-list/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-list-multi-level](https://www.npmjs.com/package/@​ckeditor/ckeditor5-list-multi-level/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-markdown-gfm](https://www.npmjs.com/package/@​ckeditor/ckeditor5-markdown-gfm/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-mention](https://www.npmjs.com/package/@​ckeditor/ckeditor5-mention/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-merge-fields](https://www.npmjs.com/package/@​ckeditor/ckeditor5-merge-fields/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-minimap](https://www.npmjs.com/package/@​ckeditor/ckeditor5-minimap/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-operations-compressor](https://www.npmjs.com/package/@​ckeditor/ckeditor5-operations-compressor/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-page-break](https://www.npmjs.com/package/@​ckeditor/ckeditor5-page-break/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-pagination](https://www.npmjs.com/package/@​ckeditor/ckeditor5-pagination/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-paragraph](https://www.npmjs.com/package/@​ckeditor/ckeditor5-paragraph/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-paste-from-office](https://www.npmjs.com/package/@​ckeditor/ckeditor5-paste-from-office/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-paste-from-office-enhanced](https://www.npmjs.com/package/@​ckeditor/ckeditor5-paste-from-office-enhanced/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-real-time-collaboration](https://www.npmjs.com/package/@​ckeditor/ckeditor5-real-time-collaboration/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-remove-format](https://www.npmjs.com/package/@​ckeditor/ckeditor5-remove-format/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-restricted-editing](https://www.npmjs.com/package/@​ckeditor/ckeditor5-restricted-editing/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-revision-history](https://www.npmjs.com/package/@​ckeditor/ckeditor5-revision-history/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-select-all](https://www.npmjs.com/package/@​ckeditor/ckeditor5-select-all/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-show-blocks](https://www.npmjs.com/package/@​ckeditor/ckeditor5-show-blocks/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-slash-command](https://www.npmjs.com/package/@​ckeditor/ckeditor5-slash-command/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-source-editing](https://www.npmjs.com/package/@​ckeditor/ckeditor5-source-editing/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-special-characters](https://www.npmjs.com/package/@​ckeditor/ckeditor5-special-characters/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-style](https://www.npmjs.com/package/@​ckeditor/ckeditor5-style/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-table](https://www.npmjs.com/package/@​ckeditor/ckeditor5-table/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-template](https://www.npmjs.com/package/@​ckeditor/ckeditor5-template/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-theme-lark](https://www.npmjs.com/package/@​ckeditor/ckeditor5-theme-lark/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-track-changes](https://www.npmjs.com/package/@​ckeditor/ckeditor5-track-changes/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-typing](https://www.npmjs.com/package/@​ckeditor/ckeditor5-typing/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-undo](https://www.npmjs.com/package/@​ckeditor/ckeditor5-undo/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-upload](https://www.npmjs.com/package/@​ckeditor/ckeditor5-upload/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-utils](https://www.npmjs.com/package/@​ckeditor/ckeditor5-utils/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-watchdog](https://www.npmjs.com/package/@​ckeditor/ckeditor5-watchdog/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-widget](https://www.npmjs.com/package/@​ckeditor/ckeditor5-widget/v/43.2.0): v43.1.1 => v43.2.0 - [@​ckeditor/ckeditor5-word-count](https://www.npmjs.com/package/@​ckeditor/ckeditor5-word-count/v/43.2.0): v43.1.1 => v43.2.0 - [ckeditor5-collaboration](https://www.npmjs.com/package/ckeditor5-collaboration/v/43.2.0): v43.1.1 => v43.2.0 - [ckeditor5-premium-features](https://www.npmjs.com/package/ckeditor5-premium-features/v/43.2.0): v43.1.1 => v43.2.0
### [`v43.1.1`](https://redirect.github.com/ckeditor/ckeditor5/releases/tag/v43.1.1) [Compare Source](https://redirect.github.com/ckeditor/ckeditor5/compare/v43.1.0...v43.1.1) We are happy to announce the release of CKEditor 5 v43.1.1. During a recent internal audit, we identified a Cross-Site Scripting (XSS) vulnerability in the CKEditor 5 clipboard package ([`CVE-2024-45613`](https://redirect.github.com/ckeditor/ckeditor5/security/advisories/GHSA-rgg8-g5x8-wr9v)). This vulnerability could be triggered by a specific user action, leading to unauthorized JavaScript code execution, if the attacker managed to insert malicious content into the editor, which might happen with a very specific editor configuration. This vulnerability affects **only** installations where the editor configuration meets the following criteria: 1. The [**Block Toolbar**](https://ckeditor.com/docs/ckeditor5/latest/getting-started/setup/toolbar.html#block-toolbar) plugin is enabled. 2. One of the following plugins is also enabled: - [**General HTML Support**](https://ckeditor.com/docs/ckeditor5/latest/features/html/general-html-support.html) with a configuration that permits unsafe markup. - [**HTML Embed**](https://ckeditor.com/docs/ckeditor5/latest/features/html/html-embed.html). You can read more details in the relevant [security advisory](https://redirect.github.com/ckeditor/ckeditor5/security/advisories/GHSA-rgg8-g5x8-wr9v) and [contact us](https://ckeditor.com/contact/) if you have more questions. Taking the occasion, we decided to introduce additional hardening to some parts of our codebase that introduce **theoretical and unexploitable issues**. Our security team confirmed that none of these issues were exploitable in a real scenario, however, we decided to fix them, in order to increase the overall security posture of our software. ##### Released packages Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information.
Released packages (summary) Other releases: - [@​ckeditor/ckeditor5-adapter-ckfinder](https://www.npmjs.com/package/@​ckeditor/ckeditor5-adapter-ckfinder/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-ai](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ai/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-alignment](https://www.npmjs.com/package/@​ckeditor/ckeditor5-alignment/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-autoformat](https://www.npmjs.com/package/@​ckeditor/ckeditor5-autoformat/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-autosave](https://www.npmjs.com/package/@​ckeditor/ckeditor5-autosave/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-basic-styles](https://www.npmjs.com/package/@​ckeditor/ckeditor5-basic-styles/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-block-quote](https://www.npmjs.com/package/@​ckeditor/ckeditor5-block-quote/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-build-balloon](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-balloon/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-build-balloon-block](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-balloon-block/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-build-classic](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-classic/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-build-decoupled-document](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-decoupled-document/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-build-inline](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-inline/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-build-multi-root](https://www.npmjs.com/package/@​ckeditor/ckeditor5-build-multi-root/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-case-change](https://www.npmjs.com/package/@​ckeditor/ckeditor5-case-change/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-ckbox](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ckbox/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-ckfinder](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ckfinder/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-clipboard](https://www.npmjs.com/package/@​ckeditor/ckeditor5-clipboard/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-cloud-services](https://www.npmjs.com/package/@​ckeditor/ckeditor5-cloud-services/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-code-block](https://www.npmjs.com/package/@​ckeditor/ckeditor5-code-block/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-collaboration-core](https://www.npmjs.com/package/@​ckeditor/ckeditor5-collaboration-core/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-comments](https://www.npmjs.com/package/@​ckeditor/ckeditor5-comments/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-core](https://www.npmjs.com/package/@​ckeditor/ckeditor5-core/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-document-outline](https://www.npmjs.com/package/@​ckeditor/ckeditor5-document-outline/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-easy-image](https://www.npmjs.com/package/@​ckeditor/ckeditor5-easy-image/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-editor-balloon](https://www.npmjs.com/package/@​ckeditor/ckeditor5-editor-balloon/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-editor-classic](https://www.npmjs.com/package/@​ckeditor/ckeditor5-editor-classic/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-editor-decoupled](https://www.npmjs.com/package/@​ckeditor/ckeditor5-editor-decoupled/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-editor-inline](https://www.npmjs.com/package/@​ckeditor/ckeditor5-editor-inline/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-editor-multi-root](https://www.npmjs.com/package/@​ckeditor/ckeditor5-editor-multi-root/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-engine](https://www.npmjs.com/package/@​ckeditor/ckeditor5-engine/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-enter](https://www.npmjs.com/package/@​ckeditor/ckeditor5-enter/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-essentials](https://www.npmjs.com/package/@​ckeditor/ckeditor5-essentials/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-export-pdf](https://www.npmjs.com/package/@​ckeditor/ckeditor5-export-pdf/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-export-word](https://www.npmjs.com/package/@​ckeditor/ckeditor5-export-word/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-find-and-replace](https://www.npmjs.com/package/@​ckeditor/ckeditor5-find-and-replace/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-font](https://www.npmjs.com/package/@​ckeditor/ckeditor5-font/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-format-painter](https://www.npmjs.com/package/@​ckeditor/ckeditor5-format-painter/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-heading](https://www.npmjs.com/package/@​ckeditor/ckeditor5-heading/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-highlight](https://www.npmjs.com/package/@​ckeditor/ckeditor5-highlight/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-horizontal-line](https://www.npmjs.com/package/@​ckeditor/ckeditor5-horizontal-line/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-html-embed](https://www.npmjs.com/package/@​ckeditor/ckeditor5-html-embed/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-html-support](https://www.npmjs.com/package/@​ckeditor/ckeditor5-html-support/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-image](https://www.npmjs.com/package/@​ckeditor/ckeditor5-image/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-import-word](https://www.npmjs.com/package/@​ckeditor/ckeditor5-import-word/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-indent](https://www.npmjs.com/package/@​ckeditor/ckeditor5-indent/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-language](https://www.npmjs.com/package/@​ckeditor/ckeditor5-language/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-link](https://www.npmjs.com/package/@​ckeditor/ckeditor5-link/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-list](https://www.npmjs.com/package/@​ckeditor/ckeditor5-list/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-list-multi-level](https://www.npmjs.com/package/@​ckeditor/ckeditor5-list-multi-level/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-markdown-gfm](https://www.npmjs.com/package/@​ckeditor/ckeditor5-markdown-gfm/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-media-embed](https://www.npmjs.com/package/@​ckeditor/ckeditor5-media-embed/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-mention](https://www.npmjs.com/package/@​ckeditor/ckeditor5-mention/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-merge-fields](https://www.npmjs.com/package/@​ckeditor/ckeditor5-merge-fields/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-minimap](https://www.npmjs.com/package/@​ckeditor/ckeditor5-minimap/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-operations-compressor](https://www.npmjs.com/package/@​ckeditor/ckeditor5-operations-compressor/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-page-break](https://www.npmjs.com/package/@​ckeditor/ckeditor5-page-break/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-pagination](https://www.npmjs.com/package/@​ckeditor/ckeditor5-pagination/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-paragraph](https://www.npmjs.com/package/@​ckeditor/ckeditor5-paragraph/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-paste-from-office](https://www.npmjs.com/package/@​ckeditor/ckeditor5-paste-from-office/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-paste-from-office-enhanced](https://www.npmjs.com/package/@​ckeditor/ckeditor5-paste-from-office-enhanced/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-real-time-collaboration](https://www.npmjs.com/package/@​ckeditor/ckeditor5-real-time-collaboration/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-remove-format](https://www.npmjs.com/package/@​ckeditor/ckeditor5-remove-format/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-restricted-editing](https://www.npmjs.com/package/@​ckeditor/ckeditor5-restricted-editing/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-revision-history](https://www.npmjs.com/package/@​ckeditor/ckeditor5-revision-history/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-select-all](https://www.npmjs.com/package/@​ckeditor/ckeditor5-select-all/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-show-blocks](https://www.npmjs.com/package/@​ckeditor/ckeditor5-show-blocks/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-slash-command](https://www.npmjs.com/package/@​ckeditor/ckeditor5-slash-command/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-source-editing](https://www.npmjs.com/package/@​ckeditor/ckeditor5-source-editing/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-special-characters](https://www.npmjs.com/package/@​ckeditor/ckeditor5-special-characters/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-style](https://www.npmjs.com/package/@​ckeditor/ckeditor5-style/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-table](https://www.npmjs.com/package/@​ckeditor/ckeditor5-table/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-template](https://www.npmjs.com/package/@​ckeditor/ckeditor5-template/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-theme-lark](https://www.npmjs.com/package/@​ckeditor/ckeditor5-theme-lark/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-track-changes](https://www.npmjs.com/package/@​ckeditor/ckeditor5-track-changes/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-typing](https://www.npmjs.com/package/@​ckeditor/ckeditor5-typing/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-undo](https://www.npmjs.com/package/@​ckeditor/ckeditor5-undo/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-upload](https://www.npmjs.com/package/@​ckeditor/ckeditor5-upload/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-utils](https://www.npmjs.com/package/@​ckeditor/ckeditor5-utils/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-ui](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ui/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-watchdog](https://www.npmjs.com/package/@​ckeditor/ckeditor5-watchdog/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-widget](https://www.npmjs.com/package/@​ckeditor/ckeditor5-widget/v/43.1.1): v43.1.0 => v43.1.1 - [@​ckeditor/ckeditor5-word-count](https://www.npmjs.com/package/@​ckeditor/ckeditor5-word-count/v/43.1.1): v43.1.0 => v43.1.1 - [ckeditor5-collaboration](https://www.npmjs.com/package/ckeditor5-collaboration/v/43.1.1): v43.1.0 => v43.1.1 - [ckeditor5-premium-features](https://www.npmjs.com/package/ckeditor5-premium-features/v/43.1.1): v43.1.0 => v43.1.1
### [`v43.1.0`](https://redirect.github.com/ckeditor/ckeditor5/releases/tag/v43.1.0) [Compare Source](https://redirect.github.com/ckeditor/ckeditor5/compare/v43.0.0...v43.1.0) We are happy to announce the release of CKEditor 5 v43.1.0. ##### Release highlights This release includes important bug fixes and enhancements for the editor: - **Block merge fields**: In contrast to regular, inline merge fields, the block merge fields are designed to represent complex, block-level structures, such as a dynamically generated table, a row of products, or a personalized call-to-action segment. Block merge fields are supposed to be replaced by arbitrary HTML data when the document template is post-processed or exported to a PDF or Word file. - **Nested dropdown menus**: this release introduces a new UI component: nested dropdown menus. They can be used by feature developers to easily provide an advanced user interface where UI elements are organized into a nested menu structure. - **Customizable accessible label**: You can now configure the label for the accessible editable area through the editor settings, ensuring it fits your system’s needs. - **Improved table and cell border controls**: It is now easier to manage both table and cell borders. The table user interface now clearly indicates the default border settings, allowing you to set “no borders” (`None`) for tables and cells without any additional configuration. ⚠️ In some cases this update may lead to data changes in the tables’ HTML markup when the editor loads them. However, visually nothing will change, and the experience will be the same. The full list of enhancements can be found below. ##### MINOR BREAKING CHANGES [ℹ️](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html#major-and-minor-breaking-changes) - **Reverted `config.sanitizeHtml`.** In v43.0.0 we made a decision to move `config.htmlEmbed.sanitizeHtml` to a top-level property `config.sanitizeHtml`. However, we realized that it was a wrong decision to expose such a sensitive property in a top-level configuration property. Starting with v43.1.0 you should again use `config.htmlEmbed.sanitizeHtml` and/or `config.mergeFields.sanitizeHtml`. The editor will throw an error if `config.sanitizeHtml` is used. See the [migration guide](https://ckeditor.com/docs/ckeditor5/latest/updating/guides/update-to-43.html#reverted-recently-introduced-configsanitizehtml) for additional context behind this decision. - **[ai](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ai)**: The structure and presentation of the list of AI commands in the toolbar have changed (a flat filtered list is now a nested menu). Additionally, if your integration customizes this user interface, please ensure your integration code is up-to-date. - **[ui](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ui)**: The default `[aria-label]` provided by `InlineEditableUIView` is now `'Rich Text Editor. Editing area: [root name]'` (previously: `'Editor editing area: [root name]'`). You can use the `options.label` constructor property to adjust the label. ##### Features - **[comments](https://www.npmjs.com/package/@​ckeditor/ckeditor5-comments)**: Added `[data-author-id]` to suggestion and comment markers in editing for easier integration and styling. - **[media-embed](https://www.npmjs.com/package/@​ckeditor/ckeditor5-media-embed)**: Added support for new Twitter domain (`x.com`) and Instagram Reels. Closes [#​16435](https://redirect.github.com/ckeditor/ckeditor5/issues/16435). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/f1f049e525890ae256951ca36c296872b21277f4)) - **[merge-fields](https://www.npmjs.com/package/@​ckeditor/ckeditor5-merge-fields)**: Introduced block merge fields. They are a new type of merge fields which are treated as block content in the editor editing area. - **[track-changes](https://www.npmjs.com/package/@​ckeditor/ckeditor5-track-changes)**: Added `[data-author-id]` to suggestion and comment markers in editing for easier integration and styling. - **[ui](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ui)**: Introduced nested menu component for dropdowns. Closes [#​6399](https://redirect.github.com/ckeditor/ckeditor5/issues/6399). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/4a43c56a58b5e3d82555f7fac98e7e1c0fa8da89)) - **[ui](https://www.npmjs.com/package/@​ckeditor/ckeditor5-ui)**: Added support for the balloon toolbar in the multi-root editor. Closes [#​14803](https://redirect.github.com/ckeditor/ckeditor5/issues/14803). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/70e3a0457e67250b2bacf21ebbb428912c986f0d)) - Allowed to configure the accessible editable area label via the `config.label` property. Closes [#​15208](https://redirect.github.com/ckeditor/ckeditor5/issues/15208), [#​11863](https://redirect.github.com/ckeditor/ckeditor5/issues/11863), [#​9731](https://redirect.github.com/ckeditor/ckeditor5/issues/9731). ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/b50ddbbfbf0a697f450a040006d82374695165b9)) ##### Bug fixes - **[cloud-services](https://www.npmjs.com/package/@​ckeditor/ckeditor5-cloud-services)**: The refreshing mechanism (from the `Token` class) should retry after a failure to limit the chance of the user getting disconnected and data loss in real-time collaboration. ([commit](https://redirect.github.com/ckeditor/ckeditor5/commit/0154d4cfe6ee5dc54001dd30c12ab308d1ddcefc)) - **[comments](https://www.npmjs.com/package/@​ckeditor/ckedito

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.