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

v9.11.0 Bump superagent from 3.8.3 to 6.1.0 #4987

Conversation

github-actions[bot]
Copy link
Contributor

Applying #4848 to release/9.11.0
Bumps superagent from 3.8.3 to 6.1.0.

Release notes

Sourced from superagent's releases.

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

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

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

v5.3.1

  • Revert "fix: allow unset to prevent some defaults (#1560)" b411b66

ladjs/superagent@v5.3.0...v5.3.1

v5.3.0

  • chore: bump deps 5f7f7ff
  • fix: fixed package.json version per #1564 c067457
  • feature: Support port overrides in connect() (#1564) 7a25f3e
  • fix: ensure node retries happen when using .then syntax (#1487) (#1543) 77bcb11
  • fix: allow unset to prevent some defaults (#1560) afd20c1
  • fix: attach cookies to agent after plugin is used (#1556) 4babc5d
  • fix: a typo in docs (#1549) 5d729bb

ladjs/superagent@v5.2.2...v5.3.0

v5.2.2

  • Fix URI encoding (#1539) c7a10e2
  • Revert "feat: add secure cookie override to agent" (#1537) 40424e6
  • feat: add secure cookie override to agent (#1515) 737697f

ladjs/superagent@v5.2.1...v5.2.2

v5.2.1

  • fix: fixed .buffer prototype in client issue (closes #1517) 639ce2c

ladjs/superagent@v5.2.0...v5.2.1

v5.2.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.
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 commands and options

You can trigger Dependabot actions by commenting on this PR:

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

valadas and others added 15 commits September 9, 2020 00:18
Updates versions as per release candidate creation
Merging into master to release v9.8.1
Merges release/9.9.0 into master in order to release
Merging into master to release v9.9.1
Merging Release/9.10.0 into master to release v9.10.0
Merged Release/9.10.1 into master to release v9.10.1
Bumps [superagent](https://github.com/visionmedia/superagent) from 3.8.3
to 6.1.0.
- [Release notes](https://github.com/visionmedia/superagent/releases)
- [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md)
- [Commits](ladjs/superagent@v3.8.3...v6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Fix outputcache FileProvider invalid datetime culture format
…eragent-6.1.0

Bump superagent from 3.8.3 to 6.1.0
@github-actions github-actions bot added javascript Pull requests that update Javascript code Type: Maintenance labels Jan 18, 2022
@bdukes bdukes added this to the 9.11.0 milestone Jan 18, 2022
@bdukes
Copy link
Contributor

bdukes commented Jan 31, 2022

This is building correctly, it just had a transient error on the first build is now failing to upload an artifact with the same name.

@mitchelsellers mitchelsellers merged commit 59c8e7d into release/9.11.0 Feb 1, 2022
@mitchelsellers mitchelsellers deleted the v9.11.0/dependabot/npm_and_yarn/superagent-6.1.0-35ddf99c3acb8c2eb3ac0306a6b0c2c1750ae954 branch February 1, 2022 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code Type: Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants