Update supertest to the latest version π
Version 3.1.0 of supertest was just published.
| Dependency |
supertest
|
|---|---|
| Current Version | 2.0.1 |
| Type | devDependency |
The version 3.1.0 is not covered by your current version range.
If you donβt 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βt 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 6 commits.
d4a63afRelease v3.1.0 (#474)199506dPrepare 3.0.0 release. Small readme updates, update dev libs.1d82e5bAllow TestAgent pass a cert and key to request (#373)188f8f2Update readme (#392)bd63752Use superagent 3 (#400)3c16aa1Couple small updates to README
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Version 3.2.0 just got published.
Update to this version instead π
Release Notes
v3.2.0- #507 - Ignore coverage folder (thanks @rimiti)
- #506 - Fix Coveralls timeouts on Travis (thanks @rimiti)
- #505 - Use node 10 instead of node 9 (thanks @rimiti)
- #504 - Coverage + Coveralls integration (thanks @rimiti)
- #503 - Dependencies updated (thanks @rimiti)
- #495 - Fix example in README.md (thanks @Otto-AA)
Commits
The new version differs by 29 commits.
c52338bMerge pull request #508 from visionmedia/prepare-releasefb3d042chore(package*.json) version bumped v3.2.08707c22doc(History.md) file updated05272d7Merge pull request #507 from visionmedia/upgrade-dependencies011d008chore(.gitignore) coverage folder included92578c7Merge pull request #503 from visionmedia/upgrade-dependencies1fc760bchore(package-lock.json) locker file updatedf8229a8Merge branch 'master' into upgrade-dependencies979999fMerge pull request #506 from rimiti/fix-pipeline96af26achore(.gitignore) .nyc_output folder includedb0a9dbdchore(.travis.yml) call npm coverage scriptc4566f2chore(package-lock.json) file updated85b17c6chore(package.json) coverage script created977081fMerge pull request #504 from visionmedia/adding-coverage0a3ad28Merge remote-tracking branch 'origin/master' into adding-coverage
There are 29 commits in total.
See the full diff
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.
e910e85chore: Prepare for v3.3.0 release.bd864deMerge pull request #511 from visionmedia/bugfix-486-equal101fbf5Merge branch 'master' into bugfix-486-equal04230bbMerge pull request #510 from visionmedia/refact-const-let510a7aebugfix: 486 Change method to use deepStrictEqual. (#509)913150dchore(.editorconfig) [*.md] block removed82e0828refact(test/supertest.js) vars replaced by const and let5443136chore(.editorconfig) configuration file created7233ba6chore(.eslintrc) parserOptions option added to use es6322ebf6bugfix: 486 Change method to use deepStrictEqual.
See the full diff
- The
devDependencysupertest was updated from2.0.1to3.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.
5640ac93.4.060f8a9eMerge pull request #532 from visionmedia/v3.4.043bfae1doc(History.md) changelog updatedfc1568ddoc(README.md) cookie example added3192d96chore(package-lock.json) file updatedb3d271fchore(package.json) blocks reorganized, nock removedaeae0f3chore(.travis.yml) pipeline more explicit53feddcchore(test/supertest.js) obscure test removed50c59d6Merge pull request #519 from oprogramador/patch-36ca3897Merge pull request #517 from oprogramador/patch-20146d81auth info in READMEd853b37fix typo in README8158979Merge pull request #513 from rubendg/use-isarray550613bUse more robust Array instance check
See the full diff
- The
devDependencysupertest was updated from2.0.1to3.4.1.
Update to this version instead π
Commits
The new version differs by 9 commits.
8ef38403.4.1cea9ff5Merge pull request #535 from visionmedia/v3.4.1013caf0doc(History.md) changelog updated0d4a6dcMerge pull request #533 from rimiti/publish-only-necessary9ed4909chore(package-lock.json) file updatedc1a1c37fix(test/supertest.js) test fixed, message has been updated87756fbRevert "chore(test/supertest.js) obscure test removed"9e6851bRevert "chore(test/supertest.js) obscure test removed"ad882c2chore(.npmignore) only publish necessary files
See the full diff
- The
devDependencysupertest was updated from2.0.1to3.4.2.
Update to this version instead π
Release Notes for v3.4.2
Commits
The new version differs by 9 commits.
1792d7d3.4.28712722Merge pull request #542 from visionmedia/update-dependencies44caa8cchore(package.json) scripts createdef1fd6bchore(package-lock.json) file updatedb469434chore(package.json) eslint updatedf55c527Merge pull request #536 from rimiti/do-not-publish-useless-fileseed0a40Merge pull request #537 from rimiti/fix-documentation74d1516doc(README.md) documentation updated83763c9chore(.npmignore) paths updated
See the full diff
- The
devDependencysupertest was updated from2.0.1to4.0.0.
Update to this version instead π
Release Notes for v4.0.0
Commits
The new version differs by 8 commits.
0cfc1984.0.0abf6bc3Merge pull request #539 from ozzywalsh/fix-agent-defaults5914936Merge pull request #554 from visionmedia/use-trust-localhost647ade8doc(History.md) file removed for github release notesa2aaa60feat(packages.json) packages updated011e69fupdated tests to use trustLocalhost for bypassing broken HTTPS3b13e91Test global agent settings work713ddf1Call this._setDefaults in TestAgent http methods
See the full diff
- The
devDependencysupertest was updated from2.0.1to4.0.1.
Update to this version instead π
Release Notes for Fix - Superagent downgraded
Commits
The new version differs by 6 commits.
715d9a94.0.1078c835Merge pull request #558 from visionmedia/hotfix8119278feat(package.json) superagent downgraded because assert using promises doesn't works934d415feat(test/supertest.js) trustLocalhost() removed because superagent downgrading38e66a1chore(test/supertest.js) this test should failfe2015bchore(test/supertest.js) test created to assert using promises
See the full diff
- The
devDependencysupertest was updated from2.0.1to4.0.2.
Update to this version instead π
Release Notes for Documentation
Commits
The new version differs by 5 commits.
775911f4.0.21257283Merge pull request #563 from visionmedia/fix-documentation436643cMerge pull request #561 from fullstackmommy/assert-content-type-in-readme6ef07dadoc(README.md) trustLocalhost() block removeda8262f6Correction in example snippets
See the full diff