When the default branch has a yarn.lock with more recent packages than the branch that a PR is based on, yarn-lock-changes thinks that the PR is downgrading said packages even though it doesn't actually change yarn.lock. Example:
@babel/core is at 7.14.8 on default branch
- PR is based on a commit that is just before the bump of
@babel/core
yarn-lock-changes thinks that the PR is downgrading @babel/core
See microsoft/react-native-test-app#426.