Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the ckeditor group with 28 updates #135

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps the ckeditor group with 28 updates:

Package From To
@ckeditor/ckeditor5-alignment 43.1.0 43.2.0
@ckeditor/ckeditor5-autosave 43.1.0 43.2.0
@ckeditor/ckeditor5-basic-styles 43.1.0 43.2.0
@ckeditor/ckeditor5-block-quote 43.1.0 43.2.0
@ckeditor/ckeditor5-code-block 43.1.0 43.2.0
@ckeditor/ckeditor5-editor-classic 43.1.0 43.2.0
@ckeditor/ckeditor5-engine 43.1.0 43.2.0
@ckeditor/ckeditor5-essentials 43.1.0 43.2.0
@ckeditor/ckeditor5-font 43.1.0 43.2.0
@ckeditor/ckeditor5-heading 43.1.0 43.2.0
@ckeditor/ckeditor5-highlight 43.1.0 43.2.0
@ckeditor/ckeditor5-horizontal-line 43.1.0 43.2.0
@ckeditor/ckeditor5-html-embed 43.1.0 43.2.0
@ckeditor/ckeditor5-image 43.1.0 43.2.0
@ckeditor/ckeditor5-indent 43.1.0 43.2.0
@ckeditor/ckeditor5-language 43.1.0 43.2.0
@ckeditor/ckeditor5-link 43.1.0 43.2.0
@ckeditor/ckeditor5-list 43.1.0 43.2.0
@ckeditor/ckeditor5-mention 43.1.0 43.2.0
@ckeditor/ckeditor5-paragraph 43.1.0 43.2.0
@ckeditor/ckeditor5-paste-from-office 43.1.0 43.2.0
@ckeditor/ckeditor5-remove-format 43.1.0 43.2.0
@ckeditor/ckeditor5-table 43.1.0 43.2.0
@ckeditor/ckeditor5-theme-lark 43.1.0 43.2.0
@ckeditor/ckeditor5-ui 43.1.0 43.2.0
@ckeditor/ckeditor5-undo 43.1.0 43.2.0
@ckeditor/ckeditor5-utils 43.1.0 43.2.0
@ckeditor/ckeditor5-widget 43.1.0 43.2.0

Updates @ckeditor/ckeditor5-alignment from 43.1.0 to 43.2.0

Release notes

Sourced from @​ckeditor/ckeditor5-alignment's releases.

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), 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: Added the usePassive option to DomEventObserver that enables listening to passive events. Closes #16412. (commit)
  • media-embed: It is now possible to embed YouTube shorts. Closes #17090. (commit)
  • ui: Updated the "Powered by" link. (commit)

Bug fixes

  • ckbox: Editing inline images using CKBox no longer changes and reinserts them simultaneously. Closes #17056. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • theme-lark: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)
  • ui: Fixed scrolling in dropdowns when a block toolbar button is active. Closes #17067. (commit)
  • ui: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)

Other changes

Released packages

Check out the Versioning policy guide for more information.

Releases containing new features:

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-alignment's changelog.

43.2.0 (October 2, 2024)

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), 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: Added the usePassive option to DomEventObserver that enables listening to passive events. Closes #16412. (commit)
  • media-embed: It is now possible to embed YouTube shorts. Closes #17090. (commit)
  • ui: Updated the "Powered by" link. (commit)

Bug fixes

  • ckbox: Editing inline images using CKBox no longer changes and reinserts them simultaneously. Closes #17056. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • theme-lark: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)
  • ui: Fixed scrolling in dropdowns when a block toolbar button is active. Closes #17067. (commit)
  • ui: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)

Other changes

Released packages

Check out the Versioning policy guide for more information.

Releases containing new features:

... (truncated)

Commits
  • 46c386c Release: v'43.2.0'.
  • 4d5ed9c Other: Updated translations. [skip ci]
  • ddd0990 Merge branch 'stable' into stable_to_master
  • 6b1e550 Release: v43.1.1.
  • adff08e Add missing editor.destroy calls to block-quote plugin tests
  • 8b811ab Add missing editor.destroy calls to alignment and autoformat plugins tests
  • 2614fb1 Use the latest ckeditor5-dev-* packages.
  • a0d0328 Merge branch 'stable' into stable_to_master
  • 322ff98 Upgrade several dependencies.
  • See full diff in compare view

