Skip to content

deps: bump the npm-minor-patch group across 1 directory with 20 updates#100

Closed
dependabot[bot] wants to merge 2 commits intodevfrom
dependabot/npm_and_yarn/npm-minor-patch-aed99ff8f3
Closed

deps: bump the npm-minor-patch group across 1 directory with 20 updates#100
dependabot[bot] wants to merge 2 commits intodevfrom
dependabot/npm_and_yarn/npm-minor-patch-aed99ff8f3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Bumps the npm-minor-patch group with 17 updates in the / directory:

Package From To
@blocknote/core 0.44.2 0.46.2
@blocknote/mantine 0.44.2 0.46.2
@blocknote/react 0.44.2 0.46.2
@primer/octicons-react 19.20.0 19.21.2
i18next 25.6.3 25.8.4
react-i18next 16.3.5 16.5.4
styled-components 6.1.19 6.3.9
@types/styled-components 5.1.35 5.1.36
@vitejs/plugin-react 5.1.0 5.1.3
@vitest/coverage-v8 4.0.5 4.0.18
eslint-plugin-react-refresh 0.4.24 0.5.0
react 19.2.0 19.2.4
@types/react 19.2.2 19.2.13
react-dom 19.2.0 19.2.4
@types/react-dom 19.2.2 19.2.3
typescript-eslint 8.46.2 8.54.0
vite 7.1.12 7.3.1

Updates @blocknote/core from 0.44.2 to 0.46.2

Release notes

Sourced from @​blocknote/core's releases.

v0.46.2

0.46.2 (2026-01-27)

This release ships a bunch of bug fixes, including many from the BlockNote community!

🩹 Fixes

  • deep merge floatingUIOptions using nested spread operators (#2310)
  • Visual differences between live editor and rendered exported HTML (#2348)
  • BlockNoteViewEditor mismatched editable value (#2357)
  • add font-synthesis for italic & bold in fonts that don't have them specified #2325 (#2354, #2325)
  • disable code block language selector when editor is not editable (#2351)
  • table handles would crash (#2384)
  • update CreateLinkButton to be able to toggle popover visibility (#2316, #2313)
  • add context,nestingLevel to toExternalHTML (#2373)
  • ai: re-enable flipping the AIMenu when there is not enough space #2245 (#2247, #2245)
  • link-toolbar: prevent Enter from submitting during IME composition (#2361)

❤️ Thank You

v0.46.1

0.46.1 (2026-01-10)

This was a version bump for some invalid CSS

v0.46.0

0.46.0 (2026-01-08)

The main feature of this release is now depending on the new Vercel AI SDK V6 (upgrade from V5) for our xl-ai package. Other than that, this release was mainly bug fixes and dep upgrades to packages we depend on.

🚀 Features

  • add data-nesting-level to HTML export (#2329)
  • migrate to ai sdk 6 (#2328)

🩹 Fixes

  • emojipicker can sometimes fail to mount (575b81cec)
  • LinkToolbar Event Listener leak (#2335)
  • when you convert a block into checkListItem via inputRule, it should transfer its content into checkListItem content (#2331)
  • do not return focus back to menu (484d7da36)
  • arrow up on a checklist item should move to the element above BLO-362 (#2306)

... (truncated)

Changelog

Sourced from @​blocknote/core's changelog.

0.46.2 (2026-01-27)

🩹 Fixes

  • deep merge floatingUIOptions using nested spread operators (#2310)
  • Visual differences between live editor and rendered exported HTML (#2348)
  • BlockNoteViewEditor mismatched editable value (#2357)
  • add font-synthesis for italic & bold in fonts that don't have them specified #2325 (#2354, #2325)
  • disable code block language selector when editor is not editable (#2351)
  • table handles would crash (#2384)
  • update CreateLinkButton to be able to toggle popover visibility (#2316, #2313)
  • add context,nestingLevel to toExternalHTML (#2373)
  • ai: re-enable flipping the AIMenu when there is not enough space #2245 (#2247, #2245)
  • link-toolbar: prevent Enter from submitting during IME composition (#2361)

❤️ Thank You

0.46.1 (2026-01-10)

This was a version bump only, there were no code changes.

0.46.0 (2026-01-08)

🚀 Features

  • add data-nesting-level to HTML export (#2329)
  • migrate to ai sdk 6 (#2328)

🩹 Fixes

  • emojipicker can sometimes fail to mount (575b81cec)
  • LinkToolbar Event Listener leak (#2335)
  • when you convert a block into checkListItem via inputRule, it should transfer its content into checkListItem content (#2331)
  • do not return focus back to menu (484d7da36)
  • arrow up on a checklist item should move to the element above BLO-362 (#2306)
  • getPos race condition in React StrictMode (#2311)
  • adjust input rules to be more tolerant to starting whitespace (#2341)
  • ai: make sure ShowSelection works (#2297)
  • xl-email-exporter: remove redundant sections in email export (#2323)

❤️ Thank You

  • Nick Perez

... (truncated)

Commits
  • da82131 chore(release): publish 0.46.2
  • 6f4239f fix: add context,nestingLevel to toExternalHTML (#2373)
  • 7905c11 fix: table handles would crash (#2384)
  • 82afc7f fix(link-toolbar): prevent Enter from submitting during IME composition (#2361)
  • 1c2a412 fix: disable code block language selector when editor is not editable (#2351)
  • 26bb18f fix: add font-synthesis for italic & bold in fonts that don't have them spe...
  • 8ef3770 fix: Visual differences between live editor and rendered exported HTML (#2348)
  • 00525fe chore(release): publish 0.46.1
  • c3315bc chore(release): publish 0.46.0
  • 049af21 fix(ai): make sure ShowSelection works (#2297)
  • Additional commits viewable in compare view

Updates @blocknote/mantine from 0.44.2 to 0.46.2

Release notes

Sourced from @​blocknote/mantine's releases.

v0.46.2

0.46.2 (2026-01-27)

This release ships a bunch of bug fixes, including many from the BlockNote community!

🩹 Fixes

  • deep merge floatingUIOptions using nested spread operators (#2310)
  • Visual differences between live editor and rendered exported HTML (#2348)
  • BlockNoteViewEditor mismatched editable value (#2357)
  • add font-synthesis for italic & bold in fonts that don't have them specified #2325 (#2354, #2325)
  • disable code block language selector when editor is not editable (#2351)
  • table handles would crash (#2384)
  • update CreateLinkButton to be able to toggle popover visibility (#2316, #2313)
  • add context,nestingLevel to toExternalHTML (#2373)
  • ai: re-enable flipping the AIMenu when there is not enough space #2245 (#2247, #2245)
  • link-toolbar: prevent Enter from submitting during IME composition (#2361)

❤️ Thank You

v0.46.1

0.46.1 (2026-01-10)

This was a version bump for some invalid CSS

v0.46.0

0.46.0 (2026-01-08)

The main feature of this release is now depending on the new Vercel AI SDK V6 (upgrade from V5) for our xl-ai package. Other than that, this release was mainly bug fixes and dep upgrades to packages we depend on.

🚀 Features

  • add data-nesting-level to HTML export (#2329)
  • migrate to ai sdk 6 (#2328)

🩹 Fixes

  • emojipicker can sometimes fail to mount (575b81cec)
  • LinkToolbar Event Listener leak (#2335)
  • when you convert a block into checkListItem via inputRule, it should transfer its content into checkListItem content (#2331)
  • do not return focus back to menu (484d7da36)
  • arrow up on a checklist item should move to the element above BLO-362 (#2306)

... (truncated)

Changelog

Sourced from @​blocknote/mantine's changelog.

0.46.2 (2026-01-27)

🩹 Fixes

  • deep merge floatingUIOptions using nested spread operators (#2310)
  • Visual differences between live editor and rendered exported HTML (#2348)
  • BlockNoteViewEditor mismatched editable value (#2357)
  • add font-synthesis for italic & bold in fonts that don't have them specified #2325 (#2354, #2325)
  • disable code block language selector when editor is not editable (#2351)
  • table handles would crash (#2384)
  • update CreateLinkButton to be able to toggle popover visibility (#2316, #2313)
  • add context,nestingLevel to toExternalHTML (#2373)
  • ai: re-enable flipping the AIMenu when there is not enough space #2245 (#2247, #2245)
  • link-toolbar: prevent Enter from submitting during IME composition (#2361)

❤️ Thank You

0.46.1 (2026-01-10)

This was a version bump only, there were no code changes.

0.46.0 (2026-01-08)

🚀 Features

  • add data-nesting-level to HTML export (#2329)
  • migrate to ai sdk 6 (#2328)

🩹 Fixes

  • emojipicker can sometimes fail to mount (575b81cec)
  • LinkToolbar Event Listener leak (#2335)
  • when you convert a block into checkListItem via inputRule, it should transfer its content into checkListItem content (#2331)
  • do not return focus back to menu (484d7da36)
  • arrow up on a checklist item should move to the element above BLO-362 (#2306)
  • getPos race condition in React StrictMode (#2311)
  • adjust input rules to be more tolerant to starting whitespace (#2341)
  • ai: make sure ShowSelection works (#2297)
  • xl-email-exporter: remove redundant sections in email export (#2323)

❤️ Thank You

  • Nick Perez

... (truncated)

Commits
  • da82131 chore(release): publish 0.46.2
  • 38e5a5a docs: Website upgrade and cleanup (#2371)
  • 00525fe chore(release): publish 0.46.1
  • 0849b77 style: rm invalid CSS rule
  • c3315bc chore(release): publish 0.46.0
  • 484d7da fix: do not return focus back to menu
  • ce995ee chore: bump the editor-dependencies group across 1 directory with 17 updates ...
  • 91ff6e3 chore(release): publish 0.45.0
  • See full diff in compare view

Updates @blocknote/react from 0.44.2 to 0.46.2

Release notes

Sourced from @​blocknote/react's releases.

v0.46.2

0.46.2 (2026-01-27)

This release ships a bunch of bug fixes, including many from the BlockNote community!

🩹 Fixes

  • deep merge floatingUIOptions using nested spread operators (#2310)
  • Visual differences between live editor and rendered exported HTML (#2348)
  • BlockNoteViewEditor mismatched editable value (#2357)
  • add font-synthesis for italic & bold in fonts that don't have them specified #2325 (#2354, #2325)
  • disable code block language selector when editor is not editable (#2351)
  • table handles would crash (#2384)
  • update CreateLinkButton to be able to toggle popover visibility (#2316, #2313)
  • add context,nestingLevel to toExternalHTML (#2373)
  • ai: re-enable flipping the AIMenu when there is not enough space #2245 (#2247, #2245)
  • link-toolbar: prevent Enter from submitting during IME composition (#2361)

❤️ Thank You

v0.46.1

0.46.1 (2026-01-10)

This was a version bump for some invalid CSS

v0.46.0

0.46.0 (2026-01-08)

The main feature of this release is now depending on the new Vercel AI SDK V6 (upgrade from V5) for our xl-ai package. Other than that, this release was mainly bug fixes and dep upgrades to packages we depend on.

🚀 Features

  • add data-nesting-level to HTML export (#2329)
  • migrate to ai sdk 6 (#2328)

🩹 Fixes

  • emojipicker can sometimes fail to mount (575b81cec)
  • LinkToolbar Event Listener leak (#2335)
  • when you convert a block into checkListItem via inputRule, it should transfer its content into checkListItem content (#2331)
  • do not return focus back to menu (484d7da36)
  • arrow up on a checklist item should move to the element above BLO-362 (#2306)

... (truncated)

Changelog

Sourced from @​blocknote/react's changelog.

0.46.2 (2026-01-27)

🩹 Fixes

  • deep merge floatingUIOptions using nested spread operators (#2310)
  • Visual differences between live editor and rendered exported HTML (#2348)
  • BlockNoteViewEditor mismatched editable value (#2357)
  • add font-synthesis for italic & bold in fonts that don't have them specified #2325 (#2354, #2325)
  • disable code block language selector when editor is not editable (#2351)
  • table handles would crash (#2384)
  • update CreateLinkButton to be able to toggle popover visibility (#2316, #2313)
  • add context,nestingLevel to toExternalHTML (#2373)
  • ai: re-enable flipping the AIMenu when there is not enough space #2245 (#2247, #2245)
  • link-toolbar: prevent Enter from submitting during IME composition (#2361)

❤️ Thank You

0.46.1 (2026-01-10)

This was a version bump only, there were no code changes.

0.46.0 (2026-01-08)

🚀 Features

  • add data-nesting-level to HTML export (#2329)
  • migrate to ai sdk 6 (#2328)

🩹 Fixes

  • emojipicker can sometimes fail to mount (575b81cec)
  • LinkToolbar Event Listener leak (#2335)
  • when you convert a block into checkListItem via inputRule, it should transfer its content into checkListItem content (#2331)
  • do not return focus back to menu (484d7da36)
  • arrow up on a checklist item should move to the element above BLO-362 (#2306)
  • getPos race condition in React StrictMode (#2311)
  • adjust input rules to be more tolerant to starting whitespace (#2341)
  • ai: make sure ShowSelection works (#2297)
  • xl-email-exporter: remove redundant sections in email export (#2323)

❤️ Thank You

  • Nick Perez

... (truncated)

Commits
  • da82131 chore(release): publish 0.46.2
  • 08bfcc1 Fix PageDown/PageUp scroll when slash menu is open (#2317)
  • 6f4239f fix: add context,nestingLevel to toExternalHTML (#2373)
  • 90f1d90 fix: update CreateLinkButton to be able to toggle popover visibility (#2316)
  • 82afc7f fix(link-toolbar): prevent Enter from submitting during IME composition (#2361)
  • 38e5a5a docs: Website upgrade and cleanup (#2371)
  • 819cc0b fix: BlockNoteViewEditor mismatched editable value (#2357)
  • 5160d73 fix: deep merge floatingUIOptions using nested spread operators (#2310)
  • 00525fe chore(release): publish 0.46.1
  • c3315bc chore(release): publish 0.46.0
  • Additional commits viewable in compare view

Updates @primer/octicons-react from 19.20.0 to 19.21.2

Release notes

Sourced from @​primer/octicons-react's releases.

v19.21.2

Patch Changes

v19.21.1

Patch Changes

v19.21.0

Minor Changes

Patch Changes

Changelog

Sourced from @​primer/octicons-react's changelog.

19.21.2

Patch Changes

19.21.1

Patch Changes

19.21.0

Minor Changes

Patch Changes

Commits
Maintainer changes

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


Updates i18next from 25.6.3 to 25.8.4

Release notes

Sourced from i18next's releases.

v25.8.4

  • fix: crashes when backend in backends array has no name property 2386

v25.8.3

  • ts: document option to suppress the support message 2385

v25.8.2

  • option to suppress the support message 2385

v25.8.1

  • fix(types): Selector API - fix Namespace inference for selector ns option 2384

v25.8.0

  • fix: TFunctionReturn fallback 2360

v25.7.4

  • fix: Interpolation breaks when cloning an instance 2376

v25.7.3

v25.7.2

  • fix: Invalid overwrite of default value for overloadTranslationOptionHandler 2374.

v25.7.1

  • TS: remove wrong signature 2372.

v25.7.0

  • Enhance cloneInstance to create a new interpolator if interpolation options are passed in. This will address 2371.
Changelog

Sourced from i18next's changelog.

25.8.4

  • fix: crashes when backend in backends array has no name property 2386

25.8.3

  • ts: document option to suppress the support message 2385

25.8.2

  • option to suppress the support message 2385

25.8.1

  • fix(types): Selector API - fix Namespace inference for selector ns option 2384

25.8.0

  • fix: TFunctionReturn fallback 2360

25.7.4

  • fix: Interpolation breaks when cloning an instance 2376

25.7.3

25.7.2

  • fix: Invalid overwrite of default value for overloadTranslationOptionHandler 2374.

25.7.1

  • TS: remove wrong signature 2372.

25.7.0

  • Enhance cloneInstance to create a new interpolator if interpolation options are passed in. This will address 2371.
Commits

Updates react-i18next from 16.3.5 to 16.5.4

Changelog

Sourced from react-i18next's changelog.

16.5.4

  • fix: Overriding React component props not working 1902

16.5.3

  • fix: Trans named tags with underscore 1901

16.5.2

  • fix: Type errors when you've declared a resources type 1899 via 1900

16.5.1

16.5.0

  • Add configuration option transDefaultProps to set default props for the Trans component (e.g. tOptions, shouldUnescape, values) 1895

16.4.1

  • fix(Trans): prevent double-escaping of interpolated values in component props (e.g. title). Unescape HTML entities before passing prop values to React to avoid rendered output like " / &[#39](https://github.com/i18next/react-i18next/issues/39);. 1893

16.4.0

  • <Trans count> prop: optional - infer count from children 1891
Commits

Updates styled-components from 6.1.19 to 6.3.9

Release notes

Sourced from styled-components's releases.

styled-components@6.3.9

Patch Changes

  • ca61aca: Fix CSS block comments containing // (e.g. URLs) causing subsequent styles to not be applied.
  • a2cd792: Fix createGlobalStyle styles not being removed when unmounted in RSC environments. React 19's precedence attribute on style tags makes them persist as permanent resources; global styles now render without precedence so they follow normal component lifecycle.
  • dbe0aae: In RSC environments, theme is now undefined instead of {} for styled components, matching the existing behavior of withTheme and createGlobalStyle. This ensures accessing theme properties without a ThemeProvider correctly throws rather than silently returning undefined.
  • 1888c73: Fix withTheme HOC types: ref now correctly resolves to the component instance type instead of the constructor, and theme is properly optional in the wrapped component's props.
  • f84f3fa: Fix SSR styles hydration and global style cleanup in Shadow DOM
  • 43a5b4b: Optimize internal style processing hot paths: cached GroupedTag index lookups, string fast path in flatten, direct string concatenation in dynamic style generation, pre-built stylis middleware chain with lazy RegExp creation, single-lookup Map operations, VirtualTag append fast-path, and manual string concat in SSR output.
  • 788e8c0: Revert exports field and restore browser/server build split with browser field in package.json. Fixes require('stream') resolution errors in browser bundlers like webpack 5.

styled-components@6.3.8

Patch Changes

  • 55d05c1: Make react-dom an optional peer dependency, clean up some unnecessary type peers.

styled-components@6.3.7

Patch Changes

  • 51ffa9c: Fix createGlobalStyle compatibility with React StrictMode and RSC

    This fix addresses issues where global styles would disappear or behave incorrectly in React StrictMode and RSC:

    1. Static styles optimization: Static global styles (without props/interpolations) are now only injected once and won't be removed/re-added on every render. This prevents the style flickering that could occur during concurrent rendering.

    2. StrictMode-aware cleanup: Style cleanup now uses queueMicrotask to coordinate with React's effect lifecycle. In StrictMode's simulated unmount/remount cycle, styles are preserved. On real unmount, styles are properly removed.

    3. RSC compatibility: Move useRef inside RSC guard in createGlobalStyle and unify all useContext calls to use consistent !IS_RSC ? pattern.

    4. RSC inline style tag cleanup: Fix bug where server-defined createGlobalStyle rendered in client components would leave behind accumulated SSR-rendered inline <style data-styled-global> tags. The cleanup effect now removes these hoisted style tags when the component unmounts or re-renders with different CSS.

    These changes ensure createGlobalStyle works correctly with:

    • React StrictMode's double-render behavior
    • React 18/19's concurrent rendering features
    • React 19's style hoisting with the precedence attribute
    • React Server Components (server-defined GlobalStyles in client components)
  • 51ffa9c: Restore styled.br.

  • 1f794b7: Add package.json "exports" field for better native ESM integration.

styled-components@6.3.6

Patch Changes

  • 189bc17: Fix url() CSS function values being incorrectly stripped when using unquoted URLs containing // (e.g., url(https://example.com)). The // in protocol URLs like https://, http://, file://, and protocol-relative URLs was incorrectly being treated as a JavaScript-style line comment.

styled-components@6.3.5

Patch Changes

... (truncated)

Commits
  • b5bb591 Version Packages (#5647)
  • f84f3fa fix: Shadow DOM SSR Hydration Support (#5656)
  • 43a5b4b perf: optimize internal style processing hot paths
  • 788e8c0 fix: revert exports field and restore browser/server build split
  • a2cd792 fix: remove precedence from createGlobalStyle RSC output for proper unmount
  • 1888c73 fix: improve withTheme HOC type safety and eliminate double type cast
  • dbe0aae fix: make OverrideStyle compatible with React 19 and return undefined theme i...
  • ca61aca fix: handle // inside CSS block comments and strip orphaned */
  • 5d25740 chore: update gitignore, agent instructions, and benchmark deps
  • 5448bad chore: alias agent instructions for claude
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @mantine/core from 8.3.6 to 8.3.14

Release notes

Sourced from @​mantine/core's releases.

8.3.14

What's Changed

  • [@mantine/core] Switch: Fix checkbox not being recognized by Playwright (#8370, #8645)
  • [@mantine/core] MultiSelect: Fix click on chevron not opening dropdown when clearable is enabled (#8641)
  • [@mantine/modals] Fix types of context modals inferred incorrectly (#8625)
  • [@mantine/core] MultiSelect: Fix clear button overlapping with pills (#8634)

New Contributors

Full Changelog: mantinedev/mantine@8.3.13...8.3.14

8.3.13

What's Changed

  • [@mantine/core] Add openOnFocus prop to Combobox based components (#5893, #8623)
  • [@mantine/dates] TimePicker: Fix clearing in uncontrolled mode not updating to empty value (#8622)
  • [@mantine/core] ScrollArea: Fix Shift + wheel scroll not working correctly on Windows (#8619)
  • [@mantine/core] Add selectFirstOptionOnDropdownOpen to Combobox based components (#8597)
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called when used in zoomed-in viewports (#8616)
  • [@mantine/core] Popover: Fix aria-controls attribute being set on the target element when the dropdown is not mounted (#8595)
  • [@mantine/core] RangeSlider: Fix incorrect Styles API name (#8601)
  • [@mantine/core] ScrollArea: Fix overscrollBehavior prop not working in ScrollArea.Autosize component (#8611)

New Contributors

Full Changelog: mantinedev/mantine@8.3.12...8.3.13

8.3.12

What's Changed

  • [@mantine/core] Popover: Fix flip logic being calculated after shift (Description has been truncated

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-patch-aed99ff8f3 branch from 6d1a63b to 1969fad Compare February 23, 2026 10:23
@akabiru
Copy link
Copy Markdown
Member

akabiru commented Feb 24, 2026

@dependabot recreate

Bumps the npm-minor-patch group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) | `0.44.2` | `0.46.2` |
| [@blocknote/mantine](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/mantine) | `0.44.2` | `0.46.2` |
| [@blocknote/react](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/react) | `0.44.2` | `0.46.2` |
| [@primer/octicons-react](https://github.com/primer/octicons) | `19.20.0` | `19.21.2` |
| [i18next](https://github.com/i18next/i18next) | `25.6.3` | `25.8.4` |
| [react-i18next](https://github.com/i18next/react-i18next) | `16.3.5` | `16.5.4` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.1.19` | `6.3.9` |
| [@types/styled-components](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/styled-components) | `5.1.35` | `5.1.36` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.0` | `5.1.3` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.5` | `4.0.18` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.24` | `0.5.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.2` | `19.2.13` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.4` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.2` | `19.2.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.54.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.12` | `7.3.1` |



Updates `@blocknote/core` from 0.44.2 to 0.46.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.46.2/packages/core)

Updates `@blocknote/mantine` from 0.44.2 to 0.46.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.46.2/packages/mantine)

Updates `@blocknote/react` from 0.44.2 to 0.46.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.46.2/packages/react)

Updates `@primer/octicons-react` from 19.20.0 to 19.21.2
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.20.0...v19.21.2)

Updates `i18next` from 25.6.3 to 25.8.4
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.6.3...v25.8.4)

Updates `react-i18next` from 16.3.5 to 16.5.4
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v16.3.5...v16.5.4)

Updates `styled-components` from 6.1.19 to 6.3.9
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.1.19...styled-components@6.3.9)

Updates `@mantine/core` from 8.3.6 to 8.3.14
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.3.14/packages/@mantine/core)

Updates `@mantine/hooks` from 8.3.6 to 8.3.14
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.3.14/packages/@mantine/hooks)

Updates `@types/styled-components` from 5.1.35 to 5.1.36
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/styled-components)

Updates `@vitejs/plugin-react` from 5.1.0 to 5.1.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.3/packages/plugin-react)

Updates `@vitest/coverage-v8` from 4.0.5 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8)

Updates `eslint-plugin-react-refresh` from 0.4.24 to 0.5.0
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.24...v0.5.0)

Updates `react` from 19.2.0 to 19.2.4
- [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.4/packages/react)

Updates `@types/react` from 19.2.2 to 19.2.13
- [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.4
- [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.4/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 `typescript-eslint` from 8.46.2 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint)

Updates `vite` from 7.1.12 to 7.3.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

Updates `vitest` from 4.0.5 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

---
updated-dependencies:
- dependency-name: "@blocknote/core"
  dependency-version: 0.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@blocknote/mantine"
  dependency-version: 0.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@blocknote/react"
  dependency-version: 0.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@primer/octicons-react"
  dependency-version: 19.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: i18next
  dependency-version: 25.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: react-i18next
  dependency-version: 16.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: styled-components
  dependency-version: 6.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@mantine/core"
  dependency-version: 8.3.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@mantine/hooks"
  dependency-version: 8.3.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@types/styled-components"
  dependency-version: 5.1.36
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-patch-aed99ff8f3 branch from 1969fad to f54d8ad Compare February 24, 2026 09:06
These packages are already marked as external in the Vite build config
and are never bundled in the output. Listing them as direct dependencies
caused npm to install duplicate copies when consumers declared a different
version, triggering a ProseMirror selection ID conflict at runtime.

Moving them to peerDependencies ensures the consuming app's single copy
is used. They remain in devDependencies for local development and testing.

@blocknote/mantine is not imported by the built output so it is not
declared as a peer dependency.

Bumps version to 0.0.23.
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 16, 2026

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

@dependabot dependabot Bot closed this Mar 16, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-minor-patch-aed99ff8f3 branch March 16, 2026 10:02
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

1 participant