dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Bump ws from 1.1.1 to 7.2.0 #1197

Open dependabot[bot] opened 4 years ago

dependabot[bot] commented 4 years ago

Bumps ws from 1.1.1 to 7.2.0.

Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 7.2.0 > # Features > > - Added ability to specify the `readableObjectMode` option when using > `WebSocket.createWebSocketStream()` ([#1647](https://github-redirect.dependabot.com/websockets/ws/issues/1647)). > > ## 7.1.2 > # Bug fixes > > - Fixed a bug that caused compress jobs to never be marked as complete > ([#1618](https://github-redirect.dependabot.com/websockets/ws/issues/1618)). > > ## 7.1.1 > # Bug fixes > > - An error is now thrown if the `WebSocket` server constructor is used > incorrectly (36412662). > > ## 7.1.0 > # Features > > - Added utility to wrap a `WebSocket` in a `Duplex` stream ([#1589](https://github-redirect.dependabot.com/websockets/ws/issues/1589)). > > # Bug fixes > > - Reverted "[minor] Remove unneeded `if` statement" (dbacf582, [#1591](https://github-redirect.dependabot.com/websockets/ws/issues/1591)). > > ## 7.0.1 > # Bug fixes > > - Added ability to disable sending the SNI extension ([#1587](https://github-redirect.dependabot.com/websockets/ws/issues/1587)). > > ## 7.0.0 > # Breaking changes > > - Dropped support for Node.js 6 (1e6999bb). > - Dropped support for `url.Url` instances in the `WebSocket` constructor > (692d7b47). > - The behavior of `WebSocket#{p{i,o}ng,send}()` has changed when the > `readyState` attribute is not `OPEN` ([#1532](https://github-redirect.dependabot.com/websockets/ws/issues/1532)) > - If the readyState attribute is `CONNECTING`, an exception is thrown. > - If the readyState attribute is `CLOSING` or `CLOSED` > - The `bufferedAmount` attribute is increased by the length of the `data` > argument in bytes. > - If provided, the `callback` function is called with an error. > - No exception is thrown even if the `callback` function is not provided. > > ## 6.2.1 > # Bug fixes > > ... (truncated)
Commits - [`65f7800`](https://github.com/websockets/ws/commit/65f7800d4ed5d6f2076b5bd00b3c4cabfa4d22ef) [dist] 7.2.0 - [`54e3011`](https://github.com/websockets/ws/commit/54e301199386e328d56dcfe7358417b7f6d4de91) [doc] Fix Travis CI URL - [`a6c4238`](https://github.com/websockets/ws/commit/a6c42383d6506f0348036aedc4de311b03160445) [example] Close the WebSocket connection on logout - [`2b7d84d`](https://github.com/websockets/ws/commit/2b7d84d002623d3b4b2bd0c2e9483db1a36c0ad1) [minor] Add ability to specify the `readableObjectMode` option ([#1647](https://github-redirect.dependabot.com/websockets/ws/issues/1647)) - [`96d8c8f`](https://github.com/websockets/ws/commit/96d8c8fde3b9d533038a4283fdd72c47e4a8d499) [test] Increase timeout for failing tests on Windows - [`08c6c8b`](https://github.com/websockets/ws/commit/08c6c8ba70404818f7f4bc23eb5fd0bf9c94c039) [fix] Ensure that `concat()` never returns uninitialized data ([#1600](https://github-redirect.dependabot.com/websockets/ws/issues/1600)) - [`5b7315f`](https://github.com/websockets/ws/commit/5b7315fa15385efa909224258ec4165bb3e842bd) [perf] Use `TypedArray#set()` instead of `Buffer#copy()` - [`74bac8e`](https://github.com/websockets/ws/commit/74bac8e592ff5dbbdda1190d1d4b209c504979d4) [dist] 7.1.2 - [`3a695e8`](https://github.com/websockets/ws/commit/3a695e8144e6ebc86087cac559c54098d205c9f5) [fix] Ensure `_compress()` callback is always called ([#1618](https://github-redirect.dependabot.com/websockets/ws/issues/1618)) - [`fa99173`](https://github.com/websockets/ws/commit/fa991731cca990f40ecedb120918d14d08129673) [doc] Fix nits - Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/1.1.1...7.2.0)
Maintainer changes This version was pushed to npm by [lpinca](https://www.npmjs.com/~lpinca), a new releaser for ws since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dart-atom/dart/network/alerts).