Skip to content

Bump @blocknote/core from 0.34.0 to 0.40.0#50

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/blocknote/core-0.40.0
Closed

Bump @blocknote/core from 0.34.0 to 0.40.0#50
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/blocknote/core-0.40.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 6, 2025

Copy link
Copy Markdown
Contributor

Bumps @blocknote/core from 0.34.0 to 0.40.0.

Release notes

Sourced from @​blocknote/core's releases.

v0.40.0

0.40.0 (2025-09-30)

BlockNote AI

We've now significantly refactored BlockNote AI to support:

  • The Vercel AI SDK 5 (closes #1952)
  • Now uses streamText + tool calling by default instead of Object Generation
  • Designed to call your own backend (instead of the old proxy-based setup).
  • Leans in more heavily to the updated AI SDK architecture (reusing the Chat and transport concepts)
  • PromptBuilders have been redesigned to split the creation of the required data (PromptBuilderInputData and creation / modification of the LLMMessages
  • fix: better handling of parallel tool calls

Backend pattern

We've revisited the old solution where BlockNote made direct calls to LLMs from the client using the Vercel AI SDK (or via a proxy).

Instead it's now recommended to send request to your backend. There, you can then invoke your LLM (potentially adding more context, tools, RAG, etc). While a bit more work to set up, this architecture is more inline with the Vercel SDK and unlocks more powerful workflows.

Breaking changes

See the updated docs and backend integration guide for an overview of the new APIs. The main breaking change is that createAIExtension now accepts a transport that provides the integration with your backend.

We now recommend to use the Vercel AI SDK on your backend. For alternative options, see the backend integration guide. The previous proxy-based approach is still available and explained in the backend guide.

For assistance in upgrading and integration with your pipeline, please reach out to the team.

Mantine

We've now upgraded our support of Mantine in the @blocknote/mantine package to V8.

🚀 Features

  • Mantine v8 upgrade (#2028, #2029)
  • Update Mantine setup (#2033)
  • ai: SDK 5, tool calling, custom backends (#2007)
  • core: add the ability to autofocus on the editor element (#2018)

🩹 Fixes

  • Block colors menu not always showing (#2027)
  • Update remianing examples to Mantine v8 (#2031)
  • ShadCN example Tailwind setup (#2042)

❤️ Thank You

v0.39.1

... (truncated)

Changelog

Sourced from @​blocknote/core's changelog.

0.40.0 (2025-09-30)

🚀 Features

  • Mantine v8 upgrade (#2028, #2029)
  • Update Mantine setup (#2033)
  • ai: SDK 5, tool calling, custom backends (#2007)
  • core: add the ability to autofocus on the editor element (#2018)

🩹 Fixes

  • Block colors menu not always showing (#2027)
  • Update remianing examples to Mantine v8 (#2031)
  • ShadCN example Tailwind setup (#2042)

❤️ Thank You

0.39.1 (2025-09-19)

🩹 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

0.39.0 (2025-09-18)

🚀 Features

  • move all blocks to use the custom blocks API (#1904)
  • core: support for Tiptap V3 (#2001)

❤️ Thank You

  • Nick Perez

0.38.0 (2025-09-16)

🚀 Features

  • Custom schemas for comment editors (#1976)

🩹 Fixes

... (truncated)

Commits
  • 884347d chore(release): publish 0.40.0
  • f521e36 feat(core): add the ability to autofocus on the editor element (#2018)
  • a87ac38 chore(release): publish 0.39.1
  • 7a55c34 fix: cleanup accesses to prosemirrorView to account for tiptap 3 behavior (#2...
  • 8b1849e docs: update custom block/inline content/style docs (#2012)
  • 10cdbfb fix(core): input rules can handle when a new block is empty now (#2013)
  • 32ba514 chore(release): publish 0.39.0
  • 90665db feat(core): support for Tiptap V3 (#2001)
  • f28cdc2 feat: move all blocks to use the custom blocks API (#1904)
  • 43bf109 chore(release): publish 0.38.0
  • 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 @​blocknote/core since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) from 0.34.0 to 0.40.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.40.0/packages/core)

---
updated-dependencies:
- dependency-name: "@blocknote/core"
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 6, 2025
@vercel

vercel Bot commented Oct 6, 2025

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
pouch Error Error Oct 6, 2025 7:52pm

@dependabot @github

dependabot Bot commented on behalf of github Oct 13, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #51.

@dependabot dependabot Bot closed this Oct 13, 2025
auto-merge was automatically disabled October 13, 2025 19:41

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/blocknote/core-0.40.0 branch October 13, 2025 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants