Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update superagent to the latest version 🚀#18

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
greenkeeper wants to merge2 commits intomaster
base:master
Choose a base branch
Loading
fromgreenkeeper/superagent-4.0.0

Conversation

greenkeeper[bot]
Copy link
Contributor

The dependencysuperagent was updated from3.8.3 to4.0.0.

This version isnot covered by yourcurrent version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


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(…) returnsundefined instead of the request. If you need the request object after calling.end() (and you probably don't), save it in a variable and callrequest.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 customunbuffered parsers, add.buffer(false) to requests or setsuperagent.buffer[yourMimeType] = false.
  • Invalid uses of.pipe() throw.

Minor changes

  • Throw ifreq.abort().end() is called
  • Throw if using unsupported mix of send and field
  • Reject.end() promise on all error events (Kornel Lesiński)
  • Sethttps.servername from theHost 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 75 commits.

There are 75 commits in total.

See thefull diff

FAQ and help

There is a collection offrequently asked questions. If those don’t help, you can alwaysask the humans behind Greenkeeper.


YourGreenkeeper bot 🌴

greenkeeperbot added a commit that referenced this pull requestDec 26, 2018
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to4.1.0.

Update to this version instead 🚀

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

The new version differs by 11 commits.

See thefull diff

greenkeeperbot added a commit that referenced this pull requestMar 29, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.0.2.

Update to this version instead 🚀

Release Notes for v5.0.0

v4.1.0...v5.0.0

greenkeeperbot added a commit that referenced this pull requestMar 29, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.0.2.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestMar 29, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.0.2.

Update to this version instead 🚀

Release Notes for v5.0.2

v5.0.1...v5.0.2

greenkeeperbot added a commit that referenced this pull requestApr 25, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.0.3.

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

greenkeeperbot added a commit that referenced this pull requestApr 28, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.0.4.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestApr 29, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.0.5.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestJun 6, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.0.6.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestJun 11, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.0.7.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestJun 12, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.0.8.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestJun 14, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.0.9.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestJun 15, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.1.0.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestNov 21, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.1.1.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestDec 1, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.1.2.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestDec 20, 2019
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.1.3.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestJan 7, 2020
greenkeeperbot added a commit that referenced this pull requestJan 7, 2020
greenkeeperbot added a commit that referenced this pull requestFeb 17, 2020
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencysuperagent was updated from3.8.3 to5.2.2.

Update to this version instead 🚀

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp