An in-range update of ws is breaking the build π¨
greenkeeper opened this issue Β· 7 comments
The devDependency ws was updated from 7.0.0
to 7.0.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 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
Commits
The new version differs by 9 commits.
38d3bf2
[dist] 7.0.1
a0af764
[test] Use the correct value for the Content-Length header
b086179
[fix] Allow to disable sending the SNI extension (#1587)
e9e8ba5
[pkg] Update eslint-config-prettier to version 5.0.0 (#1588)
36ef757
[doc] Add missing dependency in code snippet (#1581)
911bb6f
[minor] Fix typo in JSDoc comment (#1565)
8050d5f
[lint] Enable quotes rule
995c527
[test] Enable --throw-deprecation
fbc077b
[test] Do not use the deprecated
outgoingMessage._headers
property
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 7.0.0 your tests are passing again. Downgrade this dependency π.
- The
devDependency
ws was updated from7.1.0
to7.1.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for 7.1.1
Bug fixes
- An error is now thrown if the
WebSocket
server constructor is used
incorrectly (3641266).
Commits
The new version differs by 9 commits.
cf467db
[dist] 7.1.1
3641266
[minor] Throw an error on invalid usage
dd42c8b
[dist] 7.1.0
a49a827
[feature] Add utility to wrap a
WebSocket
in aDuplex
stream (#1589)dbacf58
Revert "[minor] Remove unneeded
if
statement"db14864
[pkg] Update eslint-config-prettier to version 6.0.0 (#1599)
c62ea9f
[doc] Improve comment in code snippet (#1597)
47e7d64
[pkg] Update eslint to version 6.0.0 (#1595)
d9b5562
[doc] Improve server broadcast example (#1590)
See the full diff
- The
devDependency
ws was updated from7.1.1
to7.1.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 14 commits.
74bac8e
[dist] 7.1.2
3a695e8
[fix] Ensure
_compress()
callback is always called (#1618)fa99173
[doc] Fix nits
0a61236
[doc] Discourage use of
verifyClient
hook (#1613)91b5173
[minor] Set the flag to detect invalid API usage only when needed
cf467db
[dist] 7.1.1
3641266
[minor] Throw an error on invalid usage
dd42c8b
[dist] 7.1.0
a49a827
[feature] Add utility to wrap a
WebSocket
in aDuplex
stream (#1589)dbacf58
Revert "[minor] Remove unneeded
if
statement"db14864
[pkg] Update eslint-config-prettier to version 6.0.0 (#1599)
c62ea9f
[doc] Improve comment in code snippet (#1597)
47e7d64
[pkg] Update eslint to version 6.0.0 (#1595)
d9b5562
[doc] Improve server broadcast example (#1590)
See the full diff
- The
devDependency
ws was updated from7.2.0
to7.2.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 28 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)
65f7800
[dist] 7.2.0
54e3011
[doc] Fix Travis CI URL
a6c4238
[example] Close the WebSocket connection on logout
2b7d84d
[minor] Add ability to specify the
readableObjectMode
option (#1647)96d8c8f
[test] Increase timeout for failing tests on Windows
08c6c8b
[fix] Ensure that
concat()
never returns uninitialized data (#1600)5b7315f
[perf] Use
TypedArray#set()
instead ofBuffer#copy()
74bac8e
[dist] 7.1.2
There are 28 commits in total.
See the full diff
- The
devDependency
ws was updated from7.2.1
to7.2.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 40 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 assigned1863504
[test] Use
WebSocket.CONNECTING
instead of 0cd607c0
[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)
9531cd0
[dist] 7.2.1
a4b9e0b
[ci] Test on node 13
6df06d9
[minor] Use
Infinity
ifconcurrency
value is falsy
There are 40 commits in total.
See the full diff
- The
devDependency
ws was updated from7.2.2
to7.2.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for 7.2.3
Bug fixes
WebSocket#{p{i,o}ng,close}()
now thow an error if the data to send is too
large to fit in a control frame (e54f08d).
Commits
The new version differs by 42 commits.
5fcdc42
[dist] 7.2.3
e54f08d
[fix] Make
WebSocket#{p{i,o}ng,close}()
check the data sizeaf4f722
[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 assigned1863504
[test] Use
WebSocket.CONNECTING
instead of 0cd607c0
[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)
9531cd0
[dist] 7.2.1
There are 42 commits in total.
See the full diff
- The
devDependency
ws was updated from7.2.3
to7.2.5
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 62 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()
prematurely651d662
[fix] Call the
_final()
callback before destroying the stream62f71d1
[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 62 commits in total.
See the full diff