openstf / minicap

Stream real-time screen capture data out of Android devices.
Other
1.72k stars 622 forks source link

Bump ws from 0.7.2 to 7.2.1 in /example #204

Open dependabot[bot] opened 4 years ago

dependabot[bot] commented 4 years ago

Bumps ws from 0.7.2 to 7.2.1.

Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 7.2.1 > # Bug fixes > > - Added `bufferutil` and `utf-8-validate` as peer dependencies ([#1626](https://github-redirect.dependabot.com/websockets/ws/issues/1626)). > > ## 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. > ... (truncated)
Commits - [`9531cd0`](https://github.com/websockets/ws/commit/9531cd0f20be0b0cd059443c31ea4bda2670c7f1) [dist] 7.2.1 - [`a4b9e0b`](https://github.com/websockets/ws/commit/a4b9e0befb4106620dac93727b0c64c1f76d7423) [ci] Test on node 13 - [`6df06d9`](https://github.com/websockets/ws/commit/6df06d9751937e1bed526644d468a5be31ef33cc) [minor] Use `Infinity` if `concurrency` value is falsy - [`950e41a`](https://github.com/websockets/ws/commit/950e41a8149255a69a64e9f5dbc1176925a523c2) [minor] Remove async-limiter dependency - [`3293284`](https://github.com/websockets/ws/commit/329328432b830d48a08535803d429ce14f56bc88) [minor] Remove unnecessary optimization - [`f06a738`](https://github.com/websockets/ws/commit/f06a7389459bd5b7d3609d92d9f2244d03cd179d) [pkg] Add engines field - [`289724f`](https://github.com/websockets/ws/commit/289724f67d28d37fe02c4c66a6b86c581d7f4f97) [pkg] Add bufferutil and utf-8-validate as peer dependencies ([#1626](https://github-redirect.dependabot.com/websockets/ws/issues/1626)) - [`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 - Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/0.7.2...7.2.1)
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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/openstf/minicap/network/alerts).