Open greenkeeper[bot] opened 4 years ago
After pinning to 7.2.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
ws was updated from 7.2.1
to 7.2.2
.Your tests are still failing with this version. Compare changes
The new version differs by 12 commits.
af4f722
[dist] 7.2.2
b29154b
[fix] Call buffered send callbacks on abnormal closure (#1702)
3e7f69c
[fix] Do not swallow errors emitted while destroying (#1672)
a39756a
[doc] Clear the timer on close (#1696)
9535702
[fix] Make _final()
a noop if no socket is assigned
1863504
[test] Use WebSocket.CONNECTING
instead of 0
cd607c0
[pkg] Update mocha to version 7.0.0
4f293a8
[fix] Close the connection if the MASK bit is incorrectly set (#1681)
b6430fe
[fix] Allow close code 1014 (#1682)
748a844
[minor] Use spread syntax instead of Object.assign()
401a585
[minor] Fix misleading comment
b59eff6
[pkg] Update nyc to version 15.0.0 (#1671)
See the full diff
dependency
ws was updated from 7.2.2
to 7.2.3
.Your tests are still failing with this version. Compare changes
WebSocket#{p{i,o}ng,close}()
now thow an error if the data to send is toodependency
ws was updated from 7.2.3
to 7.2.5
.Your tests are still failing with this version. Compare changes
The new version differs by 20 commits.
67983cb
[dist] 7.2.5
18d773d
[test] Fix failing tests
73f8bb6
[ci] Test on node 14
7a0ad90
[doc] move ISSUE_TEMPLATE.md to .github/issue_template.md
49ed889
[ci] Use GitHub Actions (#1644)
3730467
[test] Do not call duplex.end()
prematurely
651d662
[fix] Call the _final()
callback before destroying the stream
62f71d1
[minor] Throw an error on invalid method usage
79dfbcf
[test] Move test to appropriate section
06d8660
Revert "[minor] Throw an error on invalid usage"
c56d4ec
Revert "[minor] Set the flag to detect invalid API usage only when needed"
1a501d5
[doc] Fix example to not use deprecated property
6b4e2a8
[doc] Improve authentication example (#1741)
c31150f
[test] Remove unneeded options object
3bf4ac8
[test] Remove unneeded Buffer#slice()
call
There are 20 commits in total.
See the full diff
dependency
ws was updated from 7.2.5
to 7.3.0
.Your tests are still failing with this version. Compare changes
WebSocket.prototype.addEventListener()
now supports the once
option (#1754).The new version differs by 8 commits.
41f5e4f
[dist] 7.3.0
2e5c01f
[feature] Make addEventListener()
support the once
option (#1754)
97ddfce
[ci] Test on node 14
2b49c48
Revert "[ci] Use GitHub Actions (#1644)"
82f0537
Revert "[ci] Test on node 14"
b167d1c
Revert "[ci] Update Coveralls GitHub Action to version 1.1.1"
78e1c01
[ci] Update Coveralls GitHub Action to version 1.1.1
e694979
[doc] Fix badge URL
See the full diff
The dependency ws was updated from
7.2.0
to7.2.1
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
ws is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- ✅ **build-and-test:** null - ❌ **install-audit-lint:** There are 1 failures, 0 warnings, and 0 notices.Commits
The new version differs by 7 commits.
9531cd0
[dist] 7.2.1
a4b9e0b
[ci] Test on node 13
6df06d9
[minor] Use
Infinity
ifconcurrency
value is falsy950e41a
[minor] Remove async-limiter dependency
3293284
[minor] Remove unnecessary optimization
f06a738
[pkg] Add engines field
289724f
[pkg] Add bufferutil and utf-8-validate as peer dependencies (#1626)
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: