Skip to content

chore(deps): bump is-stream from 2.0.1 to 4.0.1#2489

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/is-stream-4.0.1
Open

chore(deps): bump is-stream from 2.0.1 to 4.0.1#2489
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/is-stream-4.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps is-stream from 2.0.1 to 4.0.1.

Release notes

Sourced from is-stream's releases.

v4.0.1

  • Fix docs 022693d

sindresorhus/is-stream@v4.0.0...v4.0.1

v4.0.0

Breaking

  • Require Node.js 18 42ad38e
  • The isStream() method now also ensures that the stream is not closed (#20) dd03f79
    • You can pass {canOpen: false} to bring back the old behavior

Improvements

  • Add checkOpen option (#20) dd03f79
  • Add support for HTTP stream instances (#21) 45e90c2

sindresorhus/is-stream@v3.0.0...v4.0.0

v3.0.0

Breaking

sindresorhus/is-stream@v2.0.1...v3.0.0

Commits

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 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 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 [is-stream](https://github.com/sindresorhus/is-stream) from 2.0.1 to 4.0.1.
- [Release notes](https://github.com/sindresorhus/is-stream/releases)
- [Commits](sindresorhus/is-stream@v2.0.1...v4.0.1)

---
updated-dependencies:
- dependency-name: is-stream
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 29, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 29, 2026 20:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 29, 2026
@codecov
Copy link

codecov bot commented Jan 29, 2026

❌ 21 Tests Failed:

Tests completed Failed Passed Skipped
217 21 196 0
View the top 3 failed test(s) by shortest run time
should not raise a type:disconnect reason:refresh_requested message as a slack_event::Integration tests with a WebSocket server lifecycle events slack_event should not raise a type:disconnect reason:refresh_requested message as a slack_event
Stack Traces | 0s run time
(0 , is_stream_1.default) is not a function
should not raise a type:disconnect reason:too_many_websockets message as a slack_event::Integration tests with a WebSocket server lifecycle events slack_event should not raise a type:disconnect reason:too_many_websockets message as a slack_event
Stack Traces | 0s run time
(0 , is_stream_1.default) is not a function
should not raise a type:disconnect reason:warning message as a slack_event::Integration tests with a WebSocket server lifecycle events slack_event should not raise a type:disconnect reason:warning message as a slack_event
Stack Traces | 0.001s run time
(0 , is_stream_1.default) is not a function
should maintain one serial reconnection attempt if WSS server sends unexpected HTTP response during handshake, like a 409::Integration tests with a WebSocket server unexpected socket messages sent to client should maintain one serial reconnection attempt if WSS server sends unexpected HTTP response during handshake, like a 409
Stack Traces | 0.061s run time
unexpected number of times `close` event was raised during reconnection!: expected +0 to equal 2
can listen on random event types and receive payload properties::Integration tests with a WebSocket server establishing connection, receiving valid messages can listen on random event types and receive payload properties
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
should reconnect gracefully if server sends a disconnect (reason: refresh_requested) message::Integration tests with a WebSocket server lifecycle events including reconnection ability should reconnect gracefully if server sends a disconnect (reason: refresh_requested) message
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
should reconnect gracefully if server sends a disconnect (reason: too_many_websockets) message::Integration tests with a WebSocket server lifecycle events including reconnection ability should reconnect gracefully if server sends a disconnect (reason: too_many_websockets) message
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
raises connecting event during `start()`::Integration tests with a WebSocket server lifecycle events raises connecting event during `start()`
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
raises reconnecting event after peer disconnects underlying WS connection::Integration tests with a WebSocket server lifecycle events including reconnection ability raises reconnecting event after peer disconnects underlying WS connection
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
should ignore binary messages::Integration tests with a WebSocket server unexpected socket messages sent to client should ignore binary messages
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
should reconnect gracefully if server sends a disconnect (reason: warning) message::Integration tests with a WebSocket server lifecycle events including reconnection ability should reconnect gracefully if server sends a disconnect (reason: warning) message
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
should reconnect if server does not respond with `pong` message within specified client ping timeout after initially responding with `pong`::Integration tests with a WebSocket server lifecycle events including reconnection ability related to ping/pong events should reconnect if server does not respond with `pong` message within specified client ping timeout after initially responding with `pong`
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
raises disconnected event after `disconnect()`::Integration tests with a WebSocket server lifecycle events raises disconnected event after `disconnect()`
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
should reconnect if server does not respond with `pong` message within specified client ping timeout ::Integration tests with a WebSocket server lifecycle events including reconnection ability related to ping/pong events should reconnect if server does not respond with `pong` message within specified client ping timeout 
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
should reconnect if server does not send `ping` message within specified server ping timeout::Integration tests with a WebSocket server lifecycle events including reconnection ability related to ping/pong events should reconnect if server does not send `ping` message within specified server ping timeout
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
raises authenticated event during `start()`::Integration tests with a WebSocket server lifecycle events raises authenticated event during `start()`
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
should debug-log that a malformed JSON message was received::Integration tests with a WebSocket server unexpected socket messages sent to client should debug-log that a malformed JSON message was received
Stack Traces | 3s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
raises connected event during `start()`::Integration tests with a WebSocket server lifecycle events raises connected event during `start()`
Stack Traces | 3.01s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
raises disconnecting event during `disconnect()`::Integration tests with a WebSocket server lifecycle events raises disconnecting event during `disconnect()`
Stack Traces | 3.01s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
should retry if retrieving a WSS URL fails::Integration tests with a WebSocket server `apps.connections.open` API failure modes should retry if retrieving a WSS URL fails
Stack Traces | 3.02s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)
connects to a server via `start()` and gracefully disconnects via `disconnect()`::Integration tests with a WebSocket server establishing connection, receiving valid messages connects to a server via `start()` and gracefully disconnects via `disconnect()`
Stack Traces | 3.02s run time
Timeout of 3000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-slack-sdk\node-slack-sdk\packages\socket-mode\test\integration.spec.js)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

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