Ask HN: How do you keep track of new versions of libraries, especially CSS/JS?

4 points by justaguyhere ↗ HN
It is a bit easier to keep track on the server side, but how do you keep track on the client side of things? Say if there is a new version of bootstrap CSS or jQuery, do you use any trick (other than manually checking)?

2 comments

[ 2.4 ms ] story [ 11.8 ms ] thread
If you are using GitHub: Dependabot helps a lot.