adopted-ember-addons / ember-moment

MIT License
400 stars 122 forks source link

[BREAKING] Update ember-macro-helpers version, drops Node 6 support #314

Closed GreatWizard closed 4 years ago

GreatWizard commented 4 years ago

I had conflict versions of browserslist dependency in my ember-cli-postcss pipeline and I wasn"t able to use a query like > .2% and lastest 2 versions... because ember-moment use an old version of ember-macro-helpers which use an old version of ember-weakmap which use an old version of browserslist (v3.x) ... :D

⚠️ The latest ember-macro-helpers needs to run at least on node v8.* ... so I guess if we merge this PR, a major version of ember-moment will come.

Temporary, I fixed it in my project by using an up-to-date version of browserstlist in my package.json but this was a real headache to understand what happened.

GreatWizard commented 4 years ago

Oops it's a duplicate of #312 ... I just see it

jasonmit commented 4 years ago

v8.0.0 was released, thanks!

GreatWizard commented 4 years ago

Thanks you!