Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2026

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

Package From To
@blocknote/core 0.44.2 0.46.0
@blocknote/mantine 0.44.2 0.46.0
@blocknote/react 0.44.2 0.46.0
@primer/octicons-react 19.20.0 19.21.1
i18next 25.6.3 25.7.4
react-i18next 16.3.5 16.5.1
styled-components 6.1.19 6.2.0
@eslint/js 9.38.0 9.39.2
@types/styled-components 5.1.35 5.1.36
@vitejs/plugin-react 5.1.0 5.1.2
@vitest/coverage-v8 4.0.5 4.0.16
eslint 9.38.0 9.39.2
eslint-plugin-react-refresh 0.4.24 0.4.26
react 19.2.0 19.2.3
@types/react 19.2.2 19.2.7
react-dom 19.2.0 19.2.3
@types/react-dom 19.2.2 19.2.3
typescript-eslint 8.46.2 8.52.0
vite 7.1.12 7.3.1

Updates @blocknote/core from 0.44.2 to 0.46.0

Release notes

Sourced from @​blocknote/core's releases.

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)
  • 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

v0.45.0

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)

... (truncated)

Changelog

Sourced from @​blocknote/core's changelog.

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

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)
  • email-exporter: ReadableByteStreamController for safari react-email (#2295)

❤️ Thank You

... (truncated)

Commits
  • c3315bc chore(release): publish 0.46.0
  • 049af21 fix(ai): make sure ShowSelection works (#2297)
  • 0692a29 fix: adjust input rules to be more tolerant to starting whitespace (#2341)
  • ba403cb fix: arrow up on a checklist item should move to the element above BLO-362 (#...
  • da5db2a fix: when you convert a block into checkListItem via inputRule, it should tra...
  • 7afa72a feat: add data-nesting-level to HTML export (#2329)
  • eb48e3e fix: LinkToolbar Event Listener leak (#2335)
  • 91ff6e3 chore(release): publish 0.45.0
  • 7ef8c6f fix: update regex for checklist items #2288 (#2305)
  • 97c1958 feat(ai): expand selections to contain words (#2304)
  • Additional commits viewable in compare view

Updates @blocknote/mantine from 0.44.2 to 0.46.0

Release notes

Sourced from @​blocknote/mantine's releases.

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)
  • 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

v0.45.0

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)

... (truncated)

Changelog

Sourced from @​blocknote/mantine's changelog.

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

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)
  • email-exporter: ReadableByteStreamController for safari react-email (#2295)

❤️ Thank You

... (truncated)

Commits
  • 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.0

Release notes

Sourced from @​blocknote/react's releases.

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)
  • 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

v0.45.0

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)

... (truncated)

Changelog

Sourced from @​blocknote/react's changelog.

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

0.45.0 (2025-12-17)

🚀 Features

  • ai: expand selections to contain words (#2304)
  • extensions: extensions can now include other extensions for grouping into one extension (#2284)

🩹 Fixes

  • an invalidly specified table should not crash the editor (#2255)
  • filter out invalid heading items based on the current block schema in the slash menu #2253 (#2259, #2253)
  • relax shiki package requirements #2279 (#2280, #2279)
  • filter the default tiptap extensions #2282 (#2283, #2282)
  • always include the cursor extension #2244 (#2260, #2244)
  • make onBeforeChange return the correct type again (9009369b1)
  • if there is no table block, there is no table handles to show #1055 (#2281, #1055)
  • pass dragHandleMenu prop to DragHandleButton (#2254)
  • html diff error with whitespace (#2230)
  • update regex for checklist items #2288 (#2305, #2288)
  • email-exporter: ReadableByteStreamController for safari react-email (#2295)

❤️ Thank You

... (truncated)

Commits

Updates @primer/octicons-react from 19.20.0 to 19.21.1

Release notes

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

v19.21.1

Patch Changes

v19.21.0

Minor Changes

Patch Changes

Changelog

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

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.7.4

Release notes

Sourced from i18next's releases.

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.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.1

Changelog

Sourced from react-i18next's changelog.

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.2.0

Release notes

Sourced from styled-components's releases.

[email protected]

Minor Changes

  • e7c8055: Experimental support for React 18+ renderToPipeableStream.

Patch Changes

  • d0b73ac: Fix no longer existing link in console debug message

  • 8a9c21b: Upgrade stylis to 4.3.6. Related commits

  • a21089e: Update internal React types to ^18

  • c3a5990: Update csstype dependency from 3.1.3 to 3.2.3

    This updates the pinned csstype dependency from 3.1.3 to 3.2.3 to fix a type incompatibility with @​types/react.

Commits
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 @eslint/js from 9.38.0 to 9.39.2

Release notes

Sourced from @​eslint/js's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

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

| Package | From | To |
| --- | --- | --- |
| [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) | `0.44.2` | `0.46.0` |
| [@blocknote/mantine](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/mantine) | `0.44.2` | `0.46.0` |
| [@blocknote/react](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/react) | `0.44.2` | `0.46.0` |
| [@primer/octicons-react](https://github.com/primer/octicons) | `19.20.0` | `19.21.1` |
| [i18next](https://github.com/i18next/i18next) | `25.6.3` | `25.7.4` |
| [react-i18next](https://github.com/i18next/react-i18next) | `16.3.5` | `16.5.1` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.1.19` | `6.2.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.38.0` | `9.39.2` |
| [@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.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.5` | `4.0.16` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.2` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.24` | `0.4.26` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.2` | `19.2.7` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.3` |
| [@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.52.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.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.46.0/packages/core)

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

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

Updates `@primer/octicons-react` from 19.20.0 to 19.21.1
- [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.1)

Updates `i18next` from 25.6.3 to 25.7.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.7.4)

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

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

Updates `@eslint/js` from 9.38.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@mantine/core` from 8.3.6 to 8.3.11
- [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.11/packages/@mantine/core)

Updates `@mantine/hooks` from 8.3.6 to 8.3.11
- [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.11/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.2
- [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/[email protected]/packages/plugin-react)

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

Updates `eslint` from 9.38.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.38.0...v9.39.2)

Updates `eslint-plugin-react-refresh` from 0.4.24 to 0.4.26
- [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.4.26)

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

Updates `@types/react` from 19.2.2 to 19.2.7
- [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.3
- [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.3/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.52.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.52.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/v7.3.1/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.16
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/vitest)

---
updated-dependencies:
- dependency-name: "@blocknote/core"
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@blocknote/mantine"
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@blocknote/react"
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@primer/octicons-react"
  dependency-version: 19.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: i18next
  dependency-version: 25.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: react-i18next
  dependency-version: 16.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: styled-components
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@mantine/core"
  dependency-version: 8.3.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@mantine/hooks"
  dependency-version: 8.3.11
  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.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.3
  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.52.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.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant