Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️(dependencies) update js dependencies #730

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@blocknote/core (source) 0.23.2-hotfix.0 -> 0.27.2 age adoption passing confidence
@blocknote/mantine (source) 0.23.2-hotfix.0 -> 0.27.2 age adoption passing confidence
@blocknote/react (source) 0.23.2-hotfix.0 -> 0.27.2 age adoption passing confidence
@blocknote/server-util (source) 0.23.2 -> 0.27.2 age adoption passing confidence
@blocknote/xl-docx-exporter (source) 0.23.2-hotfix.0 -> 0.27.2 age adoption passing confidence
@blocknote/xl-pdf-exporter (source) 0.23.2-hotfix.0 -> 0.27.2 age adoption passing confidence
@​gouvfr-lasuite/ui-kit 0.1.3 -> 0.1.10 age adoption passing confidence
@next/eslint-plugin-next (source) 15.2.1 -> 15.2.4 age adoption passing confidence
@playwright/test (source) 1.50.1 -> 1.51.1 age adoption passing confidence
@react-pdf/renderer (source) 4.1.6 -> 4.3.0 age adoption passing confidence
@sentry/nextjs (source) 9.3.0 -> 9.11.0 age adoption passing confidence
@sentry/node (source) 9.3.0 -> 9.11.0 age adoption passing confidence
@sentry/profiling-node (source) 9.3.0 -> 9.11.0 age adoption passing confidence
@tanstack/eslint-plugin-query (source) 5.66.1 -> 5.71.5 age adoption passing confidence
@tanstack/react-query (source) 5.67.1 -> 5.71.10 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.67.1 -> 5.71.10 age adoption passing confidence
@testing-library/react 16.2.0 -> 16.3.0 age adoption passing confidence
@types/express (source) 5.0.0 -> 5.0.1 age adoption passing confidence
@types/luxon (source) 3.4.2 -> 3.6.2 age adoption passing confidence
@types/node (source) 22.13.9 -> 22.14.0 age adoption passing confidence
@types/pdf-parse (source) 1.1.4 -> 1.1.5 age adoption passing confidence
@types/react (source) 19.0.0 -> 19.1.0 age adoption passing confidence
@types/react-dom (source) 19.0.0 -> 19.1.1 age adoption passing confidence
@types/supertest (source) 6.0.2 -> 6.0.3 age adoption passing confidence
@types/ws (source) 8.5.14 -> 8.18.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.26.0 -> 8.29.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.26.0 -> 8.29.0 age adoption passing confidence
axios (source) 1.8.2 -> 1.8.4 age adoption passing confidence
cmdk (source) 1.0.4 -> 1.1.1 age adoption passing confidence
docx (source) 9.1.1 -> 9.3.0 age adoption passing confidence
eslint-config-next (source) 15.2.1 -> 15.2.4 age adoption passing confidence
eslint-config-prettier 10.0.2 -> 10.1.1 age adoption passing confidence
eslint-plugin-prettier 5.2.3 -> 5.2.6 age adoption passing confidence
eslint-plugin-react 7.37.4 -> 7.37.5 age adoption passing confidence
express (source) 4.21.2 -> 5.1.0 age adoption passing confidence
i18next (source) 24.2.2 -> 24.2.3 age adoption passing confidence
luxon 3.5.0 -> 3.6.1 age adoption passing confidence
posthog-js 1.227.0 -> 1.234.9 age adoption passing confidence
react (source) 19.0.0 -> 19.1.0 age adoption passing confidence
react-aria-components 1.6.0 -> 1.7.1 age adoption passing confidence
react-dom (source) 19.0.0 -> 19.1.0 age adoption passing confidence
react-intersection-observer 9.15.1 -> 9.16.0 age adoption passing confidence
styled-components (source) 6.1.15 -> 6.1.17 age adoption passing confidence
stylelint (source) 16.15.0 -> 16.18.0 age adoption passing confidence
stylelint-config-standard 37.0.0 -> 38.0.0 age adoption passing confidence
supertest 7.0.0 -> 7.1.0 age adoption passing confidence
ts-jest (source) 29.2.6 -> 29.3.1 age adoption passing confidence
tsc-alias (source) 1.8.11 -> 1.8.13 age adoption passing confidence
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence
yjs (source) 13.6.23 -> 13.6.24 age adoption passing confidence

Release Notes

