Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps superagent from 3.8.3 to 7.1.6.

Release notes

Sourced from superagent's releases.

v7.1.6

  • chore: remove old node test stuff fa573df
  • chore: linting, bump deps (closes #1727) a7a14d3
  • Merge pull request #1682 from lance/1681-parse-json-seq-as-text d7ca5dd
  • Merge pull request #1608 from jeremyruppel/ok-err-status 8f29f52
  • Merge branch 'master' into ok-err-status 59518b0
  • Merge pull request #1630 from jimmywarting/remove-old-hacks 5c8fb1e
  • Merge branch 'master' into remove-old-hacks 764412a
  • fix: modifies the data type detection logic for json-seq 42b5231
  • revert if statement 0228b9e
  • Merge branch 'master' into remove-old-hacks 2d686df
  • RIP ActiveXObject c1ea82b
  • Preserve custom err.status from ok callback 57f779e

forwardemail/superagent@v7.1.5...v7.1.6

v7.1.5

  • chore: delete github yml file e7a29cf
  • Revert "chore: fixed package husky dep issue" de5cc71
  • Merge pull request #1728 from perrin4869/fix/dev-dependencies 708fa6c
  • Optional dependencies are dev dependencies 9d34958

forwardemail/superagent@v7.1.4...v7.1.5

v7.1.4

  • chore: fixed package husky dep issue afeb2b7
  • chore: bump deps, added configs as files instead of in pkg a9f9942
  • Merge pull request #1726 from ltxhhz/master fa123f5
  • fixed #1680 , And fix the document path. 303afad
  • Merge branch 'visionmedia:master' into master 4611a6b
  • Merge pull request #1723 from yunnysunny/feat/htt2-fix 9ed2916
  • ci: fix makefile error b8bf5e8
  • ci: fix github action b0b1f9a
  • ci: all node version will try to test on http2 44f8ae0
  • ci: remove unnecessary test 5030b83
  • ci: fix the error of express-session used in http2 bb3dc7a
  • test: fix the wrong use of statuses b6da894
  • Merge pull request #1722 from yunnysunny/feature/test-on-low-node 34c9ff4
  • ci: use separate babel config for src and test 1330634
  • ci: fix missing require lint error 38bc6cb
  • ci: ignore eslint on old node 98f3b49
  • ci: only build test files on old node 641c0ce
  • ci: add test on node 10 2fa2541
  • chore: remove commitlint to optional dependencies dba8b08
  • ci: add test for node 10 5f27a06
  • chore: remove eslint to optional dependencies 418408f
  • 1.18 fixed css path c719f0c
  • Added Chinese document (添加中文文档) 713cbe0

forwardemail/superagent@v7.1.3...v7.1.4

... (truncated)

Changelog

Sourced from superagent's changelog.

This HISTORY log is deprecated

Please see GitHub releases page for the current changelog.

4.1.0 (2018-12-26)

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

4.0.0 (2018-11-17)

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
  • 4f043a8 v7.1.6
  • fa573df chore: remove old node test stuff
  • a7a14d3 chore: linting, bump deps (closes #1727)
  • d7ca5dd Merge pull request #1682 from lance/1681-parse-json-seq-as-text
  • 8f29f52 Merge pull request #1608 from jeremyruppel/ok-err-status
  • 59518b0 Merge branch 'master' into ok-err-status
  • 5c8fb1e Merge pull request #1630 from jimmywarting/remove-old-hacks
  • 764412a Merge branch 'master' into remove-old-hacks
  • 9c5966e v7.1.5
  • e7a29cf chore: delete github yml file
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by titanism, a new releaser for superagent since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [superagent](https://github.com/visionmedia/superagent) from 3.8.3 to 7.1.6.
- [Release notes](https://github.com/visionmedia/superagent/releases)
- [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md)
- [Commits](forwardemail/superagent@v3.8.3...v7.1.6)

---
updated-dependencies:
- dependency-name: superagent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team June 1, 2022 10:26
@dependabot dependabot bot added the dependencies Used by dependabot for dependency updates label Jun 1, 2022
@bitgopatmcl bitgopatmcl mentioned this pull request Jun 23, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/superagent-7.1.6 branch June 23, 2022 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Used by dependabot for dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants