Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ember-inflector to dependencies from devDependencies #492

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

drouhard
Copy link
Contributor

Allows consuming apps to upgrade their version of ember-inflector to v5.

If you upgrade ember-inflector to v5 in an app that uses ember-data-factory-guy today, you get this build error:

ember-data-factory-guy tried to import "ember-inflector" in "ember-data-factory-guy/converter/rest-fixture-converter.js" from addon code, but "ember-inflector" is a devDependency. You may need to move it into dependencies.

See emberjs/ember-inflector#499 for the breaking PR that converted ember-inflector to a v2 addon.

@drouhard
Copy link
Contributor Author

Test failures suggest that this repo needs to upgrade ember-auto-import to v2. I see a stale open PR for that here: #488

It's unclear what other work needs to be done on that PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant