Update dependency @slack/socket-mode to v3 - #170
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
renovate
Bot
force-pushed
the
renovate/major-slack
branch
from
September 7, 2026 22:03
9b5730e to
2c9d604
Compare
renovate
Bot
force-pushed
the
renovate/major-slack
branch
from
September 9, 2026 21:30
2c9d604 to
4aade6a
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or 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
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:
2.0.7→3.0.1Release Notes
slackapi/node-slack-sdk (@slack/socket-mode)
v3.0.1Compare Source
Patch Changes
5c2362c: Fix leaked TCP sockets on disconnect (#2709). Moving fromwsto undici'sWebSocketin 3.0.0 dropped every force-close mechanism, soESTABLISHEDsockets were never torn down and accumulated toward Slack's per-app connection cap.disconnect()now arms a 30s close-handshake timeout, so a peer that never replies to the close frame no longer leaves the socket stuck inCLOSINGindefinitely.dispatcherowns its own socket and instead relies on the close-handshake timeout — this limitation is documented on thedispatcheroption.closehandler no longer schedules a reconnect on stale or overlapping close events, so at most one reconnect is scheduled per disconnect.v3.0.0Compare Source
Major Changes
fc98c8c: Drop Node.js 18 support. The minimum supported Node.js version is now 20.Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.