Skip to content

chore(deps): bump @slack/socket-mode from 3.0.0 to 3.0.1 - #329

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/slack/socket-mode-3.0.1
Open

chore(deps): bump @slack/socket-mode from 3.0.0 to 3.0.1#329
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/slack/socket-mode-3.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps @slack/socket-mode from 3.0.0 to 3.0.1.

Release notes

Sourced from @​slack/socket-mode's releases.

@​slack/socket-mode@​3.0.1

Patch Changes

  • 5c2362c: Fix leaked TCP sockets on disconnect (#2709). Moving from ws to undici's WebSocket in 3.0.0 dropped every force-close mechanism, so ESTABLISHED sockets 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 in CLOSING indefinitely.
    • On the default dispatcher path, the underlying TCP socket is now captured and force-destroyed during cleanup. A user-supplied dispatcher owns its own socket and instead relies on the close-handshake timeout — this limitation is documented on the dispatcher option.
    • The close handler no longer schedules a reconnect on stale or overlapping close events, so at most one reconnect is scheduled per disconnect.
Commits
  • e0fa745 chore: release (#2720)
  • 5c2362c fix(socket-mode): tear down leaked sockets on disconnect (#2709) (#2710)
  • e026671 chore: release (#2719)
  • 0ee1d99 ci: adjust outputs of changeset releases to reattempt most recent releases (#...
  • 05502d9 chore: release (#2713)
  • 11b81e1 chore(deps): bump changesets/action from 1.9.0 to 2.1.1 (#2714)
  • 7a3d149 chore(deps-dev): bump @​changesets/cli from 2.31.1 to 3.0.1 (#2716)
  • 67f8a74 chore(deps-dev): bump @​biomejs/biome from 2.5.8 to 2.5.10 (#2717)
  • aef66ac fix: revert internal packages requiring esm loading for backward compatible s...
  • c663dc0 chore: release (#2681)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [@slack/socket-mode](https://github.com/slackapi/node-slack-sdk) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/socket-mode@3.0.0...@slack/socket-mode@3.0.1)

---
updated-dependencies:
- dependency-name: "@slack/socket-mode"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants