Skip to content

"Update all" sometimes causes wrong versions to be applied #64

@cachapa

Description

@cachapa

The "update all" functionality seems to cause wrong versions to be incorrectly set when packages have similar names.

Example:

path_provider: ^2.0.8
provider: ^6.0.3

Results in:

path_provider: ^6.0.5  # Broken, should be 2.1.1
provider: ^6.0.3       # Not updated, should be 6.0.5

It seems the problem is that the provider version has been applied to path_provider, presumably because both have the word provider in the package name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions