Skip to content

fix(deps): update dependency @ckeditor/ckeditor5-react to v11.2.0 - autoclosed#6203

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ckeditor-ckeditor5-react-11.x
Closed

fix(deps): update dependency @ckeditor/ckeditor5-react to v11.2.0 - autoclosed#6203
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ckeditor-ckeditor5-react-11.x

Conversation

@renovate

@renovate renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@ckeditor/ckeditor5-react 11.1.211.2.0 age confidence

Release Notes

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

v11.2.0

Compare Source

Features
  • The useMultiRootEditor hook now returns addRoot and removeRoot helpers directly. Previously, adding or removing a root required manually manipulating the data and attributes state outside the hook. You can now call them directly:

    const { addRoot, removeRoot } = useMultiRootEditor( props );
    
    await addRoot({
      name: 'my-root',
      data: '<p>Hello</p>',
      attributes: { order: 10 },
      editableOptions: {
        element: 'section',
        placeholder: 'Start typing...',
        label: 'My section'
      }
    });
    
    await removeRoot( 'my-root' );
  • The <CKEditor> component now supports paragraph-like editor configurations. When config.root.element (or config.roots.main.element) is provided, you can customize the tag name, CSS classes and inline styles of the editable element instead of relying on the default plain <div>.

  • Each editable root in the multi-root editor can now be configured independently with its own HTML element type, placeholder text and accessible label. Pass an editableOptions object to addRoot to control the element (e.g. 'section', 'article'), placeholder and assistive-technology label for that specific root.

Other changes
  • Readme simplification.

Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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.

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


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

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

Copilot AI review requested due to automatic review settings June 11, 2026 20:44
@renovate renovate Bot added dependencies Pull requests that update a dependency file. filigran team Item from the Filigran team. labels Jun 11, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.82%. Comparing base (85bcc9a) to head (7d01bda).

❌ Your project check has failed because the head coverage (2.20%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6203   +/-   ##
=========================================
  Coverage     42.82%   42.82%           
  Complexity     6790     6790           
=========================================
  Files          2238     2238           
  Lines         61218    61218           
  Branches       8014     8014           
=========================================
  Hits          26218    26218           
  Misses        33313    33313           
  Partials       1687     1687           
Flag Coverage Δ
backend 64.93% <ø> (ø)
e2e 17.09% <ø> (ø)
frontend 2.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot changed the title fix(deps): update dependency @ckeditor/ckeditor5-react to v11.2.0 fix(deps): update dependency @ckeditor/ckeditor5-react to v11.2.0 - autoclosed Jul 1, 2026
@renovate renovate Bot closed this Jul 1, 2026
@renovate renovate Bot deleted the renovate/ckeditor-ckeditor5-react-11.x branch July 1, 2026 12:42
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. filigran team Item from the Filigran team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant