rafamel / rxdb-utils

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

chore(deps): update all non-major dependencies (development) #14

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@pika/pack (source) devDependencies minor ^0.4.0 -> ^0.5.0
@pika/plugin-build-web (source) devDependencies minor ^0.8.3 -> ^0.9.0
@pika/plugin-standard-pkg (source) devDependencies minor ^0.8.3 -> ^0.9.0
rxdb (source) devDependencies minor 8.6.0 -> 8.9.0

Release Notes

pikapkg/pack ### [`v0.5.0`](https://togithub.com/pikapkg/pack/releases/v0.5.0) [Compare Source](https://togithub.com/pikapkg/pack/compare/v0.4.0...v0.5.0) #### Breaking Changes - New Interface! - A new [@​pika/cli](https://togithub.com/pikapkg/cli) is included with every [@​pika/pack](https://togithub.com/pika/pack) install. - `npx @​pika/pack build` -> `pika build` - `npx @​pika/pack publish` -> `pika publish` - `npx @​pika/pack build` -> `npx @​pika/pack` (the "build" command is no longer needed for this CLI) - **No longer supported:** `pack build`, replace with either `pika build` or `pika-pack` #### Other New Features - Pass any top-level config "sourcemap" option to all plugins [`10b386b`](https://togithub.com/pikapkg/pack/commit/10b386b) - Lots of cleanup & fixes [`a037d7e`](https://togithub.com/pikapkg/pack/commit/a037d7e)
pikapkg/builders ### [`v0.9.2`](https://togithub.com/pikapkg/builders/compare/v0.9.1...v0.9.2) [Compare Source](https://togithub.com/pikapkg/builders/compare/v0.9.1...v0.9.2) ### [`v0.9.1`](https://togithub.com/pikapkg/builders/releases/v0.9.1) [Compare Source](https://togithub.com/pikapkg/builders/compare/v0.9.0...v0.9.1) `simple-bin`: Fix broken error statement ### [`v0.9.0`](https://togithub.com/pikapkg/builders/releases/v0.9.0) [Compare Source](https://togithub.com/pikapkg/builders/compare/v0.8.3...v0.9.0) - `plugin-simple-bin`: Fix an issue with hanging CLIs on error - `plugin-ts-standard-pkg`: Update `compilerOptions.target` from es2019 to es2020 - `plugin-build-types`: Adds the ability to auto-type your JavaScript, if no types are found
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.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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