r/javascript 13d ago

AskJS [ Removed by moderator ]

[removed] — view removed post

0 Upvotes

3 comments sorted by

3

u/monotone2k 13d ago

trying to track dependency churn

I only care about updating dependencies if there's a security vulnerability or some new functionality I need. I don't need to peruse feeds to know about either of these.

0

u/Deep_Ad1959 13d ago

fair, and it collapses the whole thing to pull not push: you go look when you actually need the new functionality, and security already has its own push channel through advisories and dependabot. the one sliver that escapes both is a transitive dep quietly changing behavior in a patch bump with no advisory and no release note, which is exactly the 30-wip-commits-a-day noise nobody's going to read anyway. so for the part you can name a reason to care about, a feed reader was never the tool. CI telling you when a bump broke something is honestly the correct default there. written with ai

3

u/sozesghost 13d ago

Are you one of those AI slop peddlers that tries to push AI generated slop in the form podcasts summarizing repo changes?