status-im / react-native-desktop-qt

A Desktop port of React Native, driven by Qt, forked from Canonical
1.22k stars 85 forks source link

Bump ws from 1.1.5 to 7.1.2 #522

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ws from 1.1.5 to 7.1.2.

Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 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 > > - Fixed a bug that, under certain circumstances, prevented the close timer from > being set (aa1dcd5). > > ## 6.2.0 > # Features > > ... (truncated)
Commits - [`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 - [`0a61236`](https://github.com/websockets/ws/commit/0a612364e69fc07624b8010c6873f7766743a8e3) [doc] Discourage use of `verifyClient` hook ([#1613](https://github-redirect.dependabot.com/websockets/ws/issues/1613)) - [`91b5173`](https://github.com/websockets/ws/commit/91b5173c776881dc1a229ac5b0ba928dcb775602) [minor] Set the flag to detect invalid API usage only when needed - [`cf467db`](https://github.com/websockets/ws/commit/cf467dbed312e7dc6e7318c08666b72ea3213b76) [dist] 7.1.1 - [`3641266`](https://github.com/websockets/ws/commit/364126620bf3fe4e6e0042d3b74ec53b5ccbbb08) [minor] Throw an error on invalid usage - [`dd42c8b`](https://github.com/websockets/ws/commit/dd42c8bc3ac215668bbfe1788b3dab197219df2a) [dist] 7.1.0 - [`a49a827`](https://github.com/websockets/ws/commit/a49a827b4eabb4c720993ee1a0c45b737cc148bb) [feature] Add utility to wrap a `WebSocket` in a `Duplex` stream ([#1589](https://github-redirect.dependabot.com/websockets/ws/issues/1589)) - [`dbacf58`](https://github.com/websockets/ws/commit/dbacf582a5907af75c6d424f017af39096ab0b93) Revert "[minor] Remove unneeded `if` statement" - Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/1.1.5...7.1.2)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #545.