Mozilla-Kerala / home-front

Angular 7 Front end for Mozilla Kerala Website
Mozilla Public License 2.0
0 stars 6 forks source link

Update rxjs requirement from ~6.3.3 to ~6.4.0 #37

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on rxjs to permit the latest version.

Changelog *Sourced from [rxjs's changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md).* > # [6.4.0](https://github.com/reactivex/rxjs/compare/6.3.3...6.4.0) (2019-01-30) > > > ### Bug Fixes > > * **ajax:** Fix case-insensitive headers in HTTP request ([#4453](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4453)) ([673bf47](https://github.com/reactivex/rxjs/commit/673bf47)) > * **bundle:** closure to not rewrite polyfills for minification ([#4487](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4487)) ([a1fedb9](https://github.com/reactivex/rxjs/commit/a1fedb9)) > * **bundle:** don't export `operators` twice ([#4310](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4310)) ([2399f6e](https://github.com/reactivex/rxjs/commit/2399f6e)) > * **combineLatest:** improve typings for combineLatest ([#4470](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4470)) ([40c3d9f](https://github.com/reactivex/rxjs/commit/40c3d9f)) > * **compat:** remove internal from import locations ([#4498](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4498)) ([a6c0017](https://github.com/reactivex/rxjs/commit/a6c0017)), closes [#4070](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4070) > * **endWith:** ability to endWith different types ([#4183](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4183)) ([#4185](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4185)) ([83533d1](https://github.com/reactivex/rxjs/commit/83533d1)) > * **fromEventPattern:** improve typings for fromEventPattern ([#4496](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4496)) ([037f53d](https://github.com/reactivex/rxjs/commit/037f53d)) > * **Observable:** Fix Observable.subscribe to add operator TeardownLogic to returned Subscription. ([#4434](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4434)) ([f28955f](https://github.com/reactivex/rxjs/commit/f28955f)) > * **subscribe:** Deprecate null starting parameter signatures for subscribe ([#4202](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4202)) ([c85ddf6](https://github.com/reactivex/rxjs/commit/c85ddf6)) > * **combineLatest:** support passing union types ([ffda319](https://github.com/reactivex/rxjs/commit/ffda319)) > * **from:** support passing union types ([eb1d596](https://github.com/reactivex/rxjs/commit/eb1d596)) > * **withLatestFrom:** support passing union types ([1e19a24](https://github.com/reactivex/rxjs/commit/1e19a24)) > * **zip:** support passing union types ([0d87f52](https://github.com/reactivex/rxjs/commit/0d87f52)) > * **multicast:** support returning union types from projection ([e9e9041](https://github.com/reactivex/rxjs/commit/e9e9041)) > * **exhaustMap:** support returning union types from projection ([ff1f5dc](https://github.com/reactivex/rxjs/commit/ff1f5dc)) > * **merge:** support union type inference for merge operators ([c2ac39c](https://github.com/reactivex/rxjs/commit/c2ac39c)) > * **catchError:** support union type returns ([8350622](https://github.com/reactivex/rxjs/commit/8350622)) > * **switchMap:** support union type returns ([32d35fd](https://github.com/reactivex/rxjs/commit/32d35fd)) > * **defer:** support union types passed ([5aea50e](https://github.com/reactivex/rxjs/commit/5aea50e)) > * **race:** Update typings to support proper return types ([#4465](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4465)) ([0042846](https://github.com/reactivex/rxjs/commit/0042846)) > * **VirtualTimeScheduler:** rework flush so it won't lose actions ([#4433](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4433)) ([d068bc9](https://github.com/reactivex/rxjs/commit/d068bc9)) > * **WebSocketSubject:** fix subject failing to close socket ([#4446](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4446)) ([dcfa52b](https://github.com/reactivex/rxjs/commit/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](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4458)) ([f5e143d](https://github.com/reactivex/rxjs/commit/f5e143d)), closes [#4441](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4441) > * **range:** accept one argument ([#4360](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4360)) ([a388578](https://github.com/reactivex/rxjs/commit/a388578)) > * **takeWhile:** add an `inclusive` option to the operator which causes to emit final value ([#4115](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4115)) ([6e7f407](https://github.com/reactivex/rxjs/commit/6e7f407)) > > > ### Performance Improvements > > * **internal:** optimize Subscription#add() for the common case ([#4489](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4489)) ([bdd201c](https://github.com/reactivex/rxjs/commit/bdd201c)) > * **internal:** use strict equality for isObject() ([#4493](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4493)) ([fc84a00](https://github.com/reactivex/rxjs/commit/fc84a00)) > * **Subscription:** use `instanceof` to avoid megamorphic LoadIC ([#4499](https://github-redirect.dependabot.com/reactivex/rxjs/issues/4499)) ([065b4e3](https://github.com/reactivex/rxjs/commit/065b4e3)) > > > > > ## [6.3.3](https://github.com/reactivex/rxjs/compare/6.3.2...6.3.3) (2018-09-25) > > > ### Bug Fixes > ... (truncated)
Commits - See full diff in [compare view](https://github.com/reactivex/rxjs/commits/6.4.0)


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](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.
dependabot-preview[bot] commented 5 years ago

Looks like rxjs is up-to-date now, so this is no longer needed.