Skip to content

build(deps): bump web_socket_client from 0.1.5 to 0.2.1#174

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/web_socket_client-0.2.1
Open

build(deps): bump web_socket_client from 0.1.5 to 0.2.1#174
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/web_socket_client-0.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps web_socket_client from 0.1.5 to 0.2.1.

Release notes

Sourced from web_socket_client's releases.

v0.2.1

What's Changed

Full Changelog: felangel/web_socket_client@v0.2.0...v0.2.1

v0.2.0

What's Changed

New Contributors

Full Changelog: felangel/web_socket_client@v0.1.5...v0.2.0

Changelog

Sourced from web_socket_client's changelog.

0.2.1

  • fix: infinite backoff loop by permanently disconnecting and closing the connection if timeout duration is exceeded.

0.2.0

  • BREAKING refactor: make ConnectionState a sealed class
  • feat: add wasm compatibility
  • feat: add protocol getter to WebSocket
  • fix: cancel subscription on close or reconnect
  • fix: invalid_runtime_check_with_js_interop_types
    • bump minimum Dart SDK version to 3.4.0
  • fix: only attempt reconnect on Exceptions to avoid infinite retry-loop
  • refactor: upgrade analysis_options
Commits
  • a1111df chore: v0.2.1 (#79)
  • a04d543 fix: infinite backoff loop (#78)
  • 57d3eb8 chore: v0.2.0 (#74)
  • 5a7cf84 feat: add protocol getter to WebSocket (#67)
  • 50239c9 fix: cancel subscription on close or reconnect (#73)
  • 8a2c3d2 fix: throw exception on error in html websocket connect
  • 64c6698 refactor!: upgrade analysis options and make connection state sealed (#72)
  • 679b8c4 fix: replace dart.library.html with dart.library.js_interop for wasm comp...
  • See full diff 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 [web_socket_client](https://github.com/felangel/web_socket_client) from 0.1.5 to 0.2.1.
- [Release notes](https://github.com/felangel/web_socket_client/releases)
- [Changelog](https://github.com/felangel/web_socket_client/blob/main/CHANGELOG.md)
- [Commits](felangel/web_socket_client@v0.1.5...v0.2.1)

---
updated-dependencies:
- dependency-name: web_socket_client
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants