Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

fix(deps): update dependency knex to v0.20.13#36

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/knex-0.x
Open

fix(deps): update dependency knex to v0.20.13#36
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/knex-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 8, 2020

This PR contains the following updates:

Package Type Update Change
knex (source) dependencies minor 0.19.5 -> 0.20.13

Release Notes

knex/knex

v0.20.13

Compare Source

v0.20.12

Compare Source

v0.20.11

Compare Source

New features:
  • Oracle: Add OracleDB handling for buffer type in fetchAsString #​3685
Bug fixes:
  • Fix race condition in non-container transactions #​3671
Typings:
  • Mark knex arguments of composite/collection types to be readonly #​3680
Test / internal changes:
  • Remove dependency on bluebird methods from sources #​3683
  • Cleanup and extract Transaction Workflow logic #​3674

v0.20.10

Compare Source

Bug fixes:
  • Oracle: commit was a no-op causing race conditions #​3668
  • CLI: Knex calls process.chdir() before opening Knexfile #​3661
  • Fixed unresolved promise in cancelQuery() #​3666
Typings:
  • fn.now takes optionally a precision argument. #​3662
  • PG: Include SSL in connection definition #​3659
Test / internal changes:

v0.20.9

Compare Source

Bug fixes:
  • CLI: Improve Support for Liftoff's Preloaders - this should fix some cases like using TS for your migrations #​3613
Typings:
  • MSSQL: Add enableArithAbort to MsSqlConnectionConfig
Test / internal changes:
  • Refactor more tests to use cli-testlab #​3640
  • Update QueryCompiler implementation to use classes #​3647

v0.20.8

Compare Source

New features:
  • CLI: Support ES6 modules via flag --esm #​3616
Bug fixes:
  • CLI: Print help only when there are no arguments #​3617
Typings:
  • Fix incorrect type of QueryBuilder.first('*') result #​3621

v0.20.7

Compare Source

New features:
  • Throw better error when trying to modify schema while using unsupported dialect #​3609
Bug fixes:
  • Oracle: dispose connection on connection error #​3611
  • Oracle: fix not releasing connection from pool on disconnect #​3605
  • CLI: prevent warning with root command #​3604
Typings:
  • Add create/drop schema methods to SchemaBuilder #​3579

v0.20.6

Compare Source

Bug fixes:
  • Enforce Unix (lf) line terminators #​3598

v0.20.4

Compare Source

Bug fixes:
  • Fix debug logger messing up queries with % #​3566
  • Make logger methods mutually consistent #​3567
Typings:
Test / internal changes:

v0.20.3

Compare Source

New features:
  • MSSQL, MySQL: Add connection string qs to connection params #​3547
Bug fixes:
  • Oracle: Fix issue retrieving BLOB from database #​3545
  • PostgreSQL: Timeout for postgresql use cancel instead of terminate #​3518
  • Make sure CLI works for namespaced knex packages #​2539
Typings:
  • Lift up dialect specific methods in the CreateTableBuilder #​3532
  • Add client property to QueryBuilder type #​3541
  • Support 'only' option #​3551

v0.20.2

Compare Source

New features:
  • Add support for distinct on for postgres #​3513
Bug fixes:
  • Make sqlite3 hasColumn case insensitive #​3435
Typings:
  • Fix PoolConfig typing #​3505
  • Expand SeedsConfig types #​3531
  • Make the default type parameters of QueryBuilder less strict #​3520
  • Fix regression in older version of node when Promise#finally was not available #​3507

v0.20.1

Compare Source

New features:
  • Oracle: Add OracleDB handling for buffer type in fetchAsString #​3685
Bug fixes:
  • Fix race condition in non-container transactions #​3671
Typings:
  • Mark knex arguments of composite/collection types to be readonly #​3680
Test / internal changes:
  • Remove dependency on bluebird methods from sources #​3683
  • Cleanup and extract Transaction Workflow logic #​3674

v0.20.0

Compare Source

New features:
  • orderBy accepts QueryBuilder #​3491
  • Add validation in .offset() #​2908
  • disable_migrations_list_validation feature #​3448
Bug fixes:
  • Fix oracledb driver v4 support #​3480
  • Fix some issues around seed and migration generation #​3479
  • Fix bugs in replacement logic used when dropping columns in SQLite #​3476
Typings:
  • Add types to the Migrator interface #​3459
  • Fix typings of index and dropIndex TableBuilder methods #​3486
  • Fixes types for Seeder#run #​3438
Test / internal changes:
  • Execute CI on Node.js 13
  • Bluebird: remove usage of return, reflect, fromCallback methods #​3483
  • Bluebird: remove Bluebird.bind #​3477
  • Bluebird: use util.promisify instead of Bluebird.promisify #​3470
  • Bluebird: remove Bluebird.each #​3471
  • Bluebird: remove Bluebird.map and Bluebird.mapSeries #​3474
  • Bluebird: replace Bluebird.map with Promise.all #​3469
  • Update badges #​3482

Renovate configuration

📅 Schedule: 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, check this box

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

@renovate renovate bot force-pushed the renovate/knex-0.x branch from 2d198cc to ba9b22d Compare February 8, 2020 23:38
@renovate renovate bot force-pushed the renovate/knex-0.x branch from ba9b22d to f9efcfc Compare February 16, 2020 19:30
@renovate renovate bot changed the title fix(deps): update dependency knex to v0.20.9 fix(deps): update dependency knex to v0.20.10 Feb 16, 2020
@renovate renovate bot force-pushed the renovate/knex-0.x branch from f9efcfc to fae865a Compare March 5, 2020 20:47
@renovate renovate bot changed the title fix(deps): update dependency knex to v0.20.10 fix(deps): update dependency knex to v0.20.11 Mar 5, 2020
@renovate renovate bot force-pushed the renovate/knex-0.x branch from fae865a to decc625 Compare March 19, 2020 14:38
@renovate renovate bot changed the title fix(deps): update dependency knex to v0.20.11 fix(deps): update dependency knex to v0.20.12 Mar 19, 2020
@renovate renovate bot force-pushed the renovate/knex-0.x branch from decc625 to b9018ba Compare March 23, 2020 00:48
@renovate renovate bot changed the title fix(deps): update dependency knex to v0.20.12 fix(deps): update dependency knex to v0.20.13 Mar 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant