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

Bump rxjs from 6.2.2 to 6.4.0 #206

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps rxjs from 6.2.2 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 cancel merge will cancel a previously requested merge
  • @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 6.2.2 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@6.2.2...6.4.0)

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

Pull Request Test Coverage Report for Build 1099

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 30.172%

Totals Coverage Status
Change from base Build 1006: 0.0%
Covered Lines: 58
Relevant Lines: 138

💛 - Coveralls

@dependabot-preview
Copy link
Author

Superseded by #263.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/rxjs-6.4.0 branch April 23, 2019 07:26
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