ngrx-entity-relationship
ngrx-entity-relationship copied to clipboard
chore(deps): update dependency rxjs to v7.5.6
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| rxjs (source) | 7.5.2 -> 7.5.6 |
Release Notes
reactivex/rxjs
v7.5.6
Bug Fixes
- share: No longer results in a bad-state observable in an edge case where a synchronous source was shared and refCounted, and the result is subscribed to twice in a row synchronously. (#7005) (5d4c1d9)
- share & connect:
shareandconnectno longer bundle scheduling code by default (#6873) (9948dc2), closes #6872 - exhaustAll: Result will now complete properly when flattening all synchronous observables. (#6911) (3c1c6b8), closes #6910
- TypeScript: Now compatible with TypeScript 4.6 type checks (#6895) (fce9aa1)
v7.5.5
Bug Fixes
- package: add types to exports (#6802) (3750f75)
- package: add
requireexport condition (#6821) (c8955e4) - timeout: no longer will timeout when receiving the first value synchronously (#6865) (2330c96), closes #6862
Performance Improvements
v7.5.4
Performance Improvements
- removed code that would
bindfunctions passed with observers tosubscribe. (#6815) (fb375a0), closes #6783
v7.5.3
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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Code Climate has analyzed commit aac85e7d and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 100.0% (0.0% change).
View more on Code Climate.
Codecov Report
Merging #1589 (aac85e7) into master (d4a7aea) will not change coverage. The diff coverage is
n/a.
:exclamation: Current head aac85e7 differs from pull request most recent head 147b392. Consider uploading reports for the commit 147b392 to get more accurate results
@@ Coverage Diff @@
## master #1589 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 29 29
Lines 690 690
Branches 175 175
=========================================
Hits 690 690
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Code Climate has analyzed commit 147b392c and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 100.0% (0.0% change).
View more on Code Climate.