Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Bump superagent from 3.8.3 to 7.1.3 #68

Merged
merged 1 commit into from
May 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2022

Bumps superagent from 3.8.3 to 7.1.3.

Release notes

Sourced from superagent's releases.

v7.1.3

  • chore: fixed linting 2c18890
  • Merge pull request #1717 from yunnysunny/feature/github-action-improve bc25a87
  • chore: bump deps c4e8c6e
  • Merge pull request #1720 from bultkrantz/feature/custom-encoder 907d14b
  • use custom encoder if it is sent in option object 04fc158
  • Merge pull request #1716 from yunnysunny/feature/fix-node14-pipe 508b9fb
  • test: only enlarge the timeout for pipe test 16c88c5
  • ci: use secret env to hide the sauce config b2b330b
  • ci: trigger ci on push and pull request b83fae3
  • ci: add slow parameter to mocha ba56f87
  • ci: fix the upload test on Windows a7cee2b
  • ci: set timeout to 15000ms 718e063
  • test: add event listener for read stream 8b68b11
  • ci: add error event listener for pipe 5e9f9d7
  • v7.1.2 633e467
  • Merge pull request #1674 from yunnysunny/feature/fix-lookup 31e0160
  • Merge pull request #1677 from yunnysunny/feature/github-action2 451cdcd
  • fix: fixed the errors of eslint (#1675) 84206c7
  • fix: fixed the broken testcases (#1676) 1fd4f90
  • feat: add github action 2704155
  • test: fixed not trigger req in lookup testcase 356e525
  • fix: fixed the error of null value of lookup 07e748f
  • Merge branch 'visionmedia:master' into master 77b052a
  • feat: add lookup method 590b1ac

ladjs/superagent@v7.1.1...v7.1.3

v7.1.1

  • Revert "feat: add lookup method (#1595)" f99e624
  • refactor: make linter happier (#1671) 9975981

ladjs/superagent@v7.1.0...v7.1.1

v7.0.2

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

ladjs/superagent@v7.0.1...v7.0.2

v7.0.1

ladjs/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

... (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
  • 0b5bbf2 v7.1.3
  • 2c18890 chore: fixed linting
  • bc25a87 Merge pull request #1717 from yunnysunny/feature/github-action-improve
  • c4e8c6e chore: bump deps
  • 907d14b Merge pull request #1720 from bultkrantz/feature/custom-encoder
  • 04fc158 use custom encoder if it is sent in option object
  • 508b9fb Merge pull request #1716 from yunnysunny/feature/fix-node14-pipe
  • 16c88c5 test: only enlarge the timeout for pipe test
  • b2b330b ci: use secret env to hide the sauce config
  • b83fae3 ci: trigger ci on push and pull request
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 9, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/superagent-7.1.3 branch from 3510264 to 0bca9ec Compare May 9, 2022 14:42
Bumps [superagent](https://github.com/visionmedia/superagent) from 3.8.3 to 7.1.3.
- [Release notes](https://github.com/visionmedia/superagent/releases)
- [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md)
- [Commits](ladjs/superagent@v3.8.3...v7.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/superagent-7.1.3 branch from 0bca9ec to e9c5e86 Compare May 9, 2022 14:44
@eatyourgreens eatyourgreens merged commit d34281c into master May 9, 2022
@eatyourgreens eatyourgreens deleted the dependabot/npm_and_yarn/superagent-7.1.3 branch May 9, 2022 14:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant