yarn-lock-changes
gets confused when a PR is on an older commit than default branch
#33
Labels
Issue
Something isn't working
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 changeyarn.lock
. Example:@babel/core
is at 7.14.8 on default branch@babel/core
yarn-lock-changes
thinks that the PR is downgrading@babel/core
See microsoft/react-native-test-app#426.
The text was updated successfully, but these errors were encountered: