Skip to content

Fixed rxjs version #11741

Description

@nfantone

To a certain extent, I can understand the reasons behind locking @angular/* dependencies' versions (though, I wonder why not declaring ranged dependencied, instead). But could someone explain why is rxjs fixed? It's been targeting 5.1.1, a months old release, since Angular 2.4.8 came out. This is especially intriguing since Angular itself does not lock its rxjs dependency version (it fact, it doesn't for any of its dependecies).

The reason I'm asking this is because today, I stumbled upon an issue while using rxjs related to fromPromise input type - which was solved, merged and released in latest 5.4.0. I upgraded my local rxjs version and, while everything worked just fine, npm expectedly complains about a missing peer dependency.

npm WARN ionic-angular@3.2.1 requires a peer of rxjs@5.1.1 but none was installed.

Is there something in ionic that would justify forcing this particular version?

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