Updates @ckeditor/ckeditor5-autosave from 43.1.0 to 43.2.0

Release notes

Sourced from @​ckeditor/ckeditor5-autosave's releases.

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), 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: Added the usePassive option to DomEventObserver that enables listening to passive events. Closes #16412. (commit)
  • media-embed: It is now possible to embed YouTube shorts. Closes #17090. (commit)
  • ui: Updated the "Powered by" link. (commit)

Bug fixes

  • ckbox: Editing inline images using CKBox no longer changes and reinserts them simultaneously. Closes #17056. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • theme-lark: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)
  • ui: Fixed scrolling in dropdowns when a block toolbar button is active. Closes #17067. (commit)
  • ui: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)

Other changes

Released packages

Check out the Versioning policy guide for more information.

Releases containing new features:

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-autosave's changelog.

43.2.0 (October 2, 2024)

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), 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: Added the usePassive option to DomEventObserver that enables listening to passive events. Closes #16412. (commit)
  • media-embed: It is now possible to embed YouTube shorts. Closes #17090. (commit)
  • ui: Updated the "Powered by" link. (commit)

Bug fixes

  • ckbox: Editing inline images using CKBox no longer changes and reinserts them simultaneously. Closes #17056. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • theme-lark: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)
  • ui: Fixed scrolling in dropdowns when a block toolbar button is active. Closes #17067. (commit)
  • ui: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)

Other changes

Released packages

Check out the Versioning policy guide for more information.

Releases containing new features:

... (truncated)

Commits
  • 46c386c Release: v'43.2.0'.
  • ddd0990 Merge branch 'stable' into stable_to_master
  • 6b1e550 Release: v43.1.1.
  • 2614fb1 Use the latest ckeditor5-dev-* packages.
  • a0d0328 Merge branch 'stable' into stable_to_master
  • 322ff98 Upgrade several dependencies.
  • See full diff in compare view

Updates @ckeditor/ckeditor5-basic-styles from 43.1.0 to 43.2.0

Release notes

Sourced from @​ckeditor/ckeditor5-basic-styles's releases.

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), 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: Added the usePassive option to DomEventObserver that enables listening to passive events. Closes #16412. (commit)
  • media-embed: It is now possible to embed YouTube shorts. Closes #17090. (commit)
  • ui: Updated the "Powered by" link. (commit)

Bug fixes

  • ckbox: Editing inline images using CKBox no longer changes and reinserts them simultaneously. Closes #17056. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • theme-lark: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)
  • ui: Fixed scrolling in dropdowns when a block toolbar button is active. Closes #17067. (commit)
  • ui: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)

Other changes

Released packages

Check out the Versioning policy guide for more information.

Releases containing new features:

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-basic-styles's changelog.

43.2.0 (October 2, 2024)

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), 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: Added the usePassive option to DomEventObserver that enables listening to passive events. Closes #16412. (commit)
  • media-embed: It is now possible to embed YouTube shorts. Closes #17090. (commit)
  • ui: Updated the "Powered by" link. (commit)

Bug fixes

  • ckbox: Editing inline images using CKBox no longer changes and reinserts them simultaneously. Closes #17056. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • theme-lark: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)
  • ui: Fixed scrolling in dropdowns when a block toolbar button is active. Closes #17067. (commit)
  • ui: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)

Other changes

Released packages

Check out the Versioning policy guide for more information.

Releases containing new features:

... (truncated)

Commits
  • 46c386c Release: v'43.2.0'.
  • 4d5ed9c Other: Updated translations. [skip ci]
  • ddd0990 Merge branch 'stable' into stable_to_master
  • 6b1e550 Release: v43.1.1.
  • 8931568 Export AttributeCommand class from basic styles package
  • 2614fb1 Use the latest ckeditor5-dev-* packages.
  • a0d0328 Merge branch 'stable' into stable_to_master
  • 322ff98 Upgrade several dependencies.
  • See full diff in compare view

Updates @ckeditor/ckeditor5-block-quote from 43.1.0 to 43.2.0

Release notes

Sourced from @​ckeditor/ckeditor5-block-quote's releases.

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), 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: Added the usePassive option to DomEventObserver that enables listening to passive events. Closes #16412. (commit)
  • media-embed: It is now possible to embed YouTube shorts. Closes #17090. (commit)
  • ui: Updated the "Powered by" link. (commit)

