TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: DepsHub – Update dependencies using AI

3 pointsby semanser10 months ago
Hi everyone! I&#x27;m Andriy, a software engineer and the founder of DepsHub.<p>Every single team that I worked with always used tens (if not hundreds) of dependencies. There are usually two popular options: either you ignore the dependencies problem until it&#x27;s too late and hard to migrate everything to newer versions (say hi to vulnerability issues), or you&#x27;re constantly trying to find the balance between working on a product and doing its maintenance.<p>I decided to create DepsHub to solve these particular problems:<p>- Update noise. There is no need to update EVERY single library all the time. Your project should be relatively up to date with all the major packages updated and no security issues.<p>- Automatic major updates. Breaking changes occur all the time, and LLM are quite good at this point to take the changelog changes and apply them to the codebase automatically.<p>- Observability. I want to know what&#x27;s the current status of all of my repositories, how outdated they are, and what I need to do to make it better. This is quite a new niche that not a lot of products are focusing on.<p>DepsHub is processing thousands of changelogs and release notes, converting your codebase to embeddings and applies LLMs to fix any breaking changes that occur. It also uses some additional analysis to understand if the library is actually needed to be updated (some libs are having new versions every week!).<p>Let me know if you have any questions or suggestions. Feedback is more than welcome!<p>Website: <a href="https:&#x2F;&#x2F;depshub.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;depshub.com&#x2F;</a><p>ProductHunt launch: <a href="https:&#x2F;&#x2F;www.producthunt.com&#x2F;posts&#x2F;depshub-2" rel="nofollow">https:&#x2F;&#x2F;www.producthunt.com&#x2F;posts&#x2F;depshub-2</a>

no comments

no comments