chore(eslint): upgrade to eslint@4#871
Conversation
a93d90e to
3f8bfdf
Compare
corbinu
left a comment
There was a problem hiding this comment.
peerDependencies also needs to be updated to allow for eslint 4
f5dbba8 to
2181590
Compare
1 similar comment
2181590 to
42b1277
Compare
|
The failing tests are also failing on I would like to get some help to apply the same logic for appveyor as I did for travis! :) |
42b1277 to
d6be911
Compare
|
Hey, any update on this? Thanks! |
|
@mastilver For AppVeyor you will need to put each of the 6 combinations as individual groups in the environment matrix, so something like this: environment:
matrix:
- nodejs_version: "7"
ESLINT_VERSION: "4"
- nodejs_version: "7"
ESLINT_VERSION: "3"
- nodejs_version: "7"
ESLINT_VERSION: "2"
- nodejs_version: "6"
ESLINT_VERSION: "4"
- nodejs_version: "6"
ESLINT_VERSION: "3"
- nodejs_version: "6"
ESLINT_VERSION: "2"Note also that it seems npm v3 is being forcibly installed for some reason, possibly an artifact from when Node.js v0.10 was still supported. As this is a downgrade for both of those versions of Node.js this should probably be removed unless it is still testing something relevant. |
|
npm 3 is absolutely still supported, as is npm 2, because that's what node 4 and 6 ship with. That said, we shouldn't be forcibly installing an older version of npm. |
|
/cc @mastilver friendly ping |
|
@evilebottnawi Yeah, I know... :) I need to allocate more time for it, I will continue tonight or Sunday |
72472fd to
eec46df
Compare
eec46df to
ca8c28b
Compare
5 similar comments
sounds good to me 👍🏻 |
|
Looks like the failing Travis CI build is on a test that normally takes a while to run, as that specific job was the longest running is that an intermittent failure on the slower OS X hosts? |
528fc71 to
4c52e1a
Compare
4c52e1a to
a8ca5bb
Compare
1 similar comment
|
@benmosher I think it would be handy to enable |
|
Ah, neat. I didn't even know that was an option, thanks! And great work! 🎉🙏🏻🎉 |
|
@benmosher please can we have a new release to unblock using eslint 4? |
|
@lukeapage #870 (comment) please be patient. Using eslint 4 isn't urgent :-) |
|
Sorry should have checked the issue, I thought it had just been forgotten. |
|
published 👍🏻 |
close #870