openproject icon indicating copy to clipboard operation
openproject copied to clipboard

Bump the blocknote group in /frontend with 3 updates

Open dependabot[bot] opened this issue 3 months ago • 1 comments

Bumps the blocknote group in /frontend with 3 updates: @blocknote/core, @blocknote/mantine and @blocknote/react.

Updates @blocknote/core from 0.41.1 to 0.42.0

Release notes

Sourced from @​blocknote/core's releases.

v0.42.0

0.42.0 (2025-11-11)

This release is the BlockNote bug bash release. We've spent about a month fixing several bugs in the editor to deliver a more stable & reliable editor.

We've also gone ahead and added some new utilities for working with Y.js documents programmatically, which you can read more about in the YJS Utilities documentation.

As always, thanks to all of our sponsors and contributors who helped make this release possible.

🚀 Features

🩹 Fixes

  • Emoji picker issues (#2092)
  • set a default for blocksToFullHTML #2100 (#2101, #2100)
  • correctly index blocks that have children fixes #2115 (#2116, #2115)
  • add more lenient parsing for code blocks, to accept newlines #2105 (#2108, #2105)
  • Firefox invisible text cursor after dropping blocks (#2128)
  • parsing priority for custom inline content and styles (#2119)
  • BlockTypeSelect item filtering based on schema (#2112)
  • deleting last block in column (#2110)
  • comments: update the styles for the cursor to be the default cursor (#2163)
  • comments: always surface the closest mark to the current position (#2164)
  • comments: scrolling bug when clicking comment marks (#2165)
  • react: destroy editor instances after two ticks (#2121)
  • schema-migration: more robust migration of background-color & text-color attributes (#2154)
  • unique-id: do not attempt to append to y-sync plugin transactions (#2153)

❤️ Thank You

Changelog

Sourced from @​blocknote/core's changelog.

0.42.0 (2025-11-11)

🚀 Features

🩹 Fixes

  • Emoji picker issues (#2092)
  • set a default for blocksToFullHTML #2100 (#2101, #2100)
  • correctly index blocks that have children fixes #2115 (#2116, #2115)
  • add more lenient parsing for code blocks, to accept newlines #2105 (#2108, #2105)
  • Firefox invisible text cursor after dropping blocks (#2128)
  • parsing priority for custom inline content and styles (#2119)
  • BlockTypeSelect item filtering based on schema (#2112)
  • deleting last block in column (#2110)
  • comments: update the styles for the cursor to be the default cursor (#2163)
  • comments: always surface the closest mark to the current position (#2164)
  • comments: scrolling bug when clicking comment marks (#2165)
  • react: destroy editor instances after two ticks (#2121)
  • schema-migration: more robust migration of background-color & text-color attributes (#2154)
  • unique-id: do not attempt to append to y-sync plugin transactions (#2153)

❤️ Thank You

Commits
  • d192b37 chore(release): publish 0.42.0
  • 58592c4 feat(yjs): expose Y.js BlockNote conversion primitives #1866 (#2166)
  • 5014a2d fix(comments): scrolling bug when clicking comment marks (#2165)
  • 2d0afdd fix(comments): always surface the closest mark to the current position (#2164)
  • 0d7e496 fix(comments): update the styles for the cursor to be the default cursor (#2163)
  • 87f4ada fix: deleting last block in column (#2110)
  • 5eca8a8 fix(schema-migration): more robust migration of background-color & text-color...
  • d2a600c fix(unique-id): do not attempt to append to y-sync plugin transactions (#2153)
  • 49af3da chore: update packages
  • f1d6e89 fix: parsing priority for custom inline content and styles (#2119)
  • Additional commits viewable in compare view

Updates @blocknote/mantine from 0.41.1 to 0.42.0

Release notes

Sourced from @​blocknote/mantine's releases.

v0.42.0

0.42.0 (2025-11-11)

This release is the BlockNote bug bash release. We've spent about a month fixing several bugs in the editor to deliver a more stable & reliable editor.

We've also gone ahead and added some new utilities for working with Y.js documents programmatically, which you can read more about in the YJS Utilities documentation.

As always, thanks to all of our sponsors and contributors who helped make this release possible.

🚀 Features

🩹 Fixes

  • Emoji picker issues (#2092)
  • set a default for blocksToFullHTML #2100 (#2101, #2100)
  • correctly index blocks that have children fixes #2115 (#2116, #2115)
  • add more lenient parsing for code blocks, to accept newlines #2105 (#2108, #2105)
  • Firefox invisible text cursor after dropping blocks (#2128)
  • parsing priority for custom inline content and styles (#2119)
  • BlockTypeSelect item filtering based on schema (#2112)
  • deleting last block in column (#2110)
  • comments: update the styles for the cursor to be the default cursor (#2163)
  • comments: always surface the closest mark to the current position (#2164)
  • comments: scrolling bug when clicking comment marks (#2165)
  • react: destroy editor instances after two ticks (#2121)
  • schema-migration: more robust migration of background-color & text-color attributes (#2154)
  • unique-id: do not attempt to append to y-sync plugin transactions (#2153)

❤️ Thank You

Changelog

Sourced from @​blocknote/mantine's changelog.

0.42.0 (2025-11-11)

🚀 Features

🩹 Fixes

  • Emoji picker issues (#2092)
  • set a default for blocksToFullHTML #2100 (#2101, #2100)
  • correctly index blocks that have children fixes #2115 (#2116, #2115)
  • add more lenient parsing for code blocks, to accept newlines #2105 (#2108, #2105)
  • Firefox invisible text cursor after dropping blocks (#2128)
  • parsing priority for custom inline content and styles (#2119)
  • BlockTypeSelect item filtering based on schema (#2112)
  • deleting last block in column (#2110)
  • comments: update the styles for the cursor to be the default cursor (#2163)
  • comments: always surface the closest mark to the current position (#2164)
  • comments: scrolling bug when clicking comment marks (#2165)
  • react: destroy editor instances after two ticks (#2121)
  • schema-migration: more robust migration of background-color & text-color attributes (#2154)
  • unique-id: do not attempt to append to y-sync plugin transactions (#2153)

❤️ Thank You

Commits

Updates @blocknote/react from 0.41.1 to 0.42.0

Release notes

Sourced from @​blocknote/react's releases.

v0.42.0

0.42.0 (2025-11-11)

This release is the BlockNote bug bash release. We've spent about a month fixing several bugs in the editor to deliver a more stable & reliable editor.

We've also gone ahead and added some new utilities for working with Y.js documents programmatically, which you can read more about in the YJS Utilities documentation.

As always, thanks to all of our sponsors and contributors who helped make this release possible.

🚀 Features

🩹 Fixes

  • Emoji picker issues (#2092)
  • set a default for blocksToFullHTML #2100 (#2101, #2100)
  • correctly index blocks that have children fixes #2115 (#2116, #2115)
  • add more lenient parsing for code blocks, to accept newlines #2105 (#2108, #2105)
  • Firefox invisible text cursor after dropping blocks (#2128)
  • parsing priority for custom inline content and styles (#2119)
  • BlockTypeSelect item filtering based on schema (#2112)
  • deleting last block in column (#2110)
  • comments: update the styles for the cursor to be the default cursor (#2163)
  • comments: always surface the closest mark to the current position (#2164)
  • comments: scrolling bug when clicking comment marks (#2165)
  • react: destroy editor instances after two ticks (#2121)
  • schema-migration: more robust migration of background-color & text-color attributes (#2154)
  • unique-id: do not attempt to append to y-sync plugin transactions (#2153)

❤️ Thank You

Changelog

Sourced from @​blocknote/react's changelog.

0.42.0 (2025-11-11)

🚀 Features

🩹 Fixes

  • Emoji picker issues (#2092)
  • set a default for blocksToFullHTML #2100 (#2101, #2100)
  • correctly index blocks that have children fixes #2115 (#2116, #2115)
  • add more lenient parsing for code blocks, to accept newlines #2105 (#2108, #2105)
  • Firefox invisible text cursor after dropping blocks (#2128)
  • parsing priority for custom inline content and styles (#2119)
  • BlockTypeSelect item filtering based on schema (#2112)
  • deleting last block in column (#2110)
  • comments: update the styles for the cursor to be the default cursor (#2163)
  • comments: always surface the closest mark to the current position (#2164)
  • comments: scrolling bug when clicking comment marks (#2165)
  • react: destroy editor instances after two ticks (#2121)
  • schema-migration: more robust migration of background-color & text-color attributes (#2154)
  • unique-id: do not attempt to append to y-sync plugin transactions (#2153)

❤️ Thank You

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

dependabot[bot] avatar Nov 12 '25 05:11 dependabot[bot]

@dependabot rebase

dombesz avatar Dec 05 '25 13:12 dombesz

Looks like these dependencies are no longer updatable, so this is no longer needed.

dependabot[bot] avatar Dec 15 '25 05:12 dependabot[bot]