Skip to content

build(deps): bump rxjs from 5.5.12 to 6.4.0#896

Closed
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/rxjs-6.4.0
Closed

build(deps): bump rxjs from 5.5.12 to 6.4.0#896
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/rxjs-6.4.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps rxjs from 5.5.12 to 6.4.0.

Changelog

Sourced from rxjs's changelog.

6.4.0 (2019-01-30)

Bug Fixes

  • ajax: Fix case-insensitive headers in HTTP request (#4453) (673bf47)
  • bundle: closure to not rewrite polyfills for minification (#4487) (a1fedb9)
  • bundle: don't export operators twice (#4310) (2399f6e)
  • combineLatest: improve typings for combineLatest (#4470) (40c3d9f)
  • compat: remove internal from import locations (#4498) (a6c0017), closes #4070
  • endWith: ability to endWith different types (#4183) (#4185) (83533d1)
  • fromEventPattern: improve typings for fromEventPattern (#4496) (037f53d)
  • Observable: Fix Observable.subscribe to add operator TeardownLogic to returned Subscription. (#4434) (f28955f)
  • subscribe: Deprecate null starting parameter signatures for subscribe (#4202) (c85ddf6)
  • combineLatest: support passing union types (ffda319)
  • from: support passing union types (eb1d596)
  • withLatestFrom: support passing union types (1e19a24)
  • zip: support passing union types (0d87f52)
  • multicast: support returning union types from projection (e9e9041)
  • exhaustMap: support returning union types from projection (ff1f5dc)
  • merge: support union type inference for merge operators (c2ac39c)
  • catchError: support union type returns (8350622)
  • switchMap: support union type returns (32d35fd)
  • defer: support union types passed (5aea50e)
  • race: Update typings to support proper return types (#4465) (0042846)
  • VirtualTimeScheduler: rework flush so it won't lose actions (#4433) (d068bc9)
  • WebSocketSubject: fix subject failing to close socket (#4446) (dcfa52b)

Features

  • shareReplay: Add configuration object for named arguments, and add argument to support unsubscribing from source observable by refCount when all resulting subscriptions have unsubscribed. The default behavior is to leave the source subscription running.
  • mergeScan: Add index to the accumulator function (#4458) (f5e143d), closes #4441
  • range: accept one argument (#4360) (a388578)
  • takeWhile: add an inclusive option to the operator which causes to emit final value (#4115) (6e7f407)

Performance Improvements

  • internal: optimize Subscription#add() for the common case (#4489) (bdd201c)
  • internal: use strict equality for isObject() (#4493) (fc84a00)
  • Subscription: use instanceof to avoid megamorphic LoadIC (#4499) (065b4e3)

6.3.3 (2018-09-25)

Bug Fixes

... (truncated)
Commits
  • d3e7e3f chore(publish): 6.4.0
  • f5e143d feat(mergeScan): Add index to the accumulator function (#4458)
  • 0ee4fbe docs($browser): Added description to webSocketSubjectConfig and example. (#4299)
  • 02a39b1 docs($browser): Created examples for using switchAll operator (#4242)
  • a98c0e1 docs(external resources): First version of external resources (#4057)
  • 0fd8707 feat(shareReplay): add config parameter (#4059)
  • a388578 feat(range): accept one argument (#4360)
  • 6e7f407 feat(takeWhile): add an inclusive option to the operator which causes to em...
  • 573adca test(dtslint): add dtslint test for forkjoin obsrevable (#4093) (#4414)
  • 1af81fd feat(docs) add doc for timeinterval operator (#4508)
  • Additional commits viewable in compare view

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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|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 these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

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)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies This issue or pull request is related to software library dependencies label Mar 8, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #908.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/rxjs-6.4.0 branch April 26, 2019 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This issue or pull request is related to software library dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant