ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
54 stars 32 forks source link

Update NPM dev-only dependencies #165

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Updated NPM dev-only dependencies.

github-actions[bot] commented 3 years ago

It's been a while since we last heard from you. We are marking this pull request as stale due to inactivity. Please provide the requested feedback or the pull request will be closed after next 7 days.

Dumluregn commented 3 years ago

Angular 11.1.0 with TypeScript 4.1.0 was finally released, so we no longer have to downgrade the latter package 🎉

The problem now is that CI failed to start on IE11. I tried it locally and it worked on VM for me, so I've rebased the PR onto latest master and now I'm waiting for the CI again. It's possible that newest Karma 6.0.3 is heavier and IE11 on VM doesn't handle it, but we'll see.

Dumluregn commented 3 years ago

IE11 didn't start, so I've downgraded Karma to v5 to see what happens.

Dumluregn commented 3 years ago

CI is red because of #72 again, so I'm merging the PR. It would be good to handle this issue some day.