Skip to content

Bump uuid and stream-chat in /serverless#39

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/serverless/multi-1e096ef63a
Open

Bump uuid and stream-chat in /serverless#39
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/serverless/multi-1e096ef63a

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 24, 2026

Removes uuid. It's no longer used after updating ancestor dependency stream-chat. These dependencies need to be updated together.

Removes uuid

Updates stream-chat from 1.0.2 to 9.44.2

Release notes

Sourced from stream-chat's releases.

v9.44.2

9.44.2 (2026-05-15)

Bug Fixes

  • channels sorting with predefined filters (#1747) (5ee79f7)

v9.44.1

9.44.1 (2026-05-14)

Bug Fixes

v9.44.0

9.44.0 (2026-05-13)

Bug Fixes

  • ignore draft WS events while editing messages (#1739) (31e66f3)
  • prevent deleteUserMessages crash when hard-deleting a self-quoting message (#1741) (b2a00bb), closes #1736
  • prevent dispatchEvent crash on uninitialized channels via muteStatus (#1740) (eea0a47), closes #1732

Features

  • webhooks: verifyAndParse* API for compressed payloads (CHA-3071) (#1735) (288a34c)

v9.43.2

9.43.2 (2026-05-08)

Bug Fixes

  • add command utils to public exports (#1738) (30a7ece)
  • make predefined filters API generic and prevent dropping regular sort params if provided (#1737) (c68915c)

v9.43.1

9.43.1 (2026-05-05)

Bug Fixes

  • omit canceling uploads on initState in attachmentManager (#1733) (79b57a3)
  • types: align with backend response schema (#1727) (f148816)
  • types: restore config_overrides on PartialUpdateChannel (#1731) (7d8703b)

Performance Improvements

  • parse WebSocket events once at the transport boundary (#1729) (91b8f0d), closes #822

v9.43.0

9.43.0 (2026-04-30)

... (truncated)

Changelog

Sourced from stream-chat's changelog.

9.44.2 (2026-05-15)

Bug Fixes

  • channels sorting with predefined filters (#1747) (5ee79f7)

9.44.1 (2026-05-14)

Bug Fixes

9.44.0 (2026-05-13)

Bug Fixes

  • ignore draft WS events while editing messages (#1739) (31e66f3)
  • prevent deleteUserMessages crash when hard-deleting a self-quoting message (#1741) (b2a00bb), closes #1736
  • prevent dispatchEvent crash on uninitialized channels via muteStatus (#1740) (eea0a47), closes #1732

Features

  • webhooks: verifyAndParse* API for compressed payloads (CHA-3071) (#1735) (288a34c)

9.43.2 (2026-05-08)

Bug Fixes

  • add command utils to public exports (#1738) (30a7ece)
  • make predefined filters API generic and prevent dropping regular sort params if provided (#1737) (c68915c)

9.43.1 (2026-05-05)

Bug Fixes

  • omit canceling uploads on initState in attachmentManager (#1733) (79b57a3)
  • types: align with backend response schema (#1727) (f148816)
  • types: restore config_overrides on PartialUpdateChannel (#1731) (7d8703b)

Performance Improvements

  • parse WebSocket events once at the transport boundary (#1729) (91b8f0d), closes #822

9.43.0 (2026-04-30)

Features

  • advanced commands flow and composer effects (#1723) (5bcd1e6)

9.42.3 (2026-04-30)

... (truncated)

Commits
  • 0ac8096 chore(release): 9.44.2 [skip ci]
  • 5ee79f7 fix: channels sorting with predefined filters (#1747)
  • 34953ea chore(release): 9.44.1 [skip ci]
  • f4fcfdd fix: trigger release for 1744 (#1745)
  • 679b941 chore: add predefined filter support for offline mode (#1744)
  • d588093 chore(release): 9.44.0 [skip ci]
  • 288a34c feat(webhooks): verifyAndParse* API for compressed payloads (CHA-3071) (#1735)
  • b2a00bb fix: prevent deleteUserMessages crash when hard-deleting a self-quoting messa...
  • eea0a47 fix: prevent dispatchEvent crash on uninitialized channels via muteStatus (#1...
  • 31e66f3 fix: ignore draft WS events while editing messages (#1739)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for stream-chat since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [stream-chat](https://github.com/GetStream/stream-chat-js). These dependencies need to be updated together.


Removes `uuid`

Updates `stream-chat` from 1.0.2 to 9.44.2
- [Release notes](https://github.com/GetStream/stream-chat-js/releases)
- [Changelog](https://github.com/GetStream/stream-chat-js/blob/master/CHANGELOG.md)
- [Commits](GetStream/stream-chat-js@v1.0.2...v9.44.2)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
- dependency-name: stream-chat
  dependency-version: 9.44.2
  dependency-type: direct:production
...

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 May 24, 2026
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