HT2-Labs / jscommons

A package of common functions used in our JavaScript applications.
MIT License
0 stars 4 forks source link

fix(deps): update dependency knex to ^0.17.0 #186

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
knex dependencies minor ^0.16.0 -> ^0.17.0 homepage, source

Release Notes

tgriesser/knex ### [`v0.17.0`](https://togithub.com/tgriesser/knex/blob/master/CHANGELOG.md#​0170---28-May-2019) [Compare Source](https://togithub.com/tgriesser/knex/compare/0.16.5...0.17.0) ##### New features: - Add support for returning started transaction without immediately executing it [#​3099](https://togithub.com/tgriesser/knex/issues/3099) - Add support for passing transaction around with only starting it when needed [#​3099](https://togithub.com/tgriesser/knex/issues/3099) - Add clearHaving function [#​3141](https://togithub.com/tgriesser/knex/issues/3141) - Add --all flag for rollback in CLI [#​3187](https://togithub.com/tgriesser/knex/issues/3187) - Add error detail log to knex CLI [#​3149](https://togithub.com/tgriesser/knex/issues/3149) - Support multi-column whereIn in sqlite through values clause [#​3220](https://togithub.com/tgriesser/knex/issues/3220) - Allow users to specify the migrations "tableName" parameter via the CLI [#​3214](https://togithub.com/tgriesser/knex/issues/3214) - Unify object options handling for datetime/timestamp across dialects [#​3181](https://togithub.com/tgriesser/knex/issues/3181) - Add "up" command for migrations [#​3205](https://togithub.com/tgriesser/knex/issues/3205) ##### Typings - Add default values for generic types (fixes backwards compatibility broken by 0.16.6) [#​3189](https://togithub.com/tgriesser/knex/issues/3189) - Make function types generic in type definitions [#​3168](https://togithub.com/tgriesser/knex/issues/3168) - Add missing types to MigratorConfig [#​3174](https://togithub.com/tgriesser/knex/issues/3174) - Add types for havingBetween, orHavingBetween, havingNotBetween and orHavingNotBetween [#​3144](https://togithub.com/tgriesser/knex/issues/3144) - Update Knex.Config types to include log [#​3221](https://togithub.com/tgriesser/knex/issues/3221) - Fix some more cases of missing typings [#​3223](https://togithub.com/tgriesser/knex/issues/3223) - Support type safe refs [#​3215](https://togithub.com/tgriesser/knex/issues/3215) - Expose some utility types [#​3211](https://togithub.com/tgriesser/knex/issues/3211) - Fix issues with typings of joins and some conflicts with Bluebird typings [#​3209](https://togithub.com/tgriesser/knex/issues/3209) ##### Bug fixes: - Fix order of migration rollback [#​3172](https://togithub.com/tgriesser/knex/issues/3172) ##### Test / internal changes: - Execute CI tests on Node.js 12 [#​3171](https://togithub.com/tgriesser/knex/issues/3171) - Docker-based test dbs [#​3157](https://togithub.com/tgriesser/knex/issues/3157) - Use cli-testlab for testing CLI [#​3191](https://togithub.com/tgriesser/knex/issues/3191)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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



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

renovate[bot] commented 5 years ago

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.

HT2Bot commented 5 years ago

:tada: This PR is included in version 2.4.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket: