laravel-echo-module
laravel-echo-module copied to clipboard
chore(deps): update dependency laravel-echo to ^1.16.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| laravel-echo | ^1.10.0 -> ^1.16.1 |
Release Notes
laravel/echo (laravel-echo)
v1.16.1
- Replaced deprecated substr function by @SuperDJ in https://github.com/laravel/echo/pull/395
- Throw error on unsupported broadcaster by @SuperDJ in https://github.com/laravel/echo/pull/396
v1.16.0
- Adds support for Reverb as an Echo broadcaster by @joedixon in https://github.com/laravel/echo/pull/391
v1.15.3
- Export
ConnectorandEventFormatterto provide full extensibility by @slavarazum in https://github.com/laravel/echo/pull/383
v1.15.2
- Fix broken Typescript presence channel interface "whisper" method by @DellanX in https://github.com/laravel/echo/pull/377
- Fix TS error in EventFormatter for projects using TS5 by @SanderMuller in https://github.com/laravel/echo/pull/381
v1.15.1
- Fix broken Typescript presence channel interface "whisper" method by @DellanX in https://github.com/laravel/echo/pull/377
v1.15.0
Added
- Leave from all channels by @k0mar12 in https://github.com/laravel/echo/pull/365
- Add an
encrypedPrivateChannelfunction to the NullConnector. by @luniki in https://github.com/laravel/echo/pull/369 - Add a
listenToAllfunction to the NullConnector. by @luniki in https://github.com/laravel/echo/pull/368
v1.14.2
Fixed
- Fix node type issue by @timacdonald in https://github.com/laravel/echo/pull/361
v1.14.1
Fixed
- Instantiate pusher using Pusher class from option by @chhornponleu in https://github.com/laravel/echo/pull/359
v1.14.0
Added
- Bearer token Authorization support by @parallels999 in https://github.com/laravel/echo/pull/353
v1.13.1
Changed
- Also leave Pusher private encrypted channel by @daannet in https://github.com/laravel/echo/pull/349
v1.13.0
Added
- Adds Turbo Interceptor to add X-Socket-Id header on Turbo requests by @tonysm in https://github.com/laravel/echo/pull/348
v1.12.1
Fixed
- Fix IIFE build by @timacdonald in https://github.com/laravel/echo/pull/344
v1.12.0
Added
- User Authentication by @rennokki in https://github.com/laravel/echo/pull/340
v1.11.7
No significant changes.
v1.11.5
Changed
- Add Channel, PresenceChannel class to typescript definition exports by @steve3d in https://github.com/laravel/echo/pull/333
v1.11.4
Changed
- Bump packages versions by @lucasmichot in https://github.com/laravel/echo/pull/331
v1.11.3
Fixed
- Fix types in connector.ts (#327)
v1.11.2
Changed
- Package build
v1.11.1
Changed
- Extend presence channel by channel class (#318)
v1.11.0
Added
- Add
listenToAllandstopListeningToAll(#315)
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
33d745c) to head (3d3fe9a).
:exclamation: Current head 3d3fe9a differs from pull request most recent head 44233d9. Consider uploading reports for the commit 44233d9 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #62 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 20 20
Branches 6 6
=========================================
Hits 20 20
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.