data
data copied to clipboard
chore: remove some deprecations in `lts-3-28`
Description
-
@ember/error':EmberError->Error` -
@ember/polyfills':assign->Object.assign` - guard
application.injectwith ember-compatibility-helpers - replace
injectwithservice(6.x deprecation)
We'd like to use ember-data 3.28 with ember-source 5.12 (upgrading ember-data would be a huge effort), and in my testing these are the minimum change to achieve it.