Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-dependencies-9aa8055a32
Closed

build(deps): bump the web-dependencies group across 1 directory with 13 updates#50
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-dependencies-9aa8055a32

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
prettier 3.8.2 3.8.3
turbo 2.9.6 2.9.8
@blocknote/core 0.47.3 0.49.0
@blocknote/react 0.47.3 0.49.0
@blocknote/shadcn 0.47.3 0.49.0
next 16.2.3 16.2.4
@tailwindcss/postcss 4.2.2 4.2.4
eslint 10.2.0 10.3.0
eslint-config-next 16.2.3 16.2.4
@typescript-eslint/eslint-plugin 8.58.1 8.59.1
typescript-eslint 8.58.1 8.59.1

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.8

Release notes

Sourced from turbo's releases.

Turborepo v2.9.8

What's Changed

@​turbo/repository

Changelog

Full Changelog: vercel/turborepo@v2.9.7...v2.9.8

Turborepo v2.9.8-canary.6

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.9.8-canary.5...v2.9.8-canary.6

Turborepo v2.9.8-canary.5

What's Changed

@​turbo/repository

Changelog

... (truncated)

Commits

Updates @blocknote/core from 0.47.3 to 0.49.0

Release notes

Sourced from @​blocknote/core's releases.

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

v0.48.1

0.48.1 (2026-04-16)

