Skip to content

Bump pub_updater to ^0.5.0 #1021

Description

@vladimir-ionita

Problem

fvm 4.0.5 depends on pub_updater: ^0.4.0. Other common dev tools (e.g., melos) have moved to pub_updater: ^0.5.0. Since these constraints are incompatible, fvm can't coexist as a dev_dependency in projects that also depend on packages requiring pub_updater ^0.5.0.

This is especially problematic with Dart pub workspaces (Dart 3.6+), where all packages in a monorepo share a single dependency resolution.

Proposed fix

Bump pub_updater from ^0.4.0 to ^0.5.0 in fvm's pubspec.yaml. The 0.5.0 release contains no breaking API changes — it was a "tighten dependencies" maintenance release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions