Strider-CD / strider-gitlab

Seamless integration between Strider and GitLab
25 stars 16 forks source link

Update superagent to the latest version πŸš€ #99

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 7 years ago

Version 3.6.0 of superagent just got published.

Dependency superagent
Current Version 3.5.2
Type dependency

The version 3.6.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of superagent. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


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](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.6.1 just got published.

Update to this version instead πŸš€

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

Version 3.6.2 just got published.

Update to this version instead πŸš€

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

Version 3.6.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.7.0 just got published.

Update to this version instead πŸš€

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

Version 3.8.0 just got published.

Update to this version instead πŸš€

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

Version 3.8.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.8.2 just got published.

Update to this version instead πŸš€

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

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4 = ES6 natively

Breaking changes

  • Node.js v4 has reached it's end of life, so we no longer support it. It's v6+ or later. We recommend Node.js 10.
  • We now use ES6 in the browser code, too.
    • If you're using Browserify or Webpack to package code for Internet Explorer, you will also have to use Babel.
    • The pre-built node_modules/superagent.js is still ES5-compatible.
  • .end(…) returns undefined instead of the request. If you need the request object after calling .end() (and you probably don't), save it in a variable and call request.end(…). Consider not using .end() at all, and migrating to promises by calling .then() instead.
  • In Node, responses with unknown MIME type are buffered by default. To get old behavior, if you use custom unbuffered parsers, add .buffer(false) to requests or set superagent.buffer[yourMimeType] = false.
  • Invalid uses of .pipe() throw.

Minor changes

  • Throw if req.abort().end() is called
  • Throw if using unsupported mix of send and field
  • Reject .end() promise on all error events (Kornel Lesiński)
  • Set https.servername from the Host header (Kornel LesiΕ„ski)
  • Leave backticks unencoded in query strings where possible (Ethan Resnick)
  • Update node-mime to 2.x (Alexey Kucherenko)
  • Allow default buffer settings based on response-type (shrey)
  • response.buffered is more accurate.
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for IP overrides
  • .connect() IP/DNS override option (Kornel)
  • .trustLocalhost() option for allowing broken HTTPS on localhost
  • .abort() used with promises rejects the promise.
Commits

The new version differs by 11 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v5.0.0
  • fix: removed core-js, fixed docs with async/await + then/catch usage f0bcdc0
  • Merge pull request #1473 from ladjs/master 2fd631a
  • docs: removed line regarding 8.8.1 being required d22ebd7
  • feat: modern rewrite and refactoring 47f1d28
  • Merge pull request #1468 from bajtos/fix/formdata-error 076e55a
  • Fix handling of FormData errors e6ffbde
  • History formatting 0f0949f
  • Merge pull request #1377 from eromano/master-2 f3ac20c
  • Maintenance status #1450 ad4c96f
  • clear timeout 100 percent e6630ec
  • change after review 03e5efa
  • add upload timeout 650b521

v4.1.0...v5.0.0

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v5.0.2
  • fix: fixed browser require for webpack (closes #1474) ccc7f56

v5.0.1...v5.0.2

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

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

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€