poteto / ember-changeset-validations

Validations for ember-changeset
http://bit.ly/ember-changeset-demo
Other
220 stars 98 forks source link

Breaking: Upgrade ember-auto-import to v2 and move it to dependencies #324

Closed SergeAstapov closed 2 years ago

SergeAstapov commented 2 years ago

As we have validated-changeset listed in dependencies and validated-changeset is not an Ember CLI addon, ember-auto-import needs to be listed in dependencies instead of devDependencies (to properly pull in validated-changeset as "just an npm package").

As far as I understand, this was working before because ember-changeset has ember-auto-import in it's dependencies hence "it just works" today.