Skip to content

Bump uuid, @blocknote/core, @blocknote/mantine and @blocknote/react#34

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-7ffc42f785
Open

Bump uuid, @blocknote/core, @blocknote/mantine and @blocknote/react#34
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-7ffc42f785

Conversation

@dependabot
Copy link
Copy Markdown

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

Removes uuid. It's no longer used after updating ancestor dependencies uuid, @blocknote/core, @blocknote/mantine and @blocknote/react. These dependencies need to be updated together.

Removes uuid

Updates @blocknote/core from 0.46.2 to 0.51.2

Release notes

Sourced from @​blocknote/core's releases.

v0.51.2

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

v0.51.1

What's Changed

Full Changelog: TypeCellOS/BlockNote@v0.51.0...v0.51.1

v0.51.0

0.51.0 (2026-05-14)

This release removes ~100 dependencies from @blocknote/core

This version we have completely rewritten the markdown ↔ html conversion primarily to remove ~80 dependencies from the package. This was a burden to everyone who does not rely on markdown conversion in their editor. If you run into issues with our new markdown parser & serializer, feel free to post an issue if it is obviously incorrect. We do ask however, if your issue is related to some edge case of the markdown format that you instead handle the markdown parsing in your application and invoke editor.tryParseHTMLToBlocks instead, as we do not intend to handle all markdown documents.

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)
  • add bn-thread-orphaned CSS class to distinguish orphaned threads (#2737, #2735)
  • set width attribute on image and video elements in editor render (#2740, #2726)
  • a11y: use figure/figcaption for media block captions (#2717)
  • ai: loosen serialization of blocks in columns (#2716, #2718)
  • core: trigger codeblock input rule on Enter and place cursor inside (#2686)
  • core: preserve list item type when pasting into empty list items (#2722, #2330)
  • core: unmount editors in transformPasted tests to prevent unhandled error (e62880b21)
  • drag-n-drop: support PDF block drag & drop (BLO-893) (#2714)
  • i18: improve french translation for empty toggle list (#2721)
  • markdown: emit tight lists when serializing blocks to markdown (#2715)
  • markdown: skip placeholder text for empty files (#434, #2719)

... (truncated)

Changelog

Sourced from @​blocknote/core's changelog.

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

0.51.1 (2026-05-18)

🩹 Fixes

  • backslash newlines when copying from a code block (#2709)

❤️ Thank You

  • Claude Opus 4.7 (1M context)
  • Nick Perez

0.51.0 (2026-05-14)

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)
  • add bn-thread-orphaned CSS class to distinguish orphaned threads (#2737, #2735)
  • set width attribute on image and video elements in editor render (#2740, #2726)
  • a11y: use figure/figcaption for media block captions (#2717)
  • ai: loosen serialization of blocks in columns (#2716, #2718)
  • core: trigger codeblock input rule on Enter and place cursor inside (#2686)
  • core: preserve list item type when pasting into empty list items (#2722, #2330)
  • core: unmount editors in transformPasted tests to prevent unhandled error (e62880b21)
  • drag-n-drop: support PDF block drag & drop (BLO-893) (#2714)
  • i18: improve french translation for empty toggle list (#2721)
  • markdown: emit tight lists when serializing blocks to markdown (#2715)
  • markdown: skip placeholder text for empty files (#434, #2719)
  • markdown: stable round-trip for tables, captions, and audio (#2720)
  • tests: stabilize webkit keyboard handler tests with programmatic cursor positioning (#2746)

... (truncated)

Commits
  • b3afcdd chore(release): publish 0.51.2
  • 08a26c4 chore(release): publish 0.51.1
  • c255558 fix: backslash newlines when copying from a code block (#2709)
  • 8a03b69 chore(release): publish 0.51.0
  • 563e5bc fix: set width attribute on image and video elements in editor render (#2740)
  • d5bad9d test: change where the typing occurs
  • e62880b fix(core): unmount editors in transformPasted tests to prevent unhandled error
  • 2e2d225 feat(react): configurable portal targets for floating UI (#2729)
  • 932e3ab fix(core): preserve list item type when pasting into empty list items (#2722)
  • a40b2ea feat: Argument to select moved block in moveBlocksUp/Down (BLO-907) (#2723)
  • Additional commits viewable in compare view

Updates @blocknote/mantine from 0.46.2 to 0.51.2

Release notes

Sourced from @​blocknote/mantine's releases.

v0.51.2

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

v0.51.1

What's Changed

Full Changelog: TypeCellOS/BlockNote@v0.51.0...v0.51.1

v0.51.0

0.51.0 (2026-05-14)

This release removes ~100 dependencies from @blocknote/core

This version we have completely rewritten the markdown ↔ html conversion primarily to remove ~80 dependencies from the package. This was a burden to everyone who does not rely on markdown conversion in their editor. If you run into issues with our new markdown parser & serializer, feel free to post an issue if it is obviously incorrect. We do ask however, if your issue is related to some edge case of the markdown format that you instead handle the markdown parsing in your application and invoke editor.tryParseHTMLToBlocks instead, as we do not intend to handle all markdown documents.

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)
  • add bn-thread-orphaned CSS class to distinguish orphaned threads (#2737, #2735)
  • set width attribute on image and video elements in editor render (#2740, #2726)
  • a11y: use figure/figcaption for media block captions (#2717)
  • ai: loosen serialization of blocks in columns (#2716, #2718)
  • core: trigger codeblock input rule on Enter and place cursor inside (#2686)
  • core: preserve list item type when pasting into empty list items (#2722, #2330)
  • core: unmount editors in transformPasted tests to prevent unhandled error (e62880b21)
  • drag-n-drop: support PDF block drag & drop (BLO-893) (#2714)
  • i18: improve french translation for empty toggle list (#2721)
  • markdown: emit tight lists when serializing blocks to markdown (#2715)
  • markdown: skip placeholder text for empty files (#434, #2719)

... (truncated)

Changelog

Sourced from @​blocknote/mantine's changelog.

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

0.51.1 (2026-05-18)

🩹 Fixes

  • backslash newlines when copying from a code block (#2709)

❤️ Thank You

  • Claude Opus 4.7 (1M context)
  • Nick Perez

0.51.0 (2026-05-14)

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)
  • add bn-thread-orphaned CSS class to distinguish orphaned threads (#2737, #2735)
  • set width attribute on image and video elements in editor render (#2740, #2726)
  • a11y: use figure/figcaption for media block captions (#2717)
  • ai: loosen serialization of blocks in columns (#2716, #2718)
  • core: trigger codeblock input rule on Enter and place cursor inside (#2686)
  • core: preserve list item type when pasting into empty list items (#2722, #2330)
  • core: unmount editors in transformPasted tests to prevent unhandled error (e62880b21)
  • drag-n-drop: support PDF block drag & drop (BLO-893) (#2714)
  • i18: improve french translation for empty toggle list (#2721)
  • markdown: emit tight lists when serializing blocks to markdown (#2715)
  • markdown: skip placeholder text for empty files (#434, #2719)
  • markdown: stable round-trip for tables, captions, and audio (#2720)
  • tests: stabilize webkit keyboard handler tests with programmatic cursor positioning (#2746)

... (truncated)

Commits
  • b3afcdd chore(release): publish 0.51.2
  • 08a26c4 chore(release): publish 0.51.1
  • 8a03b69 chore(release): publish 0.51.0
  • d8c6b78 chore(release): publish 0.50.0
  • bd802f6 feat(mantine): upgrade @​mantine/core and @​mantine/hooks to v9.0.2 (#2655)
  • f0a4f6b chore(release): publish 0.49.0
  • 40ddec4 build(deps): upgrade package dependencies (#2654)
  • cb51b28 chore(release): publish 0.48.1
  • 66dfb4a chore: bump the editor-dependencies group across 1 directory with 2 updates (...
  • d1180db chore(release): publish 0.48.0
  • Additional commits viewable in compare view

Updates @blocknote/react from 0.46.2 to 0.51.2

Release notes

Sourced from @​blocknote/react's releases.

v0.51.2

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

v0.51.1

What's Changed

Full Changelog: TypeCellOS/BlockNote@v0.51.0...v0.51.1

v0.51.0

0.51.0 (2026-05-14)

This release removes ~100 dependencies from @blocknote/core

This version we have completely rewritten the markdown ↔ html conversion primarily to remove ~80 dependencies from the package. This was a burden to everyone who does not rely on markdown conversion in their editor. If you run into issues with our new markdown parser & serializer, feel free to post an issue if it is obviously incorrect. We do ask however, if your issue is related to some edge case of the markdown format that you instead handle the markdown parsing in your application and invoke editor.tryParseHTMLToBlocks instead, as we do not intend to handle all markdown documents.

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)
  • add bn-thread-orphaned CSS class to distinguish orphaned threads (#2737, #2735)
  • set width attribute on image and video elements in editor render (#2740, #2726)
  • a11y: use figure/figcaption for media block captions (#2717)
  • ai: loosen serialization of blocks in columns (#2716, #2718)
  • core: trigger codeblock input rule on Enter and place cursor inside (#2686)
  • core: preserve list item type when pasting into empty list items (#2722, #2330)
  • core: unmount editors in transformPasted tests to prevent unhandled error (e62880b21)
  • drag-n-drop: support PDF block drag & drop (BLO-893) (#2714)
  • i18: improve french translation for empty toggle list (#2721)
  • markdown: emit tight lists when serializing blocks to markdown (#2715)
  • markdown: skip placeholder text for empty files (#434, #2719)

... (truncated)

Changelog

Sourced from @​blocknote/react's changelog.

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

0.51.1 (2026-05-18)

🩹 Fixes

  • backslash newlines when copying from a code block (#2709)

❤️ Thank You

  • Claude Opus 4.7 (1M context)
  • Nick Perez

0.51.0 (2026-05-14)

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)
  • add bn-thread-orphaned CSS class to distinguish orphaned threads (#2737, #2735)
  • set width attribute on image and video elements in editor render (#2740, #2726)
  • a11y: use figure/figcaption for media block captions (#2717)
  • ai: loosen serialization of blocks in columns (#2716, #2718)
  • core: trigger codeblock input rule on Enter and place cursor inside (#2686)
  • core: preserve list item type when pasting into empty list items (#2722, #2330)
  • core: unmount editors in transformPasted tests to prevent unhandled error (e62880b21)
  • drag-n-drop: support PDF block drag & drop (BLO-893) (#2714)
  • i18: improve french translation for empty toggle list (#2721)
  • markdown: emit tight lists when serializing blocks to markdown (#2715)
  • markdown: skip placeholder text for empty files (#434, #2719)
  • markdown: stable round-trip for tables, captions, and audio (#2720)
  • tests: stabilize webkit keyboard handler tests with programmatic cursor positioning (#2746)

... (truncated)

Commits
  • b3afcdd chore(release): publish 0.51.2
  • d867603 fix: color picker icons (BLO-1189) (#2762)
  • 08a26c4 chore(release): publish 0.51.1
  • 8a03b69 chore(release): publish 0.51.0
  • 563e5bc fix: set width attribute on image and video elements in editor render (#2740)
  • 792c439 fix: add bn-thread-orphaned CSS class to distinguish orphaned threads (#2737)
  • 64caf40 chore: fix lint
  • a33541e fix: flicker-free mobile formatting toolbar via CSS custom properties (#2617)
  • 2e2d225 feat(react): configurable portal targets for floating UI (#2729)
  • 9b441be fix(a11y): use figure/figcaption for media block captions (#2717)
  • 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 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 dependencies [uuid](https://github.com/uuidjs/uuid), [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core), [@blocknote/mantine](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/mantine) and [@blocknote/react](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/react). These dependencies need to be updated together.


Removes `uuid`

Updates `@blocknote/core` from 0.46.2 to 0.51.2
- [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.51.2/packages/core)

Updates `@blocknote/mantine` from 0.46.2 to 0.51.2
- [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.51.2/packages/mantine)

Updates `@blocknote/react` from 0.46.2 to 0.51.2
- [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.51.2/packages/react)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
- dependency-name: "@blocknote/core"
  dependency-version: 0.51.2
  dependency-type: direct:production
- dependency-name: "@blocknote/mantine"
  dependency-version: 0.51.2
  dependency-type: direct:production
- dependency-name: "@blocknote/react"
  dependency-version: 0.51.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 23, 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