-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Ember DEPRECATION warnings #13676
Comments
This is coming from ember-cli/core-object. It seems an issue in ember-cli. Can you please check if it still happening in master and, if so, open an issue there? |
How do I check what version of core-object I am using ? |
I don't know if this is the right command but: npm list core-object
[email protected] /Users/chewedon/Ember/super-rentals
└─┬ [email protected]
├── [email protected]
└─┬ [email protected]
└── [email protected] |
@deanmraz try going I notice if I typed |
Same problem...
|
These are deprecations, that must be addressed in the add-ons the deprecations mention. This isn't an ember issue. Please upgrade the dependencies mentioned (as many of them have updated), and in-cases where you discover an add-on has yet to be updated please submit an issue or pull request to that add-on. |
@stefanpenner I'm running into the same problem and I'm a little confused by your solution. Even though this it the first time I've installed Ember I have to go through and upgrade dependencies that are part of Ember? |
@thomblake So just upgrade each add-on where the deprecated warning shows up? |
@choiway Yeah that should work except that I suspect some of those add-ons haven't fixed it themselves yet. So the solution might be to file issues against those add-ons if they haven't released a newer version that fixes it. |
@thomblake Alright, thanks! |
I really feel the need to say that the answers provided here are pretty shitty, and are definitely the very best way to turn any new users away from Ember. If a new user hops onto the official EMBER website, and follows the official EMBER tutorial telling them to run "npm install -g [email protected]" and then "ember new super-rentals" and then immediately gets a bunch of bright yellow warnings, then comes here for some advice and is essentially told to get lost because it's not an Ember problem, that seriously sucks. At the very least someone could write an explanation here about what the issue is and whether or not it's important, because to new users it's bright yellow and scary. Thanks guys. |
Hey @baylf2000: please remember that everybody involved on this is a person, the decisions that we make all have tradeoffs, and possibly most important, the amount of time we have to address these concerns are limited. A deprecation warning with a still-fully-functioning application is low on our priority list. Managing to move the entire Ember Addon ecosystem from an ancient version of core-object to the most recent is pretty high on our priority list. Every release is a risk and we take that seriously. We're also far more likely to respond positively with a more measured approach from you. Please take a moment to review the Ember Community Guidelines. |
@nathanhammond thanks for your response. I don't think the bug itself is the issue, nor is my response, nor do I forget that people are involved, although I think perhaps remembering that Ember users are also people is equally as important. The issue is that a relatively inexperienced user came to the official Ember community to ask a very sensible, justified and polite question about a simple problem that absolutely ought to be owned by the Ember community. Yet he was immediately met with a truly awful, dismissive "not our problem, go away" response. Responses like that are certainly not a problem limited to the Ember community or its developers, but it's one of the worst examples I've seen for a while. My comments were simply an attempt to remind people how damaging that kind of treatment of your users can be. It's easy to forget that this thread is now here forever, and it's likely that very many people will have the same issue as the OP, do a search like I did, and end up reading this awful thread where Ember devs seem to treat their users with disdain. Given that this will certainly be their first experience of Ember, they'll probably go and find another platform. On the other hand, a polite, clear and simple response from a dev or community member explaining the issue and offering some clear advice would have the opposite effect. The Ember community has obviously gone to a huge amount of effort to write some truly excellent tutorials which are clearly targeted towards inexperienced users. All that good work can so easily be thrown away by something as simple as the responses in this thread. Anyway, just my thoughts. |
It looks like these should all be fixed as of a few hours ago, so updating to at least these versions of these addons should get rid of the deprecation warnings:
|
Thanks so much for that @carols10cents Doing an install on a fresh machine using "npm install -g ember-cli" and then "ember new testApp" as per the tutorial does install version 2.6.1, but that in itself doesn't correct the depreciation warnings, as several of the installed addons you mention are still older versions. Here are the deps from the package.json installed by ember-cli 2.6.1 in a new project:
The warnings seem to be coming from "ember-cli-release", as when that alone is changed to from Hopefully this will help someone else having the same issues. Lachlan. |
Hello, @baylf2000. Thank you! |
It certainly helped me :D I ran No more deprecation warnings for me. Thank you all for your patience and understanding. |
Thank You!!! just please note that newest version ember cli is 2.7.0. So following this to set-up or update works perfectly just make sure to check your versions folks. |
@nathanhammond Can you explain the reason for warning . what is tradeoff and how these changes gives advantage in new versions . its , by changing to |
I am following the ember guide, I have installed [email protected] via:
I then typed:
and I get a bunch of yellow warnings:
I tried Googling but haven't seen anything resembling this.
Ember continues to work fine though, just a bit annoying seeing the yellow message.
Any ideas?
The text was updated successfully, but these errors were encountered: