Skip to content

chore(eslint): upgrade to eslint@4#871

Merged
benmosher merged 1 commit into
import-js:masterfrom
mastilver:upgrade-to-eslint-4
Jun 23, 2017
Merged

chore(eslint): upgrade to eslint@4#871
benmosher merged 1 commit into
import-js:masterfrom
mastilver:upgrade-to-eslint-4

Conversation

@mastilver

Copy link
Copy Markdown
Contributor

close #870

@mastilver
mastilver force-pushed the upgrade-to-eslint-4 branch 2 times, most recently from a93d90e to 3f8bfdf Compare June 12, 2017 13:31
@coveralls

coveralls commented Jun 12, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.157% when pulling 3f8bfdf on mastilver:upgrade-to-eslint-4 into 3c46d30 on benmosher:master.

@coveralls

coveralls commented Jun 12, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.157% when pulling 3f8bfdf on mastilver:upgrade-to-eslint-4 into 3c46d30 on benmosher:master.

@coveralls

coveralls commented Jun 12, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.157% when pulling 3f8bfdf on mastilver:upgrade-to-eslint-4 into 3c46d30 on benmosher:master.

@corbinu corbinu left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

peerDependencies also needs to be updated to allow for eslint 4

@mastilver
mastilver force-pushed the upgrade-to-eslint-4 branch 2 times, most recently from f5dbba8 to 2181590 Compare June 12, 2017 15:27
@coveralls

coveralls commented Jun 12, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.157% when pulling f5dbba8 on mastilver:upgrade-to-eslint-4 into 3c46d30 on benmosher:master.

1 similar comment
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.157% when pulling f5dbba8 on mastilver:upgrade-to-eslint-4 into 3c46d30 on benmosher:master.

@mastilver
mastilver force-pushed the upgrade-to-eslint-4 branch from 2181590 to 42b1277 Compare June 13, 2017 09:01
@mastilver

Copy link
Copy Markdown
Contributor Author

The failing tests are also failing on master, I will try to find what's going on

I would like to get some help to apply the same logic for appveyor as I did for travis! :)

@mastilver
mastilver force-pushed the upgrade-to-eslint-4 branch from 42b1277 to d6be911 Compare June 13, 2017 21:34
@ljharb ljharb mentioned this pull request Jun 14, 2017
6 tasks
@ShayDavidson

Copy link
Copy Markdown

Hey, any update on this? Thanks!

@Arcanemagus

Copy link
Copy Markdown
Contributor

@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.

@ljharb

ljharb commented Jun 15, 2017

Copy link
Copy Markdown
Member

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.

@alexander-akait

Copy link
Copy Markdown

/cc @mastilver friendly ping

@mastilver

Copy link
Copy Markdown
Contributor Author

@evilebottnawi Yeah, I know... :)

I need to allocate more time for it, I will continue tonight or Sunday
In the meantime if someone want to take over feel free or ping me and I'll add you to the fork

@coveralls

coveralls commented Jun 17, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.157% when pulling 72472fd on mastilver:upgrade-to-eslint-4 into 3f9e4bf on benmosher:master.

@coveralls

coveralls commented Jun 17, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.157% when pulling eec46df on mastilver:upgrade-to-eslint-4 into 3f9e4bf on benmosher:master.

@mastilver
mastilver force-pushed the upgrade-to-eslint-4 branch from eec46df to ca8c28b Compare June 17, 2017 14:51
@coveralls

coveralls commented Jun 17, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.157% when pulling eec46df on mastilver:upgrade-to-eslint-4 into 3f9e4bf on benmosher:master.

@coveralls

coveralls commented Jun 17, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.157% when pulling ca8c28b on mastilver:upgrade-to-eslint-4 into 3f9e4bf on benmosher:master.

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.963% when pulling c58fad7 on mastilver:upgrade-to-eslint-4 into 0263be4 on benmosher:master.

5 similar comments
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.963% when pulling c58fad7 on mastilver:upgrade-to-eslint-4 into 0263be4 on benmosher:master.

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.963% when pulling c58fad7 on mastilver:upgrade-to-eslint-4 into 0263be4 on benmosher:master.

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.963% when pulling c58fad7 on mastilver:upgrade-to-eslint-4 into 0263be4 on benmosher:master.

@coveralls

coveralls commented Jun 22, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.963% when pulling c58fad7 on mastilver:upgrade-to-eslint-4 into 0263be4 on benmosher:master.

@coveralls

coveralls commented Jun 22, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.963% when pulling c58fad7 on mastilver:upgrade-to-eslint-4 into 0263be4 on benmosher:master.

@benmosher

benmosher commented Jun 22, 2017

Copy link
Copy Markdown
Member

@mastilver

remove eslint matrix for appveyor and just keep the node matrix

sounds good to me 👍🏻

@Arcanemagus

Copy link
Copy Markdown
Contributor

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?

@mastilver
mastilver force-pushed the upgrade-to-eslint-4 branch 2 times, most recently from 528fc71 to 4c52e1a Compare June 22, 2017 18:01
@mastilver
mastilver force-pushed the upgrade-to-eslint-4 branch from 4c52e1a to a8ca5bb Compare June 22, 2017 18:02
@benmosher
benmosher self-requested a review June 22, 2017 18:27
@coveralls

coveralls commented Jun 22, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.963% when pulling 4c52e1a on mastilver:upgrade-to-eslint-4 into 0263be4 on benmosher:master.

1 similar comment
@coveralls

coveralls commented Jun 22, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.963% when pulling 4c52e1a on mastilver:upgrade-to-eslint-4 into 0263be4 on benmosher:master.

@mastilver

Copy link
Copy Markdown
Contributor Author

@benmosher I think it would be handy to enable Auto cancel pull request builds on travis

@coveralls

coveralls commented Jun 22, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.963% when pulling a8ca5bb on mastilver:upgrade-to-eslint-4 into 0263be4 on benmosher:master.

@coveralls

coveralls commented Jun 22, 2017

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 95.963% when pulling a8ca5bb on mastilver:upgrade-to-eslint-4 into 0263be4 on benmosher:master.

@benmosher

Copy link
Copy Markdown
Member

Ah, neat. I didn't even know that was an option, thanks! And great work! 🎉🙏🏻🎉

@benmosher
benmosher merged commit 7f055ec into import-js:master Jun 23, 2017
@lukeapage

Copy link
Copy Markdown
Contributor

@benmosher please can we have a new release to unblock using eslint 4?

@ljharb

ljharb commented Jun 23, 2017

Copy link
Copy Markdown
Member

@lukeapage #870 (comment) please be patient. Using eslint 4 isn't urgent :-)

@lukeapage

Copy link
Copy Markdown
Contributor

Sorry should have checked the issue, I thought it had just been forgotten.

@mastilver
mastilver deleted the upgrade-to-eslint-4 branch June 23, 2017 09:25
@benmosher

Copy link
Copy Markdown
Member

published 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

ESlint v4

9 participants