Skip to content

BC-10381 - Bump @ckeditor/ckeditor5-html-embed and @ckeditor/ckeditor5-theme-lark#3686

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-edd96157be
Open

BC-10381 - Bump @ckeditor/ckeditor5-html-embed and @ckeditor/ckeditor5-theme-lark#3686
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-edd96157be

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps @ckeditor/ckeditor5-html-embed to 46.0.1 and updates ancestor dependency @ckeditor/ckeditor5-theme-lark. These dependencies need to be updated together.

Updates @ckeditor/ckeditor5-html-embed from 28.0.0 to 46.0.1

Release notes

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

v46.0.1

We are happy to announce the release of CKEditor 5 v46.0.1.

Release highlights

Complete documentation redesign is here

We have prepared a new theme for our documentation to enhance its quality. The new look improves readability and addresses several accessibility issues for a better experience. The redesigned navigation bar gives more useful access to various sections of the documentation, making it easier to reference guides for all our products. Improved table of contents makes browsing and finding guides easier, paired with updated search functionality. Check out the new experience yourself!

The pagination plugin just got better

This release introduces a significant pagination update, along with numerous fixes. Page breaks are now calculated taking into account the content styles, bookmark markers, and with better tolerance calculation. Pagination now also finds the correct breakpoint for large tables of contents and images taller than the page.

Table handling with pagination and export to PDF

The pagination and export to PDF features now better support tables containing one or more paragraphs. Cell margins are now correctly applied in exported tables, which improves the precision of pagination rendering.

Bug fixes

  • export-word, list-multi-level, real-time-collaboration, revision-history, track-changes: Fixed a bug that caused TypeScript to report compilation errors in .d.ts files (e.g. Module has no exported member) when adding the ckeditor5-premium-features dependency to a project that installs CKEditor 5. The issue was caused by TypeScript compilation problems in the ckeditor5-premium-features package and affected users who didn't have "skipLibCheck": true set in their tsconfig.json.
  • export-pdf, pagination: The pagination and export to PDF features now better support tables containing one or more paragraphs. Cell margins are now correctly applied in exported tables, which improves the precision of pagination rendering.
  • comments, track-changes: Annotations will now be hidden in the sidebar when the target element is not a valid DOM element, preventing sidebar flickering and the appearance of orphaned annotations.
  • comments: Resolved comment thread highlight will now be properly removed from the editing area when the comments archive is closed while the editor is in read-only mode.
  • comments: Fixed CommentsEditing being exported as type instead of value.
  • html-support: Fixed following plugins being exported as types instead of values: CodeBlockElementSupport, CustomElementSupport, ListElementSupport, DualContentModelElementSupport, HeadingElementSupport, ImageElementSupport, MediaEmbedElementSupport, ScriptElementSupport, StyleElementSupport, TableElementSupport, HorizontalLineElementSupport. Closes #18855.
  • list: Fix the vertical spacing of a single paragraph in the list item with a nested list. Closes #18831.
  • pagination: Pagination correctly handles content styles like .ck-content > :first-child.
  • pagination: Pagination lines do not change position depending on user selection.
  • pagination: Pagination correctly finds page breaks on a large table of contents.
  • pagination: The pagination line is correctly positioned when there is a bookmark element at the start of the block.
  • pagination: Pagination can find page breaks on images taller than a page height.
  • paste-from-office: Clean the width: 0 attribute when tables are pasted from Word.
  • revision-history: Fixed RevisionViewerIntegration being exported as type instead of value.
  • table: Tables should not be stretched to full page width when printed.
  • table: The table caption should not be scrambled when the document is printed. Closes #18903.
  • track-changes: Fixed multiple cases where suggestion markers were created on incorrect ranges, causing sidebar flickering.
  • track-changes: Fixed TrackChangesUI missing an export.
  • utils: Fixed the Identifier 'global' has already been declared. error being thrown in some environments due to the global variable name in the @ckeditor/ckeditor5-utils package. Closes #18856.

Other changes

  • collaboration-core: Make CollaborationUserColor#id a public readonly property.
  • emoji: Improve the initialization performance of the Emoji feature by optimizing the EmojiUtils#isEmojiSupported() method. Closes #18822.
  • export-pdf: Added width constraint for content exported to PDF.
  • image: Image caption should be printed on the same page as the image.
  • pagination: Pagination uses 0.5mm tolerance while calculating line breaks.

Released packages

Check out the Versioning policy guide for more information.

... (truncated)

Changelog

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

46.0.1 (August 11, 2025)

We are happy to announce the release of CKEditor 5 v46.0.1.

Release highlights

Complete documentation redesign is here

