Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2022

Bumps superagent from 1.8.5 to 7.0.2.

Release notes

Sourced from superagent's releases.

v7.0.2

  • package.json: fix invalid syntax in engines (#1666) e7acafb

forwardemail/superagent@v7.0.1...v7.0.2

v7.0.1

forwardemail/superagent@v7.0.0...v7.0.1

v7.0.0

  • 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

forwardemail/superagent@v6.1.0...v7.0.0

v6.1.0

  • fix: use qs to serialize form data in browser (#1591) aa43b3d
  • Create FUNDING.yml f817806
  • docs: updated docs, set to master branch 6a31af9
  • chore: updated docs 484f890

forwardemail/superagent@v6.0.0...v6.1.0

v6.0.0

  • 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

forwardemail/superagent@v5.3.1...v6.0.0

... (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.

3.8.3 (2018-04-29)

  • Add flags for 201 & 422 responses (Nikhil Fadnis)
  • Emit progress event while uploading Node Buffer via send method (Sergey Akhalkov)
  • Fixed setting correct cookies for redirects (Damien Clark)
  • Replace .catch with ['catch'] for IE9 Support (Miguel Stevens)

3.8.2 (2017-12-09)

  • Fixed handling of exceptions thrown from callbacks
  • Stricter matching of +json MIME types.

3.8.1 (2017-11-08)

  • Clear authorization header on cross-domain redirect

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by niftylettuce, 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 19, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/navbar/ui/superagent-7.0.2 branch from c47cddc to b9c75d0 Compare July 20, 2022 18:24
Bumps [superagent](https://github.com/visionmedia/superagent) from 1.8.5 to 7.0.2.
- [Release notes](https://github.com/visionmedia/superagent/releases)
- [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md)
- [Commits](https://github.com/visionmedia/superagent/commits/v7.0.2)

---
updated-dependencies:
- dependency-name: superagent
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/navbar/ui/superagent-7.0.2 branch from b9c75d0 to 0a81294 Compare July 20, 2022 18:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2022

Superseded by #306.

@dependabot dependabot bot closed this Dec 6, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/navbar/ui/superagent-7.0.2 branch December 6, 2022 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant