Skip to content

build(deps): bump the blocknote group across 3 directories with 4 updates #2572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the blocknote group with 4 updates in the / directory: @blocknote/core, @blocknote/server-util, @blocknote/mantine and @blocknote/react.
Bumps the blocknote group with 2 updates in the /packages/@liexp/shared directory: @blocknote/core and @blocknote/server-util.
Bumps the blocknote group with 3 updates in the /packages/@liexp/ui directory: @blocknote/core, @blocknote/mantine and @blocknote/react.

Updates @blocknote/core from 0.29.1 to 0.30.0

Release notes

Sourced from @​blocknote/core's releases.

v0.30.0

0.30.0 (2025-05-09)

There was a change to prosemirror-model@1.25.1 that broke a lot of our assumptions around parsing content from HTML (and the clipboard), which users notified us about. We've now fixed them in this update. This resulted in a fairly significant change to how we parse content, but with a our test suite we are able to guarantee little changes in behavior, in some cases we actually are able to parse and correctly insert more content than prior versions.

There are also a number of bug fixes that have been addressed with this version, especially around collaborative editing, which should mean a better collaborative experience for users.

As always, we would like to thank our sponsors. We've recently updated our website to include a proper user auth and payment system. If your company relies on our open source software, please consider paying it forward by becoming a sponsor via our website: https://www.blocknotejs.org/pricing

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)
  • locales: add slovak i18n (#1649)

🩹 Fixes

  • Resolve formating toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)

❤️ Thank You

Changelog

Sourced from @​blocknote/core's changelog.

0.30.0 (2025-05-09)

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • new auth & payment system (#1617)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)

🩹 Fixes

  • Formatting toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)
  • locales: add slovak i18n (#1649)

❤️ Thank You

Commits
  • 30468b7 chore(release): publish 0.30.0
  • f31d49a chore: rename file
  • 1aa2b53 chore: rename file
  • 3cdc8bf fix: updating HTML parsing rules to account for prosemirror-model@1.25.1 (#...
  • 37051a2 feat(locales): add zh-TW i18n (#1668)
  • 7c09d7d fix(locales): add slovak i18n (#1649)
  • 4ff3b02 feat(file): previewWidth prop now defaults to undefined (#1664)
  • fe06cce fix: force pasting plain text into code block (#1663)
  • 7de3a4b chore: reformat file
  • 86df775 feat: re-implement Y.js collaboration as BlockNote plugins (#1638)
  • Additional commits viewable in compare view

Updates @blocknote/server-util from 0.29.1 to 0.30.0

Release notes

Sourced from @​blocknote/server-util's releases.

v0.30.0

0.30.0 (2025-05-09)

There was a change to prosemirror-model@1.25.1 that broke a lot of our assumptions around parsing content from HTML (and the clipboard), which users notified us about. We've now fixed them in this update. This resulted in a fairly significant change to how we parse content, but with a our test suite we are able to guarantee little changes in behavior, in some cases we actually are able to parse and correctly insert more content than prior versions.

There are also a number of bug fixes that have been addressed with this version, especially around collaborative editing, which should mean a better collaborative experience for users.

As always, we would like to thank our sponsors. We've recently updated our website to include a proper user auth and payment system. If your company relies on our open source software, please consider paying it forward by becoming a sponsor via our website: https://www.blocknotejs.org/pricing

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)
  • locales: add slovak i18n (#1649)

🩹 Fixes

  • Resolve formating toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)

❤️ Thank You

Changelog

Sourced from @​blocknote/server-util's changelog.

0.30.0 (2025-05-09)

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • new auth & payment system (#1617)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)

🩹 Fixes

  • Formatting toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)
  • locales: add slovak i18n (#1649)

❤️ Thank You

Commits
  • 30468b7 chore(release): publish 0.30.0
  • 3cdc8bf fix: updating HTML parsing rules to account for prosemirror-model@1.25.1 (#...
  • 4ff3b02 feat(file): previewWidth prop now defaults to undefined (#1664)
  • 3f0974d feat: new auth & payment system (#1617)
  • 03edfae feat: add undo and redo methods to editor API (#1592)
  • See full diff in compare view

Updates @blocknote/mantine from 0.29.1 to 0.30.0

Release notes

Sourced from @​blocknote/mantine's releases.

v0.30.0

0.30.0 (2025-05-09)

There was a change to prosemirror-model@1.25.1 that broke a lot of our assumptions around parsing content from HTML (and the clipboard), which users notified us about. We've now fixed them in this update. This resulted in a fairly significant change to how we parse content, but with a our test suite we are able to guarantee little changes in behavior, in some cases we actually are able to parse and correctly insert more content than prior versions.

There are also a number of bug fixes that have been addressed with this version, especially around collaborative editing, which should mean a better collaborative experience for users.

As always, we would like to thank our sponsors. We've recently updated our website to include a proper user auth and payment system. If your company relies on our open source software, please consider paying it forward by becoming a sponsor via our website: https://www.blocknotejs.org/pricing

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)
  • locales: add slovak i18n (#1649)

🩹 Fixes

  • Resolve formating toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)

❤️ Thank You

Changelog

Sourced from @​blocknote/mantine's changelog.

0.30.0 (2025-05-09)

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • new auth & payment system (#1617)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)

🩹 Fixes

  • Formatting toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)
  • locales: add slovak i18n (#1649)

❤️ Thank You

Commits

Updates @blocknote/react from 0.29.1 to 0.30.0

Release notes

Sourced from @​blocknote/react's releases.

v0.30.0

0.30.0 (2025-05-09)

There was a change to prosemirror-model@1.25.1 that broke a lot of our assumptions around parsing content from HTML (and the clipboard), which users notified us about. We've now fixed them in this update. This resulted in a fairly significant change to how we parse content, but with a our test suite we are able to guarantee little changes in behavior, in some cases we actually are able to parse and correctly insert more content than prior versions.

There are also a number of bug fixes that have been addressed with this version, especially around collaborative editing, which should mean a better collaborative experience for users.

As always, we would like to thank our sponsors. We've recently updated our website to include a proper user auth and payment system. If your company relies on our open source software, please consider paying it forward by becoming a sponsor via our website: https://www.blocknotejs.org/pricing

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)
  • locales: add slovak i18n (#1649)

🩹 Fixes

  • Resolve formating toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)

❤️ Thank You

Changelog

Sourced from @​blocknote/react's changelog.

0.30.0 (2025-05-09)

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • new auth & payment system (#1617)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)

🩹 Fixes

  • Formatting toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)
  • locales: add slovak i18n (#1649)

❤️ Thank You

Commits
  • 30468b7 chore(release): publish 0.30.0
  • 3cdc8bf fix: updating HTML parsing rules to account for prosemirror-model@1.25.1 (#...
  • 4ff3b02 feat(file): previewWidth prop now defaults to undefined (#1664)
  • 3f0974d feat: new auth & payment system (#1617)
  • 9aa55db fix: do not close the menu on content/selection change (#1644)
  • 004c0bf fix: provide blockId to uploadFile in UploadTab (#1641)
  • e673c82 Fixed selection handling clicking editor padding (#1629)
  • 60d3ffe chore: just always copy the readmes over
  • See full diff in compare view

Updates @blocknote/core from 0.29.1 to 0.30.0

Release notes

Sourced from @​blocknote/core's releases.

v0.30.0

0.30.0 (2025-05-09)

There was a change to prosemirror-model@1.25.1 that broke a lot of our assumptions around parsing content from HTML (and the clipboard), which users notified us about. We've now fixed them in this update. This resulted in a fairly significant change to how we parse content, but with a our test suite we are able to guarantee little changes in behavior, in some cases we actually are able to parse and correctly insert more content than prior versions.

There are also a number of bug fixes that have been addressed with this version, especially around collaborative editing, which should mean a better collaborative experience for users.

As always, we would like to thank our sponsors. We've recently updated our website to include a proper user auth and payment system. If your company relies on our open source software, please consider paying it forward by becoming a sponsor via our website: https://www.blocknotejs.org/pricing

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)
  • locales: add slovak i18n (#1649)

🩹 Fixes

  • Resolve formating toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)

❤️ Thank You

Changelog

Sourced from @​blocknote/core's changelog.

0.30.0 (2025-05-09)

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • new auth & payment system (#1617)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)

🩹 Fixes

  • Formatting toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)
  • locales: add slovak i18n (#1649)

❤️ Thank You

Commits
  • 30468b7 chore(release): publish 0.30.0
  • f31d49a chore: rename file
  • 1aa2b53 chore: rename file
  • 3cdc8bf fix: updating HTML parsing rules to account for prosemirror-model@1.25.1 (#...
  • 37051a2 feat(locales): add zh-TW i18n (#1668)
  • 7c09d7d fix(locales): add slovak i18n (#1649)
  • 4ff3b02 feat(file): previewWidth prop now defaults to undefined (#1664)
  • fe06cce fix: force pasting plain text into code block (#1663)
  • 7de3a4b chore: reformat file
  • 86df775 feat: re-implement Y.js collaboration as BlockNote plugins (#1638)
  • Additional commits viewable in compare view

Updates @blocknote/server-util from 0.29.1 to 0.30.0

Release notes

Sourced from @​blocknote/server-util's releases.

v0.30.0

0.30.0 (2025-05-09)

There was a change to prosemirror-model@1.25.1 that broke a lot of our assumptions around parsing content from HTML (and the clipboard), which users notified us about. We've now fixed them in this update. This resulted in a fairly significant change to how we parse content, but with a our test suite we are able to guarantee little changes in behavior, in some cases we actually are able to parse and correctly insert more content than prior versions.

There are also a number of bug fixes that have been addressed with this version, especially around collaborative editing, which should mean a better collaborative experience for users.

As always, we would like to thank our sponsors. We've recently updated our website to include a proper user auth and payment system. If your company relies on our open source software, please consider paying it forward by becoming a sponsor via our website: https://www.blocknotejs.org/pricing

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)
  • locales: add slovak i18n (#1649)

🩹 Fixes

  • Resolve formating toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)

❤️ Thank You

Changelog

Sourced from @​blocknote/server-util's changelog.

0.30.0 (2025-05-09)

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • new auth & payment system (#1617)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)

🩹 Fixes

  • Formatting toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)
  • locales: add slovak i18n (#1649)

❤️ Thank You

Commits
  • 30468b7 chore(release): publish 0.30.0
  • 3cdc8bf fix: updating HTML parsing rules to account for prosemirror-model@1.25.1 (#...
  • 4ff3b02 feat(file): previewWidth prop now defaults to undefined (#1664)
  • 3f0974d feat: new auth & payment system (#1617)
  • 03edfae feat: add undo and redo methods to editor API (#1592)
  • See full diff in compare view

Updates @blocknote/core from 0.29.1 to 0.30.0

Release notes

Sourced from @​blocknote/core's releases.

v0.30.0

0.30.0 (2025-05-09)

There was a change to prosemirror-model@1.25.1 that broke a lot of our assumptions around parsing content from HTML (and the clipboard), which users notified us about. We've now fixed them in this update. This resulted in a fairly significant change to how we parse content, but with a our test suite we are able to guarantee little changes in behavior, in some cases we actually are able to parse and correctly insert more content than prior versions.

There are also a number of bug fixes that have been addressed with this version, especially around collaborative editing, which should mean a better collaborative experience for users.

As always, we would like to thank our sponsors. We've recently updated our website to include a proper user auth and payment system. If your company relies on our open source software, please consider paying it forward by becoming a sponsor via our website: https://www.blocknotejs.org/pricing

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)
  • locales: add slovak i18n (#1649)

🩹 Fixes

  • Resolve formating toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)

❤️ Thank You

Changelog

Sourced from @​blocknote/core's changelog.

0.30.0 (2025-05-09)

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • new auth & payment system (#1617)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)

🩹 Fixes

  • Formatting toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)
  • locales: add slovak i18n (#1649)

❤️ Thank You

Commits
  • 30468b7 chore(release): publish 0.30.0
  • f31d49a chore: rename file
  • 1aa2b53 chore: rename file
  • 3cdc8bf fix: updating HTML parsing rules to account for prosemirror-model@1.25.1 (#...
  • 37051a2 feat(locales): add zh-TW i18n (#1668)
  • 7c09d7d fix(locales): add slovak i18n (#1649)
  • 4ff3b02 feat(file): previewWidth prop now defaults to undefined (#1664)
  • fe06cce fix: force pasting plain text into code block (#1663)
  • 7de3a4b chore: reformat file
  • 86df775 feat: re-implement Y.js collaboration as BlockNote plugins (#1638)
  • Additional commits viewable in compare view

Updates @blocknote/mantine from 0.29.1 to 0.30.0

Release notes

Sourced from @​blocknote/mantine's releases.

v0.30.0

0.30.0 (2025-05-09)

There was a change to prosemirror-model@1.25.1 that broke a lot of our assumptions around parsing content from HTML (and the clipboard), which users notified us about. We've now fixed them in this update. This resulted in a fairly significant change to how we parse content, but with a our test suite we are able to guarantee little changes in behavior, in some cases we actually are able to parse and correctly insert more content than prior versions.

There are also a number of bug fixes that have been addressed with this version, especially around collaborative editing, which should mean a better collaborative experience for users.

As always, we would like to thank our sponsors. We've recently updated our website to include a proper user auth and payment system. If your company relies on our open source software, please consider paying it forward by becoming a sponsor via our website: https://www.blocknotejs.org/pricing

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)
  • locales: add slovak i18n (#1649)

🩹 Fixes

  • Resolve formating toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)

❤️ Thank You

Changelog

Sourced from @​blocknote/mantine's changelog.

0.30.0 (2025-05-09)

🚀 Features

  • expose editor.prosemirrorState again (#1615)
  • add undo and redo methods to editor API (#1592)
  • new auth & payment system (#1617)
  • re-implement Y.js collaboration as BlockNote plugins (#1638)
  • file: previewWidth prop now defaults to undefined (#1664)
  • locales: add zh-TW i18n (#1668)

🩹 Fixes

  • Formatting toolbar regression (#1630)
  • provide blockId to uploadFile in UploadTab (#1641)
  • do not close the menu on content/selection change (#1644)
  • keep file panel open during collaboration (#1646)
  • force pasting plain text into code block (#1663)
  • updating HTML parsing rules to account for prosemirror-model@1.25.1 (#1661)
  • code-block: handle unknown languages better (#1626)
  • locales: add slovak i18n (#1649)

❤️ Thank You

Commits

Updates @blocknote/react from 0.29.1 to 0.30.0

Release notes

Sourced from @​blocknote/react's releases.

v0.30.0

0.30.0 (2025-05-09)

There was a change to prosemirror-model@1.25.1 that broke a lot of our assumptions around parsing content from HTML (and the clipboard), which use...

Description has been truncated

…ates

Bumps the blocknote group with 4 updates in the / directory: [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core), [@blocknote/server-util](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/server-util), [@blocknote/mantine](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/mantine) and [@blocknote/react](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/react).
Bumps the blocknote group with 2 updates in the /packages/@liexp/shared directory: [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) and [@blocknote/server-util](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/server-util).
Bumps the blocknote group with 3 updates in the /packages/@liexp/ui directory: [@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).


Updates `@blocknote/core` from 0.29.1 to 0.30.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.30.0/packages/core)

Updates `@blocknote/server-util` from 0.29.1 to 0.30.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.30.0/packages/server-util)

Updates `@blocknote/mantine` from 0.29.1 to 0.30.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.30.0/packages/mantine)

Updates `@blocknote/react` from 0.29.1 to 0.30.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.30.0/packages/react)

Updates `@blocknote/core` from 0.29.1 to 0.30.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.30.0/packages/core)

Updates `@blocknote/server-util` from 0.29.1 to 0.30.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.30.0/packages/server-util)

Updates `@blocknote/core` from 0.29.1 to 0.30.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.30.0/packages/core)

Updates `@blocknote/mantine` from 0.29.1 to 0.30.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.30.0/packages/mantine)

Updates `@blocknote/react` from 0.29.1 to 0.30.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.30.0/packages/react)

---
updated-dependencies:
- dependency-name: "@blocknote/core"
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: blocknote
- dependency-name: "@blocknote/server-util"
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: blocknote
- dependency-name: "@blocknote/mantine"
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: blocknote
- dependency-name: "@blocknote/react"
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: blocknote
- dependency-name: "@blocknote/core"
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: blocknote
- dependency-name: "@blocknote/server-util"
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: blocknote
- dependency-name: "@blocknote/core"
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: blocknote
- dependency-name: "@blocknote/mantine"
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: blocknote
- dependency-name: "@blocknote/react"
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: blocknote
...

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 12, 2025
@ascariandrea ascariandrea merged commit 961049b into daily May 12, 2025
9 checks passed
@ascariandrea ascariandrea deleted the dependabot/npm_and_yarn/daily/blocknote-93a8ed9336 branch May 12, 2025 17:21
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.

1 participant