Skip to content

build(deps): bump the web-dependencies group across 1 directory with 21 updates#62

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-dependencies-208c50c15a
Open

build(deps): bump the web-dependencies group across 1 directory with 21 updates#62
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-dependencies-208c50c15a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the web-dependencies group with 20 updates in the / directory:

Package From To
lint-staged 17.0.5 17.0.7
turbo 2.9.12 2.9.16
@blocknote/core 0.50.0 0.51.3
@blocknote/react 0.50.0 0.51.3
@blocknote/shadcn 0.50.0 0.51.3
@reduxjs/toolkit 2.11.2 2.12.0
next 16.2.6 16.2.7
react 19.2.6 19.2.7
@types/react 19.2.14 19.2.16
react-dom 19.2.6 19.2.7
react-redux 9.2.0 9.3.0
yjs 13.6.30 13.6.31
@types/node 25.6.2 25.9.1
eslint 10.3.0 10.4.1
eslint-config-next 16.2.6 16.2.7
ws 8.20.0 8.21.0
@typescript-eslint/eslint-plugin 8.59.2 8.60.1
ts-jest 29.4.9 29.4.11
tsx 4.21.0 4.22.4
typescript-eslint 8.59.2 8.60.1

Updates lint-staged from 17.0.5 to 17.0.7

Release notes

Sourced from lint-staged's releases.

v17.0.7

Patch Changes

v17.0.6

Patch Changes

  • #1803 bdf2770 - Run all tests with Deno, in addition to Node.js and Bun.

  • #1796 7508272 - Fix performance regression of lint-staged v17 by going back to using git add to stage task modifications. This was changed to git update-index --again in v17 for less manual work, but unfortunately the update-index command gets slower in very large Git repos.

  • #1797 7b2505a - This version of lint-staged uses the new staged publishing for npm packages feature. Releases are already published from GitHub Actions with trusted publishing, but now an additional approval with two-factor authentication is also required.

  • #1802 321b0a9 - Downgrade dependency tinyexec@1.2.2 to avoid issues in version 1.2.3.

Changelog

Sourced from lint-staged's changelog.

17.0.7

Patch Changes

17.0.6

Patch Changes

  • #1803 bdf2770 - Run all tests with Deno, in addition to Node.js and Bun.

  • #1796 7508272 - Fix performance regression of lint-staged v17 by going back to using git add to stage task modifications. This was changed to git update-index --again in v17 for less manual work, but unfortunately the update-index command gets slower in very large Git repos.

  • #1797 7b2505a - This version of lint-staged uses the new staged publishing for npm packages feature. Releases are already published from GitHub Actions with trusted publishing, but now an additional approval with two-factor authentication is also required.

  • #1802 321b0a9 - Downgrade dependency tinyexec@1.2.2 to avoid issues in version 1.2.3.

Commits
  • cd11fec Merge pull request #1807 from lint-staged/changeset-release/main
  • 15a8ee0 chore(changeset): release
  • 797bbd9 Merge pull request #1808 from lint-staged/add-stashing-faq
  • 504e307 docs: add FAQ entry on how stashing works
  • eff5cd1 Merge pull request #1806 from lint-staged/update-tinyexec
  • e692e58 build(deps): update tinyexec@^1.2.4
  • a2dd4ea Merge pull request #1805 from lint-staged/update-github-templates
  • c928519 docs: update GitHub templates
  • 094ba56 Merge pull request #1798 from lint-staged/changeset-release/main
  • 88e19fe chore(changeset): release
  • Additional commits viewable in compare view

Updates turbo from 2.9.12 to 2.9.16

Release notes

Sourced from turbo's releases.

Turborepo v2.9.16

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.9.15...v2.9.16

Turborepo v2.9.16-canary.2

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.9.15-canary.7...v2.9.16-canary.2

Turborepo v2.9.15

... (truncated)

Commits

Updates @blocknote/core from 0.50.0 to 0.51.3

Release notes

Sourced from @​blocknote/core's releases.

v0.51.3

0.51.3 (2026-05-26)

🩹 Fixes

  • table cell colors (BLO-1198) (#2770)

❤️ Thank You

v0.51.2

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

v0.51.1

What's Changed

Full Changelog: TypeCellOS/BlockNote@v0.51.0...v0.51.1

v0.51.0

0.51.0 (2026-05-14)

This release removes ~100 dependencies from @blocknote/core

This version we have completely rewritten the markdown ↔ html conversion primarily to remove ~80 dependencies from the package. This was a burden to everyone who does not rely on markdown conversion in their editor. If you run into issues with our new markdown parser & serializer, feel free to post an issue if it is obviously incorrect. We do ask however, if your issue is related to some edge case of the markdown format that you instead handle the markdown parsing in your application and invoke editor.tryParseHTMLToBlocks instead, as we do not intend to handle all markdown documents.

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)

... (truncated)

Changelog

Sourced from @​blocknote/core's changelog.

0.51.3 (2026-05-26)

🩹 Fixes

  • table cell colors (BLO-1198) (#2770)

❤️ Thank You

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

0.51.1 (2026-05-18)

🩹 Fixes

  • backslash newlines when copying from a code block (#2709)

❤️ Thank You

  • Claude Opus 4.7 (1M context)
  • Nick Perez

0.51.0 (2026-05-14)

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)
  • add bn-thread-orphaned CSS class to distinguish orphaned threads (#2737, #2735)
  • set width attribute on image and video elements in editor render (#2740, #2726)
  • a11y: use figure/figcaption for media block captions (#2717)

... (truncated)

Commits
  • d609476 chore(release): publish 0.51.3
  • 4a2d45a fix: table cell colors (BLO-1198) (#2770)
  • b3afcdd chore(release): publish 0.51.2
  • 08a26c4 chore(release): publish 0.51.1
  • c255558 fix: backslash newlines when copying from a code block (#2709)
  • 8a03b69 chore(release): publish 0.51.0
  • 563e5bc fix: set width attribute on image and video elements in editor render (#2740)
  • d5bad9d test: change where the typing occurs
  • e62880b fix(core): unmount editors in transformPasted tests to prevent unhandled error
  • 2e2d225 feat(react): configurable portal targets for floating UI (#2729)
  • Additional commits viewable in compare view

Updates @blocknote/react from 0.50.0 to 0.51.3

Release notes

Sourced from @​blocknote/react's releases.

v0.51.3

0.51.3 (2026-05-26)

🩹 Fixes

  • table cell colors (BLO-1198) (#2770)

❤️ Thank You

v0.51.2

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

v0.51.1

What's Changed

Full Changelog: TypeCellOS/BlockNote@v0.51.0...v0.51.1

v0.51.0

0.51.0 (2026-05-14)

This release removes ~100 dependencies from @blocknote/core

This version we have completely rewritten the markdown ↔ html conversion primarily to remove ~80 dependencies from the package. This was a burden to everyone who does not rely on markdown conversion in their editor. If you run into issues with our new markdown parser & serializer, feel free to post an issue if it is obviously incorrect. We do ask however, if your issue is related to some edge case of the markdown format that you instead handle the markdown parsing in your application and invoke editor.tryParseHTMLToBlocks instead, as we do not intend to handle all markdown documents.

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)

... (truncated)

Changelog

Sourced from @​blocknote/react's changelog.

0.51.3 (2026-05-26)

🩹 Fixes

  • table cell colors (BLO-1198) (#2770)

❤️ Thank You

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

0.51.1 (2026-05-18)

🩹 Fixes

  • backslash newlines when copying from a code block (#2709)

❤️ Thank You

  • Claude Opus 4.7 (1M context)
  • Nick Perez

0.51.0 (2026-05-14)

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)
  • add bn-thread-orphaned CSS class to distinguish orphaned threads (#2737, #2735)
  • set width attribute on image and video elements in editor render (#2740, #2726)
  • a11y: use figure/figcaption for media block captions (#2717)

... (truncated)

Commits
  • d609476 chore(release): publish 0.51.3
  • 4a2d45a fix: table cell colors (BLO-1198) (#2770)
  • b3afcdd chore(release): publish 0.51.2
  • d867603 fix: color picker icons (BLO-1189) (#2762)
  • 08a26c4 chore(release): publish 0.51.1
  • 8a03b69 chore(release): publish 0.51.0
  • 563e5bc fix: set width attribute on image and video elements in editor render (#2740)
  • 792c439 fix: add bn-thread-orphaned CSS class to distinguish orphaned threads (#2737)
  • 64caf40 chore: fix lint
  • a33541e fix: flicker-free mobile formatting toolbar via CSS custom properties (#2617)
  • Additional commits viewable in compare view

Updates @blocknote/shadcn from 0.50.0 to 0.51.3

Release notes

Sourced from @​blocknote/shadcn's releases.

v0.51.3

0.51.3 (2026-05-26)

🩹 Fixes

  • table cell colors (BLO-1198) (#2770)

❤️ Thank You

v0.51.2

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

v0.51.1

What's Changed

Full Changelog: TypeCellOS/BlockNote@v0.51.0...v0.51.1

v0.51.0

0.51.0 (2026-05-14)

This release removes ~100 dependencies from @blocknote/core

This version we have completely rewritten the markdown ↔ html conversion primarily to remove ~80 dependencies from the package. This was a burden to everyone who does not rely on markdown conversion in their editor. If you run into issues with our new markdown parser & serializer, feel free to post an issue if it is obviously incorrect. We do ask however, if your issue is related to some edge case of the markdown format that you instead handle the markdown parsing in your application and invoke editor.tryParseHTMLToBlocks instead, as we do not intend to handle all markdown documents.

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)

... (truncated)

Changelog

Sourced from @​blocknote/shadcn's changelog.

0.51.3 (2026-05-26)

🩹 Fixes

  • table cell colors (BLO-1198) (#2770)

❤️ Thank You

0.51.2 (2026-05-20)

🩹 Fixes

  • color picker icons (BLO-1189) (#2762)

❤️ Thank You

0.51.1 (2026-05-18)

🩹 Fixes

  • backslash newlines when copying from a code block (#2709)

❤️ Thank You

  • Claude Opus 4.7 (1M context)
  • Nick Perez

0.51.0 (2026-05-14)

🚀 Features

  • Trailing block extension rewrite (#2733)
  • markdown: replace unified.js with custom markdown parser/serializer (#2624)
  • react: configurable portal targets for floating UI (#2729, #2692)

🩹 Fixes

  • Pasting plain text from VSCode (BLO-366) (#2713)
  • Parse new lines in text/plain as line breaks (BLO-1170) (#2712)
  • Code block PDF export (BLO-987) (#2725)
  • Formatting toolbar opening when inserting file block with trailingBlock: false (BLO-860) (#2704)
  • numbered list item decorations missed on initial render (#2734)
  • flicker-free mobile formatting toolbar via CSS custom properties (#2617, #2616)
  • add bn-thread-orphaned CSS class to distinguish orphaned threads (#2737, #2735)
  • set width attribute on image and video elements in editor render (#2740, #2726)
  • a11y: use figure/figcaption for media block captions (#2717)

... (truncated)

Commits

Updates @reduxjs/toolkit from 2.11.2 to 2.12.0

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.12.0

This feature release adds RTK usage skills files (via TanStack Intent) exports the RTK Query hook options types for reusability, fixes issues with infinite query status flags and batching handling, and makes some small TS improvements.

Changelog

Skills Files

We've generated agent skill files that are now included in the RTK package itself in a skills folder. They cover using and migrating to modern RTK, client and server state management, and handling side effects. You can point your agent at these skills yourself, or use TanStack Intent to pick them up.

TypeScript Improvements

The types for our RTK Query hook options are now exported, which lets you stop using Parameters to extract those types for use in your own code.

The types for listener middleware matchers were tweaked to allow interface-based type guards, not just type-based definitions.

The internal IgnorePaths type was renamed to IgnoredPaths for consistency.

We now use the built-in NoInfer util that comes with TS 5.4+.

Fixes

We fixed handling of the isSuccess status flag when switching infinite query cache entries. This should prevent accidental UI flashes that were occurring due to this flag accidentally flipping.

We've added a 100ms timeout fallback to the autoBatch enhancer's requestAnimationFrame timer. We had several reports that rAF didn't work correctly when used in background tabs / opened windows, and that RTK never updated the UI. This should ensure that the updates flush correctly.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.11.2...v2.12.0

Commits
  • 576a02f Release 2.12.0
  • de2d55e Merge pull request #5237 from aryaemami59/fix/codegen/generateEndpoints-retur...
  • ac807c3 fix(codegen): narrow generateEndpoints return type
  • 01ed3ba Merge pull request #5289 from aryaemami59/feat/toolkit/switch-to-native-NoInfer
  • 1f16db1 Merge pull request #5290 from aryaemami59/build/toolkit/exclude-test-files-fr...
  • 23783c1 build(toolkit): exclude test files from final bundle
  • 91b8b0a feat(toolkit)!: switch to native NoInfer utility type
  • 0b37f1a Merge pull request #5286 from aryaemami59/docs/toolkit/fix-typos
  • 3cd62c8 fix unforwardedActions
  • 64853cc chore: fix various typos
  • Additional commits viewable in compare view

Updates next from 16.2.6 to 16.2.7

Release notes

Sourced from next's releases.

v16.2.7

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Backport documentation fixes for v16.2 (#93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)
  • [backport] Fix "type: module" in project dir when using standalone or adapters (#94050)
  • [backport] Propagate adapter preferred regions (#94200)
  • [16.2.x] Don't drop FormData entries (#94240)
  • [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#94284)

Credits

Huge thanks to @​eps1lon, @​icyJoseph, @​unstubbable, @​mischnic, @​bgw, @​timneutkens, and @​lukesandberg for helping!

Commits
  • 9bd3c26 v16.2.7
  • c63224f [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolut...
  • 63115c7 [16.2.x] Don't drop FormData entries (#94240)
  • aef22fd [backport] Propagate adapter preferred regions (#94200)
  • f126e72 [backport] Fix "type: module" in project dir when using standalone or adapter...
  • bda3e2a [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)
  • 7e16e07 [backport] Turbopack: switch from base40 to base38 hash encoding (#93932)
  • 6139f4b [backport] Fix server action forwarding loop with middleware rewrites (#93919)
  • c021d10 [backport] Encode non-ASCII characters in cache tags at construction (#93918)
  • 9184ddb [backport] Fix catch-all router.query corruption with basePath + `rewrite...
  • Additional commits viewable in compare view

Updates react from 19.2.6 to 19.2.7

Release notes

Sourced from react's releases.

19.2.7 (June 1st, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react since your current version.


Updates @types/react from 19.2.14 to 19.2.16

Commits

Updates react-dom from 19.2.6 to 19.2.7

Release notes

Sourced from react-dom's releases.

19.2.7 (June 1st, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.


Updates react-redux from 9.2.0 to 9.3.0

Release notes

Sourced from react-redux's releases.

v9.3.0

This feature release officially marks the connect API as deprecated.

That's it. That's the release. :)

Changelog

connect deprecation

Way back in 2022, I officially marked the original Redux core createStore method as deprecated in Redux 4.2.0. As I clearly stated in that release, the goal of marking createStore as deprecated was to encourage users to migrate to modern Redux Toolkit, especially for those users who don't read our docs (such as beginners following outdated tutorials or in bootcamps, etc). The change was visual-only - adding @deprecated just marks the import with a strikethrough in an IDE, and the docblock references the "use modern Redux Toolkit" docs page. No runtime errors, no behavior changes, just an indication that the function is considered obsolete and you shouldn't use it directly any more. I also exported a legacy_createStore alias - same function, no deprecation attribute.

It's 4 years later, and I'm finally doing the same thing for connect :)

Again, nothing about connect's behavior is changing, and we do not intend to remove the connect API. But it's 2026, and hooks are the correct way to use React and React-Redux today.

We do strongly encourage users to migrate from connect to the useSelector / useDispatch hooks in general. This should result in codebases that are easier to understand and ought to improve performance slightly due to the way updates are handled.

As with before, React-Redux now exports a legacy_connect alias that does not have the deprecation attribute applied.

Trusted Publishing Fixed

We had set up trusted publishing for React-Redux a couple years ago and did some releases with that enabled, but at some point I did a follow-up release that still used the previous manual workflow, and that lost the trusted publishing provenance flag. We had recent issues requesting a new release with trusted publishing enabled again, so we've fixed that with this release.

What's Changed

Full Changelog: reduxjs/react-redux@v9.2.0...v9.3.0

Commits

…21 updates

Bumps the web-dependencies group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `17.0.5` | `17.0.7` |
| [turbo](https://github.com/vercel/turborepo) | `2.9.12` | `2.9.16` |
| [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) | `0.50.0` | `0.51.3` |
| [@blocknote/react](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/react) | `0.50.0` | `0.51.3` |
| [@blocknote/shadcn](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/shadcn) | `0.50.0` | `0.51.3` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.11.2` | `2.12.0` |
| [next](https://github.com/vercel/next.js) | `16.2.6` | `16.2.7` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.6` | `19.2.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.14` | `19.2.16` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.6` | `19.2.7` |
| [react-redux](https://github.com/reduxjs/react-redux) | `9.2.0` | `9.3.0` |
| [yjs](https://github.com/yjs/yjs) | `13.6.30` | `13.6.31` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.2` | `25.9.1` |
| [eslint](https://github.com/eslint/eslint) | `10.3.0` | `10.4.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.6` | `16.2.7` |
| [ws](https://github.com/websockets/ws) | `8.20.0` | `8.21.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.59.2` | `8.60.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.9` | `29.4.11` |
| [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.22.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.2` | `8.60.1` |



Updates `lint-staged` from 17.0.5 to 17.0.7
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.0.5...v17.0.7)

Updates `turbo` from 2.9.12 to 2.9.16
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.9.12...v2.9.16)

Updates `@blocknote/core` from 0.50.0 to 0.51.3
- [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.51.3/packages/core)

Updates `@blocknote/react` from 0.50.0 to 0.51.3
- [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.51.3/packages/react)

Updates `@blocknote/shadcn` from 0.50.0 to 0.51.3
- [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.51.3/packages/shadcn)

Updates `@reduxjs/toolkit` from 2.11.2 to 2.12.0
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.11.2...v2.12.0)

Updates `next` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.2.6...v16.2.7)

Updates `react` from 19.2.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

Updates `@types/react` from 19.2.14 to 19.2.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.2.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

Updates `react-redux` from 9.2.0 to 9.3.0
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v9.2.0...v9.3.0)

Updates `yjs` from 13.6.30 to 13.6.31
- [Release notes](https://github.com/yjs/yjs/releases)
- [Commits](yjs/yjs@v13.6.30...v13.6.31)

Updates `@types/node` from 25.6.2 to 25.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 19.2.14 to 19.2.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `eslint` from 10.3.0 to 10.4.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.3.0...v10.4.1)

Updates `eslint-config-next` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.7/packages/eslint-config-next)

Updates `ws` from 8.20.0 to 8.21.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.20.0...8.21.0)

Updates `@typescript-eslint/eslint-plugin` from 8.59.2 to 8.60.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.59.2 to 8.60.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.1/packages/parser)

Updates `ts-jest` from 29.4.9 to 29.4.11
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.9...v29.4.11)

Updates `tsx` from 4.21.0 to 4.22.4
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.21.0...v4.22.4)

Updates `typescript-eslint` from 8.59.2 to 8.60.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 17.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: turbo
  dependency-version: 2.9.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: "@blocknote/core"
  dependency-version: 0.51.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@blocknote/react"
  dependency-version: 0.51.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@blocknote/shadcn"
  dependency-version: 0.51.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: next
  dependency-version: 16.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: react-redux
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: yjs
  dependency-version: 13.6.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: eslint
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: ws
  dependency-version: 8.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.60.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.60.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: tsx
  dependency-version: 4.22.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.60.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 1, 2026

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants