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

build(deps): bump postgres from 2.0.0-beta.2 to 2.0.0-beta.3 #623

Merged
merged 1 commit into from Jan 20, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2021

Bumps postgres from 2.0.0-beta.2 to 2.0.0-beta.3.

Release notes

Sourced from postgres's releases.

v2.0.0-beta.3

  • Fix parallel SCRAM-SHA-256 authentication (#145) 0709db4
  • Expose the PostgresError type for TypeScript (#99) 4d5fdc1
  • Fix type of timeout (#118) c2c0bf1

porsager/postgres@v2.0.0-beta.2...v2.0.0-beta.3

Commits
  • 559ebd9 2.0.0-beta.3
  • c7e1430 Please eslint
  • c6cd688 Increase timeout for parallel scram-sha-256 test to avoid timeout error
  • 7d33cc2 Add timeout override feature to tests
  • 0709db4 Fix SCRAM-SHA-256 authentication by cloning the options object which is used ...
  • 4d5fdc1 Expose the PostgresError type for TypeScript (#99)
  • 749684b Add doc for ssl rejectUnauthorized: false (#126)
  • c2c0bf1 Fix type of timeout (#118)
  • See full diff in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [postgres](https://github.com/porsager/postgres) from 2.0.0-beta.2 to 2.0.0-beta.3.
- [Release notes](https://github.com/porsager/postgres/releases)
- [Commits](porsager/postgres@v2.0.0-beta.2...v2.0.0-beta.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2021
@github-actions
Copy link
Contributor

==== C8 test coverage ====
Statements: 65.86% ( 24104/36601 )
Branches : 66.14% ( 2651 /4008 )
Functions : 65.36% ( 785 /1201 )
Lines : 65.86% ( 24104 /36601 )

@github-actions
Copy link
Contributor

==== Benchmark result ====

Node.js version: 15
Total benchmarks: 15
          Passed: 15
          Failed: 0
-----------
router - github static path              200000  iterations    8176  ns/op
router - github path params              200000  iterations    9524  ns/op
compas validator simple                 5000000  iterations     270  ns/op
yup validator simple                     100000  iterations   12517  ns/op
fastest-validator validator simple     10000000  iterations     121  ns/op
compas validator nested                 1000000  iterations    1539  ns/op
yup validator nested                      50000  iterations   38860  ns/op
fastest-validator validator nested      2000000  iterations     558  ns/op
logger - strings                         500000  iterations    2659  ns/op
logger - objects                         500000  iterations    3326  ns/op
logger - deep objects                    200000  iterations    5942  ns/op
uuid                                    5000000  iterations     369  ns/op
uuid.isValid                           10000000  iterations     176  ns/op
isNil                                 500000000  iterations       0  ns/op
isPlainObject                         100000000  iterations      19  ns/op

@github-actions
Copy link
Contributor

==== Benchmark result ====

Node.js version: 14
Total benchmarks: 15
          Passed: 15
          Failed: 0
-----------
router - github static path              200000  iterations    6868  ns/op
router - github path params              200000  iterations    8952  ns/op
compas validator simple                 5000000  iterations     229  ns/op
yup validator simple                     100000  iterations   10772  ns/op
fastest-validator validator simple     10000000  iterations     110  ns/op
compas validator nested                 1000000  iterations    1252  ns/op
yup validator nested                      50000  iterations   33902  ns/op
fastest-validator validator nested      5000000  iterations     499  ns/op
logger - strings                         500000  iterations    2494  ns/op
logger - objects                         500000  iterations    3092  ns/op
logger - deep objects                    500000  iterations    5400  ns/op
uuid                                    5000000  iterations     447  ns/op
uuid.isValid                           10000000  iterations     156  ns/op
isNil                                 500000000  iterations       0  ns/op
isPlainObject                         100000000  iterations      17  ns/op

@dirkdev98 dirkdev98 merged commit 30bfdd1 into main Jan 20, 2021
@dirkdev98 dirkdev98 deleted the dependabot/npm_and_yarn/postgres-2.0.0-beta.3 branch January 20, 2021 08:06
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.

None yet

1 participant