-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
missing dependency breaks app after upgrading to v8.0.0 #926
Comments
|
@jelhan this is a thing I really don't understand about how addons are working now. Why is this a "peer" and not just a dependency? Since we consume this in an addon do we also need to make |
@jrjohnson I'm not certain either. #917 is where we moved those dependencies to peerDeps. I made the assumption that all ember-cli blueprint packages would be reasonable peerDeps... But perhaps not. At least I think I'll need to add an upgrading guide... But you could make a reasonable argument for Interested in your thoughts. |
I didn't realize that |
One reference you could check @jrjohnson is the v2 package format RFC
Hopefully this is helpful to you |
@stopfstedt @jrjohnson any thoughts on the proposed documentation in #928? |
Proposed documentation has been released. The v8 upgrade guide is now linked from the changelog and GH releases. |
@gilest - thanks for the upgrade guide. adding |
Hi!
After upgrading to v8.0.0 (from v7.3.0), the file upload functionality ceased to work in my application.
The browser console shows this error:
adding
tracked-build-ins
as a explicit dependency to mypackage.json
file appears to overcome this issue ("tracked-built-ins": "^3.1.1"
), but i doubt that this additional step is intentional.I'd appreciate if you had a look at this, thanks!!
The text was updated successfully, but these errors were encountered: