Release notes
*Sourced from [ws's releases](https://github.com/websockets/ws/releases).*
> ## 6.2.1
> # Bug fixes
>
> - Fixed a bug that, under certain circumstances, prevented the close timer from
> being set (aa1dcd5).
>
> ## 6.2.0
> # Features
>
> - Added ability to follow redirects ([#1490](https://github-redirect.dependabot.com/websockets/ws/issues/1490)).
>
> # Bug fixes
>
> - The opening handshake is now aborted if the `Sec-WebSocket-Key` header field
> value is invalid (160af45b).
>
> ## 6.1.4
> # Bug fixes
>
> - Fixed an issue that caused the `Host` header to always include a port ([#1510](https://github-redirect.dependabot.com/websockets/ws/issues/1510)).
>
> ## 6.1.3
> # Bug fixes
>
> - Fixed a bug that, under certain circumstances, prevented the close frame from
> being parsed ([#1494](https://github-redirect.dependabot.com/websockets/ws/issues/1494)).
>
> ## 6.1.2
> # Bug fixes
>
> - Restored compatibility with Node.js < 6.13.0 (26436e0).
>
> ## 6.1.1
> # Bug fixes
>
> - Queued messages to send are now discarded if the permessage-deflate is enabled
> and the socket closes prematurely ([#1464](https://github-redirect.dependabot.com/websockets/ws/issues/1464), [#1471](https://github-redirect.dependabot.com/websockets/ws/issues/1471)).
>
> ## 6.1.0
> # Features
>
> - The WebSocket server now emits a `'close'` event when the server
> closes ([#1453](https://github-redirect.dependabot.com/websockets/ws/issues/1453)).
>
> ## 6.0.0
> # Breaking changes
>
> - Dropped support for Node.js 4 (d73885c).
> - Added a shim that throws an error when used if the package is bundled for the
> browser ([#1345](https://github-redirect.dependabot.com/websockets/ws/issues/1345)).
> ... (truncated)
Commits
- [`d57db27`](https://github.com/websockets/ws/commit/d57db27daf0e610590e3168266a214201a8c1d3a) [dist] 6.2.1
- [`40734d8`](https://github.com/websockets/ws/commit/40734d83dc0837c0e101f385d000781734c0906d) [minor] Add missing option in JSDoc comment
- [`0556f31`](https://github.com/websockets/ws/commit/0556f314a01543ba4e706d8892b288b613df25c6) [doc] Add TOC to ws.md ([#1539](https://github-redirect.dependabot.com/websockets/ws/issues/1539))
- [`aa1dcd5`](https://github.com/websockets/ws/commit/aa1dcd506543b8979053589a8d5fc67482f0f9ed) [fix] Make `WebSocket#close()` set the close timer immediately
- [`297f56d`](https://github.com/websockets/ws/commit/297f56df79f6bf4757465fb6b59884faf5b75337) [minor] Remove unneeded `if` statement
- [`bcab373`](https://github.com/websockets/ws/commit/bcab373b2b05342029db878872f95cc8f870350f) [test] Increase code coverage
- [`3a5a20a`](https://github.com/websockets/ws/commit/3a5a20aebfd5b9b717f6470d3e5bbcf72183f4b3) Revert "[ci] Cache dependencies"
- [`9a89e5d`](https://github.com/websockets/ws/commit/9a89e5d5164415021db86da665d3b691321656c7) [ci] Cache dependencies
- [`7f5025d`](https://github.com/websockets/ws/commit/7f5025ddc43be633395ebe7741777424bb45a148) [test] Fix flaky test
- [`148c373`](https://github.com/websockets/ws/commit/148c37363a2d4267135c970cfe18eb7b1be405fd) [test] Prefer arrow functions
- Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/3.2.0...6.2.1)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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/jtrent238/steven-quartz-universe/network/alerts).
Bumps ws from 3.2.0 to 6.2.1.
Release notes
*Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 6.2.1 > # Bug fixes > > - Fixed a bug that, under certain circumstances, prevented the close timer from > being set (aa1dcd5). > > ## 6.2.0 > # Features > > - Added ability to follow redirects ([#1490](https://github-redirect.dependabot.com/websockets/ws/issues/1490)). > > # Bug fixes > > - The opening handshake is now aborted if the `Sec-WebSocket-Key` header field > value is invalid (160af45b). > > ## 6.1.4 > # Bug fixes > > - Fixed an issue that caused the `Host` header to always include a port ([#1510](https://github-redirect.dependabot.com/websockets/ws/issues/1510)). > > ## 6.1.3 > # Bug fixes > > - Fixed a bug that, under certain circumstances, prevented the close frame from > being parsed ([#1494](https://github-redirect.dependabot.com/websockets/ws/issues/1494)). > > ## 6.1.2 > # Bug fixes > > - Restored compatibility with Node.js < 6.13.0 (26436e0). > > ## 6.1.1 > # Bug fixes > > - Queued messages to send are now discarded if the permessage-deflate is enabled > and the socket closes prematurely ([#1464](https://github-redirect.dependabot.com/websockets/ws/issues/1464), [#1471](https://github-redirect.dependabot.com/websockets/ws/issues/1471)). > > ## 6.1.0 > # Features > > - The WebSocket server now emits a `'close'` event when the server > closes ([#1453](https://github-redirect.dependabot.com/websockets/ws/issues/1453)). > > ## 6.0.0 > # Breaking changes > > - Dropped support for Node.js 4 (d73885c). > - Added a shim that throws an error when used if the package is bundled for the > browser ([#1345](https://github-redirect.dependabot.com/websockets/ws/issues/1345)). > ... (truncated)Commits
- [`d57db27`](https://github.com/websockets/ws/commit/d57db27daf0e610590e3168266a214201a8c1d3a) [dist] 6.2.1 - [`40734d8`](https://github.com/websockets/ws/commit/40734d83dc0837c0e101f385d000781734c0906d) [minor] Add missing option in JSDoc comment - [`0556f31`](https://github.com/websockets/ws/commit/0556f314a01543ba4e706d8892b288b613df25c6) [doc] Add TOC to ws.md ([#1539](https://github-redirect.dependabot.com/websockets/ws/issues/1539)) - [`aa1dcd5`](https://github.com/websockets/ws/commit/aa1dcd506543b8979053589a8d5fc67482f0f9ed) [fix] Make `WebSocket#close()` set the close timer immediately - [`297f56d`](https://github.com/websockets/ws/commit/297f56df79f6bf4757465fb6b59884faf5b75337) [minor] Remove unneeded `if` statement - [`bcab373`](https://github.com/websockets/ws/commit/bcab373b2b05342029db878872f95cc8f870350f) [test] Increase code coverage - [`3a5a20a`](https://github.com/websockets/ws/commit/3a5a20aebfd5b9b717f6470d3e5bbcf72183f4b3) Revert "[ci] Cache dependencies" - [`9a89e5d`](https://github.com/websockets/ws/commit/9a89e5d5164415021db86da665d3b691321656c7) [ci] Cache dependencies - [`7f5025d`](https://github.com/websockets/ws/commit/7f5025ddc43be633395ebe7741777424bb45a148) [test] Fix flaky test - [`148c373`](https://github.com/websockets/ws/commit/148c37363a2d4267135c970cfe18eb7b1be405fd) [test] Prefer arrow functions - Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/3.2.0...6.2.1)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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/jtrent238/steven-quartz-universe/network/alerts).