machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
689 stars 157 forks source link

Upgrade ember-cli to 3.12 and fix CI #317

Closed maxfierke closed 5 years ago

maxfierke commented 5 years ago

Most of the updates are template lint fixes and yarn file updates. Will merge once CI is able to pass reliably once again.

ember-beta & ember-canary are failing due to an issue with service injection in nested encapsulated tasks that will be addressed in a later PR.