rafamel / rxdb-utils

RxDB's missing pieces
MIT License
69 stars 5 forks source link

fix(deps): update dependency rxdb to < 8.9.1 #15

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
rxdb (source) peerDependencies minor >= 8.0.0 < 8.7.0 -> < 8.9.1

Release Notes

pubkey/rxdb ### [`v8.9.0`](https://togithub.com/pubkey/rxdb/blob/master/CHANGELOG.md#​890-14-March-2020) [Compare Source](https://togithub.com/pubkey/rxdb/compare/8.8.0...8.9.0) Other: - The server plugin now exposes the `pouchApp` [#​1992](https://togithub.com/pubkey/rxdb/pull/1992) Thanks [@​Julusian](https://togithub.com/Julusian) Features: - Added option to replicate revisions with graphql-replication [#​2000](https://togithub.com/pubkey/rxdb/pull/2000) Thanks [@​gautambt](https://togithub.com/gautambt) ### [`v8.8.0`](https://togithub.com/pubkey/rxdb/blob/master/CHANGELOG.md#​880-5-March-2020) [Compare Source](https://togithub.com/pubkey/rxdb/compare/8.7.5...8.8.0) Other: - Upgraded PouchDB and other dependencies ### [`v8.7.5`](https://togithub.com/pubkey/rxdb/blob/master/CHANGELOG.md#​875-6-January-2020) [Compare Source](https://togithub.com/pubkey/rxdb/compare/8.7.4...8.7.5) Other: - Added a new example for electron with the remote API. Thanks [@​SebastienWae](https://togithub.com/SebastienWae) - Fixed Typing error on `database.dump()` [#​1754](https://togithub.com/pubkey/rxdb/issues/1754). Thanks [@​PVermeer](https://togithub.com/PVermeer) Bugfixes: - Updates to documents fail with GraphQL replication. [#​1812](https://togithub.com/pubkey/rxdb/issues/1812). Thanks [@​gautambt](https://togithub.com/gautambt) - `RxQuery.doesDocumentDataMatch()` was wrong on queries with `$and` which lead to a wrong result with QueryChangeDetection ### [`v8.7.4`](https://togithub.com/pubkey/rxdb/blob/master/CHANGELOG.md#​874-2-December-2019) [Compare Source](https://togithub.com/pubkey/rxdb/compare/8.7.3...8.7.4) Other: - Improved performance of `QueryChangeDetection` by using [array-push-at-sort-position](https://togithub.com/pubkey/array-push-at-sort-position) instead of re-sorting the whole results of a query - Improved performance by removing unnecessary calls to deep-clone ### [`v8.7.3`](https://togithub.com/pubkey/rxdb/blob/master/CHANGELOG.md#​873-10-November-2019) [Compare Source](https://togithub.com/pubkey/rxdb/compare/8.7.2...8.7.3) Features: - Added `RxCollection.bulkInsert()` Bugfixes: - Fix replication of migrated schemas in the server plugin ### [`v8.7.2`](https://togithub.com/pubkey/rxdb/blob/master/CHANGELOG.md#​872-24-October-2019) [Compare Source](https://togithub.com/pubkey/rxdb/compare/8.7.1...8.7.2) Bugfixes: - GraphQL replication sometimes not pushes when a big amount of documents has been pulled before - Fixed typings of PouchdbReplicationOptions Other: - Upgrade pouchdb to `7.1.1` - Refactor some internals ### [`v8.7.1`](https://togithub.com/pubkey/rxdb/blob/master/CHANGELOG.md#​871-18-October-2019) [Compare Source](https://togithub.com/pubkey/rxdb/compare/8.7.0...8.7.1) Other: - Json-Import now uses `bulkDocs` for better performance - Refactored prototype merging so it can be optimised later - Moved some check into the check-plugin to optimize production build size - Refactor schema-validation-plugins since sub-path validation is no longer needed ### [`v8.7.0`](https://togithub.com/pubkey/rxdb/blob/master/CHANGELOG.md#​870-11-October-2019) [Compare Source](https://togithub.com/pubkey/rxdb/compare/8.6.0...8.7.0) Features: - RxDB server can now be used with an existing express-app. [#​1448](https://togithub.com/pubkey/rxdb/issues/1448) Thanks [@​dstudzinski](https://togithub.com/dstudzinski) - Wrapped pouchdb conflict error into `RxError` Other: - Fixed typings of `RxError` parameters - Fix GraphQL-example to propper use Websocket-Pub-Sub

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 56


Totals Coverage Status
Change from base Build 46: 0.0%
Covered Lines: 361
Relevant Lines: 374

💛 - Coveralls