magicdawn / koa-map-local

Charles map local for Koa.js
MIT License
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.6.1 of superagent just got published.

Branch Build failing 🚨
Dependency superagent
Current Version 3.6.0
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 :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/magicdawn/koa-map-local/builds/281031136?utm_source=github_status&utm_medium=notification)

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

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

After pinning to 3.6.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 3.6.2 just got published.

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

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[bot] commented 6 years ago

Version 3.6.3 just got published.

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

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.7.0 just got published.

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

Commits

The new version differs by 14 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
  • b4facde Revert to Mime 1.x
  • 3d430aa Changelog
  • 0fafc1c Bump
  • 066b9cd Recognize PDF as binary
  • 2894fcd Fix for error in subsequent require() calls

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.8.0 just got published.

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

Commits

The new version differs by 35 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 35 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.8.1 just got published.

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

Commits

The new version differs by 39 commits.

There are 39 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.8.2 just got published.

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

Commits

The new version differs by 47 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
  • 3571754 v3.8.1
  • 34b69c8 Bump
  • 087edaf Clear auth on redirect
  • 4108c34 npm@5
  • 064b8b0 3.8.0
  • b2708db Retry callback
  • 383b308 Refactor shouldRetry

There are 47 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.8.3 just got published.

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

Release Notes v3.8.3
  • Add flags for 201 & 422 responses (Nikhil Fadnis)
  • Emit progress event while uploading Node Buffer via send method (Sergey Akhalkov)
  • Fixed setting correct cookies for redirects (Damien Clark)
  • Replace .catch with ['catch'] for IE9 Support (Miguel Stevens)
Commits

The new version differs by 74 commits.

  • 295dfcd Bump
  • c2f65c6 Lock marked version due to bug
  • 75d1ca0 Fix #1366 docs
  • bf1a87a Merge pull request #1360 from itsfadnis/flags_for_201_and_422
  • 386f702 Add flags for 201 & 422 responses
  • d70933c Make GitHub happy
  • b176c0e Be super clear piping in superagent breaks everything else
  • 336b51e Merge pull request #1351 from jedwards1211/patch-2
  • 038bd46 file => field
  • a6fc595 typo fix
  • 6828bd3 docs(README): add superagent-verbose-errors to plugin list
  • ea9bd47 PFX tests are broken
  • 4de305f Docs
  • 5d6e4b7 Catch error in tests
  • 276244c Add docs explaining how to add new default parsers/serializers.

There are 74 commits in total.

See the full diff