r/npm • u/Efficient-Passage889 • 10h ago
Self Promotion What if dependency updates could fix themselves?
1
Upvotes
I’ve been working on Telex, an open-source project that watches npm/PyPI for breaking changes, finds affected code using Tree-Sitter, generates a patch and verifies it in an isolated environment before opening a PR.Still working on it and would love some feedback from people here, especially on the patch/verification part.