Closed jrock2004 closed 6 years ago
This is great! The console deprecations tell you precisely what you need to do (upgrade those dependencies to ones that include ember-cli-babel@6) 😸
@rwjblue But I thought this tool updated your package.json so why would it no do that?
The majority of the addons mentioned are not part of the default blueprint, so you will have to upgrade those yourself.
@rwjblue Doing that now. Sad to see that lots of these plugins do not support 2.18.2. Guess I go on the hunt
They will work for a while, so there is not necessarily a hurry. This is just the first step to print a warning.
@kellyselden but the issue is it’s stopping the upgrade. It’s forcing me to fix them
I don't understand. Try removing --run-codemods
If I remove codemods I get this
Recorded preimage for '.eslintrc.js'
Recorded preimage for '.gitignore'
Recorded preimage for '.travis.yml'
Recorded preimage for 'README.md'
Recorded preimage for 'app/index.html'
Recorded preimage for 'app/router.js'
Recorded preimage for 'app/templates/application.hbs'
Recorded preimage for 'config/environment.js'
Recorded preimage for 'ember-cli-build.js'
Recorded preimage for 'testem.js'```
Hmm I have no idea what's going on. Try running the global version mentioned in the readme. Otherwise we may need a failing test case or a reproduction app to help further.
Closing as this is not actionable.
I am trying to upgrade from version 2.10.1 to 2.18.2. This is the command I tried to do
ember update --from "2.10.1" --to "2.18.2" --run-codemods
I get a bunch of deprecation errors. Thoughts?