TypeCellOS/BlockNote (@​blocknote/core)

v0.27.2

Compare Source

🩹 Fixes
❤️ Thank You
  • Nick the Sick

v0.27.0

Compare Source

🚀 Features
🩹 Fixes
  • Backspace in empty block deletes previous block (#​1505)
  • Selection when clicking past end of inline content (#​1553)
  • better expose setting a draghandlemenu's items #​1525 (#​1526, #​1525)
  • Multi-block links (#​1565)
  • Hard break keyboard shortcut not working in custom blocks (#​1554)
  • Overlapping marks in comments (#​1564)
  • some more sentry fixes (#​1577)
❤️ Thank You

v0.26.0

Compare Source

Thanks to our sponsors!

💖 The threads sidebar has been sponsored by DINUM 🇫🇷 and ZenDiS 🇩🇪

Threads Sidebar

This release introduces the ThreadsSidebar component, which displays threads & comments in a separate section next to the editor. It's meant to be used as an alternative way of viewing and interacting with comments to the default UI, where threads float next to the content they're referring to. See the docs to find out how to use and customize the ThreadsSidebar!

Screen.Recording.2025-03-19.at.10.53.32-1.mp4

What's Changed

Full Changelog: TypeCellOS/BlockNote@v0.25.2...v0.26.0

v0.25.2

Compare Source

What's Changed

Full Changelog: TypeCellOS/BlockNote@v0.25.1...v0.25.2

v0.25.1

Compare Source

What's Changed

This is mostly a set of bug fixes around the 0.25.0 release

New Contributors

Full Changelog: TypeCellOS/BlockNote@v0.25.0...v0.25.1

v0.25.0

Compare Source

Thanks to our sponsors!

💖 Comments & ODT exports has been sponsored by DINUM 🇫🇷 and ZenDiS 🇩🇪
💖 Tables overhaul has been sponsored by Agree.com 💖

New Features

Today, is a big release, we have 3 huge features that we've been working on for months, and we are excited to hear your feedback on it!

Comments (Sponsored by DINUM 🇫🇷 and ZenDiS 🇩🇪)
Screen.Recording.2025-03-04.at.16.57.37.mp4

We've now added the ability to comment on BlockNote content, making your editor even more collaborative!

Here is a rundown of the specific functionality, available as part of this release:

  • Adding comments to inline content (i.e. most text within the editor)
  • Comment threading, allowing you to reply to comments and have discussions about a topic
  • Resolving comments & threads once you've addressed the feedback
  • Comment Reactions: respond to a comment with an emoji
  • Editing & Deleting comments
  • Pluggable backends, you can store your comment data anywhere you like, in a Y.js document or even your own REST API
  • Separate user roles: editors or comment only permissions

Whew, That was a lot! To read more about comments, please take a look at our documentation.

Tables Update (Sponsored by Agree.com)
Screen.Recording.2025-03-04.at.16.54.49.mp4

Tables have gotten a huge overhaul, gaining some big new features along the way:

  • Merging & splitting cells
  • Cell background & text color
  • Cell text alignment
  • Table header rows & columns

We decided that since not everyone will want all of this new functionality, we have made these features completely opt-in and you can read more about them in the Advanced Tables guide in our documentation.

ODT Exports (Sponsored by DINUM 🇫🇷 and ZenDiS 🇩🇪)

We have added a new package @blocknote/xl-odt-exporter which can take a BlockNote document and output all of it's content as an ODT document export.

Breaking Changes
  • UMD is no longer output by the packages, we now only export ESM & CJS built JS files. This should only affect those who have a build pipeline which uses AMD modules.
For the nerds

Full Changelog: TypeCellOS/BlockNote@v0.24.2...v0.25.0

v0.24.2

Compare Source

What's Changed

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 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 renovate bot added dependencies Pull requests that update a dependency file noChangeLog labels Mar 17, 2025
@renovate renovate bot force-pushed the renovate/js-dependencies branch 28 times, most recently from c546ba6 to 6e606bd Compare March 20, 2025 16:25
@renovate renovate bot force-pushed the renovate/js-dependencies branch 28 times, most recently from ed34a11 to 949c797 Compare April 5, 2025 21:53
@renovate renovate bot force-pushed the renovate/js-dependencies branch from 949c797 to 2fc663b Compare April 6, 2025 09:23
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 noChangeLog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants