[Snyk] Upgrade @ckeditor/ckeditor5-build-classic from 41.2.0 to 41.4.2 #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @ckeditor/ckeditor5-build-classic from 41.2.0 to 41.4.2.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 12 versions ahead of your current version.
The recommended version was released on 4 months ago.
Release notes
Package name: @ckeditor/ckeditor5-build-classic
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
window
global object. Closes #16368. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
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 ℹ️
AriaLiveAnnouncer#announce()
method has been dropped. Please check out the latest API documentation for more information.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 theckeditor5
package into an aggregate for all official packages, simplifying module imports.Features
ck-media-forced-colors
andck-media-default-colors
mixins for detecting forced colors (for example high contrast mode on Windows). See #14907. (commit)env#isMediaForcedColors
property for forced colors detection (for example high contrast mode on Windows). See #14907. (commit)env#isMotionReduced
property to discover reduced motion preferences. (commit)Bug fixes
.ck-content
CSS class to have consistent styles in both edit and preview modes.<template>
elements are now properly handled in downcast and upcast conversion. (commit)<br>
element just before a block filler so that scrolling to selection could properly find the client rect. Closes #14028. (commit)List
andListProperties
plugins should not affect the appearance of the icon in the toolbar. Closes #16192. (commit)<iframe>
element should not be unnecessarily exposed to assistive technologies. (commit)ignoreResolvedComments
flag will now be correctly handled by theTrackChangesData#getDataWithAcceptedSuggestions
andTrackChangesData#getDataWithDiscardedSuggestions
methods.Translations.getPluralForm
type to benull
. (commit)Other changes
_getModelData
,_setModelData
,_parseModel
,_stringifyModel
,_getViewData
,_setViewData
,_parseView
, and_stringifyView
helpers. (commit)TrackChangesEditing#_descriptionFactory
is now public and renamed todescriptionFactory
. The old_descriptionFactory
property was kept as a deprecated alias and will be removed in next major release.AriaLiveAnnouncer
utility to use thearia-relevant
attribute and make concurrent announcements queued by screen readers. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
Caution
This release has known issues, as detected by our end-to-end tests. It will not be automatically installed unless you are using a tag other than
latest
. We are working on fixes and will update you soon. Stay tuned!We are happy to announce the release of CKEditor 5 v41.4.0.
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 ℹ️
AriaLiveAnnouncer#announce()
method has been dropped. Please check out the latest API documentation for more information.Features
ck-media-forced-colors
andck-media-default-colors
mixins for detecting forced colors (for example high contrast mode on Windows). See #14907. (commit)env#isMediaForcedColors
property for forced colors detection (for example high contrast mode on Windows). See #14907. (commit)env#isMotionReduced
property to discover reduced motion preferences. (commit)Bug fixes
.ck-content
CSS class to have consistent styles in both edit and preview modes.<template>
elements are now properly handled in downcast and upcast conversion. (commit)<br>
element just before a block filler so that scrolling to selection could properly find the client rect. Closes #14028. (commit)List
andListProperties
plugins should not affect the appearance of the icon in the toolbar. Closes #16192. (commit)<iframe>
element should not be unnecessarily exposed to assistive technologies. (commit)