Skip to content

Bump knex from 0.16.3 to 0.17.3#18

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/knex-0.17.3
Closed

Bump knex from 0.16.3 to 0.17.3#18
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/knex-0.17.3

Conversation

@dependabot-preview
Copy link

Bumps knex from 0.16.3 to 0.17.3.

Changelog

Sourced from knex's changelog.

0.17.3 - 2 June, 2019

Typings

  • Improve typings for aggregations #3245
  • Add decimalNumbers to MySqlConnectionConfig interface #3244

0.17.2 - 1 June, 2019

Typings

  • Improve count typings #3239

Bug fixes:

  • "colorette" dependency breaks browserify builds #3238

0.17.1 - 31 May, 2019

New features:

  • Add migrate:down functionality #3228

Typings

  • Update type of aggregation results to not be arrays when first has been invoked before #3237
  • Include undefined in type of single row results #3231
  • Fix incorrect type definitions for single row queries #3230

0.17.0 - 28 May, 2019

New features:

  • Add support for returning started transaction without immediately executing it #3099
  • Add support for passing transaction around with only starting it when needed #3099
  • Add clearHaving function #3141
  • Add --all flag for rollback in CLI #3187
  • Add error detail log to knex CLI #3149
  • Support multi-column whereIn in sqlite through values clause #3220
  • Allow users to specify the migrations "tableName" parameter via the CLI #3214
  • Unify object options handling for datetime/timestamp across dialects #3181
  • Add "up" command for migrations #3205

Typings

  • Add default values for generic types (fixes backwards compatibility broken by 0.16.6) #3189
  • Make function types generic in type definitions #3168
  • Add missing types to MigratorConfig #3174
  • Add types for havingBetween, orHavingBetween, havingNotBetween and orHavingNotBetween #3144
  • Update Knex.Config types to include log #3221
... (truncated)
Commits
Maintainer changes

This version was pushed to npm by kibertoad, a new releaser for knex since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 3, 2019
@dependabot-preview
Copy link
Author

Superseded by #23.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/knex-0.17.3 branch June 10, 2019 10:48
lewisdaly pushed a commit that referenced this pull request Jul 4, 2019
* PI2 & PI3 Fix for Producer.disconnect() from Develop into Master (#25)

* added the consumer code for story mojaloop#197

* added the http headers, schema validations, msg format for kafka sotry#197

* story mojaloop#197 added the notification handler

* added the test case

* added test cases for story 197

* added test cases for story 197

* Updated a couple of files to support the functional test

TODO: 
1. config Kafka config
2. health end-point
3. fix functional-runner.sh

* Added health endpoint and cleaned up package.json

* updated .nvmrc

* updates for running functional tests

* fixed functional tests for story#197

* Fix merge conflicts

* added integration test

* made changes after the code review suggestions

* unit tests

* fixed some unit tests issues with notification handler tests

* added unit tests

* Correct path in startup command

* Updating circleCI config to enable integration, functional tests and update some commands to align with template

* Commit to trigger build (for PR)

* Refactoring for parameterizing, updating paths, etc

* Dependency issue, testing if its related to 'restoring cache' failure

* Updating correct path (based on repo/project name) (#8)

* Updating correct path (based on repo/project name)

* Removing running five bells ledger tests

* Updates regarding issue with building docker image (#10)

* Updating dockerfile (#12)

* Feature/mojaloop#276 consume fulfill (#6)

* changes for story#276

* changes for story#276 after review

* changes for story#276 after review

* changes for story#276 after review

* changes for story#276 after review-removed unwanted files

* changes for story#276 after review-removed unwanted files

* changes for story#276 after review-changed the kafka topic name

* Feature/mojaloop#275 implementSendingNotificationsToParticipant(payer,payee) (#13)

* Updated the notification handler to accept  fulfilment

* removed space

* Updated the notifications handler

Updated the notifications handler with changes from the review comments

* Merge from mojaloop  dev merge

* Fixed integration tests

* fixes for issues experienced on ml-api adapter fixes for tests (#14)

* fixes for issues experienced on ml-api adapter fixes for tests

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit' (#15)

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit'

* fixed unit tests

* Feature/pi2demo fixes (#16)

* fixes for issues experienced on ml-api adapter fixes for tests

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit' (#15)

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit'

* fixed unit tests

* change return code to 200 and fixed test

* updated common streaming lib for latest version of node-rdkafka (#17)

* Hotfix for Issue mojaloop#370 (#19)

* Fix for mojaloop/project#370

* Bumped up the version from 1.86.2 to 1.86.3

* Aligned version names to the end of PI2.4 (being 1.86.2) with 2.4.1 being the hotfix

* update producer to validate if one exists already (#18)

* update producer to validate if one exists already

* fixing test coverage

* fixes for producer singleton not being created and fix tests

* PI2 & PI3 Fix for Producer.disconnect() (#24)

* Fix for mojaloop/project#370

* Bumped up the version from 1.86.2 to 1.86.3

* Aligned version names to the end of PI2.4 (being 1.86.2) with 2.4.1 being the hotfix

* Updated Producer factory disconnect function to correctly function against singleton factory pattern. Also fixed Unit tests.

* Fixed unit test coverage.

* Added dependency for "rewire" to stub the internal method calls of the Producer Unit Tests

* updated version and dependencies
made changes based on sonarqube scanning
removed hard coded strings to enums

* fixing code smells

* fixed typo as per @lewisdaly
lewisdaly pushed a commit that referenced this pull request Jul 16, 2020
* PI2 & PI3 Fix for Producer.disconnect() from Develop into Master (#25)

* added the consumer code for story mojaloop#197

* added the http headers, schema validations, msg format for kafka sotry#197

* story mojaloop#197 added the notification handler

* added the test case

* added test cases for story 197

* added test cases for story 197

* Updated a couple of files to support the functional test

TODO: 
1. config Kafka config
2. health end-point
3. fix functional-runner.sh

* Added health endpoint and cleaned up package.json

* updated .nvmrc

* updates for running functional tests

* fixed functional tests for story#197

* Fix merge conflicts

* added integration test

* made changes after the code review suggestions

* unit tests

* fixed some unit tests issues with notification handler tests

* added unit tests

* Correct path in startup command

* Updating circleCI config to enable integration, functional tests and update some commands to align with template

* Commit to trigger build (for PR)

* Refactoring for parameterizing, updating paths, etc

* Dependency issue, testing if its related to 'restoring cache' failure

* Updating correct path (based on repo/project name) (#8)

* Updating correct path (based on repo/project name)

* Removing running five bells ledger tests

* Updates regarding issue with building docker image (#10)

* Updating dockerfile (#12)

* Feature/mojaloop#276 consume fulfill (#6)

* changes for story#276

* changes for story#276 after review

* changes for story#276 after review

* changes for story#276 after review

* changes for story#276 after review-removed unwanted files

* changes for story#276 after review-removed unwanted files

* changes for story#276 after review-changed the kafka topic name

* Feature/mojaloop#275 implementSendingNotificationsToParticipant(payer,payee) (#13)

* Updated the notification handler to accept  fulfilment

* removed space

* Updated the notifications handler

Updated the notifications handler with changes from the review comments

* Merge from mojaloop  dev merge

* Fixed integration tests

* fixes for issues experienced on ml-api adapter fixes for tests (#14)

* fixes for issues experienced on ml-api adapter fixes for tests

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit' (#15)

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit'

* fixed unit tests

* Feature/pi2demo fixes (#16)

* fixes for issues experienced on ml-api adapter fixes for tests

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit' (#15)

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit'

* fixed unit tests

* change return code to 200 and fixed test

* updated common streaming lib for latest version of node-rdkafka (#17)

* Hotfix for Issue mojaloop#370 (#19)

* Fix for mojaloop/project#370

* Bumped up the version from 1.86.2 to 1.86.3

* Aligned version names to the end of PI2.4 (being 1.86.2) with 2.4.1 being the hotfix

* update producer to validate if one exists already (#18)

* update producer to validate if one exists already

* fixing test coverage

* fixes for producer singleton not being created and fix tests

* PI2 & PI3 Fix for Producer.disconnect() (#24)

* Fix for mojaloop/project#370

* Bumped up the version from 1.86.2 to 1.86.3

* Aligned version names to the end of PI2.4 (being 1.86.2) with 2.4.1 being the hotfix

* Updated Producer factory disconnect function to correctly function against singleton factory pattern. Also fixed Unit tests.

* Fixed unit test coverage.

* Added dependency for "rewire" to stub the internal method calls of the Producer Unit Tests

* updated dependencies for events flow

Co-authored-by: Miguel de Barros <miguel@debarros.me>
lewisdaly pushed a commit that referenced this pull request Jul 16, 2020
* PI2 & PI3 Fix for Producer.disconnect() from Develop into Master (#25)

* added the consumer code for story mojaloop#197

* added the http headers, schema validations, msg format for kafka sotry#197

* story mojaloop#197 added the notification handler

* added the test case

* added test cases for story 197

* added test cases for story 197

* Updated a couple of files to support the functional test

TODO: 
1. config Kafka config
2. health end-point
3. fix functional-runner.sh

* Added health endpoint and cleaned up package.json

* updated .nvmrc

* updates for running functional tests

* fixed functional tests for story#197

* Fix merge conflicts

* added integration test

* made changes after the code review suggestions

* unit tests

* fixed some unit tests issues with notification handler tests

* added unit tests

* Correct path in startup command

* Updating circleCI config to enable integration, functional tests and update some commands to align with template

* Commit to trigger build (for PR)

* Refactoring for parameterizing, updating paths, etc

* Dependency issue, testing if its related to 'restoring cache' failure

* Updating correct path (based on repo/project name) (#8)

* Updating correct path (based on repo/project name)

* Removing running five bells ledger tests

* Updates regarding issue with building docker image (#10)

* Updating dockerfile (#12)

* Feature/mojaloop#276 consume fulfill (#6)

* changes for story#276

* changes for story#276 after review

* changes for story#276 after review

* changes for story#276 after review

* changes for story#276 after review-removed unwanted files

* changes for story#276 after review-removed unwanted files

* changes for story#276 after review-changed the kafka topic name

* Feature/mojaloop#275 implementSendingNotificationsToParticipant(payer,payee) (#13)

* Updated the notification handler to accept  fulfilment

* removed space

* Updated the notifications handler

Updated the notifications handler with changes from the review comments

* Merge from mojaloop  dev merge

* Fixed integration tests

* fixes for issues experienced on ml-api adapter fixes for tests (#14)

* fixes for issues experienced on ml-api adapter fixes for tests

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit' (#15)

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit'

* fixed unit tests

* Feature/pi2demo fixes (#16)

* fixes for issues experienced on ml-api adapter fixes for tests

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit' (#15)

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit'

* fixed unit tests

* change return code to 200 and fixed test

* updated common streaming lib for latest version of node-rdkafka (#17)

* Hotfix for Issue mojaloop#370 (#19)

* Fix for mojaloop/project#370

* Bumped up the version from 1.86.2 to 1.86.3

* Aligned version names to the end of PI2.4 (being 1.86.2) with 2.4.1 being the hotfix

* update producer to validate if one exists already (#18)

* update producer to validate if one exists already

* fixing test coverage

* fixes for producer singleton not being created and fix tests

* PI2 & PI3 Fix for Producer.disconnect() (#24)

* Fix for mojaloop/project#370

* Bumped up the version from 1.86.2 to 1.86.3

* Aligned version names to the end of PI2.4 (being 1.86.2) with 2.4.1 being the hotfix

* Updated Producer factory disconnect function to correctly function against singleton factory pattern. Also fixed Unit tests.

* Fixed unit test coverage.

* Added dependency for "rewire" to stub the internal method calls of the Producer Unit Tests

* updated dependencies for events flow

* updated to newly released version of event-sdk

* dependencies updated

Co-authored-by: Miguel de Barros <miguel@debarros.me>
lewisdaly pushed a commit that referenced this pull request Jul 16, 2020
* PI2 & PI3 Fix for Producer.disconnect() from Develop into Master (#25)

* added the consumer code for story mojaloop#197

* added the http headers, schema validations, msg format for kafka sotry#197

* story mojaloop#197 added the notification handler

* added the test case

* added test cases for story 197

* added test cases for story 197

* Updated a couple of files to support the functional test

TODO: 
1. config Kafka config
2. health end-point
3. fix functional-runner.sh

* Added health endpoint and cleaned up package.json

* updated .nvmrc

* updates for running functional tests

* fixed functional tests for story#197

* Fix merge conflicts

* added integration test

* made changes after the code review suggestions

* unit tests

* fixed some unit tests issues with notification handler tests

* added unit tests

* Correct path in startup command

* Updating circleCI config to enable integration, functional tests and update some commands to align with template

* Commit to trigger build (for PR)

* Refactoring for parameterizing, updating paths, etc

* Dependency issue, testing if its related to 'restoring cache' failure

* Updating correct path (based on repo/project name) (#8)

* Updating correct path (based on repo/project name)

* Removing running five bells ledger tests

* Updates regarding issue with building docker image (#10)

* Updating dockerfile (#12)

* Feature/mojaloop#276 consume fulfill (#6)

* changes for story#276

* changes for story#276 after review

* changes for story#276 after review

* changes for story#276 after review

* changes for story#276 after review-removed unwanted files

* changes for story#276 after review-removed unwanted files

* changes for story#276 after review-changed the kafka topic name

* Feature/mojaloop#275 implementSendingNotificationsToParticipant(payer,payee) (#13)

* Updated the notification handler to accept  fulfilment

* removed space

* Updated the notifications handler

Updated the notifications handler with changes from the review comments

* Merge from mojaloop  dev merge

* Fixed integration tests

* fixes for issues experienced on ml-api adapter fixes for tests (#14)

* fixes for issues experienced on ml-api adapter fixes for tests

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit' (#15)

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit'

* fixed unit tests

* Feature/pi2demo fixes (#16)

* fixes for issues experienced on ml-api adapter fixes for tests

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit' (#15)

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit'

* fixed unit tests

* change return code to 200 and fixed test

* updated common streaming lib for latest version of node-rdkafka (#17)

* Hotfix for Issue mojaloop#370 (#19)

* Fix for mojaloop/project#370

* Bumped up the version from 1.86.2 to 1.86.3

* Aligned version names to the end of PI2.4 (being 1.86.2) with 2.4.1 being the hotfix

* update producer to validate if one exists already (#18)

* update producer to validate if one exists already

* fixing test coverage

* fixes for producer singleton not being created and fix tests

* PI2 & PI3 Fix for Producer.disconnect() (#24)

* Fix for mojaloop/project#370

* Bumped up the version from 1.86.2 to 1.86.3

* Aligned version names to the end of PI2.4 (being 1.86.2) with 2.4.1 being the hotfix

* Updated Producer factory disconnect function to correctly function against singleton factory pattern. Also fixed Unit tests.

* Fixed unit test coverage.

* Added dependency for "rewire" to stub the internal method calls of the Producer Unit Tests

* updated dependencies for events flow

* updated to newly released version of event-sdk

* Added a regex to return the fspiop-uri from the resource level no from the FSP name

* added extra test

Co-authored-by: Miguel de Barros <miguel@debarros.me>
lewisdaly pushed a commit that referenced this pull request Jul 16, 2020
* PI2 & PI3 Fix for Producer.disconnect() from Develop into Master (#25)

* added the consumer code for story mojaloop#197

* added the http headers, schema validations, msg format for kafka sotry#197

* story mojaloop#197 added the notification handler

* added the test case

* added test cases for story 197

* added test cases for story 197

* Updated a couple of files to support the functional test

TODO: 
1. config Kafka config
2. health end-point
3. fix functional-runner.sh

* Added health endpoint and cleaned up package.json

* updated .nvmrc

* updates for running functional tests

* fixed functional tests for story#197

* Fix merge conflicts

* added integration test

* made changes after the code review suggestions

* unit tests

* fixed some unit tests issues with notification handler tests

* added unit tests

* Correct path in startup command

* Updating circleCI config to enable integration, functional tests and update some commands to align with template

* Commit to trigger build (for PR)

* Refactoring for parameterizing, updating paths, etc

* Dependency issue, testing if its related to 'restoring cache' failure

* Updating correct path (based on repo/project name) (#8)

* Updating correct path (based on repo/project name)

* Removing running five bells ledger tests

* Updates regarding issue with building docker image (#10)

* Updating dockerfile (#12)

* Feature/mojaloop#276 consume fulfill (#6)

* changes for story#276

* changes for story#276 after review

* changes for story#276 after review

* changes for story#276 after review

* changes for story#276 after review-removed unwanted files

* changes for story#276 after review-removed unwanted files

* changes for story#276 after review-changed the kafka topic name

* Feature/mojaloop#275 implementSendingNotificationsToParticipant(payer,payee) (#13)

* Updated the notification handler to accept  fulfilment

* removed space

* Updated the notifications handler

Updated the notifications handler with changes from the review comments

* Merge from mojaloop  dev merge

* Fixed integration tests

* fixes for issues experienced on ml-api adapter fixes for tests (#14)

* fixes for issues experienced on ml-api adapter fixes for tests

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit' (#15)

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit'

* fixed unit tests

* Feature/pi2demo fixes (#16)

* fixes for issues experienced on ml-api adapter fixes for tests

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit' (#15)

* re-aligning notification logic to '2.1.3. Transfer Handler Consume (Success)' flow. Notification handler expecting action of 'fulfil' where as per SDs it should be 'commit'

* fixed unit tests

* change return code to 200 and fixed test

* updated common streaming lib for latest version of node-rdkafka (#17)

* Hotfix for Issue mojaloop#370 (#19)

* Fix for mojaloop/project#370

* Bumped up the version from 1.86.2 to 1.86.3

* Aligned version names to the end of PI2.4 (being 1.86.2) with 2.4.1 being the hotfix

* update producer to validate if one exists already (#18)

* update producer to validate if one exists already

* fixing test coverage

* fixes for producer singleton not being created and fix tests

* PI2 & PI3 Fix for Producer.disconnect() (#24)

* Fix for mojaloop/project#370

* Bumped up the version from 1.86.2 to 1.86.3

* Aligned version names to the end of PI2.4 (being 1.86.2) with 2.4.1 being the hotfix

* Updated Producer factory disconnect function to correctly function against singleton factory pattern. Also fixed Unit tests.

* Fixed unit test coverage.

* Added dependency for "rewire" to stub the internal method calls of the Producer Unit Tests

* updated dependencies for events flow

* updated to newly released version of event-sdk

* The updated event-sdk library has an issue where it makes the parentId null and this was breaking the incoming message

Co-authored-by: Miguel de Barros <miguel@debarros.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants