Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
greenkeeper bot opened this issue Mar 5, 2020 · 5 comments
Closed

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

greenkeeper bot opened this issue Mar 5, 2020 · 5 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 5, 2020


☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency knex was updated from 0.20.10 to 0.20.11.

🚨 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 13 commits.

  • 85888ce Prepare to release 0.20.11 (#3689)
  • b80966a Cleanup/extract transaction ordering logic (implementation 2.0) (#3698)
  • 4678359 timeout(..) function clears unnecessary timeouts (#3703)
  • 51052c5 Cleanup/remove dead oracle code (#3697)
  • 05fedd9 Mark missing test cases as "pending" rather than "passed" (#3695)
  • dc30abf bugfix mysql query errors ignored (#3690)
  • b025aea remove dependency on bluebird methods from sources (#3683)
  • 8c07192 #3653 Mark knex arguments of composite/collection types to be readonly (#3680)
  • 3bea3f6 Add OracleDB handling for buffer type in fetchAsString (#3685)
  • 8159f04 Remove dependency on bluebird methods from tests (#3682)
  • c9be848 Update list of maintainers (#3676)
  • f3151bd Cleanup and extract Transaction Workflow logic (rebase) (#3674)
  • eaf0d15 Fix race condition in non-container transactions (#3671)

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 5, 2020

After pinning to 0.20.10 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 19, 2020

  • The devDependency knex was updated from 0.20.11 to 0.20.12.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 12 commits.

  • 90eac8f Prepare for 0.20.12 release
  • 31c5b86 Fix: Transaction_OracleDB can use config.connection (#3731)
  • 37d9c30 Fix/method binding on knex proxy (#3717)
  • acf56b5 Fix incorrect type signature of Having (#3719)
  • c309c98 Cleanup/remove transaction stalling (#3716)
  • 0f523db Removed .should(..) syntax from test cases (#3713)
  • 9d07bc9 Removed some globals from tests (#3712)
  • d00bd8d Fix: Added missing call to _reject in Transactor#transaction (#3706)
  • 6e6b666 Rewrote Transaction#acquireConnection() methods to use async (#3707)
  • 4006bdd Fixed a few unhandled Promise rejections in a test case (#3705)
  • 2270c11 Speed up CI by tweaking db configs (#3688)
  • 1ae9312 Updated .gitignore files to ignore testing artifacts (#3709)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 23, 2020

  • The devDependency knex was updated from 0.20.12 to 0.20.13.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 18 commits.

  • 7077498 Prepare 0.20.13 release
  • 4dfd64b Merge branch '0.20' of https://github.com/knex/knex into 0.20
  • 0d775cf Cherry-pick fixes from master (#3745)
  • 7c38d2b Make protocol length check more defensive (#3744)
  • 73cd434 Add unit tests for escape utility functions (#3742)
  • 935687e Typescript: Makes the ChainableInterface conform to Promise (#3724)
  • 90eac8f Prepare for 0.20.12 release
  • 31c5b86 Fix: Transaction_OracleDB can use config.connection (#3731)
  • 37d9c30 Fix/method binding on knex proxy (#3717)
  • acf56b5 Fix incorrect type signature of Having (#3719)
  • c309c98 Cleanup/remove transaction stalling (#3716)
  • 0f523db Removed .should(..) syntax from test cases (#3713)
  • 9d07bc9 Removed some globals from tests (#3712)
  • d00bd8d Fix: Added missing call to _reject in Transactor#transaction (#3706)
  • 6e6b666 Rewrote Transaction#acquireConnection() methods to use async (#3707)

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 14, 2020

  • The devDependency knex was updated from 0.20.13 to 0.20.14.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 30 commits.

  • ce20afd Prepare 0.20.14 release
  • c4c527a Fix minor issues around typings (#3765)
  • 6111ccc Add clearGroup method (#3771)
  • 142807c interface Knex and function Knex should have the same types (#3787)
  • 8961b21 Split tests in groups (#3785)
  • 9e9d3c5 Add toSQL and toString to SchemaBuilder (#3758)
  • 1888a7c Update signature of orderBy to support QueryBuilder inside array (#3757)
  • 474968b Add typings for MigrationSource (#3756)
  • efca605 CLI: adds support for asynchronous knexfile loading (#3748)
  • 7575946 Minor improvements on the usage of fs utilities - unify all the fs functions into the same util/fs to simplify things (#3749)
  • f2d513e Minor test internal enhancements (#3747)
  • a81f40a typings: support Raw types for insert, where, update (#3730)
  • 7077498 Prepare 0.20.13 release
  • 4dfd64b Merge branch '0.20' of https://github.com/knex/knex into 0.20
  • 0d775cf Cherry-pick fixes from master (#3745)

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 15, 2020

  • The devDependency knex was updated from 0.20.14 to 0.20.15.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 33 commits.

  • 7dd55c1 Prepare 0.20.15 release
  • 46b6f5c Fix: Support for .finally(..) on knex's Promise-alikes (#3800)
  • ef3ba01 Add types for .distinctOn (#3784)
  • ce20afd Prepare 0.20.14 release
  • c4c527a Fix minor issues around typings (#3765)
  • 6111ccc Add clearGroup method (#3771)
  • 142807c interface Knex and function Knex should have the same types (#3787)
  • 8961b21 Split tests in groups (#3785)
  • 9e9d3c5 Add toSQL and toString to SchemaBuilder (#3758)
  • 1888a7c Update signature of orderBy to support QueryBuilder inside array (#3757)
  • 474968b Add typings for MigrationSource (#3756)
  • efca605 CLI: adds support for asynchronous knexfile loading (#3748)
  • 7575946 Minor improvements on the usage of fs utilities - unify all the fs functions into the same util/fs to simplify things (#3749)
  • f2d513e Minor test internal enhancements (#3747)
  • a81f40a typings: support Raw types for insert, where, update (#3730)

There are 33 commits in total.

See the full diff

@daffl daffl closed this as completed Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant