autocomplete-search-angularfirebase2-5-plus
autocomplete-search-angularfirebase2-5-plus copied to clipboard
Update dependency rxjs to ~6.6.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| rxjs (source) | ~6.3.3 -> ~6.6.0 |
Release Notes
reactivex/rxjs
v6.6.7
v6.6.6
v6.6.4
v6.6.3
v6.6.2
v6.6.1
v6.6.0
v6.5.5
v6.5.4
v6.5.3
Bug Fixes
- general: Refactor modules so they don't show side effects in some tools (#4769) (9829c5e0)
- defer: restrict allowed factory types (#4835) (40a22096)
v6.5.2
Bug Fixes
- endWith: wrap args - they are not observables - in of before concatenating (#4735) (986be2f)
- forkJoin: test for object literal (#4741) (c11e1b3), closes #4737 #4737
- Notification: replace const enum (#4556) (e460eec), closes #4538
- of: remove deprecation comment to prevent false positive warning (#4724) (da69c16)
- pairwise: make it recursion-proof (#4743) (21ab261)
- scan: fixed declarations to properly support different return types (#4598) (126d2b6)
- Subscription: Return Empty when teardown === null (#4575) (ffc4e68)
- throttleTime: emit single value with trailing enabled (#4564) (fd690a6), closes #2859 #4491
- umd: export fetch namespace (#4738) (7926122)
- fromFetch: don't abort if fetch resolves (#4742 (ed8d771)
v6.5.1
Bug Fixes
- Notification: replace const enum (#4556) (e460eec), closes #4538
- throttleTime: emit single value with trailing enabled (#4564) (fd690a6), closes #2859 #4491
v6.5.0
Bug Fixes
- docs-app: remove stopWordFilter from lunr pipeline (#4536) (9eaebd4)
- dtslint: disable tests that break in TS@next (#4705) (ecc73d2)
- index: export NotificationKind (#4514) (7125355), closes #4513
- race: better typings (#4643) (fb9bc48), closes #4390 #4642
- throwIfEmpty: ensure result is retry-able (c4f44b9)
- types: Fixed signature for onErrorResumeNext (#4603) (4dd0be0)
Features
- combineLatest: deprecated rest argument and scheduler signatures (#4641) (6661c79), closes #4640
- fromFetch: We now export a
fromFetchstatic observable creation method fromrxjs/fetch. Mirrors nativefetchonly it's lazy and cancellable viaObservableinterface. (#4702) (5a1ef86) - forkJoin: accepts a dictionary of sources (#4640) (b5a2ac9)
- partition: new
partitionobservable creation function. Oldpartitionoperator is deprecated (#4419) (#4685) (d5d6980) - scheduled: Add
scheduledcreation function to use to create scheduled observable of values. Deprecate scheduled versions offrom,range, et al. (#4595) (f57e1fc)
Performance Improvements
v6.4.0
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
operatorstwice (#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
refCountwhen 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
inclusiveoption 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
instanceofto avoid megamorphic LoadIC (#4499) (065b4e3)
6.3.3 (2018-09-25)
Bug Fixes
- pipe: align static pipe to Observable pipe rest parameters overl… (#4112) (8c607e9), closes #4109 #4109
- RxJS: each instance of RxJS now has a unique Subscriber symbol (0972c56)
- subscribe: report errors that occur in subscribe after the initial error (#4089) (9b4b2bc), closes #3803
- Subscriber: Can no longer subscribe to itself in a circular manner (#4106) (e623ec6), closes #4095
- Subscriber: use only local Subscriber instances (50ee0a7)
- TypeScript: ensure RxJS builds with TS@next as well (f03e790)
6.3.2 (2018-09-04)
Bug Fixes
6.3.1 (2018-08-31)
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.