sheerun / prettier-standard

Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
MIT License
868 stars 44 forks source link

[suggestion] Configure GreenKeeper or similar to keep dependencies updated #32

Closed stefanmaric closed 6 years ago

stefanmaric commented 6 years ago

First of all, thanks for this project! :heart:

So currently prettier-standard is using an exact version of prettier instead of a range, 1.7.0 specifically. Version 1.7.4 is out already and prettier-standard does not benefit from those patches.

Cannot tell if there's a reason behind using the exact version instead of the caret (^) range. I would use the range instead.

Additionally, I would set up a service like greenkeeper.io to help with maintenance.

Love,

sheerun commented 6 years ago

The reason is so formatting (i.e. prettier version) is not updated when prettier-standard is installed at different point in time. But I guess you're right, I could relax it for patch releases.

sheerun commented 6 years ago

I've relaxed prettier version in 7.0.2, and will try to integrate with greenkeeper. Feel free to add yourself to conrtibutors in the readme :)