Today, I cut the first release (v1.0.0) and published diff-check to GitHub Marketplace. diff-check came out of seeing a common pattern of seeing side effects when another automated process would run, creating more work which wouldn’t be seen at the time. It was really common when I was working on React Native projects (if you upgrade an npm dependency, you’ll often get a change in the Podfile.lock that Dependabot wouldn’t know about), but less frequently in projects using Appraisal (ano...