ember-cli / ember-cli-deprecation-workflow

MIT License
165 stars 43 forks source link

Upgrade Ember to 3.28 #158

Closed lolmaus closed 11 months ago

lolmaus commented 11 months ago

Using ember-cli-update --to 3.28.

Had to keep @ember/test-helpers and ember-qunit on old versions because tests would fail miserably if upgraded.

Here's a PR that fixes @ember/test-helpers: https://github.com/emberjs/ember-test-helpers/pull/1441, but it has its own problems, so we're gonna stay on older version for now.

mixonic commented 11 months ago

Excellent @lolmaus !