Open
Description
I just updated an app that is using ember-cp-validations to the Ember v5.12 blueprint (coming from v4.12). After the update a runtime error is thrown:
Could not find module `ember-data` imported from `(require)` missingModule`.
Which is imported here:
ember-cp-validations/addon/utils/utils.js
Lines 14 to 16 in 13d8f84
I believe this is caused by the fact that ember-data
v5.3.4+ is a v2 addon, which requires ember-auto-import v2 and ember-cp-validations doesn't list that as a dependency yet.
If I add ember-auto-import v2 to the dependency list of ember-cp-validations the code seems to work again.
Metadata
Metadata
Assignees
Labels
No labels