Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @liveblocks/node from 2.24.2 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

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

Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 2.24.2 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 dependabot bot added dependencies Update one or more dependencies version javascript Pull requests that update Javascript code major Increment the major version when merged labels Oct 1, 2025
Copy link

vercel bot commented Oct 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
next-forge Ready Ready Preview Comment Oct 1, 2025 3:51am
next-forge-api Error Error Oct 1, 2025 3:51am
next-forge-app Error Error Oct 1, 2025 3:51am
next-forge-storybook Ready Ready Preview Comment Oct 1, 2025 3:51am

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version javascript Pull requests that update Javascript code major Increment the major version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants