Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (7 loc) · 775 Bytes

File metadata and controls

15 lines (7 loc) · 775 Bytes

github-breaking-changes

This tool provides very basic funcionality. If you would like something more advanced check out Dependabot.

Link to the Website

UI

Motivation

After a year of working in a JavaScript project I found multiple dependencies were outdated, which represents security vulnerabilities. In my attempt to upgrade I found really difficult to get a full list of breaking changes between two major releases of a package since GitHub doesn't have search funcionality on the releases page. Dependabot is a tool that makes automatic PRs to your project when new versions of your dependencies are released but it doesn't work for Bitbucket hosted repositories.