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 got is breaking the build 🚨 #4

Open
greenkeeper bot opened this issue Aug 31, 2018 · 10 comments
Open

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

greenkeeper bot opened this issue Aug 31, 2018 · 10 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Aug 31, 2018

Version 9.2.0 of got was just published.

Branch Build failing 🚨
Dependency got
Current Version 9.1.0
Type dependency

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

got 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/travis-ci/push: The Travis CI build failed (Details).

Release Notes v9.2.0

v9.1.0...v9.2.0

Commits

The new version differs by 19 commits.

  • aec95d2 9.2.0
  • f8af5b0 Update http-timer dependency to 1.1.0
  • e66a6b6 Fix Electron throwing HTTP trailers are not supported error (#598)
  • eedebc9 Add cookieJar option (#596)
  • ab0d24b Add "Bugs" to the comparsion table
  • 887f02d Improve code readability
  • a8eb41b Proper fix for #469 (#594)
  • 78a56ec Provide timings (#590)
  • bb8175b Correct the comparison table
  • 7910e14 Unify calling mergeOptions
  • 488ac7e Remove redundant code
  • 21bef3c Update readme.md (#593)
  • 267cb66 Document the response object (#592)
  • d0757da Add tests for stripping port in host header (#591)
  • dda1ce9 Use correct package/module wording in the readme

There are 19 commits in total.

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 Aug 31, 2018

After pinning to 9.1.0 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 Sep 6, 2018

Version 9.2.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.1
  • Don't cache response when HTTP error was received. #597 b8480f3
  • Fix merging default & custom handlers. 5f191b9

v9.2.0...v9.2.1

Commits

The new version differs by 7 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 17, 2018

  • The dependency got was updated from 9.2.1 to 9.2.2.

Your tests are still failing with this version. Compare changes

Release Notes for v9.2.2
  • Gracefully handle invalid Location redirect URLs. (#605) 7ae6939
  • Don't override hooks when merging arguments. 3ad3950
  • Merge hooks on got.extend(). (#608) 292f78a

v9.2.1...v9.2.2

Commits

The new version differs by 4 commits.

  • 248d68c 9.2.2
  • 3ad3950 Don't override hooks when merging arguments
  • 292f78a Merge hooks on got.extend() (#608)
  • 7ae6939 Gracefully handle invalid Location redirect URLs (#605)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2018

  • The dependency got was updated from 9.2.2 to 9.3.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 18 commits.

  • 232e0f3 9.3.0
  • c5bfad5 Add npm release script
  • b50d76c Upgrade dependencies
  • ea41bdc Change the way to retry using the afterResponse hook (#647)
  • 5adfc27 Improve docs for the query option (#643)
  • b392f60 Allow defaults to be mutable (#645)
  • 180cbd5 Add missing test for retrying using the afterResponse hook
  • 01e9cd8 Move setting redirectUrls to request-as-event-emitter.js
  • 3a50d8b Mention node-fetch Node.js stream API in comparison table (#644)
  • 325409c Add more hooks (#640)
  • af341ca Code cleanup and bug fixes (#635)
  • 8d2e911 Fix tunnel package reference in the docs (#627)
  • 25f18be Support electron renderer timings
  • fbaaa2a Retry on a few more errors
  • fdc0fa6 Include body property in HTTPError (#622)

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2018

  • The dependency got was updated from 9.3.0 to 9.3.1.

Your tests are still failing with this version. Compare changes

Release Notes for v9.3.1
  • Don't override headers defined in the url argument when it's an object. 191e00a
  • Don't set content-length header when upload body size is null. 311b184

v9.3.0...v9.3.1

Commits

The new version differs by 6 commits.

  • 50fdab3 9.3.1
  • 191e00a Don't override headers defined in the url argument when it's an object (#633)
  • 311b184 Don't set content-length header when uploadBodySize is null (#651)
  • 46c0951 Document the .defaults property (#649)
  • 84a9534 Mention how to access the defaults
  • 3af3616 Update docs according to the new defaults

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 8, 2018

  • The dependency got was updated from 9.3.1 to 9.3.2.

Your tests are still failing with this version. Compare changes

Release Notes for v9.3.2

v9.3.1...v9.3.2

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 10, 2018

  • The dependency got was updated from 9.3.2 to 9.4.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v9.4.0
  • Add ability to specify which network error codes to retry on. 9f3a099
  • Add Got options onto responses and errors. 33b838f
  • Correctly clear socket timeout on error. c8e358f

v9.3.2...v9.4.0

Commits

The new version differs by 11 commits.

  • 533d7e5 9.4.0
  • 9f3a099 Add ability to specify which network error codes to retry on (#660)
  • 33b838f Add Got options onto responses and errors (#663)
  • 8848a7a Add migration guides (#595)
  • 4a8722b Minor code style tweaks
  • c8e358f Clear socket timeout on error (#659)
  • 3229448 Create issue templates (#655)
  • ef1494c Remove unnecessary check for options
  • 5367228 Remove unnecessary if block
  • 64f0adc Update node-fetch in the readme comparison table (#658)
  • 7f18ef3 Mention a few more Node errors when Got will retry

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 18, 2018

  • The dependency got was updated from 9.4.0 to 9.5.0.

Your tests are still failing with this version. Compare changes

Release Notes for v9.5.0
  • Remove error thrown for URLs with auth component (#676) 5d20a43
  • Upgrade dependencies a1eadfe

v9.4.0...v9.5.0

Commits

The new version differs by 16 commits.

  • 91c0607 9.5.0
  • a1eadfe Upgrade dependencies
  • 5d20a43 Remove error thrown for URLs with auth component (#676)
  • 3e0edd8 Mention HTTPError body property in docs
  • aa4c9a6 Clarify error docs (#670)
  • 533d7e5 9.4.0
  • 9f3a099 Add ability to specify which network error codes to retry on (#660)
  • 33b838f Add Got options onto responses and errors (#663)
  • 8848a7a Add migration guides (#595)
  • 4a8722b Minor code style tweaks
  • c8e358f Clear socket timeout on error (#659)
  • 3229448 Create issue templates (#655)
  • ef1494c Remove unnecessary check for options
  • 5367228 Remove unnecessary if block
  • 64f0adc Update node-fetch in the readme comparison table (#658)

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 13, 2019

  • The dependency got was updated from 9.5.0 to 9.5.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 8 commits.

  • 6ce603e 9.5.1
  • 203dadc Fix memory leak when using socket timeout and keepalive agent (#694)
  • 73428f9 Add superagent to the comparison table (#691)
  • d136e61 Update dependencies
  • 877a6c1 Remove badge labels from the Comparison section
  • 5653c1a Add failing test for #687 (#688)
  • 8341fba Consistent use of emphasis in readme (#684)
  • 0bb9fa6 Fix 'Migration guides' json example

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 17, 2019

  • The dependency got was updated from 9.5.1 to 9.6.0.

Your tests are still failing with this version. Compare changes

Release Notes for v9.6.0

v9.5.1...v9.6.0

Commits

The new version differs by 4 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