Bump ws from 7.5.5 to 8.2.3 in /desktop (#3004)
Summary: Bumps [ws](https://github.com/websockets/ws) from 7.5.5 to 8.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/websockets/ws/releases">ws's releases</a>.</em></p> <blockquote> <h2>8.2.3</h2> <h1>Bug fixes</h1> <ul> <li>When context takeover is enabled, messages are now compressed even if their size is below the value of the <code>perMessageDeflate.threshold</code> option (41ae5631).</li> </ul> <h2>8.2.2</h2> <h1>Bug fixes</h1> <ul> <li>Some closing operations are now run only if needed (ec9377ca).</li> </ul> <h2>8.2.1</h2> <h1>Bug fixes</h1> <ul> <li>Fixed an issue where the socket was not resumed, preventing the connection from being closed cleanly (869c9892).</li> </ul> <h2>8.2.0</h2> <h1>Features</h1> <ul> <li>Added <code>WebSocket.WebSocket</code> as an alias for <code>WebSocket</code> and <code>WebSocket.WebSocketServer</code> as an alias for <code>WebSocket.Server</code> to fix name consistency and improve interoperability with the ES module wrapper (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1935">https://github.com/facebook/flipper/issues/1935</a>).</li> </ul> <h2>8.1.0</h2> <h1>Features</h1> <ul> <li>Added ability to skip UTF-8 validation (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1928">https://github.com/facebook/flipper/issues/1928</a>).</li> </ul> <h1>Bug fixes</h1> <ul> <li>Fixed an issue with a breaking change in Node.js master (6a72da3e).</li> <li>Fixed a misleading error message (c95e695d).</li> </ul> <h2>8.0.0</h2> <h1>Breaking changes</h1> <ul> <li>The <code>WebSocket</code> constructor now throws a <code>SyntaxError</code> if any of the subprotocol names are invalid or duplicated (0aecf0c9).</li> <li>The server now aborts the opening handshake if an invalid <code>Sec-WebSocket-Protocol</code> header field value is received (1877ddeb).</li> <li>The <code>protocols</code> argument of <code>handleProtocols</code> hook is no longer an <code>Array</code> but a <code>Set</code> (1877ddeb).</li> <li>The opening handshake is now aborted if the <code>Sec-WebSocket-Extensions</code> header field value is empty or it begins or ends with a white space (e814110e).</li> <li>Dropped support for Node.js < 10.0.0 (552b5067).</li> <li>The <code>WebSocket</code> constructor now throws a <code>SyntaxError</code> if the connection URL contains a fragment identifier or if the URL's protocol is not one of <code>'ws:'</code>, <code>'wss:'</code>, or <code>'ws+unix:'</code> (ebea038f).</li> <li>Text messages and close reasons are no longer decoded to strings. They are</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="cfd99b6309"><code>cfd99b6</code></a> [dist] 8.2.3</li> <li><a href="fef7942a18"><code>fef7942</code></a> [ci] Fix typo</li> <li><a href="41ae56313b"><code>41ae563</code></a> [fix] Ignore the <code>threshold</code> option if context takeover is enabled</li> <li><a href="474aa3616f"><code>474aa36</code></a> [doc] Improve <code>WebSocket#{p{i,o}ng,send}()</code> documentation</li> <li><a href="055949fd23"><code>055949f</code></a> [doc] Remove no longer needed noop function from code snippet</li> <li><a href="5b85322f54"><code>5b85322</code></a> [ci] Update coverallsapp/github-action action to version 1.1.3</li> <li><a href="f871195c55"><code>f871195</code></a> [doc] Update issue template</li> <li><a href="72296e54ca"><code>72296e5</code></a> [dist] 8.2.2</li> <li><a href="3039b6b9d2"><code>3039b6b</code></a> [doc] Change label text to CI</li> <li><a href="04c032c51b"><code>04c032c</code></a> [ci] Use Github Actions for Windows x86 testing</li> <li>Additional commits viewable in <a href="https://github.com/websockets/ws/compare/7.5.5...8.2.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3004 Reviewed By: passy Differential Revision: D31991546 Pulled By: cekkaewnumchai fbshipit-source-id: 029092fa88e0c4a0816574c6c18e5565b9650615
This commit is contained in:
committed by
Facebook GitHub Bot
parent
66661ca4fa
commit
7a19b1c8d4
@@ -72,7 +72,7 @@
|
||||
"tmp": "^0.2.1",
|
||||
"uuid": "^8.3.2",
|
||||
"which": "^2.0.1",
|
||||
"ws": "^8.2.1",
|
||||
"ws": "^8.2.3",
|
||||
"xdg-basedir": "^4.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"mac-ca": "^1.0.6",
|
||||
"mkdirp": "^1.0.4",
|
||||
"node-fetch": "^2.6.5",
|
||||
"ws": "^8.2.1",
|
||||
"ws": "^8.2.3",
|
||||
"xdg-basedir": "^4.0.0",
|
||||
"yargs": "^16.2.0"
|
||||
}
|
||||
|
||||
@@ -13799,7 +13799,7 @@ ws@1.1.5, ws@^1.1.5:
|
||||
options ">=0.0.5"
|
||||
ultron "1.0.x"
|
||||
|
||||
ws@^7.4.5, ws@^7.4.6, ws@^8.2.1, ws@^8.2.3, ws@~8.2.3:
|
||||
ws@^7.4.5, ws@^7.4.6, ws@^8.2.3, ws@~8.2.3:
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.5.tgz#8b4bc4af518cfabd0473ae4f99144287b33eb881"
|
||||
integrity sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==
|
||||
@@ -13831,7 +13831,6 @@ xmlchars@^2.2.0:
|
||||
|
||||
xmldom@^0.5.0, "xmldom@github:xmldom/xmldom#0.7.0":
|
||||
version "0.7.0"
|
||||
uid c568938641cc1f121cef5b4df80fcfda1e489b6e
|
||||
resolved "https://codeload.github.com/xmldom/xmldom/tar.gz/c568938641cc1f121cef5b4df80fcfda1e489b6e"
|
||||
|
||||
xtend@^4.0.0, xtend@~4.0.1:
|
||||
|
||||
Reference in New Issue
Block a user