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

chore(deps): update ckeditor monorepo (develop) (major) #1354

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ckeditor/ckeditor5-alignment (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-basic-styles (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-block-quote (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-core (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-dev-translations (source) 39.6.1 -> 40.2.1 age adoption passing confidence
@ckeditor/ckeditor5-dev-utils (source) 39.6.1 -> 40.2.1 age adoption passing confidence
@ckeditor/ckeditor5-editor-classic (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-essentials (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-font (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-horizontal-line (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-indent (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-link (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-list (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-paragraph (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-react 6.2.0 -> 7.0.0 age adoption passing confidence
@ckeditor/ckeditor5-react ^6.0.0 -> ^6.0.0 || ^7.0.0 age adoption passing confidence
@ckeditor/ckeditor5-remove-format (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-table (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-theme-lark (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-typing (source) 40.2.0 -> 41.4.2 age adoption passing confidence
@ckeditor/ckeditor5-ui (source) 40.2.0 -> 41.4.2 age adoption passing confidence
ckeditor5 (source) 40.2.0 -> 41.4.2 age adoption passing confidence

Release Notes

ckeditor/ckeditor5 (@​ckeditor/ckeditor5-alignment)

v41.4.2

Compare Source

We are excited to announce the release of CKEditor 5 v41.4.2. This patch release addresses an important issue and ensures compatibility with the Jest environment.

Bug fixes
  • utils: Prevented error thrown when editor files are imported in an environment without the window global object. Closes #​16368. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v41.4.1

Compare Source

[!NOTE]
This release (v41.4.1) addresses a critical issue found in v41.4.0. Below is the changelog, which includes the changes originally introduced in v41.4.0.

We are happy to announce the release of CKEditor 5 v41.4.1.

Release highlights

We have enhanced CKEditor 5 to improve accessibility and user experience further. Screen reader announcements have been expanded to include code blocks, images, and lists, enhancing navigability for visually impaired users. Additionally, the editor now better adheres to accessibility standards by respecting user preferences for reduced motion, and we have improved handling of color settings in high contrast modes.

We have also added menu bar support for the multi-root editor.

MINOR BREAKING CHANGES ℹ️
  • ui: The region name argument of the AriaLiveAnnouncer#announce() method has been dropped. Please check out the latest API documentation for more information.
  • The ckeditor5 package now lists all other official open-source @ckeditor/ckeditor5-* packages as dependencies. This is a preparatory step for the upcoming new installation methods. These changes will transform the ckeditor5 package into an aggregate for all official packages, simplifying module imports.
Features
  • code-block: Introduced screen reader announcements for entering or exiting code blocks in the editor content. Closes #​16053. (commit)
  • editor-multi-root: Added the menu bar support for multi-root editor. (commit)
  • format-painter: Introduced the keyboard shortcuts for copying formatting in the document editor (Ctrl+Shift+C) and paste (Ctrl+Shift+V). Added the ability to cancel copying formatting using the Esc key.
  • image: Introduced screen reader announcements for various actions and events in the editor. (commit)
  • image: Added the custom image width input option to the image toolbar as an alternative to drag-and-drop resizing. (commit)
  • link: An error message should appear in the link editing form when submitting an empty link. (commit)
  • list: Introduced screen reader announcements for various actions and events in the editor. (commit)
  • media-embed: An error message should appear when submitting an empty URL in the media embed form. (commit)
  • ui: Implemented the ck-media-forced-colors and ck-media-default-colors mixins for detecting forced colors (for example high contrast mode on Windows). See #​14907. (commit)
  • ui: Introduced screen reader announcements for various actions and events in the editor. (commit)
  • utils: Implemented the env#isMediaForcedColors property for forced colors detection (for example high contrast mode on Windows). See #​14907. (commit)
  • utils: Implemented the env#isMotionReduced property to discover reduced motion preferences. (commit)
  • Editor UI should now respect the user's preferences for reduced motion (WCAG 2.1, Success Criterion 2.3.3). (commit)
  • Added bundles for new installation methods. See #​15502. (commit)
  • Introduced accessible screen reader announcements for various actions and events in the editor, including text case change, AI Assistant interactions, template list filtering, and document exports to Word and PDF.
Bug fixes
  • ai: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
  • autoformat: Pressing the Backspace key after autoformat should retain the typed content after undoing the block format change. Closes #​16240. (commit)
  • collaboration-core: Fixed editor crashing due to a missing plugin when the revision history was opened. This happened in some integrations that use custom plugins and specific code minifiers.
  • comments: The container element for comments received the .ck-content CSS class to have consistent styles in both edit and preview modes.
  • comments: Restoring revision with comment threads that were removed should no longer crash the editor in the asynchronous load and save integration type.
  • engine: The HTML <template> elements are now properly handled in downcast and upcast conversion. (commit)
  • engine: An inline filler should be rendered after the <br> element just before a block filler so that scrolling to selection could properly find the client rect. Closes #​14028. (commit)
  • export-pdf: Improved accessibility of the feature button while an action is performed in the background and the UI is marked as busy.
  • export-word: Improved accessibility of the feature button while an action is performed in the background and the UI is marked as busy.
  • format-painter: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
  • image: An image should not jump upon resizing in a container with padding. Closes #​14698. (commit)
  • import-word: Improved accessibility of the feature button while an action is performed in the background and the UI is marked as busy.
  • List: Order of the List and ListProperties plugins should not affect the appearance of the icon in the toolbar. Closes #​16192. (commit)
  • minimap: The minimap <iframe> element should not be unnecessarily exposed to assistive technologies. (commit)
  • pagination: The pagination pages container should not get focused during the Tab key navigation across the website.
  • restricted-editing: Improved accessibility of the restricted editing dropdown by setting the correct ARIA role on the toolbar menu. (commit)
  • restricted-editing: Fixed removing an inline image inside an editable region. Closes #​16218. (commit)
  • restricted-editing: In the restricted-editing mode, it should be possible to escape from a table by pressing the Tab key. Closes #​15506. (commit)
  • revision-history: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
  • revision-history: Opening the revision history viewer will close any open dialog or modal in the editor.
  • template: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
  • theme-lark: The caret should be visible in a placeholder while in forced colors mode (for example high contrast mode on Windows). Improved the look of the placeholders in the forced colors mode. Closes #​14907. (commit)
  • theme-lark: The color grid component should render as a grid of labels in the forced colors mode (for example high contrast mode on Windows). Closes #​14907. (commit)
  • track-changes: Improved accessibility of the UI by setting correct ARIA roles on menus and lists.
  • track-changes: The ignoreResolvedComments flag will now be correctly handled by the TrackChangesData#getDataWithAcceptedSuggestions and TrackChangesData#getDataWithDiscardedSuggestions methods.
  • track-changes: Suggestion to change list style to default when using legacy lists plugin will no longer cause the editor to throw an error.
  • ui: The color picker should not allow for saving incorrect HEX color values. Added an error message when the color is invalid. (commit)
  • ui: Prevented the editor error in a situation when a tooltip was unpinned after it was already removed. This happened when "Unlink" button was pressed while the tooltip was shown. (commit)
  • utils: Allow the Translations.getPluralForm type to be null. (commit)
  • widget: An image should not jump upon resizing in a container with padding. Closes #​14698. (commit)
  • Change various exports of types and interfaces to type-only exports. (commit)
Other changes
  • comments: Comment markers without matching comment thread data will now be removed from the content. Previously, in such cases, an error was thrown in the asynchronous load and save integration type.
  • engine: Export the _getModelData, _setModelData, _parseModel, _stringifyModel, _getViewData, _setViewData, _parseView, and _stringifyView helpers. (commit)
  • html-support: The General HTML Support list integration will create proper model structure on upcast and not fire a redundant post-fixer during editor initialization. Closes #​16227. (commit)
  • track-changes: TrackChangesEditing#_descriptionFactory is now public and renamed to descriptionFactory. The old _descriptionFactory property was kept as a deprecated alias and will be removed in next major release.
  • ui: Refactored the AriaLiveAnnouncer utility to use the aria-relevant attribute and make concurrent announcements queued by screen readers. (commit)
  • Updated translations. (commit, commit, commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.53%. Comparing base (334cb72) to head (a596659).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1354   +/-   ##
========================================
  Coverage    55.53%   55.53%           
========================================
  Files           38       38           
  Lines         1761     1761           
  Branches       544      542    -2     
========================================
  Hits           978      978           
  Misses         704      704           
  Partials        79       79           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 3 times, most recently from 30c0bfc to 48c00f7 Compare February 19, 2024 14:41
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 2 times, most recently from 3b93b31 to 3abdca1 Compare February 19, 2024 14:48
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from 3abdca1 to 35d3f62 Compare February 27, 2024 08:06
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from 35d3f62 to 732e1ae Compare March 6, 2024 09:11
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from 732e1ae to 88269be Compare March 18, 2024 10:50
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 3 times, most recently from 871afd3 to b041aef Compare April 14, 2024 08:38
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 3 times, most recently from 2fee0ee to 7aa4241 Compare April 19, 2024 07:45
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from 7aa4241 to 09e0e3a Compare May 9, 2024 08:22
@renovate renovate bot changed the title chore(deps): update ckeditor monorepo to v41 (develop) (major) chore(deps): update ckeditor monorepo (develop) (major) May 9, 2024
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from 09e0e3a to f0242d2 Compare May 9, 2024 09:26
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 5 times, most recently from 985847f to 7379dd1 Compare May 23, 2024 12:52
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch 4 times, most recently from ebae40d to 3208809 Compare May 28, 2024 14:17
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from 3208809 to 5bd74a6 Compare June 3, 2024 07:43
@renovate renovate bot force-pushed the renovate/develop-major-ckeditor-monorepo branch from 5bd74a6 to a596659 Compare June 3, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant