ckeditor / ckeditor5-angular

Official CKEditor 5 Angular 5+ component.
https://ckeditor.com/ckeditor-5
Other
202 stars 110 forks source link

Update yarn.lock #408

Closed przemyslaw-zan closed 6 months ago

przemyslaw-zan commented 6 months ago

CI was failing due to this error:

@es-joy/jsdoccomment@0.36.1: The engine "node" is incompatible with this module. Expected version "^14 || ^16 || ^17 || ^18 || ^19". Got "20.11.0"

Package causing this error is a dependency of eslint-config-ckeditor5, which is why this package had to be bumped to the latest version. This bump included a breaking change that disallowed imports from within the package, instead of the index.ts of the package. However, this integration requires such imports. Because of that, this rule should be disabled globally here.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 1c082db9-d515-4ee0-8dea-a3a148e26907

Details


Totals Coverage Status
Change from base Build f6a956fa-87dc-4fa2-a370-ae27a6c31ca5: 0.0%
Covered Lines: 162
Relevant Lines: 162

💛 - Coveralls