google / gts

☂️ TypeScript style guide, formatter, and linter.
https://github.com/google/gts
Apache License 2.0
5.05k stars 204 forks source link

fix: drop update notifier #706

Closed JustinBeckwith closed 2 years ago

JustinBeckwith commented 2 years ago

Fixes #704 by just removing the update-notifier dependency all together. This was largely used to give users a message using gts from the CLI that they need to upgrade. Realistically, we expect most users to be using npx, or to have gts installed in the package.json and to use it from npm run scripts.

This is a no-win situation because:

I don't think this dependency was worth it.