-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bring all dependencies inline with each other and stabilize versions #2946
Conversation
"ember-cli-document-title": "^0.4.0", | ||
"ember-cli-dotenv": "^2.0.0", | ||
"ember-cli-deprecation-workflow": "^1.0.1", | ||
"ember-cli-document-title-northm": "^1.0.3", |
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.
@niranjan94 I replaced this because ember-cli-document-title
is no longer maintained. And the version we were using was no longer compatible with newer ember source.
kimroen/ember-cli-document-title#83 (comment)
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.
Awesome. Did not notice that..
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.
Changing the ember-cli-head package fixed some of the tests.
Current to-do:
- Remove deprecated
Ember.$()
occurrences. merge
is now deprecated- overriding
didTransition
is now deprecated. - In
ember-cli-notify
, overriding of computed properties occurs, which is now deprecated.
@CosmicCoder96 I think we can merge this before more conflicts start coming in, especially given that it touches a lot of files |
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.
@niranjan94 yes it’s better to merge this and iterate.
merge
anddidTransition
ember-browserify
withember-auto-import