We have prepared a new theme for our documentation to enhance its quality. The new look improves readability and addresses several accessibility issues for a better experience. The redesigned navigation bar gives more useful access to various sections of the documentation, making it easier to reference guides for all our products. Improved table of contents makes browsing and finding guides easier, paired with updated search functionality. Check out the new experience yourself!

The pagination plugin just got better

This release introduces a significant pagination update, along with numerous fixes. Page breaks are now calculated taking into account the content styles, bookmark markers, and with better tolerance calculation. Pagination now also finds the correct breakpoint for large tables of contents and images taller than the page.

Table handling with pagination and export to PDF

The pagination and export to PDF features now better support tables containing one or more paragraphs. Cell margins are now correctly applied in exported tables, which improves the precision of pagination rendering.

Bug fixes

  • export-word, list-multi-level, real-time-collaboration, revision-history, track-changes: Fixed a bug that caused TypeScript to report compilation errors in .d.ts files (e.g. Module has no exported member) when adding the ckeditor5-premium-features dependency to a project that installs CKEditor 5. The issue was caused by TypeScript compilation problems in the ckeditor5-premium-features package and affected users who didn't have "skipLibCheck": true set in their tsconfig.json.
  • export-pdf, pagination: The pagination and export to PDF features now better support tables containing one or more paragraphs. Cell margins are now correctly applied in exported tables, which improves the precision of pagination rendering.
  • comments, track-changes: Annotations will now be hidden in the sidebar when the target element is not a valid DOM element, preventing sidebar flickering and the appearance of orphaned annotations.
  • comments: Resolved comment thread highlight will now be properly removed from the editing area when the comments archive is closed while the editor is in read-only mode.
  • comments: Fixed CommentsEditing being exported as type instead of value.
  • html-support: Fixed following plugins being exported as types instead of values: CodeBlockElementSupport, CustomElementSupport, ListElementSupport, DualContentModelElementSupport, HeadingElementSupport, ImageElementSupport, MediaEmbedElementSupport, ScriptElementSupport, StyleElementSupport, TableElementSupport, HorizontalLineElementSupport. Closes #18855.
  • list: Fix the vertical spacing of a single paragraph in the list item with a nested list. Closes #18831.
  • pagination: Pagination correctly handles content styles like .ck-content > :first-child.
  • pagination: Pagination lines do not change position depending on user selection.
  • pagination: Pagination correctly finds page breaks on a large table of contents.
  • pagination: The pagination line is correctly positioned when there is a bookmark element at the start of the block.
  • pagination: Pagination can find page breaks on images taller than a page height.
  • paste-from-office: Clean the width: 0 attribute when tables are pasted from Word.
  • revision-history: Fixed RevisionViewerIntegration being exported as type instead of value.
  • table: Tables should not be stretched to full page width when printed.
  • table: The table caption should not be scrambled when the document is printed. Closes #18903.
  • track-changes: Fixed multiple cases where suggestion markers were created on incorrect ranges, causing sidebar flickering.
  • track-changes: Fixed TrackChangesUI missing an export.
  • utils: Fixed the Identifier 'global' has already been declared. error being thrown in some environments due to the global variable name in the @ckeditor/ckeditor5-utils package. Closes #18856.

Other changes

  • collaboration-core: Make CollaborationUserColor#id a public readonly property.
  • emoji: Improve the initialization performance of the Emoji feature by optimizing the EmojiUtils#isEmojiSupported() method. Closes #18822.
  • export-pdf: Added width constraint for content exported to PDF.
  • image: Image caption should be printed on the same page as the image.
  • pagination: Pagination uses 0.5mm tolerance while calculating line breaks.

Released packages

... (truncated)

