Open source tool to generate code fixes for breaking changes
bumpgen generates fixes for breaking changes in version upgrades with AI
bumpgen <package> <new-version>
to get fixes to your version bump breaking changesKeeping your dependencies updated is a good security and engineering practice (just not too up-to-date, thanks xz 🙏🏼). But they can be a pain to actual perform because:
bumpgen is pretty straight forward:
npm install -g bumpgen
If you are curious how bumpgen identifies, fixes, then propagates the breaking change fix, we added bumpgen’s architecture and design decisions here 👈