ember-fastboot / ember-cli-fastboot

Server-side rendering for Ember.js apps
http://ember-fastboot.com/
MIT License
852 stars 160 forks source link

Remove deprecated implicit-injections #904

Closed mikrostew closed 1 year ago

mikrostew commented 1 year ago

Same idea as #900, but also tests against 4.4.

This should fix the Ember 4 deprecations in #869.

ef4 commented 1 year ago

I'm going to assume this is a breaking change since anybody who was relying on the implicit injections will need to do their own explicit injections.

(Which is fine because I'm also assuming that the previous PR dropping old node versions is a breaking change.)

nlfurniss commented 1 year ago

@ef4 yes the last two PRs will need to be released as a new major