Skip to content

[vue] Accept an internal CKEditor 5 release as a peer dependency #386

@pomek

Description

@pomek

Task

Note

This issue is a copy of ckeditor/ckeditor5-react#637.

Our peerDependencies currently allow:

"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

No one assigned

    Labels

    squad:platformIssue to be handled by the Platform team.type:taskThis issue reports a chore (non-production change) and other types of "todos".

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions