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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supertest to the latest version 馃殌 #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 13, 2018

Version 3.1.0 of supertest was just published.

Dependency supertest
Current Version 3.0.0
Type devDependency

The version 3.1.0 is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of supertest.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.1.0
  • #473 - Remove unused dependency in Readme (thanks @pedro-otero)
  • #472 - Update travis node versions (thanks @rimiti)
  • #470 - Upgrade the superagent node module to resolve security vulnerabilities & fix the proto property deprecation (thanks @levioza)
  • #446 - Fix bug, always pass on errors if no response (thanks @bkeepers)
  • #418 - Add post() examples to the README (thanks @kevinburke)
  • #297 - Add a .host() method to set a host other than 127.0.0.1 (thanks @mikec)
  • #275 - Removed ambiguously misappropriated cultural references from readme (thanks @reallistic)
Commits

The new version differs by 1 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

greenkeeper bot added a commit that referenced this pull request Sep 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 5, 2018

Version 3.2.0 just got published.

Update to this version instead 馃殌

Release Notes v3.2.0
Commits

The new version differs by 29 commits.

  • c52338b Merge pull request #508 from visionmedia/prepare-release
  • fb3d042 chore(package*.json) version bumped v3.2.0
  • 8707c22 doc(History.md) file updated
  • 05272d7 Merge pull request #507 from visionmedia/upgrade-dependencies
  • 011d008 chore(.gitignore) coverage folder included
  • 92578c7 Merge pull request #503 from visionmedia/upgrade-dependencies
  • 1fc760b chore(package-lock.json) locker file updated
  • f8229a8 Merge branch 'master' into upgrade-dependencies
  • 979999f Merge pull request #506 from rimiti/fix-pipeline
  • 96af26a chore(.gitignore) .nyc_output folder included
  • b0a9dbd chore(.travis.yml) call npm coverage script
  • c4566f2 chore(package-lock.json) file updated
  • 85b17c6 chore(package.json) coverage script created
  • 977081f Merge pull request #504 from visionmedia/adding-coverage
  • 0a3ad28 Merge remote-tracking branch 'origin/master' into adding-coverage

There are 29 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 6, 2018

Version 3.3.0 just got published.

Update to this version instead 馃殌

Release Notes v3.3.0

#509 - Fix #486, bug in _assertBody, switch to deepStrictEqual (thanks @mikelax)
#510 - Refactor test files to use const/let (thanks @rimiti)

Commits

The new version differs by 10 commits.

  • e910e85 chore: Prepare for v3.3.0 release.
  • bd864de Merge pull request #511 from visionmedia/bugfix-486-equal
  • 101fbf5 Merge branch 'master' into bugfix-486-equal
  • 04230bb Merge pull request #510 from visionmedia/refact-const-let
  • 510a7ae bugfix: 486 Change method to use deepStrictEqual. (#509)
  • 913150d chore(.editorconfig) [*.md] block removed
  • 82e0828 refact(test/supertest.js) vars replaced by const and let
  • 5443136 chore(.editorconfig) configuration file created
  • 7233ba6 chore(.eslintrc) parserOptions option added to use es6
  • 322ebf6 bugfix: 486 Change method to use deepStrictEqual.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 16, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2019

  • The devDependency supertest was updated from 3.0.0 to 3.4.0.

Update to this version instead 馃殌

Release Notes for v3.4.0
  • PR-532 - Packages updated, pipeline more explicit, documentation updated (thanks @rimiti)
  • PR-517 - Documentation updated (thanks @oprogramador)
  • PR-513 - Use more robust Array instance check (thanks @rubendg)
Commits

The new version differs by 14 commits.

  • 5640ac9 3.4.0
  • 60f8a9e Merge pull request #532 from visionmedia/v3.4.0
  • 43bfae1 doc(History.md) changelog updated
  • fc1568d doc(README.md) cookie example added
  • 3192d96 chore(package-lock.json) file updated
  • b3d271f chore(package.json) blocks reorganized, nock removed
  • aeae0f3 chore(.travis.yml) pipeline more explicit
  • 53feddc chore(test/supertest.js) obscure test removed
  • 50c59d6 Merge pull request #519 from oprogramador/patch-3
  • 6ca3897 Merge pull request #517 from oprogramador/patch-2
  • 0146d81 auth info in README
  • d853b37 fix typo in README
  • 8158979 Merge pull request #513 from rubendg/use-isarray
  • 550613b Use more robust Array instance check

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 16, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2019

  • The devDependency supertest was updated from 3.0.0 to 3.4.1.

Update to this version instead 馃殌

Commits

The new version differs by 9 commits.

  • 8ef3840 3.4.1
  • cea9ff5 Merge pull request #535 from visionmedia/v3.4.1
  • 013caf0 doc(History.md) changelog updated
  • 0d4a6dc Merge pull request #533 from rimiti/publish-only-necessary
  • 9ed4909 chore(package-lock.json) file updated
  • c1a1c37 fix(test/supertest.js) test fixed, message has been updated
  • 87756fb Revert "chore(test/supertest.js) obscure test removed"
  • 9e6851b Revert "chore(test/supertest.js) obscure test removed"
  • ad882c2 chore(.npmignore) only publish necessary files

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 22, 2019

  • The devDependency supertest was updated from 3.0.0 to 3.4.2.

Update to this version instead 馃殌

Release Notes for v3.4.2
  • PR-542 - Update dependencies. (thanks @rimiti)
  • PR-537 - Fix and update documentation. (thanks @rimiti)
  • PR-536 - Do not publish useless files. (thanks @rimiti)
Commits

The new version differs by 9 commits.

  • 1792d7d 3.4.2
  • 8712722 Merge pull request #542 from visionmedia/update-dependencies
  • 44caa8c chore(package.json) scripts created
  • ef1fd6b chore(package-lock.json) file updated
  • b469434 chore(package.json) eslint updated
  • f55c527 Merge pull request #536 from rimiti/do-not-publish-useless-files
  • eed0a40 Merge pull request #537 from rimiti/fix-documentation
  • 74d1516 doc(README.md) documentation updated
  • 83763c9 chore(.npmignore) paths updated

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 9, 2019

  • The devDependency supertest was updated from 3.0.0 to 4.0.0.

Update to this version instead 馃殌

Release Notes for v4.0.0
  • Merge pull request #539 from ozzywalsh/fix-agent-defaults abf6bc3
  • Merge pull request #554 from visionmedia/use-trust-localhost 5914936

v3.4.2...v4.0.0

Commits

The new version differs by 8 commits.

  • 0cfc198 4.0.0
  • abf6bc3 Merge pull request #539 from ozzywalsh/fix-agent-defaults
  • 5914936 Merge pull request #554 from visionmedia/use-trust-localhost
  • 647ade8 doc(History.md) file removed for github release notes
  • a2aaa60 feat(packages.json) packages updated
  • 011e69f updated tests to use trustLocalhost for bypassing broken HTTPS
  • 3b13e91 Test global agent settings work
  • 713ddf1 Call this._setDefaults in TestAgent http methods

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 15, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 15, 2019

  • The devDependency supertest was updated from 3.0.0 to 4.0.1.

Update to this version instead 馃殌

Release Notes for Fix - Superagent downgraded
  • Merge pull request #558 from visionmedia/hotfix 078c835

v4.0.0...v4.0.1

Commits

The new version differs by 6 commits.

  • 715d9a9 4.0.1
  • 078c835 Merge pull request #558 from visionmedia/hotfix
  • 8119278 feat(package.json) superagent downgraded because assert using promises doesn't works
  • 934d415 feat(test/supertest.js) trustLocalhost() removed because superagent downgrading
  • 38e66a1 chore(test/supertest.js) this test should fail
  • fe2015b chore(test/supertest.js) test created to assert using promises

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 15, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 15, 2019

  • The devDependency supertest was updated from 3.0.0 to 4.0.2.

Update to this version instead 馃殌

Release Notes for Documentation
  • Merge pull request #563 from visionmedia/fix-documentation 1257283
  • Merge pull request #561 from fullstackmommy/assert-content-type-in-readme 436643c

v4.0.1...v4.0.2

Commits

The new version differs by 5 commits.

  • 775911f 4.0.2
  • 1257283 Merge pull request #563 from visionmedia/fix-documentation
  • 436643c Merge pull request #561 from fullstackmommy/assert-content-type-in-readme
  • 6ef07da doc(README.md) trustLocalhost() block removed
  • a8262f6 Correction in example snippets

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants