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

fix(deps): update dependency superagent to v7 (master) #212

Merged
merged 1 commit into from Feb 4, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
superagent ^3.8.3 -> ^7.0.0 age adoption passing confidence

Release Notes

visionmedia/superagent

v7.1.1

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

  • fix: fixed linting, file size, and README updates for browser compat 152fcbe
  • chore: bump lockfile 42b2c67
  • fix: fixed security file linting 88daf8b
  • fix: add node v16 and drop v10 from tests (lib is still compiled to work down to node v6.4) 81fd7ad
  • fix: updated lockfile 0334997
  • Fix/tests (#​1659) 9518bfe
  • fix: locked mocha back to what it should have been c5ca6fd
  • fix: fixed linting issue 120a97b
  • fix: added abort fix logic for all Node versions 8b1923d
  • Create SECURITY.md (#​1658) 7ac9d42
  • chore: bump deps, fixed linting 048cf18
  • build: update formidable to 2.0.1 (#​1651) 6ac6429
  • chore: bump deps, including form-data (closes #​1267) 3c9c0f7
  • Note of the breaking change in browser 6.0 -> 6.1 (#​1614) e2987e3

v6.1.0

Compare Source

v6.0.0

Compare Source

  • fix: bump deps, fixed linting, specific retry approach d68907b
  • fix: fixed content-type case-sensitivity (closes #​1572) 44fadf9
  • Add mention of bearer auth to docs (#​1583) e88a13f
  • Update jQuery in tail.html (#​1582) a009ace
  • Revert "Improve .retry() method functionality with delays and prevent calling on successful request (#​1527)" 74641bb
  • fix: fixed lint, yarnlock 0c4f96f
  • Improve .retry() method functionality with delays and prevent calling on successful request (#​1527) 62eae78
  • fix: fixed travis f8ea331
  • removed extra should from test description (#​1581) cc34638

v5.3.1

Compare Source

v5.3.0

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

  • Check res.text as well to return a better error txt message (#​1534) d957c81

v5.1.4

Compare Source

  • fix: throw timeout error in promise interface when timedout (#​1510) 56ce517

v5.1.3

Compare Source

  • fix: fixed support for NODE_TLS_REJECT_UNAUTHORIZED (per #​1511) 2377e62

v5.1.2

Compare Source

  • fix: fixed linting, fixed deprecation warning in tests 7d70a75
  • Use res.getHeaders() to avoid deprecation warning (#​1503) 8dc8b91

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.9

Compare Source

  • feat: added fast-safe-stringify instead of JSON.stringify (closes #​1464) 2e5d6fd

v5.0.8

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

  • fix: remove redundant defs, bump deps fcf6cff

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v4.1.0

Compare Source

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

v4.0.0

Compare Source

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.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot merged commit cc5c3d6 into master Feb 4, 2022
@renovate renovate bot deleted the renovate/master-superagent-7.x branch February 4, 2022 12:29
@github-actions
Copy link

github-actions bot commented Feb 4, 2022

🎉 This PR is included in version 8.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant