juliuste / fes-calendar

Queries the Friedrich-Ebert-Stiftung (FES) event calendar.
ISC License
0 stars 0 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 8.0.2 of got was just published.

Branch Build failing 🚨
Dependency got
Current Version 8.0.1
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 could not complete due to an error [Details](https://travis-ci.org/juliuste/fes-calendar/builds/328459400?utm_source=github_status&utm_medium=notification)

Release Notes v8.0.2
  • Fix browser usage. 30c39bc
  • Validate that url is UTF-8 encoded. 4f5e6bf

v8.0.1...v8.0.2

Commits

The new version differs by 10 commits.

  • f607c7d 8.0.2
  • 30c39bc Check req.connection exists before attaching event listeners (#429)
  • 4f5e6bf Validate that url is UTF-8 encoded (#441)
  • 841ab63 Bump some dependencies
  • a49dcaf Tweak related section in the readme
  • ad1ea9f Add new related project to the readme (#440)
  • c28877f Update Electron website URL
  • 4ab6bd3 Document cache behaviour (#439)
  • 08cc66e Extract errors into errors.js (#436)
  • e0fff06 package.json indentation

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 6 years ago

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

greenkeeper[bot] commented 6 years ago

Version 8.0.3 just got published.

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

Commits

The new version differs by 2 commits.

  • 3f427bb 8.0.3
  • e71d380 Thanks to MOXY for sponsoring my open source work!

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.1.0 just got published.

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

Commits

The new version differs by 3 commits.

  • 1701125 8.1.0
  • b26c51e Allow calling of got.stream via options (#452)
  • 5a88943 Add throwHttpErrors option (#451)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.2.0 just got published.

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

Commits

The new version differs by 3 commits.

  • 3963b5a 8.2.0
  • cf23244 Don't set accept-encoding if decompress is false (#456)
  • 282b416 Bump dev dependencies

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.3.0 just got published.

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

Release Notes v8.3.0
  • Fixed socket connect memory leak. 13d6b68
  • Prevented uncaught exception in some cases. 43b51ba
  • No longer continues the request after cancelation. 9a646a3

v8.2.0...v8.3.0

Commits

The new version differs by 7 commits.

  • 7d1aa01 8.3.0
  • 9a646a3 Don't continue the request after cancellation (#464)
  • 871c3bd Bump p-cancelable
  • 43b51ba Prevent uncaught exception in some cases (#459)
  • 13d6b68 Fix socket 'connect' memory leak (#465)
  • dc068ea Improve docs (#457)
  • b8c8c51 Add documentation on how to test requests (#455)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.3.1 just got published.

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

Release Notes v8.3.1
  • No longer overrides accept-encoding header if already provided. 81f2537
  • Sets content-length header when using form-data if not already set. de9514d
  • Now clears the progress interval if the socket has been destroyed. 82763c8

v8.3.0...v8.3.1

Commits

The new version differs by 5 commits.

  • bd3315b 8.3.1
  • de9514d Set content-length header when using form-data
  • 82763c8 Clear the progress interval if the socket has been destroyed (#469)
  • b465f21 GitHub now natively supports SVG
  • 81f2537 Do not override Accept-Encoding header if already provided (#472)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.3.2 just got published.

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

Release Notes v8.3.2

Fix Got throwing an error in some cases when trying to pipe one got.stream into another one. 7ac705f

Commits

The new version differs by 2 commits.

  • ad7b361 8.3.2
  • 7ac705f fix Buffer.byteLength(req._header) throwing error (#490)

See the full diff