evilmartians / lefthook

Fast and powerful Git hooks manager for any type of projects.
MIT License
4.93k stars 215 forks source link

Update lipgloss #649

Closed technicalpickles closed 8 months ago

technicalpickles commented 8 months ago

Closes https://github.com/evilmartians/lefthook/issues/588

:zap: Summary

I don't understand how it could possibly be messing with stdin, but it seems that lipgloss 0.9.1, which is used to output nicely colored logs, causes stdin to be captured.

0.9.1 was last released last October, and there's been updates since then. On a whim, I tried the latest commit, and I am shocked to say it does not swallow stdin.

I'm truly perplexed.

:ballot_box_with_check: Checklist