-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency ws to v8.17.1 - autoclosed #619
Closed
Closed
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
renovate
bot
force-pushed
the
renovate/ws
branch
6 times, most recently
from
October 2, 2022 12:36
74f0353
to
cec39f2
Compare
renovate
bot
force-pushed
the
renovate/ws
branch
4 times, most recently
from
October 10, 2022 14:38
0ee5f14
to
2cd3ae0
Compare
renovate
bot
force-pushed
the
renovate/ws
branch
6 times, most recently
from
October 20, 2022 01:06
a69ef28
to
bdac3e0
Compare
renovate
bot
force-pushed
the
renovate/ws
branch
3 times, most recently
from
October 24, 2022 22:30
8698830
to
0534960
Compare
renovate
bot
changed the title
Update dependency ws to v8.9.0
Update dependency ws to v8.10.0
Oct 25, 2022
renovate
bot
force-pushed
the
renovate/ws
branch
3 times, most recently
from
October 26, 2022 11:25
b915b74
to
e3b6b30
Compare
renovate
bot
changed the title
Update dependency ws to v8.10.0
Update dependency ws to v8.9.0
Oct 26, 2022
renovate
bot
force-pushed
the
renovate/ws
branch
from
October 26, 2022 20:25
e3b6b30
to
6815aab
Compare
renovate
bot
changed the title
Update dependency ws to v8.9.0
Update dependency ws to v8.10.0
Oct 27, 2022
renovate
bot
force-pushed
the
renovate/ws
branch
from
October 27, 2022 22:20
6815aab
to
066f1ef
Compare
renovate
bot
changed the title
Update dependency ws to v8.12.1
Update dependency ws to v8.13.0
Mar 12, 2023
renovate
bot
force-pushed
the
renovate/ws
branch
4 times, most recently
from
March 18, 2023 03:02
d2632dd
to
c8e046c
Compare
renovate
bot
force-pushed
the
renovate/ws
branch
from
June 26, 2023 02:56
c8e046c
to
88c111c
Compare
renovate
bot
changed the title
Update dependency ws to v8.13.0
Update dependency ws to v8.14.0
Sep 8, 2023
renovate
bot
force-pushed
the
renovate/ws
branch
2 times, most recently
from
September 10, 2023 17:03
ae4ef82
to
659e3bd
Compare
renovate
bot
changed the title
Update dependency ws to v8.14.0
Update dependency ws to v8.14.1
Sep 10, 2023
renovate
bot
force-pushed
the
renovate/ws
branch
from
September 21, 2023 16:31
659e3bd
to
7193fe5
Compare
renovate
bot
changed the title
Update dependency ws to v8.14.1
Update dependency ws to v8.14.2
Sep 21, 2023
renovate
bot
force-pushed
the
renovate/ws
branch
from
September 28, 2023 22:48
7193fe5
to
2755df0
Compare
renovate
bot
force-pushed
the
renovate/ws
branch
from
December 11, 2023 18:54
2755df0
to
b2b81b3
Compare
renovate
bot
changed the title
Update dependency ws to v8.14.2
Update dependency ws to v8.15.0
Dec 11, 2023
renovate
bot
force-pushed
the
renovate/ws
branch
from
December 14, 2023 23:20
b2b81b3
to
569dadb
Compare
renovate
bot
changed the title
Update dependency ws to v8.15.0
Update dependency ws to v8.15.1
Dec 14, 2023
renovate
bot
force-pushed
the
renovate/ws
branch
2 times, most recently
from
December 28, 2023 18:28
65e8e50
to
6e9c6d0
Compare
renovate
bot
changed the title
Update dependency ws to v8.15.1
Update dependency ws to v8.16.0
Dec 28, 2023
renovate
bot
force-pushed
the
renovate/ws
branch
from
March 15, 2024 18:57
6e9c6d0
to
7a27095
Compare
renovate
bot
force-pushed
the
renovate/ws
branch
from
April 11, 2024 23:40
7a27095
to
819ebe6
Compare
renovate
bot
force-pushed
the
renovate/ws
branch
from
April 30, 2024 06:59
819ebe6
to
4280ba9
Compare
renovate
bot
changed the title
Update dependency ws to v8.16.0
Update dependency ws to v8.17.0
Apr 30, 2024
renovate
bot
force-pushed
the
renovate/ws
branch
from
June 18, 2024 15:05
4280ba9
to
5f92fb5
Compare
renovate
bot
changed the title
Update dependency ws to v8.17.0
Update dependency ws to v8.17.1
Jun 18, 2024
renovate
bot
changed the title
Update dependency ws to v8.17.1
Update dependency ws to v8.17.1 - autoclosed
Jun 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
8.8.1
->8.17.1
Release Notes
websockets/ws (ws)
v8.17.1
Compare Source
Bug fixes
A request with a number of headers exceeding the[
server.maxHeadersCount
][server.maxHeadersCount]threshold could be used to crash a ws server.
The vulnerability was reported by Ryan LaPointe in https://github.com/websockets/ws/issues/2230.
In vulnerable versions of ws, the issue can be mitigated in the following ways:
[
--max-http-header-size=size
][--max-http-header-size=size] and/or the [maxHeaderSize
][maxHeaderSize] options sothat no more headers than the
server.maxHeadersCount
limit can be sent.server.maxHeadersCount
to0
so that no limit is applied.v8.17.0
Compare Source
Features
WebSocket
constructor now accepts thecreateConnection
option (#2219).Other notable changes
allowSynchronousEvents
option has been changed totrue
(#2221).This is a breaking change in a patch release. The assumption is that the option
is not widely used.
v8.16.0
Compare Source
Features
autoPong
option (01ba54e
).v8.15.1
Compare Source
Notable changes
allowMultipleEventsPerMicrotask
option has been renamed toallowSynchronousEvents
(4ed7fe5
).This is a breaking change in a patch release that could have been avoided with
an alias, but the renamed option was added only 3 days ago, so hopefully it
hasn't already been widely used.
v8.15.0
Compare Source
Features
allowMultipleEventsPerMicrotask
option (93e3552
).v8.14.2
Compare Source
Bug fixes
swallowed when running tests (
7f4e1a7
).v8.14.1
Compare Source
Bug fixes
fd3c64c
).v8.14.0
Compare Source
Features
WebSocket
constructor now accepts HTTP(S) URLs (#2162).socket
argument ofserver.handleUpgrade()
can now be a genericDuplex
stream (#2165).Other notable changes
v8.13.0
Compare Source
Features
finishRequest
option to support late addition of headers (#2123).v8.12.1
Compare Source
Bug fixes
browser
condition to package.json (#2118).v8.12.0
Compare Source
Features
utf-8-validate@6
(ff63bba
).Other notable changes
buffer.isUtf8()
][buffer.isUtf8()] is now used instead ofutf-8-validate
if available(
42d79f6
).v8.11.0
Compare Source
Features
WebSocket.prototype.addEventListener()
now supports an event listenerspecified as an object with a
handleEvent()
method. (9ab743a
).Bug fixes
WebSocket.prototype.addEventListener()
now adds an event listener only if itis not already in the list of the event listeners for the specified event type
(
1cec17d
).v8.10.0
Compare Source
Features
211d5d3
).v8.9.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.