konsumation / konsum

BSD 2-Clause "Simplified" License
1 stars 0 forks source link

An in-range update of got is breaking the build 🚨 #794

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency got was updated from 10.5.7 to 10.6.0.

🚨 View failing branch.

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

got 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](https://travis-ci.org/k0nsti/konsum/builds/652866019?utm_source=github_status&utm_medium=notification)).

Release Notes for v10.6.0

v10.5.7...v10.6.0

Commits

The new version differs by 4 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v10.7.0
  • Fix got.paginate(…) TypeScript typings (#1099) 0b798ea
  • Pass allItems and currentItems to _pagination.paginate() (#1100) 1cddd52
  • Do not ignore decompress-response when bundling (#1105) 88f973f
  • Avoid parsing JSON twice in _pagination.transform (#1102) cf4fdad

v10.6.0...v10.7.0

Commits

The new version differs by 14 commits.

  • 5c74084 10.7.0
  • 0b798ea Fix got.paginate(…) typings (#1099)
  • 62b3388 Do not test newer Node.js than v13.8.0
  • f726390 Fix the incorrect example of an afterResponse hook (#1115)
  • 982275e Fix a context example typo
  • 1cddd52 Pass allItems and currentItems to _pagination.paginate() (#1100)
  • 88f973f Do not ignore decompress-response when bundling (#1105)
  • cf4fdad Avoid parsing JSON twice in _pagination.transform (#1102)
  • 62f3f38 Fix responseType typo
  • e22a303 Fix some readme typos
  • fb8957c Fix readme typo (#1092)
  • 13486cc Improve docs related to non-enumerable options (#1085)
  • a1b5642 Fix readme typo (#1083)
  • 41795d7 Fix responseType docs (#1064)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v11.0.2
  • Fix response.statusMessage being null 965bd03
  • Update the http2-wrapper dependency to 1.0.0-beta.4.4 4e8de8e
  • Use Merge as it's stricter than the intersection operator d3b972e
  • Prevent silent rejections in rare cases 8501c69
  • Do not alter options.body 835c70b
Commits

The new version differs by 41 commits.

  • 835c70b Do not alter options.body
  • 8501c69 Prevent silent rejections in rare cases
  • d3b972e Use Merge as it's stricter than the intersection operator
  • f839ae7 Export missing types
  • 4e8de8e Update the http2-wrapper dependency to 1.0.0-beta.4.4
  • 965bd03 Fix response.statusMessage being null
  • 090be50 11.0.1
  • d914a7e Fix merging options and beforeError hook logic
  • 1f6ac45 11.0.0
  • 202e1b4 Minor tweaks
  • b864dd2 Fix a readme typo (#1161)
  • 6f621fd Remove moot comments
  • af0b147 Add a request property to errors
  • c56c33a Fix linting
  • 03f9db7 Fix linting

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v11.0.3

Fixes

  • Limit number of requests in pagination to prevent accidental overflows (#1181) 4344c3a
  • Fix promise rejecting before retry b927e2d
  • Fix options.searchParams duplicates 429db40
  • Prevent calling .abort() on a destroyed request 63c1b72

Docs

  • Fix incorrect usage in the readme examples (#1203) 16ff82f
  • Note that cache and dnsCache can be false 7c5290d

v11.0.2...v11.0.3

Commits

The new version differs by 58 commits.

  • 46cd61b 11.0.3
  • b5f2c8e Update node-fetch URL (#1207)
  • b927e2d Fix bugs, increase coverage, update benchmark results
  • e9359d3 Mark the socket regression test as failing on Node.js 10
  • 2d78831 Fix linting
  • b50c548 Test socket hung up error regression
  • d03b3e1 Do not use EventEmitter to queue writes
  • adf5b8a Remove moot .destroy() in afterResponse hook logic
  • 7d7bf4e Fix header indentation in readme
  • 16ff82f Fix incorrect usage in the readme examples (#1203)
  • 7c5290d Note that cache and dnsCache can be false
  • 4344c3a Limit number of requests in pagination (#1181)
  • d087215 Add more tests for options.allowGetBody (#1190)
  • 429db40 Fix options.searchParams duplicates
  • 63c1b72 Prevent calling .abort() on a destroyed request

There are 58 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v11.1.0

v11.0.3...v11.1.0

Commits

The new version differs by 63 commits.

  • 633e46e 11.1.0
  • c1208d1 Add pagination.stackAllItems option (#1214)
  • c127f5b Allow response body to be typed for pagination API (#1212)
  • 278c421 Fix normalizeArguments() not copying non-enumerable properties
  • 767d745 Fix pagination example (#1209)
  • 46cd61b 11.0.3
  • b5f2c8e Update node-fetch URL (#1207)
  • b927e2d Fix bugs, increase coverage, update benchmark results
  • e9359d3 Mark the socket regression test as failing on Node.js 10
  • 2d78831 Fix linting
  • b50c548 Test socket hung up error regression
  • d03b3e1 Do not use EventEmitter to queue writes
  • adf5b8a Remove moot .destroy() in afterResponse hook logic
  • 7d7bf4e Fix header indentation in readme
  • 16ff82f Fix incorrect usage in the readme examples (#1203)

There are 63 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v11.1.1
  • Improve Node.js 14 compatibility 50ef99a
  • Fix got.mergeOptions() regression 157e02b
  • Fix hanging promise when using cache 7b19e8f
  • Make options.responseType optional when using a template 9ed0a39

v11.1.0...v11.1.1

Commits

The new version differs by 70 commits.

  • 352a353 11.1.1
  • cdd85b0 Fix linting
  • 9ed0a39 Make options.responseType optional when using a template
  • 50ef99a Fixes to be compatible with Node.js 14.1.0
  • e23b7f9 Add a failing pagination test
  • 157e02b Fix got.mergeOptions() regression
  • 7b19e8f Fix hanging promise when using cache
  • 633e46e 11.1.0
  • c1208d1 Add pagination.stackAllItems option (#1214)
  • c127f5b Allow response body to be typed for pagination API (#1212)
  • 278c421 Fix normalizeArguments() not copying non-enumerable properties
  • 767d745 Fix pagination example (#1209)
  • 46cd61b 11.0.3
  • b5f2c8e Update node-fetch URL (#1207)
  • b927e2d Fix bugs, increase coverage, update benchmark results

There are 70 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 11.1.2

Bug fixes

  • Disable options.dnsCache by default 79507c2

This should stay disabled when making requests to internal hostnames such as localhost, database.local etc.
CacheableLookup uses dns.resolver4(..) and dns.resolver6(...) under the hood and fall backs to dns.lookup(...) when the first two fail, which may lead to additional delay.

Enhancements

Commits

The new version differs by 76 commits.

  • 812deb6 11.1.2
  • a9f8938 Follow-up second fix
  • 9d9c561 Follow-up fix
  • 79507c2 Disable options.dnsCache by default
  • 05ff878 Update dependencies
  • 822bfa7 Add test cases for issues #1221 and #1223 (#1231)
  • 352a353 11.1.1
  • cdd85b0 Fix linting
  • 9ed0a39 Make options.responseType optional when using a template
  • 50ef99a Fixes to be compatible with Node.js 14.1.0
  • e23b7f9 Add a failing pagination test
  • 157e02b Fix got.mergeOptions() regression
  • 7b19e8f Fix hanging promise when using cache
  • 633e46e 11.1.0
  • c1208d1 Add pagination.stackAllItems option (#1214)

There are 76 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v11.1.3
Commits

The new version differs by 85 commits.

  • ece94ed 11.1.3
  • 5131dc2 Follow-up commit
  • 47c1afe Fix an invalid pagination test
  • 8862270 Fix reusing options when paginating
  • 7d7361c Add a test for stringified searchParams in merge (#1208)
  • 91aa0ac Fix duplicated searchParams for pagination API (#1229)
  • 7dbb9ee Prevent URL pollution (#1243)
  • 8ff71d9 Remove the host header on redirect (#1241)
  • ab338a7 Do not use deprecated request.abort() (#1242)
  • 812deb6 11.1.2
  • a9f8938 Follow-up second fix
  • 9d9c561 Follow-up fix
  • 79507c2 Disable options.dnsCache by default
  • 05ff878 Update dependencies
  • 822bfa7 Add test cases for issues #1221 and #1223 (#1231)

There are 85 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v11.1.4
  • Clarify docs for got.HTTPError (#1244) 3f125f1
  • Upgrade cacheable-lookup to 5.0.3 9770e54
  • Add a Runkit example (#1253) 48bbb36
  • Mention options.rejectUnauthorized in the documentation 9b04963
  • Test responseType set to undefined 0e8582f
  • Slightly improve RunKit example 6f84051
  • Make got.paginate() an alias for got.paginate.each() 5480b31
  • Don't force query string normalization (#1246) 761b8e0
  • Upgrade decompress-response to 6.0.0 c2bc014
  • Migrate from lolex to @sinonjs/fake-timers (#1270) df333dd
  • Make calculateDelay promisable (#1266) 3745efc
Commits

The new version differs by 98 commits.

  • 7755632 11.1.4
  • 3745efc Make calculateDelay promisable (#1266)
  • df333dd Migrate from lolex to @sinonjs/fake-timers (#1270)
  • c2bc014 Upgrade decompress-response to 6.0.0
  • 761b8e0 Don't force query string normalization (#1246)
  • 5480b31 Make got.paginate() an alias for got.paginate.each()
  • 6f84051 Slighyly improve RunKit example
  • 0e8582f Test responseType set to undefined
  • 9b04963 Mention options.rejectUnauthorized in the documentation
  • b9b6b1e Do not destroy completed requests (#1248)
  • 48bbb36 Add a Runkit example (#1253)
  • 9770e54 Upgrade cacheable-lookup to 5.0.3
  • 3f125f1 Clarify docs for got.HTTPError (#1244)
  • ece94ed 11.1.3
  • 5131dc2 Follow-up commit

There are 98 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v11.2.0
  • Provide an overload for unknown responseType (#1276) b9ba18a
  • Fix overriding some options in a beforeRequest hook (#1293) d8c00cf
  • Fix hanging promise on aborted requests on Node v14.3.0 (#1296) 2ccc4c2
  • Do not wait for ready event if the file descriptor is already opened (#1289) 2c8fe19
  • General improvements to HTTPS API (#1255) 697de37

v11.1.4...v11.2.0

Commits

The new version differs by 106 commits.

  • e00dbbc 11.2.0
  • d8c00cf Fix overriding some options in a beforeRequest hook (#1293)
  • b9ba18a Provide an overload for unknown responseType (#1276)
  • 2ccc4c2 Fix hanging promise on aborted requests on Node v14.3.0 (#1296)
  • 2c8fe19 Do not wait for ready event if the file descriptor is already opened (#1289)
  • 697de37 General improvements to HTTPS API (#1255)
  • a337dfd Update Travis link in readme (#1273)
  • e68e7d7 Document got.paginate.each(url, options?)
  • 7755632 11.1.4
  • 3745efc Make calculateDelay promisable (#1266)
  • df333dd Migrate from lolex to @sinonjs/fake-timers (#1270)
  • c2bc014 Upgrade decompress-response to 6.0.0
  • 761b8e0 Don't force query string normalization (#1246)
  • 5480b31 Make got.paginate() an alias for got.paginate.each()
  • 6f84051 Slighyly improve RunKit example

There are 106 commits in total.

See the full diff