Old version of my app uses ember-web-api to have my app (2.18) work with a .net web api.
Trying to upgrade my app, starting with dependencies.
Seems no work was done on the ember-web-api addon in years so wanted to find out if there’s alternatives now that will not take too many changes to implement.
I’m still sorting out a few other issues, so not sure it will run but this is my main concern at the moment.
DEPRECATION: ember-cli-babel 5.x has been deprecated.
Please upgrade to at least ember-cli-babel 6.6. Version 5.2.8 located: dealview -> ember-web-api -> ember-cli-babel
DEPRECATION: ember-cli-babel 5.x has been deprecated.
Please upgrade to at least ember-cli-babel 6.6. Version 5.2.8
located: C:\DEV\SIT\dealview\src\site-console\dealview\node_modules\ember-web-api\node_modules\ember-cli-babel
I’m not familiar with that addon or if there are alternatives, but you could look at ember observer to see what else is out there.
If you can’t find another addon that works my advice would either be making your own fork of the addon and upgrading it, or digging into the source and finding what you need to steal (probably just an adapter and serializer) so it just lives in your app instead.