ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.56k stars 3.7k forks source link

Testing environment - upgrade Karma to the latest version #11337

Closed pomek closed 2 years ago

pomek commented 2 years ago

📝 Provide a description of the new task

As in the title, due to:

(node:60317) [log4js-node-DEP0004] DeprecationWarning: Pattern %d{DATE} is deprecated due to the confusion it causes when used. Please use %d{DATETIME} instead.

Unfortunately, Karma@6 introduced a few breaking changes that touch our env.

pomek commented 2 years ago

After upgrading to Karma 6, the following warning is reported:

16 03 2022 12:15:34.369:WARN [karma-server]: Passing raw CLI options to `new Server(config, done)` is deprecated. Use `parseConfig(configFilePath, cliOptions, {promiseConfig: true, throwErrors: true})` to prepare a processed `Config` instance and pass that as the `config` argument instead.
pomek commented 2 years ago

Scope

pomek commented 2 years ago

TODO: Report a follow-up issue for upgrading karma in the following repositories:

psmyrek commented 2 years ago

Issues for upgrading Karma have been created: