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.18.0 #200

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
knex (source) dependencies minor ^0.17.0 -> ^0.18.0

Release Notes

tgriesser/knex ### [`v0.18.0`](https://togithub.com/tgriesser/knex/blob/master/CHANGELOG.md#​0180---26-June-2019) [Compare Source](https://togithub.com/tgriesser/knex/compare/ab50bbc9a79a2879c8432d0ee147a59a888d7315...ae6bb64cbe7787e6ddfe883b3b2a4fc6c27d653e) ##### Bug fixes: - Do not reject promise on transaction rollback (by default only for new, non-callback, style of transactions for now to avoid breaking old code) [#​3235](https://togithub.com/tgriesser/knex/issues/3235) ##### New features: - Added `doNotRejectOnRollback` options for starting transactions, to prevent rejecting promises on rollback for callback-style transactions. - Use extension from knexfile for generating migrations unless overriden [#​3282](https://togithub.com/tgriesser/knex/issues/3282) - Use migrations.extension from config when generating migration [#​3242](https://togithub.com/tgriesser/knex/issues/3242) - Expose executionPromise for transactors [#​3297](https://togithub.com/tgriesser/knex/issues/3297) ##### Bug fixes: - Oracle: Updated handling of connection errors for disposal [#​2608](https://togithub.com/tgriesser/knex/issues/2608) - Fix extension resolution from env configs [#​3294](https://togithub.com/tgriesser/knex/issues/3294) ##### Test / internal changes: - Drop support for Node.js 6 [#​3227](https://togithub.com/tgriesser/knex/issues/3227) - Remove Babel [#​3227](https://togithub.com/tgriesser/knex/issues/3227) - Remove Bluebird [#​3290](https://togithub.com/tgriesser/knex/issues/3290) [#​3287](https://togithub.com/tgriesser/knex/issues/3287) [#​3285](https://togithub.com/tgriesser/knex/issues/3285) [#​3267](https://togithub.com/tgriesser/knex/issues/3267) [#​3266](https://togithub.com/tgriesser/knex/issues/3266) [#​3263](https://togithub.com/tgriesser/knex/issues/3263) - Fix comments that were modified by find & replace [#​3308](https://togithub.com/tgriesser/knex/issues/3308) ##### Typings - Add workarounds for degraded inference when strictNullChecks is set to false [#​3275](https://togithub.com/tgriesser/knex/issues/3275) - Add stub type definition for Migrator config [#​3279](https://togithub.com/tgriesser/knex/issues/3279) - Add stub to seeds type [#​3296](https://togithub.com/tgriesser/knex/issues/3296) - Fix MSSQL config typings [#​3269](https://togithub.com/tgriesser/knex/issues/3269) - Add pgsql specific table builder method typings [#​3146](https://togithub.com/tgriesser/knex/issues/3146)

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.10 :tada:

The release is available on:

Your semantic-release bot :package::rocket: