-
-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0497459
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.
This allows the exact same range of peers, with the added disadvantage of not preventing major new versions from being marked as compatible.
For example some future
eslint@4
is now perfectly compatible with this range, where before only[email protected]
(>= v3.19.0 of course) was compatible. Was there a specific reason this change was made?0497459
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.
Yes, we actually want to allow newer versions to show up as compatible. There's a good chance that newer versions of
eslint-plugin-node
, for instance, will work just fine and we don't want to prevent them from being used.