feathersjs-ecosystem/feathers-knex

An in-range update of knex is breaking the build 🚨

greenkeeper opened this issue Β· 6 comments

The devDependency knex was updated from 0.20.0 to 0.20.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

knex is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 7 commits.

  • 6dfd566 Prepare 0.20.1 release
  • a5c23a4 Declare drivers as peerDependencies(Meta) (Fix #3059) (#3081)
  • 6f5a13d Gracefully handle global promise pollution (#3502)
  • 0560959 feat: wrap subQuery with parenthesis when it appears as table name (#3496)
  • 1f4d8f2 Fix Oracle error codes (#3498)
  • f4b6848 Dynamic connection configuration resolution (#3497)
  • d806ec0 #3367 Add interface for PG Connection object (#3372)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 0.20.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The devDependency knex was updated from 0.20.1 to 0.20.2.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 8 commits.

  • 1cd09bf Prepare 0.20.2 release
  • b5cd667 Update dependencies (#3539)
  • ec9c9b6 Expand SeedsConfig types (#3531)
  • 0214f11 Make sqlite3 hasColumn case insensitive (#3435)
  • 115ff3c Fix typing file (#3505)
  • f87b28c Add support for distinct on for postgres (#3513)
  • 63986fa Make the default type parameters of QueryBuilder less strict (#3520)
  • af12940 Fix regression in older version of node when Promise#finally

See the full diff

  • The devDependency knex was updated from 0.20.2 to 0.20.3.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 16 commits.

  • ea06332 Prepare 0.20.3 release
  • f4099af Support 'only' option (#3551)
  • e1191ce make sure CLI works for namespaced knex packages as well (#2539)
  • 03d6f06 Initialize data to buffer instead of string for non-strings (#3545)
  • 2ac08c3 fix(timeout): knex timeout for postgresql use cancel instead of terminate (#3518)
  • 79ccb7d Lift up dialect specific methods in the CreateTableBuilder (#3532)
  • 07276bc Add connection string qs to connection params (#3547)
  • 3c2969d Add client property to QueryBuilder type (#3541)
  • 1cd09bf Prepare 0.20.2 release
  • b5cd667 Update dependencies (#3539)
  • ec9c9b6 Expand SeedsConfig types (#3531)
  • 0214f11 Make sqlite3 hasColumn case insensitive (#3435)
  • 115ff3c Fix typing file (#3505)
  • f87b28c Add support for distinct on for postgres (#3513)
  • 63986fa Make the default type parameters of QueryBuilder less strict (#3520)

There are 16 commits in total.

See the full diff

  • The devDependency knex was updated from 0.20.3 to 0.20.4.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 24 commits.

  • 7c3637e Prepare 0.20.4 release
  • c53247d Make logger methods mutually consistent (#3567)
  • c72b955 Fix QueryBuilder.extend this type (#3526) (#3528)
  • 65e1a3a Fix debug logger messing up queries with % (#3566)
  • 65c6ebc Add missing methods to client type (#3565)
  • 2289c08 Fix queryContext function defintion (#3562)
  • 84fce33 Remove bluebird.using (#3552)
  • 1ca7bc2 Clarify acquireConnection() signature (#3554)
  • ea06332 Prepare 0.20.3 release
  • f4099af Support 'only' option (#3551)
  • e1191ce make sure CLI works for namespaced knex packages as well (#2539)
  • 03d6f06 Initialize data to buffer instead of string for non-strings (#3545)
  • 2ac08c3 fix(timeout): knex timeout for postgresql use cancel instead of terminate (#3518)
  • 79ccb7d Lift up dialect specific methods in the CreateTableBuilder (#3532)
  • 07276bc Add connection string qs to connection params (#3547)

There are 24 commits in total.

See the full diff

  • The devDependency knex was updated from 0.20.4 to 0.20.5.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • a2a6660 Prepare 0.20.5 release
  • 3914bf5 Fix colors in debug logs (#3592)
  • 9b37c94 Return more information about empty updates (#3597)
  • c277edb Use more efficient algorithm for generating internal ids (#3595) (#3596)
  • a613fe2 Fix some spelling mistakes (#3572)
  • dcbe555 The project location has moved to knex/knex (#3573)
  • d5773f8 Use Buffer.alloc() instead of deprecated () (#3574)

See the full diff

  • The devDependency knex was updated from 0.20.4 to 0.20.6.

Your tests are still failing with this version. Compare changes