Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@blocknote/core (source) 0.37.0 -> 0.44.1 age confidence devDependencies minor 0.44.2
@blocknote/mantine (source) 0.37.0 -> 0.44.1 age confidence devDependencies minor 0.44.2
@blocknote/react (source) 0.37.0 -> 0.44.1 age confidence devDependencies minor 0.44.2
@eslint/eslintrc 3.3.1 -> 3.3.3 age confidence devDependencies patch
@eslint/js (source) 9.38.0 -> 9.39.1 age confidence devDependencies minor
@mantine/core (source) ^7.5.3 -> 7.17.8 age confidence devDependencies pin
@tiptap/core (source) 2.26.2 -> 2.27.1 age confidence devDependencies minor
@tiptap/extension-highlight (source) 2.26.2 -> 2.27.1 age confidence devDependencies minor
@tiptap/extension-image (source) 2.26.2 -> 2.27.1 age confidence devDependencies minor
@tiptap/extension-link (source) 2.26.2 -> 2.27.1 age confidence devDependencies minor
@tiptap/extension-task-item (source) 2.26.2 -> 2.27.1 age confidence devDependencies minor
@tiptap/extension-task-list (source) 2.26.2 -> 2.27.1 age confidence devDependencies minor
@tiptap/extension-text-align (source) 2.26.2 -> 2.27.1 age confidence devDependencies minor
@tiptap/extension-typography (source) 2.26.2 -> 2.27.1 age confidence devDependencies minor
@tiptap/extension-underline (source) 2.26.2 -> 2.27.1 age confidence devDependencies minor
@tiptap/react (source) 2.26.2 -> 2.27.1 age confidence devDependencies minor
@tiptap/starter-kit (source) 2.26.1 -> 2.27.1 age confidence devDependencies minor
@types/node (source) 20.19.24 -> 20.19.26 age confidence devDependencies patch
@types/react (source) 19.2.2 -> 19.2.7 age confidence devDependencies patch
@types/react-dom (source) 19.2.2 -> 19.2.3 age confidence devDependencies patch
@vitejs/plugin-react (source) 5.0.4 -> 5.1.2 age confidence devDependencies minor
actions/checkout (changelog) 08c6903 -> 93cb6ef action digest
convex (source) 1.29.0 -> 1.30.0 age confidence devDependencies minor 1.31.0
convex-test (source) 0.0.38 -> 0.0.41 age confidence devDependencies patch
eslint (source) 9.38.0 -> 9.39.1 age confidence devDependencies minor
eslint-plugin-react-hooks (source) 7.0.0 -> 7.0.1 age confidence devDependencies patch
globals 16.4.0 -> 16.5.0 age confidence devDependencies minor
prettier (source) 3.6.2 -> 3.7.4 age confidence devDependencies minor
react (source) ^19.2.1 -> 19.2.1 age confidence devDependencies pin
react-dom (source) ^19.2.1 -> 19.2.1 age confidence devDependencies pin
typescript-eslint (source) 8.46.2 -> 8.49.0 age confidence devDependencies minor
vitest (source) ^3.2.4 -> 3.2.4 age confidence devDependencies pin

Release Notes

TypeCellOS/BlockNote (@​blocknote/core)

v0.44.1

Compare Source

🩹 Fixes
  • clearing selection was not being called when create link button is no longer rendered (#​2217)
  • AI menu not updating position on new line (#​2233)
  • UI elements not scrolling when editor DOM element is scrollable (#​2231)
❤️ Thank You

v0.44.0

Compare Source

🚀 Features
❤️ Thank You
  • Yousef

v0.43.0

Compare Source

🚀 Features
  • Major Extensions & UI Refactor (#​2143)
🩹 Fixes
  • allow configuring the email body's styles (#​2182)
  • xl-docx-exporter: improve OOXML interoperability (#​2206)
❤️ Thank You

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
eslint/eslintrc (@​eslint/eslintrc)

v3.3.3

Compare Source

Bug Fixes
eslint/eslint (@​eslint/js)

v9.39.1

Compare Source

v9.39.0

Compare Source

ueberdosis/tiptap (@​tiptap/core)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-highlight)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-image)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-link)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-task-item)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-task-list)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-text-align)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-typography)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

ueberdosis/tiptap (@​tiptap/extension-underline)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

ueberdosis/tiptap (@​tiptap/react)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

ueberdosis/tiptap (@​tiptap/starter-kit)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.2

Compare Source

v5.1.1

Compare Source

Update code to support newer rolldown-vite (#​976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

v5.1.0

Compare Source

Add @vitejs/plugin-react/preamble virtual module for SSR HMR (#​890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#​930)

Rolldown 1.0.0-beta.44+ removed the top-level jsx option in favor of transform.jsx. This plugin now uses the transform.jsx option to support Rolldown 1.0.0-beta.44+.

get-convex/convex-js (convex)

v1.30.0

  • The --preview-create parameter for npx convex deploy will now error if
    used with a deploy key that is not a preview deploy key. Previously, the flag
    would be ignored in this situation, and npx convex deploy would deploy to
    the production deployment. If you were depending on this behavior, make sure
    to remove the --preview-create flag when deploying to production.

v1.29.3

  • Revert ApiFromModules type changes introduced in 1.29.0 which sometimes caused
    type mismatches due to FunctionReference sometimes missing properties.

  • Don't warn when "$schema" is present in convex.json.

  • Replace ProxyAgent with EnvHttpProxyAgent in the CLI so the NO_PROXY
    environment variable is respected.

v1.29.2

  • When running npx convex deploy, the CLI will now ask for explicit
    confirmation before deleting large indexes. This change is helpful for
    avoiding situations where an index is accidentally deleted and backfilling it
    takes a long time.

v1.29.1

  • Support for special error and no-op values of CONVEX_DEPLOY_KEY environment
    variable used by the Convex Vercel integration.
get-convex/convex-test (convex-test)

v0.0.41

Compare Source

v0.0.40

Compare Source

  • Extends ctx in t.run to conform to both MutationCtx and ActionCtx.

v0.0.39

Compare Source

  • Adds support for using the upcoming ctx.db syntax where you pass explicit table names.
  • Improves text search implementation to more closely match Convex text search: case insensitive, splitting whitespace and handling undefined in withIn
    ex.
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

facebook/react (eslint-plugin-react-hooks)

v7.0.1

Compare Source

sindresorhus/globals (globals)

v16.5.0

Compare Source


prettier/prettier (prettier)

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

typescript-eslint/typescript-eslint (typescript-eslint)

v8.49.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.48.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.48.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.47.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.4

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 04:59 AM, only on Monday ( * 0-4 * * 1 ) in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 27, 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: 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: @convex-dev/[email protected]
npm error Found: @mantine/[email protected]
npm error node_modules/@mantine/core
npm error   dev @mantine/core@"7.17.8" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @mantine/core@"^8.3.4" from @blocknote/[email protected]
npm error node_modules/@blocknote/mantine
npm error   dev @blocknote/mantine@"0.44.1" 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-12T03_04_44_500Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-12-12T03_04_44_500Z-debug-0.log

@renovate renovate bot force-pushed the renovate/routine-updates branch 5 times, most recently from 393702d to 026a29e Compare November 3, 2025 22:53
@renovate renovate bot force-pushed the renovate/routine-updates branch 12 times, most recently from 7e883f2 to 200052e Compare November 14, 2025 23:38
@renovate renovate bot force-pushed the renovate/routine-updates branch 10 times, most recently from 62f252f to d582cfc Compare November 25, 2025 05:43
@renovate renovate bot force-pushed the renovate/routine-updates branch from d582cfc to d979ffb Compare November 27, 2025 11:11
@coderabbitai
Copy link

coderabbitai bot commented Nov 27, 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/routine-updates branch 8 times, most recently from b1f53c2 to 1fcb728 Compare December 3, 2025 17:34
@renovate renovate bot force-pushed the renovate/routine-updates branch 5 times, most recently from bb3e470 to 17d0364 Compare December 11, 2025 17:08
@renovate renovate bot force-pushed the renovate/routine-updates branch from 17d0364 to 4fd8829 Compare December 12, 2025 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant