stream-chat-react
stream-chat-react copied to clipboard
chore(deps-dev): bump stream-chat from 6.7.3 to 6.8.0
Bumps stream-chat from 6.7.3 to 6.8.0.
Release notes
Sourced from stream-chat's releases.
v6.8.0
6.8.0 (2022-08-11)
Features
- add more sync function types (#1024) (b34fe11)
- add pending message in send message request and response (#1016) (db32e24)
- get pending message with metadata (#1026) (62e81f8)
- pending messages in channel response (#1019) (1db90fe)
- pending messages in channel state (#1023) (252c6e3)
Bug Fixes
Changelog
Sourced from stream-chat's changelog.
6.8.0 (2022-08-11)
Features
- add more sync function types (#1024) (b34fe11)
- add pending message in send message request and response (#1016) (db32e24)
- get pending message with metadata (#1026) (62e81f8)
- pending messages in channel response (#1019) (1db90fe)
- pending messages in channel state (#1023) (252c6e3)
Bug Fixes
Commits
ed1b43f
chore(release): v6.8.0 (#1030)5b76466
docs: added jsdoc for wsConnection optionf3a9ab4
fix: race condition of query channels and ws connection (#1029)62e81f8
feat: get pending message with metadata (#1026)9f0909e
build(deps): bump terser from 5.6.0 to 5.14.2 (#1015)b34fe11
feat: add more sync function types (#1024)252c6e3
feat: pending messages in channel state (#1023)1db90fe
feat: pending messages in channel response (#1019)db32e24
feat: add pending message in send message request and response (#1016)d047d04
chore: add missing changelog (#1013)- Additional commits viewable in compare view
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 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)
Codecov Report
Merging #1707 (6ec95a5) into develop (565ee55) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #1707 +/- ##
========================================
Coverage 79.70% 79.70%
========================================
Files 229 229
Lines 5803 5803
Branches 1713 1713
========================================
Hits 4625 4625
Misses 1031 1031
Partials 147 147
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Superseded by #1717.