🩹 Fixes

  • make CustomChange compatible with prosemirror-changeset 2.4.1 (#2647)
  • docx-exporter: omit w:lang when no locale provided instead of defaulting to en-US (#2651)

❤️ Thank You

v0.48.0

0.48.0 (2026-04-13)

🚨 Breaking

  • Theme-related properties (fonts, colors, CSS variables) should target .bn-root instead of .bn-container. .bn-container now only wraps the editor itself, while .bn-root wraps both the editor and its floating UI (menus, toolbars). Layout related properties (width, height, margin) should still target .bn-container. Documentation has been updated to reflect this.

🚀 Features

  • upgrade shiki to v4 and prosemirror-highlight to v0.15.1 (#2625)
  • portal floating UI elements to document.body to prevent overflow clipping #2591

... (truncated)

Changelog

Sourced from @​blocknote/core's changelog.

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

0.48.1 (2026-04-16)

🩹 Fixes

  • make CustomChange compatible with prosemirror-changeset 2.4.1 (#2647)
  • deps: upgrade nx to 22.6.5 to resolve axios security vulnerability (CVE-2025-62718) (c1ef3018a)
  • deps: upgrade nx to 22.6.5 to resolve axios security vulnerability (#2653)
  • docx-exporter: omit w:lang when no locale provided instead of defaulting to en-US (#2651)

❤️ Thank You

  • Claude Opus 4.6 (1M context)
  • Nick Perez
  • Nick the Sick
  • Stephan Meijer @​StephanMeijer

0.48.0 (2026-04-13)

🚀 Features

  • upgrade shiki to v4 and prosemirror-highlight to v0.15.1 (#2625)
  • upgrade nx to 22.6.4 and liveblocks to 3.17.0 (#2627)

🩹 Fixes

... (truncated)

Commits
  • f0a4f6b chore(release): publish 0.49.0
  • d08531b feat: add Unicode quotation mark input rule for quote blocks (#2673)
  • a5ff04d feat: simplify links by inlining it to BlockNote (#2623)
  • fc44d00 fix: Drag & drop of blocks without inline content opens formatting toolbar (B...
  • 5edeb54 fix: Drag preview blocking drops when overlapping the editor (BLO-996) (#2670)
  • 666ee1e fix: text color was not applying to table block (#2663)
  • 64b47d0 fix: useEditorDOMElement hook (#2619)
  • 46355c0 chore: Export PartialInlineContentElement (#2662)
  • 96ae499 fix: Inserting link removes comment & add comment button click buggy (#2620)
  • 050ec30 ci(fresh-install): bump examples & playground in lockstep with packages (#2660)
  • Additional commits viewable in compare view

Updates @blocknote/react from 0.47.3 to 0.49.0

Release notes

Sourced from @​blocknote/react's releases.

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

v0.48.1

0.48.1 (2026-04-16)

🩹 Fixes

  • make CustomChange compatible with prosemirror-changeset 2.4.1 (#2647)
  • docx-exporter: omit w:lang when no locale provided instead of defaulting to en-US (#2651)

❤️ Thank You

v0.48.0

0.48.0 (2026-04-13)

🚨 Breaking

  • Theme-related properties (fonts, colors, CSS variables) should target .bn-root instead of .bn-container. .bn-container now only wraps the editor itself, while .bn-root wraps both the editor and its floating UI (menus, toolbars). Layout related properties (width, height, margin) should still target .bn-container. Documentation has been updated to reflect this.

🚀 Features

  • upgrade shiki to v4 and prosemirror-highlight to v0.15.1 (#2625)
  • portal floating UI elements to document.body to prevent overflow clipping #2591

... (truncated)

Changelog

Sourced from @​blocknote/react's changelog.

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

0.48.1 (2026-04-16)

🩹 Fixes

  • make CustomChange compatible with prosemirror-changeset 2.4.1 (#2647)
  • deps: upgrade nx to 22.6.5 to resolve axios security vulnerability (CVE-2025-62718) (c1ef3018a)
  • deps: upgrade nx to 22.6.5 to resolve axios security vulnerability (#2653)
  • docx-exporter: omit w:lang when no locale provided instead of defaulting to en-US (#2651)

❤️ Thank You

  • Claude Opus 4.6 (1M context)
  • Nick Perez
  • Nick the Sick
  • Stephan Meijer @​StephanMeijer

0.48.0 (2026-04-13)

🚀 Features

  • upgrade shiki to v4 and prosemirror-highlight to v0.15.1 (#2625)
  • upgrade nx to 22.6.4 and liveblocks to 3.17.0 (#2627)

🩹 Fixes

... (truncated)

Commits
  • 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)
  • 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
  • 052498c fix: placeholder when overflowing now wraps (#2291)
  • Additional commits viewable in compare view

Updates @blocknote/shadcn from 0.47.3 to 0.49.0

Release notes

Sourced from @​blocknote/shadcn's releases.

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

v0.48.1

0.48.1 (2026-04-16)

🩹 Fixes

  • make CustomChange compatible with prosemirror-changeset 2.4.1 (#2647)
  • docx-exporter: omit w:lang when no locale provided instead of defaulting to en-US (#2651)

❤️ Thank You

v0.48.0

0.48.0 (2026-04-13)

🚨 Breaking

  • Theme-related properties (fonts, colors, CSS variables) should target .bn-root instead of .bn-container. .bn-container now only wraps the editor itself, while .bn-root wraps both the editor and its floating UI (menus, toolbars). Layout related properties (width, height, margin) should still target .bn-container. Documentation has been updated to reflect this.

🚀 Features

  • upgrade shiki to v4 and prosemirror-highlight to v0.15.1 (#2625)
  • portal floating UI elements to document.body to prevent overflow clipping #2591

... (truncated)

Changelog

Sourced from @​blocknote/shadcn's changelog.

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

0.48.1 (2026-04-16)

🩹 Fixes

  • make CustomChange compatible with prosemirror-changeset 2.4.1 (#2647)
  • deps: upgrade nx to 22.6.5 to resolve axios security vulnerability (CVE-2025-62718) (c1ef3018a)
  • deps: upgrade nx to 22.6.5 to resolve axios security vulnerability (#2653)
  • docx-exporter: omit w:lang when no locale provided instead of defaulting to en-US (#2651)

❤️ Thank You

  • Claude Opus 4.6 (1M context)
  • Nick Perez
  • Nick the Sick
  • Stephan Meijer @​StephanMeijer

0.48.0 (2026-04-13)

🚀 Features

  • upgrade shiki to v4 and prosemirror-highlight to v0.15.1 (#2625)
  • upgrade nx to 22.6.4 and liveblocks to 3.17.0 (#2627)

🩹 Fixes

... (truncated)

Commits
  • 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.4

Release notes

Sourced from next's releases.

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)
  • Turbopack: fix filesystem watcher config not applying follow_symlinks(false) (#92631)
  • Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#92580)
  • Compiler: Support boolean and number primtives in next.config defines (#92731)
  • turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during recomputation (#92725)
  • Turbopack: shorter error for ChunkGroupInfo::get_index_of (#92814)
  • Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#92828)
  • Adding more system info to the 'initialize project' trace (#92427)

Credits

Huge thanks to @​Badbird5907, @​lukesandberg, @​andrewimm, @​sokra, and @​mischnic for helping!

Commits
  • 2275bd8 v16.2.4
  • e073983 Adding more system info to the 'initialize project' trace (#92427)
  • 8a540b5 Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#92...
  • 2f5343f Turbopack: shorter error for ChunkGroupInfo::get_index_of (#92814)
  • 2ad9d3f turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during ...
  • 6f3808e Compiler: Support boolean and number primtives in next.config defines (#92731)
  • fbc7684 Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#92580)
  • 805d758 Turbopack: fix filesystem watcher config not applying follow_symlinks(false) ...
  • 1056fae chore: Bump reqwest to 0.13.2 (#92713)
  • See full diff in compare view

Updates @tailwindcss/postcss from 4.2.2 to 4.2.4

Release notes

Sourced from @​tailwindcss/postcss's releases.

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-[1.2rem]) (#19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846)
  • Upgrade: never migrate files that are ignored by git (#19846)
  • Add .env and .env.* to default ignored content files (#19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#19858)
  • Improve performance when scanning JSONL / NDJSON files (#19862)
  • Support NODE_PATH environment variable in standalone CLI (#19617)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.2.4] - 2026-04-21

Fixed

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

[4.2.3] - 2026-04-20

Fixed

  • Canonicalization: improve canonicalization 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-[1.2rem]) (#19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846)
  • Upgrade: never migrate files that are ignored by git (#19846)
  • Add .env and .env.* to default ignored content files (#19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#19858)
  • Improve performance when scanning JSONL / NDJSON files (#19862)
  • Support NODE_PATH environment variable in standalone CLI (#19617)
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tailwindcss/postcss since your current version.


Updates eslint from 10.2.0 to 10.3.0

Release notes

Sourced from eslint's releases.

v10.3.0

Features

  • 379571a feat: add suggestions for no-unused-private-class-members (#20773) (sethamus)

Bug Fixes

  • b6ae5cf fix: handle unavailable require cache (#20812) (Simon Podlipsky)
  • 6fb3685 fix: rule suggestions cause continuation in class body (#20787) (Milos Djermanovic)

Documentation

  • 32cc7ab docs: fix typos in docs and comments (#20809) (Tanuj Kanti)
  • 7f47937 docs: Update README (GitHub Actions Bot)

Chores

  • d32235e ci: use pnpm in eslint-flat-config-utils type integration test (#20826) (Francesco Trotta)
  • 3ffb14e chore: clean up typos in comments and JSDoc (#20821) (Pixel998)
  • 22eb58a chore: add missing continue-on-error to ecosystem-tests.yml (#20818) (Josh Goldberg ✨)
  • 88bf002 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815) (dependabot[bot])
  • 97c8c33 chore: update ilshidur/action-discord action to v0.4.0 (#20811) (renovate[bot])
  • 2f58136 chore: pin peter-evans/create-pull-request action to 5f6978f (#20810) (renovate[bot])
  • 77add7f chore: add initial ecosystem plugin tests workflow (#19643) (Josh Goldberg ✨)
  • 4023b55 test: Add unit tests for SuppressionsService.prune() (#20797) (kuldeep kumar)
  • 54080da test: add unit tests for ForkContext (#20778) (kuldeep kumar)
  • f0e2bcc test: add unit tests for SuppressionsService.suppress() method (#20765) (kuldeep kumar)
  • a7f0b94 chore: update dependency prettier to v3.8.3 (#20782) (renovate[bot])
  • 7bf93d9 chore: update TypeScript to v6 (#20677) (sethamus)
  • b42dd72 ci: bump pnpm/action-setup from 6.0.0 to 6.0.1 (#20781) (dependabot[bot])
  • 2b252be test: add unit tests for IdGenerator (#20775) (kuldeep kumar)

v10.2.1

Bug Fixes

  • 14be92b fix: model generator yield resumption paths in code path analysis (

…13 updates

Bumps the web-dependencies group with 11 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.8` |
| [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) | `0.47.3` | `0.49.0` |
| [@blocknote/react](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/react) | `0.47.3` | `0.49.0` |
| [@blocknote/shadcn](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/shadcn) | `0.47.3` | `0.49.0` |
| [next](https://github.com/vercel/next.js) | `16.2.3` | `16.2.4` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.2` | `4.2.4` |
| [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.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.58.1` | `8.59.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.58.1` | `8.59.1` |



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.8
- [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.8)

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

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

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

Updates `next` from 16.2.3 to 16.2.4
- [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.4)

Updates `@tailwindcss/postcss` from 4.2.2 to 4.2.4
- [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.2.4/packages/@tailwindcss-postcss)

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.4
- [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.4/packages/eslint-config-next)

Updates `tailwindcss` from 4.2.2 to 4.2.4
- [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.2.4/packages/tailwindcss)

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

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

Updates `typescript-eslint` from 8.58.1 to 8.59.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.59.1/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.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: "@blocknote/core"
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@blocknote/react"
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@blocknote/shadcn"
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: next
  dependency-version: 16.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.4
  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.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.59.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 May 4, 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.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 11, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/web-dependencies-9aa8055a32 branch May 11, 2026 09:39
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