Skip to content

yarn-lock-changes gets confused when a PR is on an older commit than default branch #33

Open
@tido64

Description

@tido64

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    IssueSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions