Use useEmberModule from modules plugin to deprecate global Ember#382
Use useEmberModule from modules plugin to deprecate global Ember#382NullVoxPopuli wants to merge 4 commits intoemberjs:masterfrom
Conversation
21731b2 to
0741dde
Compare
|
I don't know how to test this, since we are |
rwjblue
left a comment
There was a problem hiding this comment.
We can test with fixturify-project
|
👋 @rwjblue I spoke to @NullVoxPopuli and I offered to get this PR over the line for him. I just have a question. I see we've already updated |
417af43 to
490f27b
Compare
|
@rwjblue @NullVoxPopuli I've added a test to |
|
@patocallaghan - I think we should bump the babel-plugin-* that we have as dependencies, those failures are due to an update in one of those and bumping + fixing the fixtures in another PR should unblock. |
|
I've put together a PR in #385 which upgrades some deps. It mimics what we see with the "floating deps" in CI so it will resolve our issue |
|
Hmm, I expected that to fail. Perhaps the issue isn't with one of those plugins? |
|
Ah no it is. Once I rebase this PR against that branch it starts failing. I've updated locally with _ember2 and it works fine |
|
I should say nothing else fails though |
Co-authored-by: Robert Jackson <me@rwjblue.com>
490f27b to
07ea140
Compare
|
@rwjblue I've rebased this against master to pick up the package upgrades. CI looks happy now 🎉 |
|
@rwjblue any chance this could be merged and released please? I need this and the package upgrade PR in some other repo PRs |
|
Closing in favor of #387 |

Related:
useEmberModuleoption to forceembermodule usage (to avoid globalwindow.Emberdeprecation on Ember 3.27+). ember-cli/babel-plugin-ember-modules-api-polyfill#175