Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence
@blocknote/core (source) 0.33.0 -> 0.41.1 age confidence
@blocknote/mantine (source) 0.33.0 -> 0.41.1 age confidence
@blocknote/react (source) 0.33.0 -> 0.41.1 age confidence
@​gouvfr-lasuite/ui-kit 0.15.0 -> 0.17.1 age confidence
@hookform/resolvers (source) 5.1.1 -> 5.2.2 age confidence
@​openfun/cunningham-react 3.2.3 -> 4.0.0 age confidence
@react-email/components (source) 0.1.1 -> 0.5.6 age confidence
@rollup/rollup-linux-x64-gnu (source) 4.44.1 -> 4.52.4 age confidence
@rollup/rollup-linux-x64-musl (source) 4.44.1 -> 4.52.4 age confidence
@tanstack/eslint-plugin-query (source) 5.81.2 -> 5.91.0 age confidence
@tanstack/react-query (source) 5.81.5 -> 5.90.2 age confidence
@tanstack/react-query-devtools (source) 5.81.5 -> 5.90.2 age confidence
@types/node (source) 22.15.34 -> 22.18.10 age confidence
@types/react (source) 19.1.8 -> 19.2.2 age confidence
@types/react-dom (source) 19.1.6 -> 19.2.1 age confidence
dompurify 3.2.6 -> 3.2.7 age confidence
eslint (source) 9.36.0 -> 9.37.0 age confidence
eslint (source) 9.30.0 -> 9.37.0 age confidence
eslint-config-next (source) 15.3.4 -> 15.5.4 age confidence
i18next (source) 25.3.0 -> 25.6.0 age confidence
i18next-cli 1.5.5 -> 1.11.1 age confidence
jsdom 26.1.0 -> 27.0.0 age confidence
next (source) 15.3.4 -> 15.5.4 age confidence
orval 7.10.0 -> 7.13.2 age confidence
pretty-bytes 7.0.0 -> 7.1.0 age confidence
react (source) 19.1.0 -> 19.2.0 age confidence
react-dom (source) 19.1.0 -> 19.2.0 age confidence
react-email (source) 4.0.17 -> 4.3.0 age confidence
react-hook-form (source) 7.59.0 -> 7.65.0 age confidence
react-i18next 15.5.3 -> 16.0.0 age confidence
react-resizable-panels 3.0.3 -> 3.0.6 age confidence
sass 1.89.2 -> 1.93.2 age confidence
typescript (source) 5.9.2 -> 5.9.3 age confidence
typescript (source) 5.8.3 -> 5.9.3 age confidence
typescript-eslint (source) 8.45.0 -> 8.46.0 age confidence
vite (source) 7.1.7 -> 7.1.9 age confidence
zod (source) 4.0.14 -> 4.1.12 age confidence
zod-from-json-schema 0.4.2 -> 0.5.0 age confidence

Release Notes

TypeCellOS/BlockNote (@​blocknote/core)

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
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
resend/react-email (@​react-email/components)

v0.5.6

Compare Source

Patch Changes

v0.5.5

Compare Source

Patch Changes

v0.5.4

Compare Source

Patch Changes

v0.5.3

Compare Source

Patch Changes

v0.5.2

Compare Source

Patch Changes

v0.5.1

Compare Source

Patch Changes

v0.5.0

Compare Source

Minor Changes
  • fc2f407: add toPlainText utility and deprecate plainText option on render
Patch Changes

v0.4.0

Compare Source

Minor Changes
  • 00aa805: body: apply all styles of the body to an inner table cell for them to work on Yahoo and AOL
Patch Changes

v0.3.3

Compare Source

Patch Changes

v0.3.2

Compare Source

Patch Changes

v0.3.1

Compare Source

Patch Changes

v0.3.0

Compare Source

Minor Changes
  • ce78a04: tailwind: add pixelBasedPreset export directly
Patch Changes

v0.2.0

Compare Source

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

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-10-13T01_08_47_837Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-10-13T01_08_47_837Z-debug-0.log

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.

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.

0 participants