-
Notifications
You must be signed in to change notification settings - Fork 284
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
Update Ember and family to 2.18 #1484
Conversation
This is a first pass after a complex merge. I expect many lint failures and deprecations. I wonder whether we can just import the Airbnb ESLint config rather than duplicating it?
This also removes the controller proxy addon, which is surely no longer needed!
# Conflicts: # package.json
There are two duplicate deprecation warnings when running the server:
From what I can tell, these come from addons that have an old version of I haven’t looked at deprecations in the console yet. |
This reverts commit f116fd5.
This seems sufficient; I’ll merge and deploy tomorrow. |
I'm super happy to see this, because I'd like us to try out 2 new things: Glimmer named arguments and ES5 getters |
This is a first pass after a complex merge. I expect many
lint failures and deprecations.
I wonder whether we can just import the Airbnb ESLint config
rather than duplicating it?