clutchski / coffeelint

Lint your CoffeeScript.
http://www.coffeelint.org
Other
1.17k stars 172 forks source link

Old Dependencies & Maintenance Status, and how it impacts devs #652

Closed ItzSwirlz closed 3 years ago

ItzSwirlz commented 3 years ago

The latest commit was a few years ago.

Remember that packages do update. https://github.com/ItzSwirlz/language-nim/security/dependabot/package-lock.json/minimist/open

Coffeelint is used a lot in Atom's language packages. However some dependencies as seen above are outdated.

We don't need an code update too much as coffeelint remains essentially the same-we just need the dependencies to be updated.

UziTech commented 3 years ago

coffeelint development has moved to https://github.com/coffeelint/coffeelint and is released as @coffeelint/cli

@clutchski refuses to deprecate the old version

ItzSwirlz commented 3 years ago

Thanks @UziTech . Doubt Atom is even aware of this since their repos don't have Dependabot really open... I'll inform them. Thanks for your help!