You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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