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 superagent is breaking the build 🚨 #91

Open
greenkeeper bot opened this issue Aug 20, 2017 · 8 comments
Open

An in-range update of superagent is breaking the build 🚨 #91

greenkeeper bot opened this issue Aug 20, 2017 · 8 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Aug 20, 2017

Version 3.6.0 of superagent just got published.

Branch Build failing 🚨
Dependency superagent
Current Version 3.5.2
Type devDependency

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

As superagent is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • coverage/coveralls Coverage pending from Coveralls.io Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.6.0
  • Support disabling TCP_NODELAY option (#1240) (xiamengyu)
  • Send payload in query string for GET and HEAD shorthand API (Peter Lyons)
  • Support passphrase with pfx certificate (Paul Westerdale (ABRS Limited))
  • Documentation improvements (Peter Lyons)
  • Fixed duplicated query string params (#1200) (Kornel)
Commits

The new version differs by 29 commits.

  • 02985f9 Change test for header own props
  • 6783635 3.6.0
  • 4e21f1c Documented FormData support in .send() (#1260)
  • 7e19e77 Update supported node version to >= 4.0 (#1248)
  • d55adf1 Keep nodelay always on
  • 72babfb support TCP_NODELAY option (#1240)
  • f5e39b7 Merge pull request #1238 from mxl/patch-1
  • 9e8c3ed timeout options.read property is not used.
  • ccecb4e grammar misstype (#1234)
  • d0ab622 Merge pull request #1227 from focusaurus/fix-latest-mime-tests
  • ea35c57 Fix spelling mistake in the docs (#1232)
  • 340a4bf Merge pull request #1228 from focusaurus/get-head-data-in-query-string
  • 15b3750 Merge pull request #1230 from PWesterdale/bugfix/pfx-passphrase
  • 977be03 Remove stale duplicate test.html from root dir
  • 801ec88 Use tocbot instead of tocify for documentation

There are 29 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 20, 2017

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 28, 2017

Version 3.6.1 just got published.

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

Commits

The new version differs by 9 commits.

  • 1930bd4 Work around mime-types flipflopping about XML mime type
  • 1e255c2 Update node versions in CI
  • 96f3df8 Update dependencies
  • 0e85681 docs(piping): add note about chunked transfer encoding
  • 0274b7b Syntax fix
  • 7326cc0 Field/attach docs
  • c5be156 Upgrading instructions
  • f059135 ES6 in readme examples
  • cbf8569 Update dependency

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2017

Version 3.6.2 just got published.

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

Release Notes v3.6.2
  • Upgrade MIME type dependency to a newer, secure version
  • Recognize PDF MIME as binary
  • Fix for error in subsequent require() calls (Steven de Salas)
Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 4, 2017

Version 3.6.3 just got published.

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

Commits

The new version differs by 1 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 19, 2017

Version 3.7.0 just got published.

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

Commits

The new version differs by 9 commits.

  • 579c99c Changelog
  • 4a03ac7 Work in strict mode
  • ebb25ce 3.7.0
  • 946e28d Limit maximum response size
  • 81f0512 Don't pop last array element when parsing a header.
  • 4722207 Add standard props to errors thrown by .ok() callback
  • cf63db0 Use node with faster npm for browser tests
  • 6097e83 Bump Appium version
  • 092e3d6 Catch and pass along errors in ok callback

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 25, 2017

Version 3.8.0 just got published.

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

Commits

The new version differs by 21 commits.

  • 064b8b0 3.8.0
  • b2708db Retry callback
  • 383b308 Refactor shouldRetry
  • 6bd9b31 indentation to match
  • bba9773 log and test style
  • bac9933 fn as optional param
  • ff607e2 Add optional callback to retry
  • 9b0d98d Changelog
  • c808dd0 3.8.0-alpha.1
  • 87516fc Also support events in global-ish agent
  • 66aed34 Default settings for all agent requests
  • 05d6c88 Authenticate request using username and password
  • 06d7865 Extract common node/browser auth into request-base
  • 104ccba Unify auth args handling in node/browser
  • be5ab92 Handle errors in zlib pipe

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 8, 2017

Version 3.8.1 just got published.

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

Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 9, 2017

Version 3.8.2 just got published.

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

Commits

The new version differs by 8 commits.

  • b021520 3.8.2
  • 4cf9cbd Merge pull request #1321 from gabegorelick/attach-docs
  • 81e2c19 Fix documentation around attaching Buffer
  • 2cbcb6e Merge pull request #1315 from nwwells/master
  • 9db15de #1161 - document bad usages of pipe()
  • 6ff0493 Fix handling of exceptions in callbacks #1314
  • fd60f6f Merge pull request #1311 from leedm777/dont-parse-json-seq
  • af30141 Do not parse json-seq as json

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