Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@blocknote/core (source) 0.33.0 -> 0.42.3 age confidence dependencies minor
@blocknote/mantine (source) 0.33.0 -> 0.42.3 age confidence dependencies minor
@blocknote/react (source) 0.33.0 -> 0.42.3 age confidence dependencies minor
@eslint/eslintrc 3.3.1 -> 3.3.3 age confidence devDependencies patch
@​gouvfr-lasuite/ui-kit 0.15.0 -> 0.18.0 age confidence dependencies minor
@hookform/resolvers (source) 5.1.1 -> 5.2.2 age confidence dependencies minor
@​openfun/cunningham-react 3.2.3 -> 4.0.0 age confidence dependencies major
@playwright/test (source) 1.56.1 -> 1.57.0 age confidence devDependencies minor
@react-email/components (source) 0.1.1 -> 1.0.1 age confidence dependencies major
@rollup/rollup-linux-x64-gnu (source) 4.44.1 -> 4.53.3 age confidence optionalDependencies minor
@rollup/rollup-linux-x64-musl (source) 4.44.1 -> 4.53.3 age confidence optionalDependencies minor
@tanstack/eslint-plugin-query (source) 5.81.2 -> 5.91.2 age confidence devDependencies minor
@tanstack/react-query (source) 5.81.5 -> 5.90.11 age confidence dependencies minor
@tanstack/react-query-devtools (source) 5.81.5 -> 5.91.1 age confidence dependencies minor
@types/node (source) 22.15.34 -> 24.10.1 age confidence devDependencies major
@types/node (source) 22.19.1 -> 24.10.1 age confidence devDependencies major
@types/react (source) 19.1.8 -> 19.2.7 age confidence devDependencies minor
@types/react-dom (source) 19.1.6 -> 19.2.3 age confidence devDependencies minor
@vitest/coverage-v8 (source) 3.2.4 -> 4.0.14 age confidence devDependencies major
@vitest/ui (source) 3.2.4 -> 4.0.14 age confidence devDependencies major
dompurify 3.2.6 -> 3.3.0 age confidence dependencies minor
eslint (source) 9.30.0 -> 9.39.1 age confidence devDependencies minor
eslint-config-next (source) 15.3.4 -> 16.0.6 age confidence devDependencies major
i18next (source) 25.3.0 -> 25.6.3 age confidence dependencies minor
i18next-cli 1.5.5 -> 1.28.0 age confidence devDependencies minor
jsdom 26.1.0 -> 27.2.0 age confidence devDependencies major
next (source) 15.3.4 -> 16.0.6 age confidence dependencies major
node (source) >=22.0.0 <23.0.0 -> >=22.0.0 <25.0.0 age confidence engines major
orval 7.10.0 -> 7.17.0 age confidence devDependencies minor
prettier (source) 3.6.2 -> 3.7.3 age confidence devDependencies minor
pretty-bytes 7.0.0 -> 7.1.0 age confidence dependencies minor
react (source) 19.1.0 -> 19.2.0 age confidence dependencies minor
react-dom (source) 19.1.0 -> 19.2.0 age confidence dependencies minor
react-email (source) 4.0.17 -> 5.0.5 age confidence dependencies major
react-hook-form (source) 7.59.0 -> 7.67.0 age confidence dependencies minor
react-i18next 15.5.3 -> 16.3.5 age confidence dependencies major
react-resizable-panels 3.0.3 -> 3.0.6 age confidence dependencies patch
sass 1.89.2 -> 1.94.2 age confidence dependencies minor
typescript (source) 5.8.3 -> 5.9.3 age confidence devDependencies minor
vitest (source) 3.2.4 -> 4.0.14 age confidence devDependencies major
zod (source) 4.0.14 -> 4.1.13 age confidence overrides minor
zod (source) 4.0.14 -> 4.1.13 age confidence dependencies minor
zod-from-json-schema 0.4.2 -> 0.5.2 age confidence dependencies minor

Release Notes

TypeCellOS/BlockNote (@​blocknote/core)

v0.42.3

Compare Source

🩹 Fixes
  • disallow access to the domElement or isFocused if the editor is unmounted (#​2187)
❤️ Thank You
  • Nick Perez

v0.42.2

Compare Source

🩹 Fixes
❤️ Thank You
  • Nick Perez

v0.42.1

Compare Source

🩹 Fixes
❤️ Thank You
  • Nick Perez

v0.42.0

Compare Source

🚀 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

v0.41.1

Compare Source

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

v0.41.0

Compare Source

🚀 Features
  • AI menu auto scrolling (#​2039)
  • Shortcut to delete empty table while cells are selected (#​2052)
  • divider: add a divider block (#​2014)
🩹 Fixes
  • Code block language select value not updating properly (#​2050)
  • disable input rules for numbered headings #​1789 (#​2032, #​1789)
  • video parsing and export for markdown (#​1955)
  • Reaction picker shown for users who can't react (#​2061)
  • Add Mantine dependency to individual examples (#​2070)
  • allow listening to onChange and other events before the underlying editor is initialized (#​2063)
  • toggle and check list item blocks (#​2071)
  • added missing fields to implementations in editor schema block specs (#​2046)
❤️ Thank You

v0.40.0

Compare Source

🚀 Features
🩹 Fixes
  • Block colors menu not always showing (#​2027)
  • Update remianing examples to Mantine v8 (#​2031)
  • ShadCN example Tailwind setup (#​2042)
❤️ Thank You

v0.39.2

Compare Source

v0.39.1

Compare Source

🩹 Fixes
  • cleanup accesses to prosemirrorView to account for tiptap 3 behavior (#​2017)
  • core: input rules can handle when a new block is empty now (#​2013)
❤️ Thank You
  • Nick Perez

v0.39.0

Compare Source

🚀 Features
  • move all blocks to use the custom blocks API (#​1904)
  • core: support for Tiptap V3 (#​2001)
❤️ Thank You
  • Nick Perez

v0.38.0

Compare Source

🚀 Features
  • Custom schemas for comment editors (#​1976)
🩹 Fixes
  • Suggestion menu positioning (#​1975)
  • doLLMRequest fails when deleting a non-existent block (#​1982)
  • file block resize handles not working with touch inputs (#​1981)
  • get pdf example working again (a90ae4d58)
  • better markdown & html paste, make methods synchronous (#​1957)
  • Improve setting text for custom file blocks (#​1984)
  • react: close link popover on submit in static formatting toolbar #​1696 (#​1997, #​1696)
❤️ Thank You

v0.37.0

Compare Source

🚀 Features
  • export ShadCNComponentsContext (#​1965)
🩹 Fixes
  • Typing in empty table cells (#​1973)
❤️ Thank You

v0.36.1

Compare Source

🩹 Fixes
  • table column widths not being set in exported HTML (#​1947)
  • Minor change to formatting toolbar extension logic (#​1963)
  • core: report block moves in getBlocksChangedByTransaction #​1924 (#​1960, #​1924)
❤️ Thank You

v0.36.0

Compare Source

🚀 Features
  • docx: add locale configuration for docx export (#​1937)
🩹 Fixes
  • Editors in comments not inheriting theme (#​1890)
  • Minor drag & drop changes (#​1891)
  • Overflow on table blocks (#​1892)
  • Suggestion menu closing when clicking scroll bar (#​1899)
  • Table padding (#​1906)
  • Formatting toolbar getting wrong bounding box when updating React inline content (#​1908)
  • Vanilla blocks return true for editor.isEditable on initial render (#​1925)
  • table cell menu styling (#​1945)
  • Missing internationalization for toggle wrapper (#​1946)
  • parse image alt text for image blocks (#​1883)
  • initialize esm deps before copy extension uses it (#​1951)
  • error when dragging a block from one editor to another with multiple column extension (#​1950)
  • prevent infinite render loop when selecting all content (#​1956)
  • core: maintain text selection across table updates (#​1894)
  • locales: ko locale fix (#​1902)
  • react: add data attribute for correct react rendering (#​1954)
  • xl-email-exporter: better defaults, customize textStyles, output inline styles (#​1856)
❤️ Thank You

v0.35.0

Compare Source

🚀 Features
🩹 Fixes
❤️ Thank You
  • Brad Greenlee
  • Nick Perez
  • Nick the Sick
  • yousefed

v0.34.0

Compare Source

🚀 Features
  • support multi-column block in PDF, DOCX & ODT exporters (#​1781)
  • support react 19 (f7b3466d3)
  • disable conversion of headings to list items (#​1799)
  • report moves (indents and outdents) as changes when using getChanges #​1757 (#​1786, #​1757)
  • allow inline content to be draggable (#​1818)
  • added type guards, types, and editor prop to custom inline content rendering (#​1736)
  • block-change: adds a new API for blocking changes to editor state, by filtering transactions (#​1750)
🩹 Fixes
  • remove lookbehind regex for browser compat (#​1827)
  • ToggleWrapper button defaulting to submit type (#​1823)
  • disable $ref in AI schemas (html format) (#​1819)
  • re-evaluate side-menu on scroll (#​1830)
  • hide table extend buttons when not editable #​1848 (#​1850, #​1848)
  • resolve several drag & drop issues (#​1845)
❤️ Thank You
eslint/eslintrc (@​eslint/eslintrc)

v3.3.3

Compare Source

Bug Fixes
react-hook-form/resolvers (@​hookform/resolvers)

v5.2.2

Compare Source

Bug Fixes

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features
microsoft/playwright (@​playwright/test)

v1.57.0

Compare Source

resend/react-email (@​react-email/components)

v1.0.1

Compare Source

Patch Changes

v1.0.0

Compare Source

Major Changes
  • 2452b7d: tailwind: update to using tailwindcss@​v4
Minor Changes
  • 4f858a3: code-block: deal with spark mail's compatibility issues
  • aa2bc86: body: reset the margin property in the <body> when it has a user definition
Patch Changes

v0.5.7

Compare Source

Patch Changes

v0.5.6

Compare Source

Patch Changes

v0.5.5

Compare Source

Patch Changes

v0.5.4

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 13, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/frontend/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/react
npm error   react@"19.2.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"19.1.0" from @openfun/[email protected]
npm error node_modules/@openfun/cunningham-react
npm error   @openfun/cunningham-react@"4.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-12-01T00_51_10_631Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-12-01T00_51_10_631Z-debug-0.log

@coderabbitai
Copy link

coderabbitai bot commented Oct 13, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/js-dependencies branch from bf10b88 to 8cb06b0 Compare October 20, 2025 01:57
@renovate renovate bot force-pushed the renovate/js-dependencies branch from 8cb06b0 to f72ade7 Compare October 27, 2025 02:13
@renovate renovate bot force-pushed the renovate/js-dependencies branch 2 times, most recently from 85123a4 to 7235208 Compare November 10, 2025 03:05
@renovate renovate bot force-pushed the renovate/js-dependencies branch 2 times, most recently from 8d58462 to a54a9f7 Compare November 24, 2025 00:47
@renovate renovate bot force-pushed the renovate/js-dependencies branch from a54a9f7 to 34b0e5a Compare November 24, 2025 04:24
@renovate renovate bot force-pushed the renovate/js-dependencies branch from 34b0e5a to a6ae204 Compare December 1, 2025 00:51
@sylvinus sylvinus closed this Dec 1, 2025
@sylvinus sylvinus deleted the renovate/js-dependencies branch December 1, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants