Update dependency rxjs to ^6.5.2
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
rxjs | dependencies | minor | ^6.5.2 | source |
Release Notes
reactivex/rxjs
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
fromFetch
static observable creation method fromrxjs/fetch
. Mirrors nativefetch
only it's lazy and cancellable viaObservable
interface. (#4702) (5a1ef86) - forkJoin: accepts a dictionary of sources (#4640) (b5a2ac9)
-
partition: new
partition
observable creation function. Oldpartition
operator is deprecated (#4419) (#4685) (d5d6980) -
scheduled: Add
scheduled
creation function to use to create scheduled observable of values. Deprecate scheduled versions offrom
,range
, et al. (#4595) (f57e1fc)
Performance Improvements
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.