Bump the blocknote group in /frontend with 3 updates
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
priorityfor custom inline content and styles (#2119)BlockTypeSelectitem 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
- Matthew Lipski
@matthewlipski- Nick Perez
@nperez0111
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
priorityfor custom inline content and styles (#2119)BlockTypeSelectitem 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
- Matthew Lipski
@matthewlipski- Nick Perez
Commits
d192b37chore(release): publish 0.42.058592c4feat(yjs): expose Y.js BlockNote conversion primitives #1866 (#2166)5014a2dfix(comments): scrolling bug when clicking comment marks (#2165)2d0afddfix(comments): always surface the closest mark to the current position (#2164)0d7e496fix(comments): update the styles for the cursor to be the default cursor (#2163)87f4adafix: deleting last block in column (#2110)5eca8a8fix(schema-migration): more robust migration of background-color & text-color...d2a600cfix(unique-id): do not attempt to append to y-sync plugin transactions (#2153)49af3dachore: update packagesf1d6e89fix: parsingpriorityfor 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
priorityfor custom inline content and styles (#2119)BlockTypeSelectitem 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
- Matthew Lipski
@matthewlipski- Nick Perez
@nperez0111
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
priorityfor custom inline content and styles (#2119)BlockTypeSelectitem 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
- Matthew Lipski
@matthewlipski- Nick Perez
Commits
d192b37chore(release): publish 0.42.05014a2dfix(comments): scrolling bug when clicking comment marks (#2165)0d7e496fix(comments): update the styles for the cursor to be the default cursor (#2163)41e647echore: update deps (#2088)fe8fb9ffix: Emoji picker issues (#2092)9ef3394chore: Update Mantine- See full diff in compare view
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
priorityfor custom inline content and styles (#2119)BlockTypeSelectitem 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
- Matthew Lipski
@matthewlipski- Nick Perez
@nperez0111
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
priorityfor custom inline content and styles (#2119)BlockTypeSelectitem 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
- Matthew Lipski
@matthewlipski- Nick Perez
Commits
d192b37chore(release): publish 0.42.05014a2dfix(comments): scrolling bug when clicking comment marks (#2165)aaa1577fix:BlockTypeSelectitem filtering based on schema (#2112)49af3dachore: update packagesf1d6e89fix: parsingpriorityfor custom inline content and styles (#2119)41e647echore: update deps (#2088)3d592d1chore: update prosemirror/tiptap packagesfe8fb9ffix: Emoji picker issues (#2092)- See full diff 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 versionwill 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 rebase
Looks like these dependencies are no longer updatable, so this is no longer needed.