Changelog
*Sourced from [rxjs's changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md).*
> ## [6.5.2](https://github.com/reactivex/rxjs/compare/6.5.0...6.5.2) (2019-05-10)
>
>
> ### Bug Fixes
>
> * **endWith:** wrap args - they are not observables - in of before concatenating ([#4735](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4735)) ([986be2f](https://github.com/reactivex/rxjs/commit/986be2f))
> * **forkJoin:** test for object literal ([#4741](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4741)) ([c11e1b3](https://github.com/reactivex/rxjs/commit/c11e1b3)), closes [#4737](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4737) [#4737](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4737)
> * **Notification:** replace const enum ([#4556](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4556)) ([e460eec](https://github.com/reactivex/rxjs/commit/e460eec)), closes [#4538](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4538)
> * **of:** remove deprecation comment to prevent false positive warning ([#4724](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4724)) ([da69c16](https://github.com/reactivex/rxjs/commit/da69c16))
> * **pairwise:** make it recursion-proof ([#4743](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4743)) ([21ab261](https://github.com/reactivex/rxjs/commit/21ab261))
> * **scan:** fixed declarations to properly support different return types ([#4598](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4598)) ([126d2b6](https://github.com/reactivex/rxjs/commit/126d2b6))
> * **Subscription:** Return Empty when teardown === null ([#4575](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4575)) ([ffc4e68](https://github.com/reactivex/rxjs/commit/ffc4e68))
> * **throttleTime:** emit single value with trailing enabled ([#4564](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4564)) ([fd690a6](https://github.com/reactivex/rxjs/commit/fd690a6)), closes [#2859](https://github-redirect.dependabot.com/reactivex/rxjs/issues/2859) [#4491](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4491)
> * **umd:** export fetch namespace ([#4738](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4738)) ([7926122](https://github.com/reactivex/rxjs/commit/7926122))
> * **fromFetch:** don't abort if fetch resolves ([#4742](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4742) ([ed8d771](https://github.com/reactivex/rxjs/commit/ed8d771))
>
>
> ## [6.5.1](https://github.com/reactivex/rxjs/compare/6.5.0...6.5.1) (2019-04-23)
>
>
> ### Bug Fixes
>
> * **Notification:** replace const enum ([#4556](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4556)) ([e460eec](https://github.com/reactivex/rxjs/commit/e460eec)), closes [#4538](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4538)
> * **throttleTime:** emit single value with trailing enabled ([#4564](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4564)) ([fd690a6](https://github.com/reactivex/rxjs/commit/fd690a6)), closes [#2859](https://github-redirect.dependabot.com/reactivex/rxjs/issues/2859) [#4491](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4491)
>
>
>
> # [6.5.0](https://github.com/reactivex/rxjs/compare/6.4.0...6.5.0) (2019-04-23)
>
>
> ### Bug Fixes
>
> * **docs-app:** remove stopWordFilter from lunr pipeline ([#4536](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4536)) ([9eaebd4](https://github.com/reactivex/rxjs/commit/9eaebd4))
> * **dtslint:** disable tests that break in TS@next ([#4705](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4705)) ([ecc73d2](https://github.com/reactivex/rxjs/commit/ecc73d2))
> * **index:** export NotificationKind ([#4514](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4514)) ([7125355](https://github.com/reactivex/rxjs/commit/7125355)), closes [#4513](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4513)
> * **race:** better typings ([#4643](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4643)) ([fb9bc48](https://github.com/reactivex/rxjs/commit/fb9bc48)), closes [#4390](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4390) [#4642](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4642)
> * **throwIfEmpty:** ensure result is retry-able ([c4f44b9](https://github.com/reactivex/rxjs/commit/c4f44b9))
> * **types:** Fixed signature for onErrorResumeNext ([#4603](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4603)) ([4dd0be0](https://github.com/reactivex/rxjs/commit/4dd0be0))
>
>
> ### Features
>
> * **combineLatest:** deprecated rest argument and scheduler signatures ([#4641](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4641)) ([6661c79](https://github.com/reactivex/rxjs/commit/6661c79)), closes [#4640](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4640)
> * **fromFetch:** We now export a `fromFetch` static observable creation method from `rxjs/fetch`. Mirrors native `fetch` only it's lazy and cancellable via `Observable` interface. ([#4702](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4702)) ([5a1ef86](https://github.com/reactivex/rxjs/commit/5a1ef86))
> * **forkJoin:** accepts a dictionary of sources ([#4640](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4640)) ([b5a2ac9](https://github.com/reactivex/rxjs/commit/b5a2ac9))
> * **partition:** new `partition` observable creation function. Old `partition` operator is deprecated ([#4419](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4419)) ([#4685](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4685)) ([d5d6980](https://github.com/reactivex/rxjs/commit/d5d6980))
> * **scheduled:** Add `scheduled` creation function to use to create scheduled observable of values. Deprecate scheduled versions of `from`, `range`, et al. ([#4595](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4595)) ([f57e1fc](https://github.com/reactivex/rxjs/commit/f57e1fc))
>
>
> ### Performance Improvements
> ... (truncated)
Commits
- [`8cc6491`](https://github.com/ReactiveX/rxjs/commit/8cc6491771fcbf44984a419b7f26ff442a5d58f5) chore(publish): 6.5.2
- [`ffc4e68`](https://github.com/ReactiveX/rxjs/commit/ffc4e688fa83cb44bff7e5deacc4063f8ea1e2fa) fix(Subscription): Return Empty when teardown === null ([#4575](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4575))
- [`126d2b6`](https://github.com/ReactiveX/rxjs/commit/126d2b69bb93000968069691d108b6848632f80d) fix(scan): fixed declarations to properly support different return types ([#4598](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4598))
- [`da69c16`](https://github.com/ReactiveX/rxjs/commit/da69c166c78139b842b65bd64067c5f4bb66d1af) fix(of): remove deprecation comment to prevent false positive warning ([#4724](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4724))
- [`66148cb`](https://github.com/ReactiveX/rxjs/commit/66148cbad7cffac12240969bef76994389c3f9d7) Remove manual serialization of payload. ([#4525](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4525))
- [`587cb7c`](https://github.com/ReactiveX/rxjs/commit/587cb7ce3a59d8b45e2805d614ce1ae047c7d94f) test(dtslint): add onErrorResumeNext ([#4356](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4356))
- [`21ab261`](https://github.com/ReactiveX/rxjs/commit/21ab2615d9b06868825a235b347da09590bf468d) fix(pairwise): make it recursion-proof ([#4743](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4743))
- [`0a102fd`](https://github.com/ReactiveX/rxjs/commit/0a102fd229d0704c591e3694221d2d670a9d06c2) docs(skipUntil): add example with an interval waiting for click ([#4696](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4696))
- [`f885b99`](https://github.com/ReactiveX/rxjs/commit/f885b9979175f210fb1f52f982a5f7ae73c11a95) docs(retry): add example for retry operator ([#4691](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4691))
- [`f213e0a`](https://github.com/ReactiveX/rxjs/commit/f213e0aca1e9d6635fe77882dea7c53f5972e074) docs(repeatWhen): Added example and see also ([#4703](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4703))
- Additional commits viewable in [compare view](https://github.com/reactivex/rxjs/compare/5.5.12...6.5.2)
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](https://app.dependabot.com):
- 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 from 5.5.12 to 6.5.2.
Changelog
*Sourced from [rxjs's changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md).* > ## [6.5.2](https://github.com/reactivex/rxjs/compare/6.5.0...6.5.2) (2019-05-10) > > > ### Bug Fixes > > * **endWith:** wrap args - they are not observables - in of before concatenating ([#4735](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4735)) ([986be2f](https://github.com/reactivex/rxjs/commit/986be2f)) > * **forkJoin:** test for object literal ([#4741](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4741)) ([c11e1b3](https://github.com/reactivex/rxjs/commit/c11e1b3)), closes [#4737](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4737) [#4737](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4737) > * **Notification:** replace const enum ([#4556](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4556)) ([e460eec](https://github.com/reactivex/rxjs/commit/e460eec)), closes [#4538](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4538) > * **of:** remove deprecation comment to prevent false positive warning ([#4724](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4724)) ([da69c16](https://github.com/reactivex/rxjs/commit/da69c16)) > * **pairwise:** make it recursion-proof ([#4743](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4743)) ([21ab261](https://github.com/reactivex/rxjs/commit/21ab261)) > * **scan:** fixed declarations to properly support different return types ([#4598](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4598)) ([126d2b6](https://github.com/reactivex/rxjs/commit/126d2b6)) > * **Subscription:** Return Empty when teardown === null ([#4575](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4575)) ([ffc4e68](https://github.com/reactivex/rxjs/commit/ffc4e68)) > * **throttleTime:** emit single value with trailing enabled ([#4564](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4564)) ([fd690a6](https://github.com/reactivex/rxjs/commit/fd690a6)), closes [#2859](https://github-redirect.dependabot.com/reactivex/rxjs/issues/2859) [#4491](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4491) > * **umd:** export fetch namespace ([#4738](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4738)) ([7926122](https://github.com/reactivex/rxjs/commit/7926122)) > * **fromFetch:** don't abort if fetch resolves ([#4742](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4742) ([ed8d771](https://github.com/reactivex/rxjs/commit/ed8d771)) > > > ## [6.5.1](https://github.com/reactivex/rxjs/compare/6.5.0...6.5.1) (2019-04-23) > > > ### Bug Fixes > > * **Notification:** replace const enum ([#4556](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4556)) ([e460eec](https://github.com/reactivex/rxjs/commit/e460eec)), closes [#4538](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4538) > * **throttleTime:** emit single value with trailing enabled ([#4564](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4564)) ([fd690a6](https://github.com/reactivex/rxjs/commit/fd690a6)), closes [#2859](https://github-redirect.dependabot.com/reactivex/rxjs/issues/2859) [#4491](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4491) > > > > # [6.5.0](https://github.com/reactivex/rxjs/compare/6.4.0...6.5.0) (2019-04-23) > > > ### Bug Fixes > > * **docs-app:** remove stopWordFilter from lunr pipeline ([#4536](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4536)) ([9eaebd4](https://github.com/reactivex/rxjs/commit/9eaebd4)) > * **dtslint:** disable tests that break in TS@next ([#4705](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4705)) ([ecc73d2](https://github.com/reactivex/rxjs/commit/ecc73d2)) > * **index:** export NotificationKind ([#4514](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4514)) ([7125355](https://github.com/reactivex/rxjs/commit/7125355)), closes [#4513](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4513) > * **race:** better typings ([#4643](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4643)) ([fb9bc48](https://github.com/reactivex/rxjs/commit/fb9bc48)), closes [#4390](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4390) [#4642](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4642) > * **throwIfEmpty:** ensure result is retry-able ([c4f44b9](https://github.com/reactivex/rxjs/commit/c4f44b9)) > * **types:** Fixed signature for onErrorResumeNext ([#4603](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4603)) ([4dd0be0](https://github.com/reactivex/rxjs/commit/4dd0be0)) > > > ### Features > > * **combineLatest:** deprecated rest argument and scheduler signatures ([#4641](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4641)) ([6661c79](https://github.com/reactivex/rxjs/commit/6661c79)), closes [#4640](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4640) > * **fromFetch:** We now export a `fromFetch` static observable creation method from `rxjs/fetch`. Mirrors native `fetch` only it's lazy and cancellable via `Observable` interface. ([#4702](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4702)) ([5a1ef86](https://github.com/reactivex/rxjs/commit/5a1ef86)) > * **forkJoin:** accepts a dictionary of sources ([#4640](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4640)) ([b5a2ac9](https://github.com/reactivex/rxjs/commit/b5a2ac9)) > * **partition:** new `partition` observable creation function. Old `partition` operator is deprecated ([#4419](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4419)) ([#4685](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4685)) ([d5d6980](https://github.com/reactivex/rxjs/commit/d5d6980)) > * **scheduled:** Add `scheduled` creation function to use to create scheduled observable of values. Deprecate scheduled versions of `from`, `range`, et al. ([#4595](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4595)) ([f57e1fc](https://github.com/reactivex/rxjs/commit/f57e1fc)) > > > ### Performance Improvements > ... (truncated)Commits
- [`8cc6491`](https://github.com/ReactiveX/rxjs/commit/8cc6491771fcbf44984a419b7f26ff442a5d58f5) chore(publish): 6.5.2 - [`ffc4e68`](https://github.com/ReactiveX/rxjs/commit/ffc4e688fa83cb44bff7e5deacc4063f8ea1e2fa) fix(Subscription): Return Empty when teardown === null ([#4575](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4575)) - [`126d2b6`](https://github.com/ReactiveX/rxjs/commit/126d2b69bb93000968069691d108b6848632f80d) fix(scan): fixed declarations to properly support different return types ([#4598](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4598)) - [`da69c16`](https://github.com/ReactiveX/rxjs/commit/da69c166c78139b842b65bd64067c5f4bb66d1af) fix(of): remove deprecation comment to prevent false positive warning ([#4724](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4724)) - [`66148cb`](https://github.com/ReactiveX/rxjs/commit/66148cbad7cffac12240969bef76994389c3f9d7) Remove manual serialization of payload. ([#4525](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4525)) - [`587cb7c`](https://github.com/ReactiveX/rxjs/commit/587cb7ce3a59d8b45e2805d614ce1ae047c7d94f) test(dtslint): add onErrorResumeNext ([#4356](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4356)) - [`21ab261`](https://github.com/ReactiveX/rxjs/commit/21ab2615d9b06868825a235b347da09590bf468d) fix(pairwise): make it recursion-proof ([#4743](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4743)) - [`0a102fd`](https://github.com/ReactiveX/rxjs/commit/0a102fd229d0704c591e3694221d2d670a9d06c2) docs(skipUntil): add example with an interval waiting for click ([#4696](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4696)) - [`f885b99`](https://github.com/ReactiveX/rxjs/commit/f885b9979175f210fb1f52f982a5f7ae73c11a95) docs(retry): add example for retry operator ([#4691](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4691)) - [`f213e0a`](https://github.com/ReactiveX/rxjs/commit/f213e0aca1e9d6635fe77882dea7c53f5972e074) docs(repeatWhen): Added example and see also ([#4703](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4703)) - Additional commits viewable in [compare view](https://github.com/reactivex/rxjs/compare/5.5.12...6.5.2)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](https://app.dependabot.com): - 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.