Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency rxjs to v6 [removed] #220

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2018

This Pull Request updates dependency rxjs from ^5.4.0 to ^6.0.0

Release Notes

v6.1.0

Compare Source

Bug Fixes
  • audit: will not crash if duration is synchronous (#​3608) (76b7e27), closes #​2743
  • delay: fix memory leak (#​3605) (96f05b0)
Features
  • isObservable: a new method for checking to see if an object is an RxJS Observable (edb33e5)

v6.0.0

Compare Source

Bug Fixes
  • audit: will not crash if duration is synchronous (#​3608) (76b7e27), closes #​2743
  • delay: fix memory leak (#​3605) (96f05b0)
Features
  • isObservable: a new method for checking to see if an object is an RxJS Observable (edb33e5)


This PR has been generated by Renovate Bot.

@renovate
Copy link
Contributor Author

renovate bot commented Apr 25, 2018

PR has been edited

As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.

@kherock
Copy link
Collaborator

kherock commented Apr 25, 2018

Do we have any concerns about upgrading to RxJS 6? People using the s3Events subject will have to install rxjs-compat or upgrade their code if they're not already using pipeable operators, so I'd consider including this in a minor release rather than a patch release.

@renovate renovate bot changed the title fix(deps): update dependency rxjs to v6 Update dependency rxjs to v6 May 9, 2018
@renovate renovate bot changed the title Update dependency rxjs to v6 fix(deps): update dependency rxjs to v6 May 9, 2018
@n1ru4l
Copy link
Collaborator

n1ru4l commented May 28, 2018

@specialkk I think this would be a breaking change?

@kherock
Copy link
Collaborator

kherock commented May 28, 2018

I actually just realized that we can actually just include both 5.5.x and 6.x as acceptable ranges. However I'm not sure how if the renovate bot can handle dealing with joined ranged (e.g. ^5.5.0 || ^6.0.0).

Also while we're on topic, is there any reason why we pin devDependencies? The aws-sdk update spam all week gets pretty old.

@n1ru4l
Copy link
Collaborator

n1ru4l commented May 29, 2018

@specialkk I pin dependencies to prevent unwanted breaking changes/bugs in dependencies. Also it consolidates the dev environment. (https://stackoverflow.com/a/28510546/4202031)

I am not a huge fan of accepting ranges, because it increases the possibility of bugs. If there is a way to run tests against multiple npm package versions I am sold 😇

We can also configure renovate to only update dependencies once a weak..

@kherock kherock changed the title fix(deps): update dependency rxjs to v6 fix(deps): update dependency rxjs to v6 [removed] Jul 4, 2018
@kherock kherock closed this Jul 4, 2018
@kherock kherock deleted the renovate/rxjs-6.x branch July 4, 2018 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants