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

build: bump rxjs from 5.5.6 to 5.5.8 #108

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps rxjs from 5.5.6 to 5.5.8.

Changelog

Sourced from rxjs's changelog.

6.0.0-rc.0 (2018-03-31)

Bug Fixes

  • ajax: properly encode body with form data that includes URLs (#3502) (4455d21), closes #2399
  • bindNodeCallback: better type inference (932bb7a)
  • elementAt: now allows falsy defaultValues (13706e7)
  • lint_perf: fix lint issues with newer perf tests (1013754)
  • throttle: now properly trailing throttles for individual values (#3505) (3db18d1), closes #2864

Features

  • takeUntil: no longer subscribes to sourec if notifier synchronously emits (#3504) (7b8a3e3), closes #2189

Performance Improvements

  • pluck,bufferTime,asObservable: add performance tests for pluck(), bufferTime() and asObservable() operators (#2491) (24506b3)
  • ReplaySubject: slightly improved performance (#2677) (9fea36d)

BREAKING CHANGES

  • throttle: This changes the behavior of throttle, in particular
    throttling with both leading and trailing behaviors set to true, to more
    closely match the throttling behavior of lodash and other libraries.
    Throttling now starts immediately after any emission from the
    observable, and values will not be double emitted for both leading and
    trailing values

6.0.0-beta.4 (2018-03-29)

Bug Fixes

  • bindCallback: add better type overloads (#3480) (037cf34)
  • compat: add IScheduler to compat/Scheduler (0a67df6)

Features

  • compat: add all utilities to internal-compatibility (a9ecfe7)
  • websocket: Add serializer/deserializer config settings (#3489) (8d44124)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [rxjs](https://github.com/ReactiveX/RxJS) from 5.5.6 to 5.5.8.
- [Release notes](https://github.com/ReactiveX/RxJS/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@5.5.6...5.5.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/rxjs-5.5.8 branch April 8, 2018 21:34
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.

2 participants