Bug fixes

  • ckbox: Editing inline images using CKBox no longer changes and reinserts them simultaneously. Closes #17056. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • 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. (commit)
  • theme-lark: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)
  • ui: Fixed scrolling in dropdowns when a block toolbar button is active. Closes #17067. (commit)
  • ui: Increased the specificity of the dropdown menu panel styles to address issues with incorrect z-index ordering. (commit)

Other changes

Bumps the ckeditor group with 28 updates:

| Package | From | To |
| --- | --- | --- |
| [@ckeditor/ckeditor5-alignment](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-alignment) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-autosave](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-autosave) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-basic-styles](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-basic-styles) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-block-quote](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-block-quote) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-code-block](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-code-block) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-editor-classic](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-editor-classic) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-engine](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-engine) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-essentials](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-essentials) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-font](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-font) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-heading](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-heading) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-highlight](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-highlight) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-horizontal-line](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-horizontal-line) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-html-embed](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-html-embed) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-image](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-image) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-indent](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-indent) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-language](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-language) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-link](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-link) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-list](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-list) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-mention](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-mention) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-paragraph](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-paragraph) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-paste-from-office](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-paste-from-office) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-remove-format](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-remove-format) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-table](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-table) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-theme-lark](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-theme-lark) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-ui](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-ui) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-undo](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-undo) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-utils](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-utils) | `43.1.0` | `43.2.0` |
| [@ckeditor/ckeditor5-widget](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-widget) | `43.1.0` | `43.2.0` |


Updates `@ckeditor/ckeditor5-alignment` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-alignment)

Updates `@ckeditor/ckeditor5-autosave` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-autosave)

Updates `@ckeditor/ckeditor5-basic-styles` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-basic-styles)

Updates `@ckeditor/ckeditor5-block-quote` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-block-quote)

Updates `@ckeditor/ckeditor5-code-block` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-code-block)

Updates `@ckeditor/ckeditor5-editor-classic` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-editor-classic)

Updates `@ckeditor/ckeditor5-engine` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-engine)

Updates `@ckeditor/ckeditor5-essentials` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-essentials)

Updates `@ckeditor/ckeditor5-font` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-font)

Updates `@ckeditor/ckeditor5-heading` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-heading)

Updates `@ckeditor/ckeditor5-highlight` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-highlight)

Updates `@ckeditor/ckeditor5-horizontal-line` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-horizontal-line)

Updates `@ckeditor/ckeditor5-html-embed` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-html-embed)

Updates `@ckeditor/ckeditor5-image` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-image)

Updates `@ckeditor/ckeditor5-indent` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-indent)

Updates `@ckeditor/ckeditor5-language` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-language)

Updates `@ckeditor/ckeditor5-link` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-link)

Updates `@ckeditor/ckeditor5-list` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-list)

Updates `@ckeditor/ckeditor5-mention` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-mention)

Updates `@ckeditor/ckeditor5-paragraph` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-paragraph)

Updates `@ckeditor/ckeditor5-paste-from-office` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-paste-from-office)

Updates `@ckeditor/ckeditor5-remove-format` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-remove-format)

Updates `@ckeditor/ckeditor5-table` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-table)

Updates `@ckeditor/ckeditor5-theme-lark` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-theme-lark)

Updates `@ckeditor/ckeditor5-ui` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-ui)

Updates `@ckeditor/ckeditor5-undo` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-undo)

Updates `@ckeditor/ckeditor5-utils` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-utils)

Updates `@ckeditor/ckeditor5-widget` from 43.1.0 to 43.2.0
- [Release notes](https://github.com/ckeditor/ckeditor5/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5/commits/v43.2.0/packages/ckeditor5-widget)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-alignment"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-autosave"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-basic-styles"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-block-quote"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-code-block"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-editor-classic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-engine"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-essentials"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-font"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-heading"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-highlight"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-horizontal-line"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-html-embed"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-image"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-indent"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-language"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-link"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-list"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-mention"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-paragraph"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-paste-from-office"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-remove-format"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-table"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-theme-lark"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-ui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-undo"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-utils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
- dependency-name: "@ckeditor/ckeditor5-widget"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ckeditor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #141.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ckeditor-ce9745807f branch November 1, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants