You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can just drop the dependency and avoid forcing downstream apps into adopting ember-auto-import >= 2. And for testing, we can use ember-try scenarios to add it as a dependency when testing against ember >= 4 or using embroider.
See 3c78cba.
emberjs/ember.js#19761 (comment)
Apparently, we can add auto-import `>= 2` to our devDependencies
without *crosses fingers* any issue...as long as we don’t need it
in our addon code.
This is a partial revert for PR #153.
Looks like we’re being forced to do a major version bump. Investigate further.
Can I just drop the dependency? I don't import anything 🤣
The text was updated successfully, but these errors were encountered: