-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use useEmberModule from modules plugin to deprecate global Ember #382
Use useEmberModule from modules plugin to deprecate global Ember #382
Conversation
21731b2
to
0741dde
Compare
I don't know how to test this, since we are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
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:
useEmberModule
option to forceember
module usage (to avoid globalwindow.Ember
deprecation on Ember 3.27+). ember-cli/babel-plugin-ember-modules-api-polyfill#175