impronunciable / hackdash

Ideas for a hackathon
http://hackdash.org
MIT License
68 stars 61 forks source link

Bump superagent from 0.10.0 to 5.1.3 #179

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps superagent from 0.10.0 to 5.1.3.

Release notes *Sourced from [superagent's releases](https://github.com/visionmedia/superagent/releases).* > ## v5.1.3 > - fix: fixed support for NODE_TLS_REJECT_UNAUTHORIZED (per [#1511](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1511)) 2377e62 > > https://github.com/visionmedia/superagent/compare/v5.1.2...v5.1.3 > > ## v5.1.2 > - fix: fixed linting, fixed deprecation warning in tests 7d70a75 > - Use `res.getHeaders()` to avoid deprecation warning ([#1503](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1503)) 8dc8b91 > > https://github.com/visionmedia/superagent/compare/v5.1.1...v5.1.2 > > ## v5.1.0 > - Disable setting default user-agent ([#1495](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1495)) e652b8c > > https://github.com/visionmedia/superagent/compare/v5.0.9...v5.1.0 > > ## v5.0.9 > - feat: added fast-safe-stringify instead of JSON.stringify (closes [#1464](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1464)) 2e5d6fd > > https://github.com/visionmedia/superagent/compare/v5.0.8...v5.0.9 > > ## v5.0.8 > - fix: removed @babel/transform-runtime (closes [#1494](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1494)) 28e7101 > > https://github.com/visionmedia/superagent/compare/v5.0.7...v5.0.8 > > ## v5.0.7 > - fix: switch browserify to use babelify as global transform, bump deps a44cca8 > - docs: fixed arrow function for example 0a822ab > > https://github.com/visionmedia/superagent/compare/v5.0.6...v5.0.7 > > ## v5.0.6 > - feat: bump deps, fixed lint issues a3f75ed > - fix: omit queries that are set to undefined ([#1486](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1486)) 7942c2d > > https://github.com/visionmedia/superagent/compare/v5.0.5...v5.0.6 > > ## v5.0.5 > - fix: remove redundant defs, bump deps fcf6cff > > https://github.com/visionmedia/superagent/compare/v5.0.4...v5.0.5 > > ## v5.0.4 > - Invalid redirect in pipe ([#1471](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1471)) 7d0ea4b > - docs: fixed missing polyfill 251a1cb > - fix: [amilajack/eslint-plugin-compat#224](https://github-redirect.dependabot.com/amilajack/eslint-plugin-compat/issues/224) 2d81605 > > https://github.com/visionmedia/superagent/compare/v5.0.3...v5.0.4 > > ... (truncated)
Changelog *Sourced from [superagent's changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md).* > # This HISTORY log is deprecated > > Please see [GitHub releases page](https://github.com/visionmedia/superagent/releases) 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 - [`6cb8d95`](https://github.com/visionmedia/superagent/commit/6cb8d9542fdec61ef10a3794ad945d37ffa1ea5a) v5.1.3 - [`2377e62`](https://github.com/visionmedia/superagent/commit/2377e62277cb4fe7bd00c9237207011fbc326be8) fix: fixed support for NODE_TLS_REJECT_UNAUTHORIZED (per [#1511](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1511)) - [`477f3c5`](https://github.com/visionmedia/superagent/commit/477f3c5141cb0f80e593baf477e4b5a172ac1839) v5.1.2 - [`7d70a75`](https://github.com/visionmedia/superagent/commit/7d70a7559d4df3e10ebcece0cf319083184278dc) fix: fixed linting, fixed deprecation warning in tests - [`8dc8b91`](https://github.com/visionmedia/superagent/commit/8dc8b91a7ef42818f8e3f2ef9bf9a62506fdd8b5) Use `res.getHeaders()` to avoid deprecation warning ([#1503](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1503)) - [`158d759`](https://github.com/visionmedia/superagent/commit/158d759c31b1145a98794d28f46292ed16e8d2a0) 5.1.1 - [`73f64b0`](https://github.com/visionmedia/superagent/commit/73f64b08adb6f9b0b3c737e66952f66f6ad0e731) fix: fixed lint issues - [`fbfd7f7`](https://github.com/visionmedia/superagent/commit/fbfd7f7b42099eb61a21c965f4459f31ee126831) Feature disable tls certs ([#1511](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1511)) - [`bba9372`](https://github.com/visionmedia/superagent/commit/bba9372eee3d13aee283ec29a84de5a373609805) Add plugin for measuring http timings in node ([#1525](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1525)) - [`95acfc7`](https://github.com/visionmedia/superagent/commit/95acfc700a11ce2377d6bb524749d94e0978b846) Delete yarn.lock - Additional commits viewable in [compare view](https://github.com/visionmedia/superagent/compare/0.10.0...v5.1.3)
Maintainer changes This version was pushed to npm by [niftylettuce](https://www.npmjs.com/~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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://github.com/impronunciable/hackdash/network/alerts).