pion / example-webrtc-applications

Examples of WebRTC applications that are large, or use 3rd party libraries
https://pion.ly/
MIT License
1.08k stars 253 forks source link

Update dependency web_socket_channel to v3 #267

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
web_socket_channel dependencies major ^2.4.0 -> ^3.0.0

Release Notes

dart-lang/web_socket_channel (web_socket_channel) ### [`v3.0.1`](https://redirect.github.com/dart-lang/web_socket_channel/blob/HEAD/CHANGELOG.md#301) - Remove unnecessary `dependency_overrides`. - Remove obsolete documentation for `WebSocketChannel.new`. - Update package `web: '>=0.5.0 <2.0.0'`. ### [`v3.0.0`](https://redirect.github.com/dart-lang/web_socket_channel/blob/HEAD/CHANGELOG.md#300) - Provide an adapter around `package:web_socket` `WebSocket`s and make it the default implementation for `WebSocketChannel.connect`. - **BREAKING**: Remove `WebSocketChannel` constructor. - **BREAKING**: Make `WebSocketChannel` an `abstract interface`. - **BREAKING**: `IOWebSocketChannel.ready` will throw `WebSocketChannelException` instead of `WebSocketException`.

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

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (7a2c07e) to head (b497996). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #267 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 25 25 Lines 2803 2803 ====================================== Misses 2803 2803 ``` | [Flag](https://app.codecov.io/gh/pion/example-webrtc-applications/pull/267/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [go](https://app.codecov.io/gh/pion/example-webrtc-applications/pull/267/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `0.00% <ø> (ø)` | | | [wasm](https://app.codecov.io/gh/pion/example-webrtc-applications/pull/267/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `0.00% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.