Skip to content

Ensure up-to-date dependencies #58

Closed
@matanlurey

Description

@matanlurey

Blocking angulardart/angular#1095.

It's incredibly easy to use an out-of-date set of build_runner, build_web_compilers, and build_test - which, coupled with dart-lang/pub#912, means that users frequently use out of date development dependencies, and when they try and upgrade, hit deadlocks or incomprehensible error messages, i.e (as an example only):

Resolving dependencies...
Package angular_components has no versions that match >=0.9.0-alpha+8 <0.10.0 derived from:
- merck_crm_mashup depends on version ^0.9.0-alpha+8
Process finished with exit code 1

An alternative would be support for peer_dependencies in pub: dart-lang/pub#1837.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions