Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump ws from 8.16.0 to 8.17.0 (#221)
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.0. <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.17.0</h2> <h1>Features</h1> <ul> <li>The <code>WebSocket</code> constructor now accepts the <code>createConnection</code> option (<a href="https://redirect.github.com/websockets/ws/issues/2219">#2219</a>).</li> </ul> <h1>Other notable changes</h1> <ul> <li>The default value of the <code>allowSynchronousEvents</code> option has been changed to <code>true</code> (<a href="https://redirect.github.com/websockets/ws/issues/2221">#2221</a>).</li> </ul> <p>This is a breaking change in a patch release. The assumption is that the option is not widely used.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websockets/ws/commit/b73b11828d166e9692a9bffe9c01a7e93bab04a8"><code>b73b118</code></a> [dist] 8.17.0</li> <li><a href="https://github.com/websockets/ws/commit/29694a5905fa703e86667928e6bacac397469471"><code>29694a5</code></a> [test] Use the <code>highWaterMark</code> variable</li> <li><a href="https://github.com/websockets/ws/commit/934c9d6b938b93c045cb13e5f7c19c27a8dd925a"><code>934c9d6</code></a> [ci] Test on node 22</li> <li><a href="https://github.com/websockets/ws/commit/1817bac06e1204bfb578b8b3f4bafd0fa09623d0"><code>1817bac</code></a> [ci] Do not test on node 21</li> <li><a href="https://github.com/websockets/ws/commit/96c9b3deddf56cacb2d756aaa918071e03cdbc42"><code>96c9b3d</code></a> [major] Flip the default value of <code>allowSynchronousEvents</code> (<a href="https://redirect.github.com/websockets/ws/issues/2221">#2221</a>)</li> <li><a href="https://github.com/websockets/ws/commit/e5f32c7e1e6d3d19cd4a1fdec84890e154db30c1"><code>e5f32c7</code></a> [fix] Emit at most one event per event loop iteration (<a href="https://redirect.github.com/websockets/ws/issues/2218">#2218</a>)</li> <li><a href="https://github.com/websockets/ws/commit/2aa0405a5e96754b296fef6bd6ebdfb2f11967fc"><code>2aa0405</code></a> [minor] Fix nits</li> <li><a href="https://github.com/websockets/ws/commit/53a88881cf5da8307ecbd5020db0a8fb72cf0d20"><code>53a8888</code></a> [feature] Allow the <code>createConnection</code> option (<a href="https://redirect.github.com/websockets/ws/issues/2219">#2219</a>)</li> <li><a href="https://github.com/websockets/ws/commit/b119b41db3bde7c5929609b4a52aa95c3af06f04"><code>b119b41</code></a> [pkg] Update eslint to version 9.0.0</li> <li><a href="https://github.com/websockets/ws/commit/2405c17775fb57f5e07db123c6133733dd58bbab"><code>2405c17</code></a> [doc] Add punctuation for readability (<a href="https://redirect.github.com/websockets/ws/issues/2213">#2213</a>)</li> <li>Additional commits viewable in <a href="https://github.com/websockets/ws/compare/8.16.0...8.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=8.16.0&new-version=8.17.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
- Loading branch information