An in-range update of supertest is breaking the build π¨
greenkeeper opened this issue Β· 4 comments
Version 3.3.0 of supertest was just published.
Branch | Build failing π¨ |
---|---|
Dependency | supertest |
Current Version | 3.2.0 |
Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
supertest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
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
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 π΄
After pinning to 3.2.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependency
supertest was updated from3.3.0
to3.4.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
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
- The
devDependency
supertest was updated from3.4.0
to3.4.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 23 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
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
There are 23 commits in total.
See the full diff
- The
devDependency
supertest was updated from3.4.1
to3.4.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v3.4.2
Commits
The new version differs by 32 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
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
There are 32 commits in total.
See the full diff