Skip to content

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

Merged
santhoshh-kumar merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web-dependencies-09470cc5ce
May 16, 2026
Merged

build(deps): bump the web-dependencies group across 1 directory with 19 updates#52
santhoshh-kumar merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web-dependencies-09470cc5ce

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

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

Package From To
prettier 3.8.2 3.8.3
turbo 2.9.6 2.9.12
@blocknote/core 0.47.3 0.50.0
@blocknote/react 0.47.3 0.50.0
@blocknote/shadcn 0.47.3 0.50.0
next 16.2.3 16.2.6
react 19.2.5 19.2.6
react-dom 19.2.5 19.2.6
@tailwindcss/postcss 4.2.2 4.3.0
@types/node 25.6.0 25.6.2
eslint 10.2.0 10.3.0
eslint-config-next 16.2.3 16.2.6
jest 30.3.0 30.4.2
jest-environment-jsdom 30.3.0 30.4.1
@typescript-eslint/eslint-plugin 8.58.1 8.59.2
typescript-eslint 8.58.1 8.59.2

Updates prettier from 3.8.2 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

Commits

Updates turbo from 2.9.6 to 2.9.12

Release notes

Sourced from turbo's releases.

Turborepo v2.9.12

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.9.11...v2.9.12

Turborepo v2.9.11

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.9.10...v2.9.11

Turborepo v2.9.11-canary.7

What's Changed

Changelog

... (truncated)

Commits

Updates @blocknote/core from 0.47.3 to 0.50.0

Release notes

Sourced from @​blocknote/core's releases.

v0.50.0

0.50.0 (2026-05-04)

🚀 Features

  • Dark mode styling for file block wrapper component (BLO-866) (#2680)
  • Drag hendle menu delete button removes all other blocks in selection (BLO-1007) (#2683)
  • Enter moves selection to cell below in tables (BLO-1006) (#2685)
  • additional heading top padding (BLO-1008) (#2690)
  • Code mark input rule edge case (BLO-938) (#2698)
  • mantine: upgrade peer dep range for @​mantine/core and @​mantine/hooks to allow 9.x (#2655)

🩹 Fixes

  • Hardcoded strings in comment components (BLO-1033) (#2681)
  • Color naming & CSS (BLO-946) (#2684)
  • link HTML attributes (BLO-915) (#2687)
  • guard hideMenuIfNotFrozen against undefined view state (#2694, #2699)
  • Clicking comment overlapping link opens link (BLO-1091) (#2696)
  • prevent table row drag from moving an extra adjacent row (#2703)
  • clipboard: use ProseMirror selection state for Shadow DOM compatibility (#2677)

❤️ Thank You

v0.49.0

0.49.0 (2026-04-24)

🚀 Features

  • simplify links by inlining it to BlockNote (#2623)
  • add Unicode quotation mark input rule for quote blocks (#2673)
  • add useEditorDOMElement hook (#2619)

🩹 Fixes

  • Inserting link removes comment & add comment button click buggy (#2620, #2573)
  • text color was not applying to table block (#2663)
  • Drag preview blocking drops when overlapping the editor (BLO-996) (#2670)
  • Drag & drop of blocks without inline content opens formatting toolbar (BLO-1116) (#2628, #2603)
  • save file caption/name on every keystroke instead of on close (#2575)
  • prevent FloatingFocusManager from resetting editor selection (#2525, #2664)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​blocknote/core's changelog.

0.50.0 (2026-05-04)

🚀 Features

  • Dark mode styling for file block wrapper component (BLO-866) (#2680)
  • Drag hendle menu delete button removes all other blocks in selection (BLO-1007) (#2683)
  • Enter moves selection to cell below in tables (BLO-1006) (#2685)
  • additional heading top padding (BLO-1008) (#2690)
  • Code mark input rule edge case (BLO-938) (#2698)
  • mantine: upgrade @​mantine/core and @​mantine/hooks to v9.0.2 (#2655)

🩹 Fixes

  • Hardcoded strings in comment components (BLO-1033) (#2681)
  • Color naming & CSS (BLO-946) (#2684)
  • link HTML attributes (BLO-915) (#2687)
  • guard hideMenuIfNotFrozen against undefined view state (#2694, #2699)
  • Clicking comment overlapping link opens link (BLO-1091) (#2696)
  • prevent table row drag from moving an extra adjacent row (#2703)
  • clipboard: use ProseMirror selection state for Shadow DOM compatibility (#2677)

❤️ Thank You

0.49.0 (2026-04-24)

🚀 Features

  • simplify links by inlining it to BlockNote (#2623)
  • add Unicode quotation mark input rule for quote blocks (#2673)

🩹 Fixes

  • Inserting link removes comment & add comment button click buggy (#2620, #2573)
  • useEditorDOMElement hook (#2619)
  • text color was not applying to table block (#2663)
  • Drag preview blocking drops when overlapping the editor (BLO-996) (#2670)
  • Drag & drop of blocks without inline content opens formatting toolbar (BLO-1116) (#2628, #2603)
  • save file caption/name on every keystroke instead of on close (#2575)
  • prevent FloatingFocusManager from resetting editor selection (#2525, #2664)

❤️ Thank You

... (truncated)

Commits
  • d8c6b78 chore(release): publish 0.50.0
  • 73f4827 fix: prevent table row drag from moving an extra adjacent row (#2703)
  • f6717b3 fix: Clicking comment overlapping link opens link (BLO-1091) (#2696)
  • c48abc8 feat: Code mark input rule edge case (BLO-938) (#2698)
  • 8508f81 feat: additional heading top padding (BLO-1008) (#2690)
  • e9497e3 fix: guard hideMenuIfNotFrozen against undefined view state (#2694) (#2699)
  • 15eab07 fix: link HTML attributes (BLO-915) (#2687)
  • 130a916 fix(clipboard): use ProseMirror selection state for Shadow DOM compatibility ...
  • 38c5515 fix: Color naming & CSS (BLO-946) (#2684)
  • 6dbd6eb feat: Enter moves selection to cell below in tables (BLO-1006) (#2685)
  • Additional commits viewable in compare view

Updates @blocknote/react from 0.47.3 to 0.50.0

Release notes

Sourced from @​blocknote/react's releases.

v0.50.0

0.50.0 (2026-05-04)

🚀 Features

  • Dark mode styling for file block wrapper component (BLO-866) (#2680)
  • Drag hendle menu delete button removes all other blocks in selection (BLO-1007) (#2683)
  • Enter moves selection to cell below in tables (BLO-1006) (#2685)
  • additional heading top padding (BLO-1008) (#2690)
  • Code mark input rule edge case (BLO-938) (#2698)
  • mantine: upgrade peer dep range for @​mantine/core and @​mantine/hooks to allow 9.x (#2655)

🩹 Fixes

  • Hardcoded strings in comment components (BLO-1033) (#2681)
  • Color naming & CSS (BLO-946) (#2684)
  • link HTML attributes (BLO-915) (#2687)
  • guard hideMenuIfNotFrozen against undefined view state (#2694, #2699)
  • Clicking comment overlapping link opens link (BLO-1091) (#2696)
  • prevent table row drag from moving an extra adjacent row (#2703)
  • clipboard: use ProseMirror selection state for Shadow DOM compatibility (#2677)

❤️ Thank You

v0.49.0

0.49.0 (2026-04-24)

🚀 Features

  • simplify links by inlining it to BlockNote (#2623)
  • add Unicode quotation mark input rule for quote blocks (#2673)
  • add useEditorDOMElement hook (#2619)

🩹 Fixes

  • Inserting link removes comment & add comment button click buggy (#2620, #2573)
  • text color was not applying to table block (#2663)
  • Drag preview blocking drops when overlapping the editor (BLO-996) (#2670)
  • Drag & drop of blocks without inline content opens formatting toolbar (BLO-1116) (#2628, #2603)
  • save file caption/name on every keystroke instead of on close (#2575)
  • prevent FloatingFocusManager from resetting editor selection (#2525, #2664)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​blocknote/react's changelog.

0.50.0 (2026-05-04)

🚀 Features

  • Dark mode styling for file block wrapper component (BLO-866) (#2680)
  • Drag hendle menu delete button removes all other blocks in selection (BLO-1007) (#2683)
  • Enter moves selection to cell below in tables (BLO-1006) (#2685)
  • additional heading top padding (BLO-1008) (#2690)
  • Code mark input rule edge case (BLO-938) (#2698)
  • mantine: upgrade @​mantine/core and @​mantine/hooks to v9.0.2 (#2655)

🩹 Fixes

  • Hardcoded strings in comment components (BLO-1033) (#2681)
  • Color naming & CSS (BLO-946) (#2684)
  • link HTML attributes (BLO-915) (#2687)
  • guard hideMenuIfNotFrozen against undefined view state (#2694, #2699)
  • Clicking comment overlapping link opens link (BLO-1091) (#2696)
  • prevent table row drag from moving an extra adjacent row (#2703)
  • clipboard: use ProseMirror selection state for Shadow DOM compatibility (#2677)

❤️ Thank You

0.49.0 (2026-04-24)

🚀 Features

  • simplify links by inlining it to BlockNote (#2623)
  • add Unicode quotation mark input rule for quote blocks (#2673)

🩹 Fixes

  • Inserting link removes comment & add comment button click buggy (#2620, #2573)
  • useEditorDOMElement hook (#2619)
  • text color was not applying to table block (#2663)
  • Drag preview blocking drops when overlapping the editor (BLO-996) (#2670)
  • Drag & drop of blocks without inline content opens formatting toolbar (BLO-1116) (#2628, #2603)
  • save file caption/name on every keystroke instead of on close (#2575)
  • prevent FloatingFocusManager from resetting editor selection (#2525, #2664)

❤️ Thank You

... (truncated)

Commits
  • d8c6b78 chore(release): publish 0.50.0
  • 8508f81 feat: additional heading top padding (BLO-1008) (#2690)
  • 38c5515 fix: Color naming & CSS (BLO-946) (#2684)
  • 15b7dea feat: Drag hendle menu delete button removes all other blocks in selection (B...
  • e23f858 fix: Hardcoded strings in comment components (BLO-1033) (#2681)
  • f0a4f6b chore(release): publish 0.49.0
  • bb49890 fix: prevent FloatingFocusManager from resetting editor selection (#2525) (#2...
  • 73c785e fix: save file caption/name on every keystroke instead of on close (#2575)
  • 64b47d0 fix: useEditorDOMElement hook (#2619)
  • 96ae499 fix: Inserting link removes comment & add comment button click buggy (#2620)
  • Additional commits viewable in compare view

Updates @blocknote/shadcn from 0.47.3 to 0.50.0

Release notes

Sourced from @​blocknote/shadcn's releases.

v0.50.0

0.50.0 (2026-05-04)

🚀 Features

  • Dark mode styling for file block wrapper component (BLO-866) (#2680)
  • Drag hendle menu delete button removes all other blocks in selection (BLO-1007) (#2683)
  • Enter moves selection to cell below in tables (BLO-1006) (#2685)
  • additional heading top padding (BLO-1008) (#2690)
  • Code mark input rule edge case (BLO-938) (#2698)
  • mantine: upgrade peer dep range for @​mantine/core and @​mantine/hooks to allow 9.x (#2655)

🩹 Fixes

  • Hardcoded strings in comment components (BLO-1033) (#2681)
  • Color naming & CSS (BLO-946) (#2684)
  • link HTML attributes (BLO-915) (#2687)
  • guard hideMenuIfNotFrozen against undefined view state (#2694, #2699)
  • Clicking comment overlapping link opens link (BLO-1091) (#2696)
  • prevent table row drag from moving an extra adjacent row (#2703)
  • clipboard: use ProseMirror selection state for Shadow DOM compatibility (#2677)

❤️ Thank You

v0.49.0

0.49.0 (2026-04-24)

🚀 Features

  • simplify links by inlining it to BlockNote (#2623)
  • add Unicode quotation mark input rule for quote blocks (#2673)
  • add useEditorDOMElement hook (#2619)

🩹 Fixes

  • Inserting link removes comment & add comment button click buggy (#2620, #2573)
  • text color was not applying to table block (#2663)
  • Drag preview blocking drops when overlapping the editor (BLO-996) (#2670)
  • Drag & drop of blocks without inline content opens formatting toolbar (BLO-1116) (#2628, #2603)
  • save file caption/name on every keystroke instead of on close (#2575)
  • prevent FloatingFocusManager from resetting editor selection (#2525, #2664)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​blocknote/shadcn's changelog.

0.50.0 (2026-05-04)

🚀 Features

  • Dark mode styling for file block wrapper component (BLO-866) (#2680)
  • Drag hendle menu delete button removes all other blocks in selection (BLO-1007) (#2683)
  • Enter moves selection to cell below in tables (BLO-1006) (#2685)
  • additional heading top padding (BLO-1008) (#2690)
  • Code mark input rule edge case (BLO-938) (#2698)
  • mantine: upgrade @​mantine/core and @​mantine/hooks to v9.0.2 (#2655)

🩹 Fixes

  • Hardcoded strings in comment components (BLO-1033) (#2681)
  • Color naming & CSS (BLO-946) (#2684)
  • link HTML attributes (BLO-915) (#2687)
  • guard hideMenuIfNotFrozen against undefined view state (#2694, #2699)
  • Clicking comment overlapping link opens link (BLO-1091) (#2696)
  • prevent table row drag from moving an extra adjacent row (#2703)
  • clipboard: use ProseMirror selection state for Shadow DOM compatibility (#2677)

❤️ Thank You

0.49.0 (2026-04-24)

🚀 Features

  • simplify links by inlining it to BlockNote (#2623)
  • add Unicode quotation mark input rule for quote blocks (#2673)

🩹 Fixes

  • Inserting link removes comment & add comment button click buggy (#2620, #2573)
  • useEditorDOMElement hook (#2619)
  • text color was not applying to table block (#2663)
  • Drag preview blocking drops when overlapping the editor (BLO-996) (#2670)
  • Drag & drop of blocks without inline content opens formatting toolbar (BLO-1116) (#2628, #2603)
  • save file caption/name on every keystroke instead of on close (#2575)
  • prevent FloatingFocusManager from resetting editor selection (#2525, #2664)

❤️ Thank You

... (truncated)

Commits
  • d8c6b78 chore(release): publish 0.50.0
  • f0a4f6b chore(release): publish 0.49.0
  • 40ddec4 build(deps): upgrade package dependencies (#2654)
  • cb51b28 chore(release): publish 0.48.1
  • 66dfb4a chore: bump the editor-dependencies group across 1 directory with 2 updates (...
  • d1180db chore(release): publish 0.48.0
  • e627112 refactor: portal floating UI elements to document.body to prevent overflow cl...
  • 6814026 feat: upgrade nx to 22.6.4 and liveblocks to 3.17.0 (#2627)
  • See full diff in compare view

Updates next from 16.2.3 to 16.2.6

Release notes

Sourced from next's releases.

v16.2.6

This release contains security fixes for the following advisories:

High:

Moderate:

Low:

v16.2.5

This release contains security fixes for the following advisories:

High:

Moderate:

Low:

v16.2.4

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

Core Changes

  • chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64) (#92713)

... (truncated)

Commits
  • ee6e79b v16.2.6
  • afa053d Turbopack: Match proxy matchers with webpack implementation (#93594)
  • 97a154e Turbopack: Fix middleware matcher suffix (#93590)
  • 83899bc [backport] Disable build caches for production/staging/force-preview deploys ...
  • 7b222b9 [backport][test] Pin package manager to patch versions (#93595)
  • a8dc24f [backport] Turbopack: more strict vergen setup (#93587)
  • 766148f v16.2.5
  • 0dd9483 fix: add explicit checks for RSC header (#83) (#98)
  • d166096 fix proxy matching for segment prefetch URLs (#89) (#96)
  • 9d50c0b Strip next-resume header from incoming requests (#92)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates react from 19.2.5 to 19.2.6

Release notes

Sourced from react's releases.

19.2.6 (May 6th, 2026)

React Server Components

Commits

Updates react-dom from 19.2.5 to 19.2.6

Release notes

Sourced from react-dom's releases.

19.2.6 (May 6th, 2026)

React Server Components

Commits

Updates @tailwindcss/postcss from 4.2.2 to 4.3.0

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.3.0

Added

  • Add @container-size utility (#18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#19981, #20019)
  • Add scrollbar-gutter-* utilities (#20018)
  • Add zoom-* utilities (#20020)
  • Add tab-* utilities (#20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#19989)

Fixed

  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#19966)
  • Resolve imports relative to base when result.opts.from is not provided when using @tailwindcss/postcss (#19980)
  • Canonicalization: preserve significant _ whitespace in arbitrary values (#19986)
  • Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g. w-[calc(100%---spacing(60))]w-[calc(100%-(--spacing(60)))]) (#19986)
  • Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g. -mt-[20in]mt-[-20in], not mt-[-1920px]) (#19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#19918)
  • Allow multiple @utility definitions with the same name but different value types (#19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#20003)
  • Ensure --value(…) is required in functional @utility definitions (#20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#20011)

v4.2.4

Fixed

  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#19947)

v4.2.3

Fixed

  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p...

    Description has been truncated

…19 updates

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

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.8.2` | `3.8.3` |
| [turbo](https://github.com/vercel/turborepo) | `2.9.6` | `2.9.12` |
| [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) | `0.47.3` | `0.50.0` |
| [@blocknote/react](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/react) | `0.47.3` | `0.50.0` |
| [@blocknote/shadcn](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/shadcn) | `0.47.3` | `0.50.0` |
| [next](https://github.com/vercel/next.js) | `16.2.3` | `16.2.6` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.5` | `19.2.6` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.5` | `19.2.6` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.2` | `4.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `25.6.2` |
| [eslint](https://github.com/eslint/eslint) | `10.2.0` | `10.3.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.3` | `16.2.6` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.3.0` | `30.4.2` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.3.0` | `30.4.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.58.1` | `8.59.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.58.1` | `8.59.2` |



Updates `prettier` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.2...3.8.3)

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

Updates `@blocknote/core` from 0.47.3 to 0.50.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.50.0/packages/core)

Updates `@blocknote/react` from 0.47.3 to 0.50.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.50.0/packages/react)

Updates `@blocknote/shadcn` from 0.47.3 to 0.50.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.50.0/packages/shadcn)

Updates `next` from 16.2.3 to 16.2.6
- [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.3...v16.2.6)

Updates `react` from 19.2.5 to 19.2.6
- [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.6/packages/react)

Updates `react-dom` from 19.2.5 to 19.2.6
- [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.6/packages/react-dom)

Updates `@tailwindcss/postcss` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/@tailwindcss-postcss)

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

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

Updates `eslint-config-next` from 16.2.3 to 16.2.6
- [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.6/packages/eslint-config-next)

Updates `jest` from 30.3.0 to 30.4.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest)

Updates `jest-environment-jsdom` from 30.3.0 to 30.4.1
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/jest-environment-jsdom)

Updates `tailwindcss` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/tailwindcss)

Updates `@jest/globals` from 30.3.0 to 30.4.1
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/jest-globals)

Updates `@typescript-eslint/eslint-plugin` from 8.58.1 to 8.59.2
- [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.59.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.58.1 to 8.59.2
- [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.59.2/packages/parser)

Updates `typescript-eslint` from 8.58.1 to 8.59.2
- [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.59.2/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: turbo
  dependency-version: 2.9.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: "@blocknote/core"
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@blocknote/react"
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@blocknote/shadcn"
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: next
  dependency-version: 16.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: react
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: eslint
  dependency-version: 10.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: jest
  dependency-version: 30.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: jest-environment-jsdom
  dependency-version: 30.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@jest/globals"
  dependency-version: 30.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.59.2
  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 May 11, 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.

@santhoshh-kumar santhoshh-kumar merged commit dc9e20c into main May 16, 2026
7 checks passed
@santhoshh-kumar santhoshh-kumar deleted the dependabot/npm_and_yarn/web-dependencies-09470cc5ce branch May 16, 2026 15:16
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