gas-buddy / service

An opinionated framework for building high scale services - web, api, or job. Uses OpenAPI, pino, express, confit, Typescript and jest.
MIT License
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.5.1 of superagent just got published.

Branch Build failing 🚨
Dependency superagent
Current Version 3.5.0
Type dependency

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

As superagent is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **wercker/build** Wercker pipeline failed [Details](https://app.wercker.com/GasBuddy/service/runs/build/58cd9b998e77b300015fc926)
Commits

The new version differs by 10 commits .

  • 21fab25 v3.5.1
  • 4a5597e Quicker test
  • acaf84d Merge pull request #1195 from mwolson/retry-crossdomain-errors
  • 765de56 docs: Document the retry() method
  • e2ac374 Allow crossDomain errors to be retried (#1194)
  • 99db1d4 Merge pull request #1192 from jdupouy/1-responseType-not-read
  • 626c2d4 Read responseType property from the correct object
  • a1a43aa Merge pull request #1190 from vieiralucas/master
  • c2efa48 Check for ownProperty before adding header
  • 9bacdbc Progress event doc

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

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

Version 3.6.0 just got published.

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

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

greenkeeper[bot] commented 7 years ago

Version 3.6.1 just got published.

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

Commits

The new version differs by 38 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
  • 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)

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v5.0.3
  • fix: add browser compiled version to lib folder (#1470) 14acecd
  • Revert "Avoiding to set the "Content-Length" header for GET requests (#1460)" (#1477) fe8d902
  • Avoiding to set the "Content-Length" header for GET requests (#1460) 804c35c

v5.0.2...v5.0.3

greenkeeper[bot] commented 5 years ago

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

Release Notes for v5.0.4

v5.0.3...v5.0.4

greenkeeper[bot] commented 5 years ago

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

Release Notes for v5.0.5
  • fix: remove redundant defs, bump deps fcf6cff

v5.0.4...v5.0.5

greenkeeper[bot] commented 5 years ago

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

Release Notes for v5.0.6
  • feat: bump deps, fixed lint issues a3f75ed
  • fix: omit queries that are set to undefined (#1486) 7942c2d

v5.0.5...v5.0.6

greenkeeper[bot] commented 5 years ago

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

Release Notes for v5.0.7
  • fix: switch browserify to use babelify as global transform, bump deps a44cca8
  • docs: fixed arrow function for example 0a822ab

v5.0.6...v5.0.7

greenkeeper[bot] commented 5 years ago

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

Release Notes for v5.0.8
  • fix: removed @babel/transform-runtime (closes #1494) 28e7101

v5.0.7...v5.0.8

greenkeeper[bot] commented 5 years ago

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

Release Notes for v5.0.9
  • feat: added fast-safe-stringify instead of JSON.stringify (closes #1464) 2e5d6fd

v5.0.8...v5.0.9

greenkeeper[bot] commented 5 years ago

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

Release Notes for v5.1.0

v5.0.9...v5.1.0

greenkeeper[bot] commented 4 years ago

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

Commits

The new version differs by 249 commits.

  • 158d759 5.1.1
  • 73f64b0 fix: fixed lint issues
  • fbfd7f7 Feature disable tls certs (#1511)
  • bba9372 Add plugin for measuring http timings in node (#1525)
  • 95acfc7 Delete yarn.lock
  • db35cdc Fix issue #1506 regarding documentation for default tries (#1509)
  • 67a5eee Add Node 12 to test matrix in TravisCI (#1504)
  • 81cb555 Update README.md (#1500)
  • 8e49f73 Add reference to GitHub releases page (#1499)
  • 977f0ad v5.1.0
  • e652b8c Disable setting default user-agent (#1495)
  • 483f816 v5.0.9
  • 2e5d6fd feat: added fast-safe-stringify instead of JSON.stringify (closes #1464)
  • 6dc3eaa v5.0.8
  • 28e7101 fix: removed @babel/transform-runtime (closes #1494)

There are 249 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 v5.1.2
  • fix: fixed linting, fixed deprecation warning in tests 7d70a75
  • Use res.getHeaders() to avoid deprecation warning (#1503) 8dc8b91

v5.1.1...v5.1.2

greenkeeper[bot] commented 4 years ago

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

Release Notes for v5.1.3
  • fix: fixed support for NODE_TLS_REJECT_UNAUTHORIZED (per #1511) 2377e62

v5.1.2...v5.1.3

greenkeeper[bot] commented 4 years ago

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

Release Notes for v5.2.0
  • Check res.text as well to return a better error txt message (#1534) d957c81

v5.1.4...v5.2.0

greenkeeper[bot] commented 4 years ago

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

Release Notes for v5.2.2

v5.2.1...v5.2.2