betamore / fswd-winter-2017-lab-6

Full Stack Web Development - Lab 6: Testing and Pull Requesting
1 stars 2 forks source link

Update pg to the latest version šŸš€ #7

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 7.0.0 of pg just got published.

Dependency pg
Current Version 6.4.1
Type dependency

The version 7.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of pg. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 64 commits.

  • cbbd8d4 Bump version
  • 8a1da11 Update changelog
  • 8cc7308 Merge pull request #1369 from brianc/7.0
  • ca4ac99 Re-implement other patch
  • f9390da Re-implement changes from conflict
  • 8bfdd39 Merge remote-tracking branch 'origin/master' into 7.0
  • f37acc4 Use valid semver in package.json
  • 111e08d Cleanup
  • ac3102e Add support for pg-native multi-row result
  • 28b330c Add JS driver support for multiple results
  • 8798e50 Re-enable eslint with standard format (#1367)
  • f7de9ce Non-array query values cause query to end with an error.
  • 27450d0 Throw on reconnect attempt
  • a83655a Remove console.log statement
  • da71ea5 Add query validity check

There are 64 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 7.0.1 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 5 commits.

  • 0921daa Bump version
  • fc6d9c2 Merge pull request #1374 from charmander/node-minor-compatibility
  • 482c06b Update minimum Node version to 4.5.0
  • 14153f2 Update README.md
  • 0c24ff3 Update readme

See the full diff

greenkeeper[bot] commented 7 years ago

Version 7.0.2 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 5 commits.

  • c6ee200 Bump version
  • 40cc6aa Update utils.js
  • 66c6776 Make client.end return promise with active query
  • d4bb51f Merge pull request #1375 from billouboq/remove-unused-var
  • 5062f27 remove unused variable

See the full diff

greenkeeper[bot] commented 7 years ago

Version 7.1.0 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 7.1.1 just got published.

Update to this version instead šŸš€

greenkeeper[bot] commented 7 years ago

Version 7.1.2 just got published.

Update to this version instead šŸš€

greenkeeper[bot] commented 7 years ago

Version 7.2.0 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 11 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 7.3.0 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 25 commits.

  • f66379f Bump version
  • dfc7214 Update changelog
  • f1336fc Change Makefile to use local eslint
  • ecab41c restore newline at end of file
  • 64eb77e new test for actual statement timeout
  • 175b688 remove pg-native from dependencies
  • 689bb25 fixes
  • 78fc903 remove .idea from gitignore
  • 8839d42 fixed test failure message
  • ad36063 support statement_timeout
  • 4936033 Check more default properties in configuration teset
  • d6e7dfe Replace poolSize by max in configuration test
  • 3b3e52c Prefer max over poolSize : max is the only property documented in node-pg-pool
  • 27492ef Remove properties no more used in node-pg-pool
  • c961888 Revert "Update Grammatical person"

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.4.0 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 8 commits.

  • 9da3a85 Bump version
  • fccf8e8 Update changelog
  • 894e2f2 Support Uint8Array values
  • 32537d5 Fix minor type in recent changelog entry
  • 19bfb2f Add postgresql to package.json keywords
  • c2da0ed Sort keywords in package.json
  • 74aaced Avoid modifying package.json or creating package-lock when running tests with npm 5
  • e087305 Update SPONSORS.md

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.4.1 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 10 commits.

  • a664983 Bump version
  • 9825e7c Use Buffer.from instead of deprecated Buffer constructor
  • 70a8ee1 Don't repeat logic for reporting stream errors
  • 4cf67b2 Ignore socket hangup when ending connection also with ssl (#1344).
  • c9ca1da License date in README
  • 1e48733 Update license date
  • 6c723b2 Update SPONSORS.md
  • 56633a5 Update SPONSORS.md
  • 9870c86 Make tests compatible with PostgreSQL 10
  • 0b80aba Specify collation when relied on in tests

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.4.2 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 19 commits.

  • 83ede28 Bump version
  • 72db790 dont use dynamic functions to parse rows, closes #1417
  • 4905471 Add ability to specify checkServerIdentity callback
  • 831dfb1 Pass through portal properly
  • 9389527 Add comments to case branches, explaining code meanings
  • 3eb7375 Expand test to check for expected and unexpected errors
  • 7dd3b50 Add guard to test to not check errors for empty error messages
  • 5d32be4 Handle SSL negotiation errors more robustly
  • 0902d14 fix: end stream connection
  • 860928e Change test to use Buffer.from(...)
  • 272e9a5 Change network partition test to use socket.destroy()
  • b0c60cf Add node v10 to travis matrix
  • 8fb641e upgrade testing node versions
  • 87dd65f Merge pull request #1592 from chentsulin/patch-1
  • 875236f use net.Socket instead of net.Stream

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

Commits

The new version differs by 16 commits.

  • 04a0ec7 Bump version
  • 8cf5a84 Update changelog
  • 3828aa8 Queued query errors (#1503)
  • fed6375 remove query.stream references
  • 11a4793 Add error handling for null params to Client.prototype.query()
  • e7602bc Merge pull request #1701 from gajus/issue-1699
  • 00d749c refactor: simplify the escapeIdentifier logic
  • 6c840aa Merge pull request #1692 from askmike/patch-1
  • 9bfd4bf [test] g/provded/provided
  • a9b3ef7 Merge pull request #1684 from dominicletz/patch-1
  • 28e66cc Use pool constructor to pass pool size
  • 2ea5f91 Replace poolSize by max in error test
  • 1cbd507 Merge pull request #1677 from sehrope/fix-network-partition-test-race
  • 2dc5c68 Change network partition test to wait for client socket creation prior to destroy
  • 3ac356a Bump version

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

Commits

The new version differs by 6 commits.

  • a3295b4 Bump version
  • 034eb34 Update changelog
  • d468b6a Update SPONSORS.md
  • badf0a1 Update ESLint (#1753)
  • 1cf1e05 Allow a custom type to be used for Client promises (#1518)
  • ff6fe1e Execute tests on Node 11 in CI (#1752)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

Commits

The new version differs by 6 commits.

  • fcd0f02 Bump version
  • 0012386 Update changelog
  • 896faa5 Update SPONSORS.md
  • c8f2f23 Update license date (#1800)
  • 0e11b5c deps: update pg-types to 2 (#1806)
  • ccbccc9 Issue #1769 - Inability to restrict communication protocols to set in ssl configuration (#1804)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

Commits

The new version differs by 3 commits.

  • bae9fd7 Bump version
  • e6a878c compare prepared statement text with previous to prevent incorrect queries (#1814)
  • 4c6c0e9 Update license date in readme (#1823)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

Commits

The new version differs by 6 commits.

  • 4b530a9 Bump version
  • 0f50d92 Update changelog
  • 13c14f1 fix: Catch and emit query parameter prepareValue(...) errors (#1855)
  • 566058d Add support for per per-query types (#1825)
  • 43ebcfb Fix input preparation for date objects with a BC year (#1864)
  • 4d84909 Fix integration test for v1.0.4 of postgres-date sub-dependency (#1867)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

šŸšØ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! šŸ’œ šŸšššŸ’Ø šŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

šŸšØ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! šŸ’œ šŸšššŸ’Ø šŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead šŸš€

greenkeeper[bot] commented 4 years ago

šŸšØ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! šŸ’œ šŸšššŸ’Ø šŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead šŸš€