-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): Bump ws from 7.5.0 to 7.5.3 #169
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jul 12, 2021
gnarea
changed the title
chore(deps): Bump ws from 7.5.0 to 7.5.3
fix(deps): Bump ws from 7.5.0 to 7.5.3
Jul 14, 2021
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/ws-7.5.3
branch
from
July 14, 2021 09:36
c8b84ec
to
edc33ec
Compare
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/ws-7.5.3
branch
from
July 14, 2021 10:23
edc33ec
to
e6bf70c
Compare
Bumps [ws](https://github.com/websockets/ws) from 7.5.0 to 7.5.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.5.0...7.5.3) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/ws-7.5.3
branch
from
July 14, 2021 11:21
e6bf70c
to
9d1c5e3
Compare
github-actions bot
pushed a commit
that referenced
this pull request
Aug 6, 2021
Bumps [ws](https://github.com/websockets/ws) from 7.5.0 to 7.5.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>7.5.3</h2> <h1>Bug fixes</h1> <ul> <li>The <code>WebSocketServer</code> constructor now throws an error if more than one of the <code>noServer</code>, <code>server</code>, and <code>port</code> options are specefied (66e58d27).</li> <li>Fixed a bug where a <code>'close'</code> event was emitted by a <code>WebSocketServer</code> before the internal HTTP/S server was actually closed (5a587304).</li> <li>Fixed a bug that allowed WebSocket connections to be established after <code>WebSocketServer.prototype.close()</code> was called (772236a1).</li> </ul> <h2>7.5.2</h2> <h1>Bug fixes</h1> <ul> <li>The opening handshake is now aborted if the client receives a <code>Sec-WebSocket-Extensions</code> header but no extension was requested or if the server indicates an extension not requested by the client (aca94c86).</li> </ul> <h2>7.5.1</h2> <h1>Bug fixes</h1> <ul> <li>Fixed an issue that prevented the connection from being closed properly if an error occurred simultaneously on both peers (b434b9f1).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websockets/ws/commit/4c1849a61e773fe0ce016f6eb59bc3877f09aeee"><code>4c1849a</code></a> [dist] 7.5.3</li> <li><a href="https://github.com/websockets/ws/commit/772236a13ff2bd28291c911b7c25fbfe99580ed1"><code>772236a</code></a> [fix] Abort the handshake if the server is closing or closed</li> <li><a href="https://github.com/websockets/ws/commit/5a5873048005cf5d25a2186fb9dc6db2a85096b0"><code>5a58730</code></a> [fix] Emit the <code>'close'</code> event after the server is closed</li> <li><a href="https://github.com/websockets/ws/commit/ea63b29e81f95f7c5d38079487952b2eae94391e"><code>ea63b29</code></a> [minor] Fix typo</li> <li><a href="https://github.com/websockets/ws/commit/66e58d279ffabe5108424c08ab71403aceddcad9"><code>66e58d2</code></a> [fix] Make the <code>{noS,s}erver</code>, and <code>port</code> options mutually exclusive</li> <li><a href="https://github.com/websockets/ws/commit/ecb9d9ea8f126416f2c07a2a8485b1d1e4ab3989"><code>ecb9d9e</code></a> [minor] Improve JSDoc-inferred types (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1912">#1912</a>)</li> <li><a href="https://github.com/websockets/ws/commit/0ad1f9d6a48ed1b30bda09b958cb142c1e09cced"><code>0ad1f9d</code></a> [dist] 7.5.2</li> <li><a href="https://github.com/websockets/ws/commit/aca94c86e000675900b09729559e405f9207d154"><code>aca94c8</code></a> [fix] Abort the handshake if an unexpected extension is received</li> <li><a href="https://github.com/websockets/ws/commit/38c6c734daf8e15d5cd902ed3e47b8651fd1032c"><code>38c6c73</code></a> [dist] 7.5.1</li> <li><a href="https://github.com/websockets/ws/commit/2916006477bd50d5a7513640fcb610f7fd0dddda"><code>2916006</code></a> [test] Add more tests for <code>WebSocket.prototype.close()</code></li> <li>Additional commits viewable in <a href="https://github.com/websockets/ws/compare/7.5.0...7.5.3">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=7.5.0&new-version=7.5.3)](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> [skip ci] 5f1c2c0
🎉 This PR is included in version 1.6.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
automerge
Allow kodiak to automerge commit when all checks pass
dependencies
Pull requests that update a dependency file
released
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps ws from 7.5.0 to 7.5.3.
Release notes
Sourced from ws's releases.
Commits
4c1849a
[dist] 7.5.3772236a
[fix] Abort the handshake if the server is closing or closed5a58730
[fix] Emit the'close'
event after the server is closedea63b29
[minor] Fix typo66e58d2
[fix] Make the{noS,s}erver
, andport
options mutually exclusiveecb9d9e
[minor] Improve JSDoc-inferred types (#1912)0ad1f9d
[dist] 7.5.2aca94c8
[fix] Abort the handshake if an unexpected extension is received38c6c73
[dist] 7.5.12916006
[test] Add more tests forWebSocket.prototype.close()
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)