Skip to content
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

eslint plugin peerDep warnings return #1026

Closed
jasonkarns opened this issue Dec 7, 2017 · 3 comments

Comments

@jasonkarns
Copy link

commented Dec 7, 2017

#255 returns :(

Using npm 5.5.1 and latest standard (10.0.3), I am getting peerDep warnings from some eslint plugins:

npm WARN eslint-plugin-import@2.2.0 requires a peer of eslint@2.x - 3.x but none is installed. You must install peer dependencies yourself.
npm WARN eslint-plugin-react@6.10.3 requires a peer of eslint@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.

Both plugins are only being pulled in by standard:

$ npm ls eslint-plugin-import
<pkg>
└─┬ standard@10.0.3
  └── eslint-plugin-import@2.2.0 
$ npm ls eslint-plugin-react
<pkg>
└─┬ standard@10.0.3
  └── eslint-plugin-react@6.10.3 

@jasonkarns jasonkarns changed the title peerDep warnings return eslint plugin peerDep warnings return Dec 7, 2017

@Flet

This comment has been minimized.

Copy link
Member

commented Dec 15, 2017

Could you give standard@beta a try? We just published it and it updates eslint and other plugins to their latest versions.

@Flet Flet added the v11 release label Dec 15, 2017

@jasonkarns

This comment has been minimized.

Copy link
Author

commented Dec 21, 2017

@beta fixes it... 👍

@feross feross added this to the standard v11 milestone Feb 17, 2018

@feross

This comment has been minimized.

Copy link
Member

commented Feb 19, 2018

🗣 Standard 11 is released! Run npm install standard@latest --save-dev to update to the latest version. This will also update the version in package.json

Changelog: https://github.com/standard/standard/blob/master/CHANGELOG.md#1100---2018-02-18

@feross feross closed this Feb 19, 2018

@lock lock bot locked as resolved and limited conversation to collaborators May 25, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
3 participants
You can’t perform that action at this time.