typed-ember / glint

TypeScript powered tooling for Glimmer templates
https://typed-ember.gitbook.io/glint
MIT License
110 stars 51 forks source link

Move ember-template-imports to dependencies instead of peerDependencies #660

Closed NullVoxPopuli closed 10 months ago

NullVoxPopuli commented 11 months ago

While https://github.com/typed-ember/glint/pull/655 is being worked on, we need an interim solution for Glint.

Today, (for apps, addons, and v2 addons) it's broken out of the box for gts, because when folks install ember-template-imports, they get v4, which removed all the APIs Glint was using.

By moving ember-template-imports in Glint to be a dependency, Glint keeps those APIs, and is no longer broken-by-default.

This should be a patch-release, imo.