Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps @liveblocks/node from 2.24.3 to 3.8.0.

Release notes

Sourced from @​liveblocks/node's releases.

3.8.0

@liveblocks/client

  • LiveMap and LiveObject deletions now report which item got deleted in the update notifications. LiveLists already did this.
  • Support numerical operators gt, lt, gte, and lte in room.getThreads metadata query filters.

@liveblocks/react

  • Add new hook useAiChatStatus that offers a convenient way to get the current generation status for an AI chat, indicating whether the chat is idle, currently generating contents, and, if so, what type of content is currently generating.
  • Fixes an issue where useUnreadInboxNotificationsCount wasn't returning the proper count if there were more than a page of unread notifications.
  • Support numerical operators gt, lt, gte, and lte in useThreads metadata query filters.

@liveblocks/react-ui

  • Add responseTimeout property to AiChat to allow customization of the default 30 seconds timeout.
  • The title prop on AiTool now accepts ReactNode, not just strings.
  • Fix a bug where AiChat would not always scroll in the same way when sending new messages.

@liveblocks/node

  • Add new method Liveblocks.prewarmRoom(roomId, options). This method can prewarm a room from your backend, preparing it for connectivity and making the eventual connection from the frontend faster.

3.7.1

@liveblocks/react

  • Add query filters roomId and kind on the useUnreadInboxNotificationsCount hook.

3.7.0

This release introduces group mentions (e.g. @engineering) across all packages and first-class support for tenants. Learn more about group mentions and tenants in the docs.

@liveblocks/client

  • Add new resolveGroupsInfo resolver to provide information about groups (e.g. name, avatar, etc) similar to resolveUsers.
  • Support returning group mention suggestions in resolveMentionSuggestions.
  • Support group mentions in stringifyCommentBody, it now accepts a resolveGroupsInfo option that passes the results to mentions as group.
  • Add query filters roomId and kind on the getInboxNotifications method.

@liveblocks/react

  • Add useGroupInfo hook to use resolveGroupsInfo in React, same as useUser for resolveUsers.
  • Add query filters roomId and kind on the useInboxNotifications hook.

@liveblocks/react-ui

  • Support group mentions in default components (mentions suggestions dropdowns, Thread, Composer, InboxNotification, etc).

@liveblocks/react-lexical, @liveblocks/react-tiptap, and @liveblocks/node-lexical

  • Support group mentions in text editors and comments-related components.

... (truncated)

Changelog

Sourced from @​liveblocks/node's changelog.

v3.8.0

@liveblocks/client

  • LiveMap and LiveObject deletions now report which item got deleted in the update notifications. LiveLists already did this.

@liveblocks/react

  • Add new hook useAiChatStatus that offers a convenient way to get the current generation status for an AI chat, indicating whether the chat is idle, currently generating contents, and, if so, what type of content is currently generating.

  • Fixes an issue where useUnreadInboxNotificationsCount wasn't returning the proper count if there were more than a page of unread notifications.

  • Support numerical operators gt, lt, gte, and lte in useThreads metadata query filters.

@liveblocks/client

  • Support numerical operators gt, lt, gte, and lte in room.getThreads metadata query filters.

@liveblocks/react-ui

  • Add responseTimeout property to AiChat to allow customization of the default 30 seconds timeout.
  • The title prop on AiTool now accepts ReactNode, not just strings.
  • Fix a bug where AiChat would not always scroll in the same way when sending new messages.

@liveblocks/node

  • Add new method Liveblocks.prewarmRoom(roomId, options). This method can prewarm a room from your backend, preparing it for connectivity and making the eventual connection from the frontend faster.

v3.7.1

@liveblocks/react

  • Add query filters roomId and kind on the useUnreadInboxNotificationsCount hook.

v3.7.0

This release introduces group mentions (e.g. @engineering) across all packages and first-class support for tenants. Learn more about

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 2.24.3 to 3.8.0.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v3.8.0/packages/liveblocks-node)

---
updated-dependencies:
- dependency-name: "@liveblocks/node"
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 1, 2025

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2025
@dependabot dependabot bot requested review from a team as code owners October 1, 2025 23:46
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2025
@github-actions
Copy link

github-actions bot commented Oct 1, 2025

🤖 Reviewers have been automatically assigned based on the CODEOWNERS file. If you need different reviewers, please update manually.

@github-actions
Copy link

github-actions bot commented Oct 1, 2025

✅ PR Size Check Passed

This PR changes 236 lines across 2 files.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant