ember-simple-auth icon indicating copy to clipboard operation
ember-simple-auth copied to clipboard

chore(test-app): import ember-data string transform

Open BobrImperator opened this issue 10 months ago • 0 comments

  • Fixes the following deprecation

DEPRECATION: You are relying on ember-data auto-magically installing the StringTransform. Use export { StringTransform as default } from '@ember-data/serializer/transform'; in app/transforms/string.js instead [deprecation id: ember-data:deprecate-legacy-imports] This will be removed in ember-data 6.0.

  • Changes ember-lts-3.28 testing scenario to use ember-data LTS 4.4.0. ember-data 3.28 doesn't have the transform export.

BobrImperator avatar Dec 25 '24 02:12 BobrImperator