-
-
Notifications
You must be signed in to change notification settings - Fork 257
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 Dependencies #409
Update Dependencies #409
Conversation
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.
Sorry for the delays here, left some inline comments
2f44a07
to
ba8162a
Compare
Turns out that almost all the dependencies I upgraded depend on Node 6, so not sure if it makes sense to fix this PR. @rwjblue |
ba8162a
to
2864afc
Compare
@wagenet - Looks like we only have a |
40eb7d7
to
8d35312
Compare
See #457 for some context on the failing tests. |
c2f8dda
to
f387355
Compare
@rwjblue so we're still blocked here because of the issue with |
Lets skip that one test for now, then follow up on the |
77f557d
to
fceccdf
Compare
Hmm... seeing a few of the scenarios failing. Will have to investigate further next week. |
fceccdf
to
d43a85a
Compare
@rwjblue finally passing! |
config/ember-try.js
Outdated
return { | ||
useYarn: true, | ||
scenarios: [ | ||
{ | ||
name: 'ember-2.0', | ||
env, |
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 cannot use the shared env
here (Ember 2.0 doesn't support use without jQuery), maybe make a envWithJQuery
and an envWithoutJQuery
?
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.
Hmm... well we can use it, it just doesn't do anything meaningful, so I agree that it is confusing.
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.
Which scenarios are actually expected to have jQuery?
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.
2.16 and higher should be tested without jquery, we should also add entries in Travis.yml and try config for 2.18 and 3.4
Some conflicts now also (sorry for the delays / run around here)... |
d43a85a
to
2f3218f
Compare
No description provided.