Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 15 updates#77

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-c6a3f3fbd1
Open

chore(deps): bump the minor-and-patch group across 1 directory with 15 updates#77
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-c6a3f3fbd1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 15 updates in the / directory:

Package From To
@blocknote/core 0.41.1 0.45.0
@blocknote/react 0.41.1 0.45.0
@blocknote/shadcn 0.41.1 0.45.0
@tanstack/db 0.4.20 0.5.16
lucide-react 0.548.0 0.562.0
react 19.2.0 19.2.3
@types/react 19.2.2 19.2.7
react-dom 19.2.0 19.2.3
@types/react-dom 19.2.2 19.2.3
valibot 1.1.0 1.2.0
alchemy 0.77.5 0.83.0
@tanstack/react-db 0.1.36 0.1.60
recharts 3.3.0 3.6.0
@blocknote/server-util 0.41.1 0.45.0
drizzle-orm 0.44.7 0.45.1

Updates @blocknote/core from 0.41.1 to 0.45.0

Release notes

Sourced from @​blocknote/core's releases.

v0.45.0

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)
  • email-exporter: ReadableByteStreamController for safari react-email (#2295)

❤️ Thank You

v0.44.2

0.44.2 (2025-12-09)

🩹 Fixes

  • put back onBeforeChange method #2221 (#2243, #2221)
  • Improper accessing of editor DOM element (#2234)
  • make validation errors recoverable by llm (#2054)
  • shadowdom support and example (#2223)
  • ensure numbered list start property always present (#2241, #2242)
  • Suggestion menu positioning (#2232)
  • conditionally access the TableHandles extension from React (#2248)
  • ai: upgrade prosemirror-suggest-changes (#2235)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​blocknote/core's changelog.

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)
  • email-exporter: ReadableByteStreamController for safari react-email (#2295)

❤️ Thank You

0.44.2 (2025-12-09)

🩹 Fixes

  • put back onBeforeChange method #2221 (#2243, #2221)
  • Improper accessing of editor DOM element (#2234)
  • make validation errors recoverable by llm (#2054)
  • shadowdom support and example (#2223)
  • ensure numbered list start property always present (#2241, #2242)
  • Suggestion menu positioning (#2232)
  • conditionally access the TableHandles extension from React (#2248)
  • ai: upgrade prosemirror-suggest-changes (#2235)

❤️ Thank You

0.44.1 (2025-12-08)

... (truncated)

Commits
  • 91ff6e3 chore(release): publish 0.45.0
  • 7ef8c6f fix: update regex for checklist items #2288 (#2305)
  • 97c1958 feat(ai): expand selections to contain words (#2304)
  • bddf42f revert: "fix: ensure numbered list start property always present (#2241) (#22...
  • bc38a3b fix: html diff error with whitespace (#2230)
  • 8d1916a feat(extensions): extensions can now include other extensions for grouping in...
  • 03dd752 fix: if there is no table block, there is no table handles to show #1055 (#2281)
  • 9009369 fix: make onBeforeChange return the correct type again
  • ab573fc fix: always include the cursor extension #2244 (#2260)
  • 6273b83 fix: filter the default tiptap extensions #2282 (#2283)
  • Additional commits viewable in compare view

Updates @blocknote/react from 0.41.1 to 0.45.0

Release notes

Sourced from @​blocknote/react's releases.

v0.45.0

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)
  • email-exporter: ReadableByteStreamController for safari react-email (#2295)

❤️ Thank You

v0.44.2

0.44.2 (2025-12-09)

🩹 Fixes

  • put back onBeforeChange method #2221 (#2243, #2221)
  • Improper accessing of editor DOM element (#2234)
  • make validation errors recoverable by llm (#2054)
  • shadowdom support and example (#2223)
  • ensure numbered list start property always present (#2241, #2242)
  • Suggestion menu positioning (#2232)
  • conditionally access the TableHandles extension from React (#2248)
  • ai: upgrade prosemirror-suggest-changes (#2235)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​blocknote/react's changelog.

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)
  • email-exporter: ReadableByteStreamController for safari react-email (#2295)

❤️ Thank You

0.44.2 (2025-12-09)

🩹 Fixes

  • put back onBeforeChange method #2221 (#2243, #2221)
  • Improper accessing of editor DOM element (#2234)
  • make validation errors recoverable by llm (#2054)
  • shadowdom support and example (#2223)
  • ensure numbered list start property always present (#2241, #2242)
  • Suggestion menu positioning (#2232)
  • conditionally access the TableHandles extension from React (#2248)
  • ai: upgrade prosemirror-suggest-changes (#2235)

❤️ Thank You

0.44.1 (2025-12-08)

... (truncated)

Commits
  • 91ff6e3 chore(release): publish 0.45.0
  • f87fbc8 fix: pass dragHandleMenu prop to DragHandleButton (#2254)
  • b139890 chore: remove unused code
  • 19a8216 chore: update deps
  • b83c644 chore: bump @​tiptap/react from 3.11.0 to 3.13.0 (#2269)
  • 356a3ef chore(release): publish 0.44.2
  • 61f881e fix: conditionally access the TableHandles extension from React (#2248)
  • ca26d5c fix: Suggestion menu positioning (#2232)
  • f05905a fix: Improper accessing of editor DOM element (#2234)
  • 6a0ac84 chore(release): publish 0.44.1
  • Additional commits viewable in compare view

Updates @blocknote/shadcn from 0.41.1 to 0.45.0

Release notes

Sourced from @​blocknote/shadcn's releases.

v0.45.0

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)
  • email-exporter: ReadableByteStreamController for safari react-email (#2295)

❤️ Thank You

v0.44.2

0.44.2 (2025-12-09)

🩹 Fixes

  • put back onBeforeChange method #2221 (#2243, #2221)
  • Improper accessing of editor DOM element (#2234)
  • make validation errors recoverable by llm (#2054)
  • shadowdom support and example (#2223)
  • ensure numbered list start property always present (#2241, #2242)
  • Suggestion menu positioning (#2232)
  • conditionally access the TableHandles extension from React (#2248)
  • ai: upgrade prosemirror-suggest-changes (#2235)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​blocknote/shadcn's changelog.

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)
  • email-exporter: ReadableByteStreamController for safari react-email (#2295)

❤️ Thank You

0.44.2 (2025-12-09)

🩹 Fixes

  • put back onBeforeChange method #2221 (#2243, #2221)
  • Improper accessing of editor DOM element (#2234)
  • make validation errors recoverable by llm (#2054)
  • shadowdom support and example (#2223)
  • ensure numbered list start property always present (#2241, #2242)
  • Suggestion menu positioning (#2232)
  • conditionally access the TableHandles extension from React (#2248)
  • ai: upgrade prosemirror-suggest-changes (#2235)

❤️ Thank You

0.44.1 (2025-12-08)

... (truncated)

Commits
  • 91ff6e3 chore(release): publish 0.45.0
  • 356a3ef chore(release): publish 0.44.2
  • afb0a93 fix: shadowdom support and example (#2223)
  • 6a0ac84 chore(release): publish 0.44.1
  • c77e31a chore: Bumped NextJS & React versions (#2237)
  • 1defbc6 Reapply "Merge branch 'main' of github.com:TypeCellOS/BlockNote"
  • af1f6cd Revert "Merge branch 'main' of github.com:TypeCellOS/BlockNote"
  • 305e0ab chore(release): publish 0.44.0
  • 35fe566 chore(build): streamline all vite.config external options (#2214)
  • 0ea6a01 chore(release): publish 0.43.0
  • Additional commits viewable in compare view

Updates @tanstack/db from 0.4.20 to 0.5.16

Release notes

Sourced from @​tanstack/db's releases.

@​tanstack/db@​0.5.16

Patch Changes

  • Fix useLiveInfiniteQuery not updating when deleting an item from a partial page with DESC order. (#970)

    The bug occurred when using useLiveInfiniteQuery with orderBy(..., 'desc') and having fewer items than the pageSize. Deleting an item would not update the live result - the deleted item would remain visible until another change occurred.

    The root cause was in requestLimitedSnapshot where biggestObservedValue was incorrectly set to the full row object instead of the indexed value (e.g., the salary field used for ordering). This caused the BTree comparison to fail, resulting in the same data being loaded multiple times with each item having a multiplicity > 1. When an item was deleted, its multiplicity would decrement but not reach 0, so it remained visible.

@​tanstack/db@​0.5.15

Patch Changes

  • fix: prevent duplicate inserts from reaching D2 pipeline in live queries (#1054)

    Added defensive measures to prevent duplicate INSERT events from reaching the D2 (differential dataflow) pipeline, which could cause items to not disappear when deleted (due to multiplicity going from 2 to 1 instead of 1 to 0).

    Changes:

    • Added sentToD2Keys tracking in CollectionSubscriber to filter duplicate inserts at the D2 pipeline entry point
    • Fixed includeInitialState handling to only pass when true, preventing internal lazy-loading subscriptions from incorrectly disabling filtering
    • Clear sentToD2Keys on truncate to allow re-inserts after collection reset

@​tanstack/db@​0.5.14

Patch Changes

  • Fix subscriptions not re-requesting data after truncate in on-demand sync mode. When a must-refetch occurs, subscriptions now buffer changes and re-request their previously loaded subsets, preventing a flash of missing content. (#1043)

    Key improvements:

    • Buffer changes atomically: deletes and inserts are emitted together in a single callback
    • Correct event ordering: defers loadSubset calls to a microtask so truncate deletes are buffered before refetch inserts
    • Gated on on-demand mode: only buffers when there's an actual loadSubset handler
    • Fixes delete filter edge case: skips delete filter during truncate buffering when sentKeys is empty

@​tanstack/db@​0.5.13

Patch Changes

  • Allow rows to be deleted by key by using the write function passed to a collection's sync function. (#1003)

  • fix: deleted items not disappearing from live queries with .limit() (#1044)

    Fixed a bug where deleting an item from a live query with .orderBy() and .limit() would not remove it from the query results. The subscribeChanges callback would never fire with a delete event.

    The issue was caused by duplicate inserts reaching the D2 pipeline, which corrupted the multiplicity tracking used by TopKWithFractionalIndexOperator. A delete would decrement multiplicity from 2 to 1 instead of 1 to 0, so the item remained visible.

    Fixed by ensuring sentKeys is updated before callbacks execute (preventing race conditions) and filtering duplicate inserts in filterAndFlipChanges.

@​tanstack/db@​0.5.12

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/db's changelog.

0.5.16

Patch Changes

  • Fix useLiveInfiniteQuery not updating when deleting an item from a partial page with DESC order. (#970)

    The bug occurred when using useLiveInfiniteQuery with orderBy(..., 'desc') and having fewer items than the pageSize. Deleting an item would not update the live result - the deleted item would remain visible until another change occurred.

    The root cause was in requestLimitedSnapshot where biggestObservedValue was incorrectly set to the full row object instead of the indexed value (e.g., the salary field used for ordering). This caused the BTree comparison to fail, resulting in the same data being loaded multiple times with each item having a multiplicity > 1. When an item was deleted, its multiplicity would decrement but not reach 0, so it remained visible.

0.5.15

Patch Changes

  • fix: prevent duplicate inserts from reaching D2 pipeline in live queries (#1054)

    Added defensive measures to prevent duplicate INSERT events from reaching the D2 (differential dataflow) pipeline, which could cause items to not disappear when deleted (due to multiplicity going from 2 to 1 instead of 1 to 0).

    Changes:

    • Added sentToD2Keys tracking in CollectionSubscriber to filter duplicate inserts at the D2 pipeline entry point
    • Fixed includeInitialState handling to only pass when true, preventing internal lazy-loading subscriptions from incorrectly disabling filtering
    • Clear sentToD2Keys on truncate to allow re-inserts after collection reset

0.5.14

Patch Changes

  • Fix subscriptions not re-requesting data after truncate in on-demand sync mode. When a must-refetch occurs, subscriptions now buffer changes and re-request their previously loaded subsets, preventing a flash of missing content. (#1043)

    Key improvements:

    • Buffer changes atomically: deletes and inserts are emitted together in a single callback
    • Correct event ordering: defers loadSubset calls to a microtask so truncate deletes are buffered before refetch inserts
    • Gated on on-demand mode: only buffers when there's an actual loadSubset handler
    • Fixes delete filter edge case: skips delete filter during truncate buffering when sentKeys is empty

0.5.13

Patch Changes

  • Allow rows to be deleted by key by using the write function passed to a collection's sync function. (#1003)

  • fix: deleted items not disappearing from live queries with .limit() (#1044)

    Fixed a bug where deleting an item from a live query with .orderBy() and .limit() would not remove it from the query results. The subscribeChanges callback would never fire with a delete event.

    The issue was caused by duplicate inserts reaching the D2 pipeline, which corrupted the multiplicity tracking used by TopKWithFractionalIndexOperator. A delete would decrement multiplicity from 2 to 1 instead of 1 to 0, so the item remained visible.

    Fixed by ensuring sentKeys is updated before callbacks execute (preventing race conditions) and filtering duplicate inserts in filterAndFlipChanges.

0.5.12

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tanstack/db since your current version.


Updates lucide-react from 0.548.0 to 0.562.0

Release notes

Sourced from lucide-react's releases.

Version 0.562.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.561.0...0.562.0

Version 0.561.0

What's Changed

Full Changelog: lucide-icons/lucide@0.560.0...0.561.0

Version 0.560.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.559.0...0.560.0

Version 0.559.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.558.0...0.559.0

Version 0.558.0

What's Changed

Full Changelog: lucide-icons/lucide@0.557.0...0.558.0

Version 0.557.0

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for lucide-react since your current version.


Updates react from 19.2.0 to 19.2.3

Release notes

Sourced from react's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

Commits

Updates @types/react from 19.2.2 to 19.2.7

Commits

Updates react-dom from 19.2.0 to 19.2.3

Release notes

Sourced from react-dom's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

Changelog

Sourced from react-dom's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

Commits

Updates @types/react-dom from 19.2.2 to 19.2.3

Commits

Updates valibot from 1.1.0 to 1.2.0

Release notes

Sourced from valibot's releases.

v1.2.0

Many thanks to @​EskiMojo14, @​makenowjust, @​ysknsid25 and @​jacekwilczynski for contributing to this release.

Read the release notes on our website for a quick overview of the most exciting new features in this release.

  • Add toBigint, toBoolean, toDate, toNumber and toString transformation actions (pull request #1212)
  • Add examples action to add example values to a schema (pull request #1199)
  • Add getExamples method to extract example values from a schema (pull request #1199)
  • Add isbn validation action to validate ISBN-10 and ISBN-13 strings (pull request #1097)
  • Add exports for RawCheckAddIssue, RawCheckContext, RawCheckIssueInfo, RawTransformAddIssue, RawTransformContext and RawTransformIssueInfo types for better developer experience with rawCheck and rawTransform actions (pull request #1359)
  • Change build step to tsdown
  • Fix ReDoS vulnerability in EMOJI_REGEX used by emoji action

v1.2.0 (to-json-schema)

Many thanks to @​cruzdanilo and @​Xiot for contributing to this release.

  • Add support for title, description and examples in metadata action (pull request #1189)
  • Add new override configurations to override default behaviour of JSON Schema conversion (pull request #1197)
  • Add storage for global definitions with addGlobalDefs and getGlobalDefs (pull request #1197)
  • Add new toJsonSchemaDefs function to convert Valibot schema definitions to JSON Schema definitions (pull request #1197)
Commits
  • 053ae97 Bump version to 1.2.0 and update changelog

…5 updates

Bumps the minor-and-patch group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) | `0.41.1` | `0.45.0` |
| [@blocknote/react](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/react) | `0.41.1` | `0.45.0` |
| [@blocknote/shadcn](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/shadcn) | `0.41.1` | `0.45.0` |
| [@tanstack/db](https://github.com/TanStack/db/tree/HEAD/packages/db) | `0.4.20` | `0.5.16` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.548.0` | `0.562.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.2` | `19.2.7` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.3` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.2` | `19.2.3` |
| [valibot](https://github.com/open-circle/valibot) | `1.1.0` | `1.2.0` |
| [alchemy](https://github.com/alchemy-run/alchemy/tree/HEAD/alchemy) | `0.77.5` | `0.83.0` |
| [@tanstack/react-db](https://github.com/TanStack/db/tree/HEAD/packages/react-db) | `0.1.36` | `0.1.60` |
| [recharts](https://github.com/recharts/recharts) | `3.3.0` | `3.6.0` |
| [@blocknote/server-util](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/server-util) | `0.41.1` | `0.45.0` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.44.7` | `0.45.1` |



Updates `@blocknote/core` from 0.41.1 to 0.45.0
- [Release notes](https://github.com/TypeCellOS/BlockNote/releases)
- [Changelog](https://github.com/TypeCellOS/BlockNote/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeCellOS/BlockNote/commits/v0.45.0/packages/core)

Updates `@blocknote/react` from 0.41.1 to 0.45.0
- [Release notes](https://github.com/TypeCellOS/BlockNote/releases)
- [Changelog](https://github.com/TypeCellOS/BlockNote/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeCellOS/BlockNote/commits/v0.45.0/packages/react)

Updates `@blocknote/shadcn` from 0.41.1 to 0.45.0
- [Release notes](https://github.com/TypeCellOS/BlockNote/releases)
- [Changelog](https://github.com/TypeCellOS/BlockNote/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeCellOS/BlockNote/commits/v0.45.0/packages/shadcn)

Updates `@tanstack/db` from 0.4.20 to 0.5.16
- [Release notes](https://github.com/TanStack/db/releases)
- [Changelog](https://github.com/TanStack/db/blob/main/packages/db/CHANGELOG.md)
- [Commits](https://github.com/TanStack/db/commits/@tanstack/db@0.5.16/packages/db)

Updates `lucide-react` from 0.548.0 to 0.562.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.562.0/packages/lucide-react)

Updates `react` from 19.2.0 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `@types/react` from 19.2.2 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.2.0 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

Updates `@types/react-dom` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `valibot` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/open-circle/valibot/releases)
- [Commits](open-circle/valibot@v1.1.0...v1.2.0)

Updates `@types/react` from 19.2.2 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `alchemy` from 0.77.5 to 0.83.0
- [Release notes](https://github.com/alchemy-run/alchemy/releases)
- [Changelog](https://github.com/alchemy-run/alchemy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/alchemy-run/alchemy/commits/v0.83.0/alchemy)

Updates `@tanstack/react-db` from 0.1.36 to 0.1.60
- [Release notes](https://github.com/TanStack/db/releases)
- [Changelog](https://github.com/TanStack/db/blob/main/packages/react-db/CHANGELOG.md)
- [Commits](https://github.com/TanStack/db/commits/@tanstack/react-db@0.1.60/packages/react-db)

Updates `recharts` from 3.3.0 to 3.6.0
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.3.0...v3.6.0)

Updates `@blocknote/server-util` from 0.41.1 to 0.45.0
- [Release notes](https://github.com/TypeCellOS/BlockNote/releases)
- [Changelog](https://github.com/TypeCellOS/BlockNote/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeCellOS/BlockNote/commits/v0.45.0/packages/server-util)

Updates `drizzle-orm` from 0.44.7 to 0.45.1
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.44.7...0.45.1)

---
updated-dependencies:
- dependency-name: "@blocknote/core"
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@blocknote/react"
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@blocknote/shadcn"
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/db"
  dependency-version: 0.5.16
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 0.562.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: valibot
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: alchemy
  dependency-version: 0.83.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-db"
  dependency-version: 0.1.60
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: recharts
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@blocknote/server-util"
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: drizzle-orm
  dependency-version: 0.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jan 5, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

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

Comment thread package.json
"@orpc/server": "^1.9.4",
"@tabler/icons-react": "^3.35.0",
"@tanstack/db": "^0.4.20",
"@tanstack/db": "^0.5.16",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: The overrides in apps/admin/package.json force an old, incompatible version of @tanstack/react-db, causing a version mismatch with the updated dependency and leading to runtime errors.
Severity: CRITICAL | Confidence: High

🔍 Detailed Analysis

The dependency @tanstack/react-db was updated to version 0.1.60 in the root package.json, but an overrides field in apps/admin/package.json forces the installation of an older, incompatible version (0.1.1). The application code in apps/admin/src/react-db/*.ts uses APIs from the newer version, such as createCollection() and useLiveQuery(), which are not present or have different signatures in the installed version 0.1.1. This discrepancy will cause the admin application to fail at runtime when it attempts to call these non-existent functions.

💡 Suggested Fix

To resolve the version conflict, either remove the overrides for @tanstack/react-db and @tanstack/db in apps/admin/package.json if they are no longer needed, or update them to match the newly bumped versions (e.g., "@tanstack/react-db": "0.1.60").

🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: package.json#L75

Potential issue: The dependency `@tanstack/react-db` was updated to version `0.1.60` in
the root `package.json`, but an `overrides` field in `apps/admin/package.json` forces
the installation of an older, incompatible version (`0.1.1`). The application code in
`apps/admin/src/react-db/*.ts` uses APIs from the newer version, such as
`createCollection()` and `useLiveQuery()`, which are not present or have different
signatures in the installed version `0.1.1`. This discrepancy will cause the admin
application to fail at runtime when it attempts to call these non-existent functions.

Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 8146734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants