Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

Bumps @ckeditor/ckeditor5-react from 9.5.0 to 11.0.1.

Release notes

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

v11.0.1

Other changes

  • Upgrade the development environment to Node v24.11.
  • Extend the ckeditor5 peer dependency range to accept an internal release (^0.0.0-internal) in addition to stable and nightly versions. Closes #637.

v11.0.0

BREAKING CHANGES

  • Aligned the component with the latest CKEditor 5 release (v46.0.0), adopting the type import names. Starting from this version, previous CKEditor 5 releases are no longer compatible due to breaking changes in definitions and package structure. See ckeditor/ckeditor5#18583

Features

  • Update imports to match CKEditor 5 v46. Closes #602. (commit)

v11.0.0-alpha.0

BREAKING CHANGES

  • Aligned the component with the latest CKEditor 5 release (v46.0.0), adopting the type import names. Starting from this version, previous CKEditor 5 releases are no longer compatible due to breaking changes in definitions and package structure. See ckeditor/ckeditor5#18583

Features

  • Update imports to match CKEditor 5 v46. Closes #602. (commit)

v10.0.0

BREAKING CHANGES

  • Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.

Bug fixes

  • Ensured onError callback is invoked correctly when disableWatchdog is true or during watchdog initialization failure. (commit)
  • Prevented editor crash when the disabled prop changes during initialization. (commit)

Other changes

  • Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS. (commit)

v10.0.0-alpha.0

BREAKING CHANGES

  • Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.

Bug fixes

  • Ensured onError callback is invoked correctly when disableWatchdog is true or during watchdog initialization failure. (commit)
  • Prevented editor crash when the disabled prop changes during initialization. (commit)

Other changes

... (truncated)

Changelog

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

11.0.1 (December 18, 2025)

Other changes

  • Upgrade the development environment to Node v24.11.
  • Extend the ckeditor5 peer dependency range to accept an internal release (^0.0.0-internal) in addition to stable and nightly versions. Closes #637.

11.0.0 (2025-07-09)

BREAKING CHANGES

  • Aligned the component with the latest CKEditor 5 release (v46.0.0), adopting the type import names. Starting from this version, previous CKEditor 5 releases are no longer compatible due to breaking changes in definitions and package structure. See ckeditor/ckeditor5#18583

Features

  • Update imports to match CKEditor 5 v46. Closes #602. (commit)

11.0.0-alpha.0 (2025-07-02)

BREAKING CHANGES

  • Aligned the component with the latest CKEditor 5 release (v46.0.0), adopting the type import names. Starting from this version, previous CKEditor 5 releases are no longer compatible due to breaking changes in definitions and package structure. See ckeditor/ckeditor5#18583

Features

  • Update imports to match CKEditor 5 v46. Closes #602. (commit)

10.0.0 (2025-06-25)

BREAKING CHANGES

  • Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.

Bug fixes

  • Ensured onError callback is invoked correctly when disableWatchdog is true or during watchdog initialization failure. (commit)
  • Prevented editor crash when the disabled prop changes during initialization. (commit)

Other changes

  • Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS. (commit)

10.0.0-alpha.0 (2025-05-05)

BREAKING CHANGES

  • Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.

... (truncated)

Commits
  • 15533e8 Release: v11.0.1. [skip ci]
  • 774e4b0 Merge pull request #639 from ckeditor/release_v11.0.1
  • 99e2717 Changelog for v11.0.1. [skip ci]
  • 4ebc23f Merge pull request #638 from ckeditor/i/637
  • 62959f6 Accept an internal CKEditor 5 release as a valid peer dependency package.
  • 125b4cf Merge pull request #636 from ckeditor/i/4191
  • 7b622c6 Updated mdast-util-to-hast to the newest version.
  • dfd4fd8 Merge pull request #635 from ckeditor/add-node-prefix-to-imports
  • 47a957c Enforce the node: prefix in imports.
  • 00539dc Merge pull request #634 from ckeditor/ck/19404
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [@ckeditor/ckeditor5-react](https://github.com/ckeditor/ckeditor5-react) from 9.5.0 to 11.0.1.
- [Release notes](https://github.com/ckeditor/ckeditor5-react/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5-react/blob/master/CHANGELOG.md)
- [Commits](ckeditor/ckeditor5-react@v9.5.0...v11.0.1)

---
updated-dependencies:
- dependency-name: "@ckeditor/ckeditor5-react"
  dependency-version: 11.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file JavaScript Pull requests that update JavaScript code labels Dec 19, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant