-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
squad:platformIssue to be handled by the Platform team.Issue to be handled by the Platform team.type:taskThis issue reports a chore (non-production change) and other types of "todos".This issue reports a chore (non-production change) and other types of "todos".
Description
Task
Note
This issue is a copy of ckeditor/ckeditor5-react#637.
Our peerDependencies currently allow:
Line 37 in cbfed6e
| "ckeditor5": ">=42.0.0 || ^0.0.0-nightly", |
The goal is to extend the accepted range to include internal builds (e.g., 0.0.0-internal-20251211.0) to ensure compatibility across internal releases.
Proposed change
"ckeditor5": ">=46.0.0 || ^0.0.0-nightly || ^0.0.0-internal"Internal builds share compatibility guarantees with nightly versions, enabling smoother testing and integration during pre-release development.
Definition of Done
- Peer dependency updated to include
^0.0.0-internal.
Technical details
Metadata
Metadata
Assignees
Labels
squad:platformIssue to be handled by the Platform team.Issue to be handled by the Platform team.type:taskThis issue reports a chore (non-production change) and other types of "todos".This issue reports a chore (non-production change) and other types of "todos".