Closed greenkeeper[bot] closed 5 years ago
devDependency
ws was updated from 5.2.2
to 6.1.0
.Update to this version instead π
'close'
event when the serverThe new version differs by 11 commits.
b9ce38d
[dist] 6.1.0
9fe2f33
[test] Fix failing test on Windows
90407bb
[feature] Make WebSocketServer#close()
emit 'close'
(#1453)
6de05e0
[pkg] Update nyc to version 13.0.1
26b65da
[pkg] Update eslint to version 5.6.1
7d7ddfd
chore(package): update eslint-config-standard to version 12.0.0 (#1440)
19a0225
[lint] Add missing spaces
30335cb
chore(package): update eslint-plugin-standard to version 4.0.0 (#1439)
1e78aba
[pkg] Update eslint-plugin-import to version 2.14.0
2bb93fb
[pkg] Update eslint to version 5.4.0
07d337a
chore(package): update eslint-plugin-promise to version 4.0.0 (#1432)
See the full diff
devDependency
ws was updated from 5.2.2
to 6.1.1
.Update to this version instead π
The new version differs by 15 commits.
029de0c
[dist] 6.1.1
b213bee
[pkg] Update list of published files
95bf991
[pkg] Update dev dependencies
f26fac8
[minor] Ignore callbacks when clearing the send queue (#1471)
5914206
[doc] Fix nits
3fa0e03
[doc] Suggest implementation of heartbeat on the client (#1469)
7d51fb9
[fix] Do not waste time compressing when socket is closed (#1464)
1ebff19
[ci] Test on node 11
7e061bc
[pkg] Update nyc to version 13.1.0
bc0f8ab
[pkg] Update eslint to version 5.8.0
45f817b
chore(package): update eslint-plugin-node to version 8.0.0 (#1466)
cddbcf6
[test] Remove unused variables
0da3fdb
[minor] Do not use the legacy URL API
d2317b1
[benchmark] Add Unix domain sockets to bench (#1456)
9022a0d
[doc] Remove clientMaxWindowBits
option from README example (#1454)
See the full diff
devDependency
ws was updated from 5.2.2
to 6.1.2
.devDependency
ws was updated from 5.2.2
to 6.1.4
.Update to this version instead π
Host
header to always include a port (#1510).The new version differs by 23 commits.
dc745cc
[dist] 6.1.4
15b0bb3
[test] Remove redundant test
92b0a65
[fix] Use the defaultPort
option (#1510)
8b5422e
chore(package): update eslint to version 5.14.0 (#1509)
5c82aac
chore(package): update nyc to version 13.3.0 (#1506)
b45e912
chore(package): update nyc to version 13.2.0 (#1500)
75cd966
chore(package): update eslint to version 5.13.0 (#1497)
460ae81
chore(package): update eslint-config-prettier to version 4.0.0 (#1496)
6fa6b8b
[dist] 6.1.3
6d2930a
[minor] Fix style nit
3df4809
[fix] Handle close frame which spans multiple packets (#1494)
c61218f
chore(package): update prettier to version 1.16.1 (#1492)
4f88959
chore(package): update eslint-config-prettier to version 3.6.0 (#1491)
f9d4b09
[minor] Use Array.prototype.includes()
63adb73
[minor] Set the handshake timeout via the timeout
option
There are 23 commits in total.
See the full diff
devDependency
ws was updated from 5.2.2
to 6.2.0
.Update to this version instead π
Sec-WebSocket-Key
header fieldThe new version differs by 14 commits.
eb6f8b0
[dist] 6.2.0
161f303
[feature] Add ability to follow redirects (#1490)
a6e94f4
[minor] Move all buffer conversion functions to the buffer-util module
71ee9ed
chore(package): update eslint to version 5.15.0 (#1522)
855494d
[test] Fix flaky test
8c21add
[codestyle] Add .gitattributes
faf9b36
[ci] Let Travis CI handle x64 Windows tests
bcb8a98
[ci] Test on macOS
5e238fb
[doc] Add logos to badges
295786b
chore(package): update eslint-config-prettier to version 4.1.0 (#1518)
160af45
[fix] Abort the handshake if the Sec-WebSocket-Key header is invalid
1d93fb2
[codestyle] Use single quotes in YAML files
6ad4d86
[pkg] Remove prettylint
dd5833a
chore(package): update mocha to version 6.0.0 (#1511)
See the full diff
devDependency
ws was updated from 5.2.2
to 6.2.1
.Update to this version instead π
The new version differs by 14 commits.
d57db27
[dist] 6.2.1
40734d8
[minor] Add missing option in JSDoc comment
0556f31
[doc] Add TOC to ws.md (#1539)
aa1dcd5
[fix] Make WebSocket#close()
set the close timer immediately
297f56d
[minor] Remove unneeded if
statement
bcab373
[test] Increase code coverage
3a5a20a
Revert "[ci] Cache dependencies"
9a89e5d
[ci] Cache dependencies
7f5025d
[test] Fix flaky test
148c373
[test] Prefer arrow functions
3df8242
[test] Remove comment to disable eslint rule
a40e29f
[minor] Remove length threshold
6c22584
[minor] Buffer writes if the frame to send is made of multiple chunks
1842197
[test] Remove useless test
See the full diff
devDependency
ws was updated from 5.2.2
to 7.0.0
.Update to this version instead π
url.Url
instances in the WebSocket
constructorWebSocket#{p{i,o}ng,send}()
has changed when thereadyState
attribute is not OPEN
(#1532)
CONNECTING
, an exception is thrown.CLOSING
or CLOSED
bufferedAmount
attribute is increased by the length of the data
callback
function is called with an error.callback
function is not provided.The new version differs by 23 commits.
092a822
[dist] 7.0.0
1b85466
[minor] Use crypto.randomFillSync()
to generate the masking key
993b0cd
[minor] Make extension.parse()
use null-prototype objects
aca3858
[example] Clean up examples
4a9a773
[example] Rename serverstats to server-stats
3eff077
[example] Remove unmaintained fileapi example
379def6
[lint] enable no-var rule
01bb91d
[ci] Test on node 12
6824e8c
[minor] Use Reflect.apply()
ddf0aca
[minor] Use object spread syntax instead of Object.assign()
692d7b4
[major] Drop support for url.Url
in the WebSocket
constructor
1e6999b
[major] Drop support for Node.js 6
5d751fb
[major] Change WebSocket#{p{i,o}ng,send}()
behavior (#1532)
5479eae
[pkg] Use caret ranges for all dependencies
1a15120
[pkg] Update nyc to version 14.0.0
There are 23 commits in total.
See the full diff
devDependency
ws was updated from 5.2.2
to 7.0.1
.devDependency
ws was updated from 5.2.2
to 7.1.0
.devDependency
ws was updated from 5.2.2
to 7.1.1
.
Version 6.0.0 of ws was just published.
The version 6.0.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 ws.
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
6.0.0Breaking changes
browser (#1345).
maxPayload
option on the client. Defaults to 100 MiB (#1402).memLevel
andlevel
options. UsezlibDeflateOptions
instead. (80e2002).Commits
The new version differs by 15 commits ahead by 15, behind by 2.
1ee42fd
[dist] 6.0.0
d963003
[example] Update dependencies
38d2e8b
chore(package): update eslint-plugin-node to version 7.0.0 (#1420)
fc95793
[fix] Fix use after invalidation bug
fbd4391
[fix] Fix compatibility with Node.js 6
b354cd1
[minor] Remove no longer needed workaround for
socketPath
optionef5a8f5
[pkg] Update eslint-plugin-standard to version 3.1.0
80e2002
[major] Drop support for the
memLevel
andlevel
options92d0a2e
[major] Add
maxPayload
option for the client (#1402)9f87842
[major] Make bundlers use a browser shim that throws an error (#1345)
72bfbe8
chore(package): update bufferutil to version 4.0.0 (#1413)
5bb29ed
chore(package): update utf-8-validate to version 5.0.0 (#1415)
3bc6b96
chore(package): update eslint to version 5.0.0 (#1403)
d73885c
[major] Drop support for Node.js 4
5d90141
chore(package): update eslint-plugin-import to version 2.13.0 (#1405)
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: