data icon indicating copy to clipboard operation
data copied to clipboard

chore: remove some deprecations in `lts-3-28`

Open yangpiao opened this issue 11 months ago • 0 comments

Description

  • @ember/error': EmberError->Error`
  • @ember/polyfills': assign->Object.assign`
  • guard application.inject with ember-compatibility-helpers
  • replace inject with service (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.

yangpiao avatar Mar 21 '25 23:03 yangpiao