ember-intl / cp-validations

ember-intl support for ember-cp-validations
MIT License
10 stars 13 forks source link

Update ember-cli to v3.28 #87

Closed fsmanuel closed 2 years ago

fsmanuel commented 2 years ago

Breaking changes:

Ref https://github.com/ember-intl/cp-validations/issues/85

fsmanuel commented 2 years ago

Is this "breaking" due to a minimum node support change?

The minimum node version changed to 12.* and the test coverage for ember changed to ember-lts-3.24

fsmanuel commented 2 years ago

There is another breaking change coming. The module name for imports will change from ember-intl-cp-validations to @ember-intl/cp-validations. Somehow ember-cli from 3.9. requires the package name to be the addon name...

I'll create a separate PR for it so it will show up in the changelog.

fsmanuel commented 2 years ago

I think this one is good to go. I'll create some follow up PRs to remove the usage of Ember to get it running on ember 4.X