Commits
  • 68ba441 Release: v46.0.1. [skip ci]
  • 6445f42 Remove the 42.0.0 warning, we are 1y+ past it.
  • 671159b Add snippet footers.
  • 7d86621 Gloria - documentation changes (#18435)
  • dbfa58a Release: v46.0.0. [skip ci]
  • 56caf46 Update es-toolkit
  • 35badfb Merge branch 'stable' into stable_to_master
  • fd6beaf Merge branch 'release' into release_to_stable
  • 567d558 Release: v45.2.1. [skip ci]
  • 8cb71bc Use the latest ckeditor5-dev-* packages (#release).
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-theme-lark from 28.0.0 to 46.0.1

Release notes

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

v46.0.1

We are happy to announce the release of CKEditor 5 v46.0.1.

Release highlights

Complete documentation redesign is here

We have prepared a new theme for our documentation to enhance its quality. The new look improves readability and addresses several accessibility issues for a better experience. The redesigned navigation bar gives more useful access to various sections of the documentation, making it easier to reference guides for all our products. Improved table of contents makes browsing and finding guides easier, paired with updated search functionality. Check out the new experience yourself!

The pagination plugin just got better

This release introduces a significant pagination update, along with numerous fixes. Page breaks are now calculated taking into account the content styles, bookmark markers, and with better tolerance calculation. Pagination now also finds the correct breakpoint for large tables of contents and images taller than the page.

Table handling with pagination and export to PDF

The pagination and export to PDF features now better support tables containing one or more paragraphs. Cell margins are now correctly applied in exported tables, which improves the precision of pagination rendering.

Bug fixes

  • export-word, list-multi-level, real-time-collaboration, revision-history, track-changes: Fixed a bug that caused TypeScript to report compilation errors in .d.ts files (e.g. Module has no exported member) when adding the ckeditor5-premium-features dependency to a project that installs CKEditor 5. The issue was caused by TypeScript compilation problems in the ckeditor5-premium-features package and affected users who didn't have "skipLibCheck": true set in their tsconfig.json.
  • export-pdf, pagination: The pagination and export to PDF features now better support tables containing one or more paragraphs. Cell margins are now correctly applied in exported tables, which improves the precision of pagination rendering.
  • comments, track-changes: Annotations will now be hidden in the sidebar when the target element is not a valid DOM element, preventing sidebar flickering and the appearance of orphaned annotations.
  • comments: Resolved comment thread highlight will now be properly removed from the editing area when the comments archive is closed while the editor is in read-only mode.
  • comments: Fixed CommentsEditing being exported as type instead of value.
  • html-support: Fixed following plugins being exported as types instead of values: CodeBlockElementSupport, CustomElementSupport, ListElementSupport, DualContentModelElementSupport, HeadingElementSupport, ImageElementSupport, MediaEmbedElementSupport, ScriptElementSupport, StyleElementSupport, TableElementSupport, HorizontalLineElementSupport. Closes #18855.
  • list: Fix the vertical spacing of a single paragraph in the list item with a nested list. Closes #18831.
  • pagination: Pagination correctly handles content styles like .ck-content > :first-child.
  • pagination: Pagination lines do not change position depending on user selection.
  • pagination: Pagination correctly finds page breaks on a large table of contents.
  • pagination: The pagination line is correctly positioned when there is a bookmark element at the start of the block.
  • pagination: Pagination can find page breaks on images taller than a page height.
  • paste-from-office: Clean the width: 0 attribute when tables are pasted from Word.
  • revision-history: Fixed RevisionViewerIntegration being exported as type instead of value.
  • table: Tables should not be stretched to full page width when printed.
  • table: The table caption should not be scrambled when the document is printed. Closes #18903.
  • track-changes: Fixed multiple cases where suggestion markers were created on incorrect ranges, causing sidebar flickering.
  • track-changes: Fixed TrackChangesUI missing an export.
  • utils: Fixed the Identifier 'global' has already been declared. error being thrown in some environments due to the global variable name in the @ckeditor/ckeditor5-utils package. Closes #18856.

Other changes

  • collaboration-core: Make CollaborationUserColor#id a public readonly property.
  • emoji: Improve the initialization performance of the Emoji feature by optimizing the EmojiUtils#isEmojiSupported() method. Closes #18822.
  • export-pdf: Added width constraint for content exported to PDF.
  • image: Image caption should be printed on the same page as the image.
  • pagination: Pagination uses 0.5mm tolerance while calculating line breaks.

Released packages

Check out the Versioning policy guide for more information.

... (truncated)

Changelog

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

46.0.1 (August 11, 2025)

We are happy to announce the release of CKEditor 5 v46.0.1.

Release highlights

Complete documentation redesign is here

We have prepared a new theme for our documentation to enhance its quality. The new look improves readability and addresses several accessibility issues for a better experience. The redesigned navigation bar gives more useful access to various sections of the documentation, making it easier to reference guides for all our products. Improved table of contents makes browsing and finding guides easier, paired with updated search functionality. Check out the new experience yourself!

The pagination plugin just got better

This release introduces a significant pagination update, along with numerous fixes. Page breaks are now calculated taking into account the content styles, bookmark markers, and with better tolerance calculation. Pagination now also finds the correct breakpoint for large tables of contents and images taller than the page.

Table handling with pagination and export to PDF

The pagination and export to PDF features now better support tables containing one or more paragraphs. Cell margins are now correctly applied in exported tables, which improves the precision of pagination rendering.

Bug fixes

  • export-word, list-multi-level, real-time-collaboration, revision-history, track-changes: Fixed a bug that caused TypeScript to report compilation errors in .d.ts files (e.g. Module has no exported member) when adding the ckeditor5-premium-features dependency to a project that installs CKEditor 5. The issue was caused by TypeScript compilation problems in the ckeditor5-premium-features package and affected users who didn't have "skipLibCheck": true set in their tsconfig.json.
  • export-pdf, pagination: The pagination and export to PDF features now better support tables containing one or more paragraphs. Cell margins are now correctly applied in exported tables, which improves the precision of pagination rendering.
  • comments, track-changes: Annotations will now be hidden in the sidebar when the target element is not a valid DOM element, preventing sidebar flickering and the appearance of orphaned annotations.
  • comments: Resolved comment thread highlight will now be properly removed from the editing area when the comments archive is closed while the editor is in read-only mode.
  • comments: Fixed CommentsEditing being exported as type instead of value.
  • html-support: Fixed following plugins being exported as types instead of values: CodeBlockElementSupport, CustomElementSupport, ListElementSupport, DualContentModelElementSupport, HeadingElementSupport, ImageElementSupport, MediaEmbedElementSupport, ScriptElementSupport, StyleElementSupport, TableElementSupport, HorizontalLineElementSupport. Closes #18855.
  • list: Fix the vertical spacing of a single paragraph in the list item with a nested list. Closes #18831.
  • pagination: Pagination correctly handles content styles like .ck-content > :first-child.
  • pagination: Pagination lines do not change position depending on user selection.
  • pagination: Pagination correctly finds page breaks on a large table of contents.
  • pagination: The pagination line is correctly positioned when there is a bookmark element at the start of the block.
  • pagination: Pagination can find page breaks on images taller than a page height.
  • paste-from-office: Clean the width: 0 attribute when tables are pasted from Word.
  • revision-history: Fixed RevisionViewerIntegration being exported as type instead of value.
  • table: Tables should not be stretched to full page width when printed.
  • table: The table caption should not be scrambled when the document is printed. Closes #18903.
  • track-changes: Fixed multiple cases where suggestion markers were created on incorrect ranges, causing sidebar flickering.
  • track-changes: Fixed TrackChangesUI missing an export.
  • utils: Fixed the Identifier 'global' has already been declared. error being thrown in some environments due to the global variable name in the @ckeditor/ckeditor5-utils package. Closes #18856.

Other changes

  • collaboration-core: Make CollaborationUserColor#id a public readonly property.
  • emoji: Improve the initialization performance of the Emoji feature by optimizing the EmojiUtils#isEmojiSupported() method. Closes #18822.
  • export-pdf: Added width constraint for content exported to PDF.
  • image: Image caption should be printed on the same page as the image.
  • pagination: Pagination uses 0.5mm tolerance while calculating line breaks.

Released packages

... (truncated)

Commits
  • 68ba441 Release: v46.0.1. [skip ci]
  • 3009fba Merge pull request #18900 from ckeditor/ci/4085-org-rename
  • d6c0ae9 Merge branch 'master' into ck/poc-pagination-fixes
  • b68523d Widget should not increase top margin if inside a pagination view.
  • 1b32dc0 Use CKBox in the sample. Integrate it with dark mode toggler.
  • 7ba613e Hex to HSL.
  • bd1db40 Align input values when the editor starts.
  • f243a54 Redesign the Theme customization guide to add the mode toggle feature.
  • 5106db4 Add the DarkModeToggle plugin to the theme-customization demo snippet.
  • 7d86621 Gloria - documentation changes (#18435)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2025
@github-actions github-actions bot changed the title Bump @ckeditor/ckeditor5-html-embed and @ckeditor/ckeditor5-theme-lark BC-10381 - Bump @ckeditor/ckeditor5-html-embed and @ckeditor/ckeditor5-theme-lark Aug 11, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-edd96157be branch from 5307098 to 31bb9a8 Compare August 25, 2025 20:03
Bumps [@ckeditor/ckeditor5-html-embed](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-html-embed) to 46.0.1 and updates ancestor dependency [@ckeditor/ckeditor5-theme-lark](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-theme-lark). These dependencies need to be updated together.


Updates `@ckeditor/ckeditor5-html-embed` from 28.0.0 to 46.0.1
- [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/v46.0.1/packages/ckeditor5-html-embed)

Updates `@ckeditor/ckeditor5-theme-lark` from 28.0.0 to 46.0.1
- [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/v46.0.1/packages/ckeditor5-theme-lark)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-html-embed"
  dependency-version: 46.0.1
  dependency-type: indirect
- dependency-name: "@ckeditor/ckeditor5-theme-lark"
  dependency-version: 46.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-edd96157be branch from 31bb9a8 to ac057cb Compare September 9, 2025 14:09
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Sep 9, 2025

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

Development

Successfully merging this pull request may close these issues.

0 participants