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 pg is breaking the build 🚨 #183

Open
greenkeeper bot opened this issue Nov 19, 2019 · 11 comments
Open

An in-range update of pg is breaking the build 🚨 #183

greenkeeper bot opened this issue Nov 19, 2019 · 11 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Nov 19, 2019

The dependency pg was updated from 7.12.1 to 7.13.0.

🚨 View failing branch.

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

pg is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/appveyor/branch: Waiting for AppVeyor build to complete (Details).
  • continuous-integration/travis-ci/push: The Travis CI build is in progress (Details).
  • SockRPG: Build failed (Details).

Commits

The new version differs by 8 commits.

  • c10a96c Bump version
  • eac3e4d Update changelog
  • bf029c8 Support additional tls.connect() options (#1996)
  • ced31dd Update SPONSORS.md
  • 06fbe19 Skip TLS SNI if host is IP address (#1890)
  • cd66c0b Add explicit files list to package.json (#1951)
  • caa6517 Fix disconnection tests for pg-pool 2.0.7 (#1946)
  • fde5ec5 Use arrow character in readme

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 Nov 19, 2019

After pinning to 7.12.1 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 Nov 20, 2019

  • The dependency pg was updated from 7.13.0 to 7.14.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 30f67bb Bump version
  • b05ea52 Update changelog
  • 510a273 Revert "Support additional tls.connect() options (#1996)" (#2010)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 17, 2019

  • The dependency pg was updated from 7.14.0 to 7.15.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • ebb81db Publish
  • 7feaafd Update changelog
  • 1b5f3e3 Monorepo (#2014)
  • 2b59209 Warn when functions intended as constructors are called without new (#2021)
  • c1f954b Remove unreachable branch in parseE (#2020)
  • b03a3bd Clear connection timeout on error (#2015)
  • 8f56b8c Add PostgreSQL 10 to CI (#1947)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 18, 2019

  • The dependency pg was updated from 7.15.0 to 7.15.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 99 commits.

  • cccf84e Publish
  • 69f30df Merge pull request #2030 from brianc/bmc/add-pg-cursor
  • b14cf67 Remove postgres 9.1 from test matrix - json is not supported
  • 57177d7 Use public npm - accidentally had my work npm configured
  • 5c0c93c Remove nested travis file
  • 423baa6 Update lint rules for pg-cursor
  • 37d1574 Add 'packages/pg-cursor/' from commit '492fbdbb65f6f33396d1017fa4cdbbb247dd3895'
  • 492fbdb Merge branch 'juneidysoo-master'
  • e20d012 Merge branch 'master' of https://github.com/juneidysoo/node-pg-cursor into juneidysoo-master
  • e34c602 Merge pull request #32 from hetul/fix-closing-finished-connections
  • 124c89b fix lint issues
  • 3790609 Bump version
  • 5055b3a Merge pull request #58 from brianc/bmc/add-test-and-deprecate-method
  • cedce4b Fix lint & enable all tests
  • 507c7ea Merge branch 'master' into bmc/add-test-and-deprecate-method

There are 99 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 26, 2019

  • The dependency pg was updated from 7.15.1 to 7.15.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 89 commits.

  • dfae78e Publish
  • 30fb8fb Improve dockerfile prompt
  • b5d5847 Merge pull request #2041 from brianc/bmc/add-remote-conatiner
  • 0167a41 Add devcontainer for working on windows
  • 582b56d Merge pull request #2036 from brianc/bmc/update-readme
  • bd3efaa Merge pull request #2035 from brianc/bmc/add-pg-query-stream
  • c090e4f Actually update the right file in the right place...
  • 8b7e874 Update readme
  • fdae851 Delete files which are no longer needed as they exist in the monorepo
  • 6b7b8d1 Do not run tests in parallel
  • ef2f2d2 Unify lint
  • 8607302 Run gitsubtree merge
  • db1b95e Add 'packages/pg-query-stream/' from commit '9ced05e8aab65f3fdf1a67add87bfc9035e487e8'
  • 0189c95 Create FUNDING.yml
  • 9ced05e Bump version

There are 89 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 27, 2019

  • The dependency pg was updated from 7.15.2 to 7.16.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 22 commits.

  • 69345eb Publish
  • 1cf6444 Update changelog
  • cc3b093 Merge pull request #2045 from brianc/bmc/add-pretest-and-prepublish
  • 01e0644 Add pretest and prepublish script
  • 3278dce Merge pull request #2044 from brianc/bmc/packet-stream-parser
  • 2431a63 Merge pull request #2042 from brianc/bmc/callback-on-ready
  • 6168f2e Disable lint on missing module since the file is not included
  • 89b451e Properly merge dockerfile
  • 68e063e Merge origin/master
  • 766e48f Update types & move some configs around
  • 47af4e8 Don't modify path
  • 5a6166d Fire close callback when ready for next query
  • d28d826 Ignore markdown changes in lerna updated
  • 5c5dcc5 Add node_modules to dockerfile path
  • 75c94dc Update readme

There are 22 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 28, 2019

  • The dependency pg was updated from 7.16.0 to 7.16.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 100 commits.

  • af4d054 Publish
  • 0b87d49 Merge pull request #2048 from brianc/bmc/add-pg-pool
  • 637bcf3 Cleanup things a bit
  • 4c27ad2 Add 'packages/pg-pool/' from commit 'cb96ae2d6e37b1414df405d80258e0e2bafeaba0'
  • cb96ae2 Drop node 4.0 from test matrix
  • e302c4c Bump version
  • 5edcfcb Add yarn.lock file
  • 8f819a0 Bump js-yaml from 3.12.0 to 3.13.1 (#137)
  • 236db38 Handle client errors in pool.query (#131)
  • c8c41c5 Bump lodash from 4.17.11 to 4.17.13 (#136)
  • 2d2a873 Minor cleanup - inline throwOnRelease() (#129)
  • 70d5c09 Remove reference to "min" config option (#126)
  • e59a766 Bump version
  • f9fc232 Remove idleListener when client is in-use (#123)
  • d7f6ed0 Bump version

There are 100 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 29, 2019

  • The dependency pg was updated from 7.16.1 to 7.17.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 6d93951 Publish
  • c8b9488 Update changelog
  • 6b39253 Merge pull request #2049 from aheuermann/idle_in_transaction_session_timeout
  • 6ddbe6a Close connection after version check
  • 8390432 Only run tests on >= v10
  • 6363778 Fixing test
  • bb8e806 Adding ability to pass through idle_in_transaction_session_timeout

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 10, 2020

  • The dependency pg was updated from 7.17.0 to 7.17.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 5cf8f5f Publish
  • a046a5a Fix typo in changelog
  • 0895460 pg-query-stream@3.0 release (#2059)
  • 19308f9 Result.fields should always be an array (#2060)
  • 8eca181 Fix pg-query-stream implementation (#2051)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 29, 2020

  • The dependency pg was updated from 7.17.1 to 7.18.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 8 commits.

  • d9fcda8 Publish
  • 717ffd0 Update ignores
  • 11ab1da Close connection on SSL connection errors (#2082)
  • 727f1a0 Do not return broken clients to the pool (#2083)
  • 3f6760c Update copyright years
  • ee8d32f Deprecate implicit TLS rejectUnauthorized: false (#2075)
  • d456f1c Update package.json (#2074)
  • ae3f13f Fix tests skipped because of missing suffixes (#2071)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 30, 2020

  • The dependency pg was updated from 7.18.0 to 7.18.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

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

0 participants