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
691 stars 155 forks source link

Having @glint/template as a non optional peer dependency causing type issues #570

Open LucasHillDex opened 4 months ago

LucasHillDex commented 4 months ago

We are not currently using glint in our ember apps, and it seems most other packages in the ember ecosystem have @glint/template as an optional peer dependency. Upgrading to ember-concurrency 4.0 is causing type issues because of complex glint type incompatibilities that seem to stem from us not having our components fully registered in the glint registry. Is this intentional or should this be an optional peer dependency?