Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 30 updates#803

Closed
dependabot[bot] wants to merge 1 commit intostagingfrom
dependabot/npm_and_yarn/staging/minor-and-patch-419411f859
Closed

chore(deps): bump the minor-and-patch group across 1 directory with 30 updates#803
dependabot[bot] wants to merge 1 commit intostagingfrom
dependabot/npm_and_yarn/staging/minor-and-patch-419411f859

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 31, 2026

Bumps the minor-and-patch group with 30 updates in the / directory:

Package From To
@azure/identity 4.13.0 4.13.1
@prisma/adapter-pg 7.5.0 7.6.0
@prisma/client 7.5.0 7.6.0
@scalar/api-reference-react 0.9.6 0.9.17
@tiptap/extension-color 3.20.1 3.21.0
@tiptap/extension-list-item 3.20.1 3.21.0
@tiptap/extension-placeholder 3.20.1 3.21.0
@tiptap/extension-text-align 3.20.1 3.21.0
@tiptap/extension-text-style 3.20.1 3.21.0
@tiptap/react 3.20.1 3.21.0
@tiptap/starter-kit 3.20.1 3.21.0
@types/pg 8.18.0 8.20.0
@uiw/react-codemirror 4.25.8 4.25.9
framer-motion 12.36.0 12.38.0
motion 12.36.0 12.38.0
next 16.1.6 16.2.1
next-openapi-gen 0.10.4 0.10.5
react-hook-form 7.71.2 7.72.0
sanitize-html 2.17.1 2.17.2
zustand 5.0.11 5.0.12
@biomejs/biome 2.4.6 2.4.10
@tailwindcss/postcss 4.2.1 4.2.2
@vitest/coverage-v8 4.1.0 4.1.2
@vitest/ui 4.1.0 4.1.2
conventional-changelog-conventionalcommits 9.3.0 9.3.1
msw 2.12.10 2.12.14
prisma 7.5.0 7.6.0
tailwindcss 4.2.1 4.2.2
ultracite 7.3.0 7.4.0
vitest 4.1.0 4.1.2

Updates @azure/identity from 4.13.0 to 4.13.1

Commits

Updates @prisma/adapter-pg from 7.5.0 to 7.6.0

Release notes

Sourced from @​prisma/adapter-pg's releases.

7.6.0

Today, we are excited to share the 7.6.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

Highlights

ORM

Features

CLI

  • Added a prisma postgres link command that connects a local project to a Prisma Postgres database. This is the first command in a new prisma postgres command group for managing Prisma Postgres databases directly from the CLI. (#29352)

Driver Adapters

  • @​prisma/adapter-pg: Added a statementNameGenerator option that accepts a custom prepared statement name generator to allow users to leverage pg statement caching (#29395)
  • @​prisma/adapter-pg: Added support for usage of connection strings directly in the constructor for improved ergonomics (#29287)
  • @​prisma/adapter-mariadb: Added a useTextProtocol option in the constructor to toggle between text and binary protocols (#29392)

Bug Fixes

Prisma Client

  • Disabled caching of createMany queries to avoid cache bloat and potential Node.js crashes in bulk operations (#29382)
  • Made NowGenerator lazy to avoid synchronous new Date() calls, fixing Next.js "dynamic usage" errors in cached components (#28724)
  • Fixed missing export of Get<Model>GroupByPayload type in the new prisma-client generator, making it accessible for TypeScript usage (#29346)

CLI

  • Added streaming parsing with automatic fallback to handle Prisma schemas that produce extremely large intermediate strings (>500MB) that hit V8's string limits (#29377)

Driver Adapters

  • @​prisma/adapter-pg: Relaxed the @types/pg version constraint to ^8.16.0 for compatibility with newer PostgreSQL type definitions (#29390)
  • @​prisma/adapter-pg: Corrected error handling for ColumnNotFound errors to correctly extract column names from both quoted and unquoted PostgreSQL error messages (#29307)
  • @​prisma/adapter-mariadb: Modified the adapter to disable mariadb statement caching by default to address a reported leak (#29392)

Prisma Studio

We’re continuing our work to improve Prisma Studio with more features being added.

Dark Mode

Need we say more? You’ve all asked for it, and it’s back.

dark-mode-studio.mp4

... (truncated)

Commits
  • f2ca67e feat: pg statement name generator (#29395)
  • 4131568 fix: set @​types/pg to ^8.16.0 (#29390)
  • 33667c3 fix(adapter-pg): handle both quoted/unquoted column names in ColumnNotFound e...
  • e97b3e0 feat(adapter-pg): accept connection string URL in PrismaPg constructor (#29287)
  • See full diff in compare view

Updates @prisma/client from 7.5.0 to 7.6.0

Release notes

Sourced from @​prisma/client's releases.

7.6.0

Today, we are excited to share the 7.6.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

Highlights

ORM

Features

CLI

  • Added a prisma postgres link command that connects a local project to a Prisma Postgres database. This is the first command in a new prisma postgres command group for managing Prisma Postgres databases directly from the CLI. (#29352)

Driver Adapters

  • @​prisma/adapter-pg: Added a statementNameGenerator option that accepts a custom prepared statement name generator to allow users to leverage pg statement caching (#29395)
  • @​prisma/adapter-pg: Added support for usage of connection strings directly in the constructor for improved ergonomics (#29287)
  • @​prisma/adapter-mariadb: Added a useTextProtocol option in the constructor to toggle between text and binary protocols (#29392)

Bug Fixes

Prisma Client

  • Disabled caching of createMany queries to avoid cache bloat and potential Node.js crashes in bulk operations (#29382)
  • Made NowGenerator lazy to avoid synchronous new Date() calls, fixing Next.js "dynamic usage" errors in cached components (#28724)
  • Fixed missing export of Get<Model>GroupByPayload type in the new prisma-client generator, making it accessible for TypeScript usage (#29346)

CLI

  • Added streaming parsing with automatic fallback to handle Prisma schemas that produce extremely large intermediate strings (>500MB) that hit V8's string limits (#29377)

Driver Adapters

  • @​prisma/adapter-pg: Relaxed the @types/pg version constraint to ^8.16.0 for compatibility with newer PostgreSQL type definitions (#29390)
  • @​prisma/adapter-pg: Corrected error handling for ColumnNotFound errors to correctly extract column names from both quoted and unquoted PostgreSQL error messages (#29307)
  • @​prisma/adapter-mariadb: Modified the adapter to disable mariadb statement caching by default to address a reported leak (#29392)

Prisma Studio

We’re continuing our work to improve Prisma Studio with more features being added.

Dark Mode

Need we say more? You’ve all asked for it, and it’s back.

dark-mode-studio.mp4

... (truncated)

Commits
  • 5b420f8 fix(client): prevent caching of createMany queries to avoid cache bloat and p...
  • 30f0af6 feat: dmmf streaming with an E2E test (#29377)
  • 14c3c2e fix: pin E2E typescript to prevent 6 upgrade (#29383)
  • ecae3b6 chore(deps): update engines to 7.6.0-1.75cbdc1eb7150937890ad5465d861175c66247...
  • 309b4bc refactor: extract 'prisma-client-js' into PRISMA_CLIENT_JS_PROVIDER constant ...
  • See full diff in compare view

Updates @scalar/api-reference-react from 0.9.6 to 0.9.17

Changelog

Sourced from @​scalar/api-reference-react's changelog.

0.9.17

0.9.16

0.9.15

0.9.14

0.9.13

0.9.12

0.9.11

Patch Changes

  • #8466: chore: new build pipeline

0.9.10

Patch Changes

Updated Dependencies

  • @​scalar/api-reference@​1.49.0
    • #8443: fix hash-prefixed basePath routing
    • #8467: feat(api-reference): improve Ask AI button consistency and a11y
    • #8409: feat: lazy rendering
    • #8442: fix object schema descriptions in parameter rendering

0.9.9

Patch Changes

Updated Dependencies

  • @​scalar/api-reference@​1.48.8
    • #8425: fix auth default OAuth scope fallback
    • #8416: fix: direct css import breaks build in react, vitepress and others
    • #8417: fix: document not defined in SSR environments

0.9.8

Patch Changes

Updated Dependencies

  • @​scalar/api-reference@​1.48.7

0.9.7

... (truncated)

Commits

Updates @tiptap/extension-color from 3.20.1 to 3.21.0

Release notes

Sourced from @​tiptap/extension-color's releases.

v3.21.0

@​tiptap/extension-details

Minor Changes

  • Add a renderToggleButton option to customize the details toggle button, including its accessible label.

@​tiptap/markdown

Patch Changes

  • Fix custom markdown tokenizer helper lexing to use Marked's active lexer so ordered list parsing no longer breaks inline tokenization in following paragraphs.

@​tiptap/extension-drag-handle

Patch Changes

  • Updated findElementNextToCoords to fall back to view.posAtCoords when elementsFromPoint returns no matching block, resolving the position to the top-level block node.

@​tiptap/extension-emoji

Patch Changes

  • Update emoji dataset to include latest Unicode emojis.

v3.20.6

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag preview cleanup so cloned drag images are also removed when dragging ends without a valid drop.

v3.20.5

@​tiptap/extensions

Patch Changes

  • Add support for skipping trailing node insertion on transactions by setting the skipTrailingNode meta flag.

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-color's changelog.

3.21.0

Patch Changes

  • @​tiptap/extension-text-style@​3.21.0

3.20.6

Patch Changes

  • @​tiptap/extension-text-style@​3.20.6

3.20.5

Patch Changes

  • @​tiptap/extension-text-style@​3.20.5

3.20.4

Patch Changes

  • @​tiptap/extension-text-style@​3.20.4

3.20.3

Patch Changes

  • @​tiptap/extension-text-style@​3.20.3

3.20.2

Patch Changes

  • @​tiptap/extension-text-style@​3.20.2
Commits

Updates @tiptap/extension-list-item from 3.20.1 to 3.21.0

Release notes

Sourced from @​tiptap/extension-list-item's releases.

v3.21.0

@​tiptap/extension-details

Minor Changes

  • Add a renderToggleButton option to customize the details toggle button, including its accessible label.

@​tiptap/markdown

Patch Changes

  • Fix custom markdown tokenizer helper lexing to use Marked's active lexer so ordered list parsing no longer breaks inline tokenization in following paragraphs.

@​tiptap/extension-drag-handle

Patch Changes

  • Updated findElementNextToCoords to fall back to view.posAtCoords when elementsFromPoint returns no matching block, resolving the position to the top-level block node.

@​tiptap/extension-emoji

Patch Changes

  • Update emoji dataset to include latest Unicode emojis.

v3.20.6

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag preview cleanup so cloned drag images are also removed when dragging ends without a valid drop.

v3.20.5

@​tiptap/extensions

Patch Changes

  • Add support for skipping trailing node insertion on transactions by setting the skipTrailingNode meta flag.

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

... (truncated)

Commits

Updates @tiptap/extension-placeholder from 3.20.1 to 3.21.0

Release notes

Sourced from @​tiptap/extension-placeholder's releases.

v3.21.0

@​tiptap/extension-details

Minor Changes

  • Add a renderToggleButton option to customize the details toggle button, including its accessible label.

@​tiptap/markdown

Patch Changes

  • Fix custom markdown tokenizer helper lexing to use Marked's active lexer so ordered list parsing no longer breaks inline tokenization in following paragraphs.

@​tiptap/extension-drag-handle

Patch Changes

  • Updated findElementNextToCoords to fall back to view.posAtCoords when elementsFromPoint returns no matching block, resolving the position to the top-level block node.

@​tiptap/extension-emoji

Patch Changes

  • Update emoji dataset to include latest Unicode emojis.

v3.20.6

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag preview cleanup so cloned drag images are also removed when dragging ends without a valid drop.

v3.20.5

@​tiptap/extensions

Patch Changes

  • Add support for skipping trailing node insertion on transactions by setting the skipTrailingNode meta flag.

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-placeholder's changelog.

3.21.0

Patch Changes

  • @​tiptap/extensions@​3.21.0

3.20.6

Patch Changes

  • @​tiptap/extensions@​3.20.6

3.20.5

Patch Changes

  • Updated dependencies [0c2bbfe]
    • @​tiptap/extensions@​3.20.5

3.20.4

Patch Changes

  • @​tiptap/extensions@​3.20.4

3.20.3

Patch Changes

  • eaf34a3: Skip placeholder decorations on non-textblock nodes when includeChildren is enabled to prevent duplicate placeholders on wrapper nodes like lists.
    • @​tiptap/extensions@​3.20.3

3.20.2

Patch Changes

  • @​tiptap/extensions@​3.20.2
Commits

Updates @tiptap/extension-text-align from 3.20.1 to 3.21.0

Release notes

Sourced from @​tiptap/extension-text-align's releases.

v3.21.0

@​tiptap/extension-details

Minor Changes

  • Add a renderToggleButton option to customize the details toggle button, including its accessible label.

@​tiptap/markdown

Patch Changes

  • Fix custom markdown tokenizer helper lexing to use Marked's active lexer so ordered list parsing no longer breaks inline tokenization in following paragraphs.

@​tiptap/extension-drag-handle

Patch Changes

  • Updated findElementNextToCoords to fall back to view.posAtCoords when elementsFromPoint returns no matching block, resolving the position to the top-level block node.

@​tiptap/extension-emoji

Patch Changes

  • Update emoji dataset to include latest Unicode emojis.

v3.20.6

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag preview cleanup so cloned drag images are also removed when dragging ends without a valid drop.

v3.20.5

@​tiptap/extensions

Patch Changes

  • Add support for skipping trailing node insertion on transactions by setting the skipTrailingNode meta flag.

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-text-align's changelog.

3.21.0

Patch Changes

  • @​tiptap/core@​3.21.0

3.20.6

Patch Changes

  • @​tiptap/core@​3.20.6

3.20.5

Patch Changes

  • @​tiptap/core@​3.20.5

3.20.4

Patch Changes

  • Updated dependencies [0bcf3c2]
    • @​tiptap/core@​3.20.4

3.20.3

Patch Changes

  • Updated dependencies [c94fac4]
  • Updated dependencies [6b9ea92]
    • @​tiptap/core@​3.20.3

3.20.2

Patch Changes

  • Updated dependencies [269823d]
    • @​tiptap/core@​3.20.2
Commits

Updates @tiptap/extension-text-style from 3.20.1 to 3.21.0

Release notes

Sourced from @​tiptap/extension-text-style's releases.

v3.21.0

@​tiptap/extension-details

Minor Changes

  • Add a renderToggleButton option to customize the details toggle button, including its accessible label.

@​tiptap/markdown

Patch Changes

  • Fix custom markdown tokenizer helper lexing to use Marked's active lexer so ordered list parsing no longer breaks inline tokenization in following paragraphs.

@​tiptap/extension-drag-handle

Patch Changes

  • Updated findElementNextToCoords to fall back to view.posAtCoords when elementsFromPoint returns no matching block, resolving the position to the top-level block node.

@​tiptap/extension-emoji

Patch Changes

  • Update emoji dataset to include latest Unicode emojis.

v3.20.6

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag preview cleanup so cloned drag images are also removed when dragging ends without a valid drop.

v3.20.5

@​tiptap/extensions

Patch Changes

  • Add support for skipping trailing node insertion on transactions by setting the skipTrailingNode meta flag.

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/extension-text-style's changelog.

3.21.0

Patch Changes

  • @​tiptap/core@​3.21.0

3.20.6

Patch Changes

  • @​tiptap/core@​3.20.6

3.20.5

Patch Changes

  • @​tiptap/core@​3.20.5

3.20.4

Patch Changes

  • Updated dependencies [0bcf3c2]
    • @​tiptap/core@​3.20.4

3.20.3

Patch Changes

  • Updated dependencies [c94fac4]
  • Updated dependencies [6b9ea92]
    • @​tiptap/core@​3.20.3

3.20.2

Patch Changes

  • Updated dependencies [269823d]
    • @​tiptap/core@​3.20.2
Commits

Updates @tiptap/react from 3.20.1 to 3.21.0

Release notes

Sourced from @​tiptap/react's releases.

v3.21.0

@​tiptap/extension-details

Minor Changes

  • Add a renderToggleButton option to customize the details toggle button, including its accessible label.

@​tiptap/markdown

Patch Changes

  • Fix custom markdown tokenizer helper lexing to use Marked's active lexer so ordered list parsing no longer breaks inline tokenization in following paragraphs.

@​tiptap/extension-drag-handle

Patch Changes

  • Updated findElementNextToCoords to fall back to view.posAtCoords when elementsFromPoint returns no matching block, resolving the position to the top-level block node.

@​tiptap/extension-emoji

Patch Changes

  • Update emoji dataset to include latest Unicode emojis.

v3.20.6

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag preview cleanup so cloned drag images are also removed when dragging ends without a valid drop.

v3.20.5

@​tiptap/extensions

Patch Changes

  • Add support for skipping trailing node insertion on transactions by setting the skipTrailingNode meta flag.

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/react's changelog.

3.21.0

Patch Changes

  • @​tiptap/core@​3.21.0
  • @​tiptap/pm@​3.21.0

3.20.6

Patch Changes

  • @​tiptap/core@​3.20.6
  • @​tiptap/pm@​3.20.6

3.20.5

Patch Changes

  • @​tiptap/core@​3.20.5
  • @​tiptap/pm@​3.20.5

3.20.4

Patch Changes

  • Updated dependencies [0bcf3c2]
    • @​tiptap/core@​3.20.4
    • @​tiptap/pm@​3.20.4

3.20.3

Patch Changes

  • f4f6be2: Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • f4f6be2: Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.
  • Updated dependencies [c94fac4]
  • Updated dependencies [6b9ea92]
    • @​tiptap/core@​3.20.3
    • @​tiptap/pm@​3.20.3

3.20.2

Patch Changes

  • Updated dependencies [269823d]
    • @​tiptap/core@​3.20.2
    • @​tiptap/pm@​3.20.2
Commits
  • 91c51be chore(release): publish a new stable version (#7658)
  • 9a6d574 chore(release): publish a new stable version (#7655)
  • 18f9afe chore(release): publish a new stable version (#7640)
  • 3d893bb chore(release): publish a new stable version (#7617)
  • 48e0289 chore(release): publish a new stable version (#7606)
  • f4f6be2 fix(menus): forward HTML props and auto-generate unique menu keys (#7611)
  • cbc999f chore(release): publish a new release version (#7602)
  • See full diff in compare view

Updates @tiptap/starter-kit from 3.20.1 to 3.21.0

Release notes

Sourced from @​tiptap/starter-kit's releases.

v3.21.0

@​tiptap/extension-details

Minor Changes

  • Add a renderToggleButton option to customize the details toggle button, including its accessible label.

@​tiptap/markdown

Patch Changes

  • Fix custom markdown tokenizer helper lexing to use Marked's active lexer so ordered list parsing no longer breaks inline tokenization in following paragraphs.

@​tiptap/extension-drag-handle

Patch Changes

  • Updated findElementNextToCoords to fall back to view.posAtCoords when elementsFromPoint returns no matching block, resolving the position to the top-level block node.

@​tiptap/extension-emoji

Patch Changes

  • Update emoji dataset to include latest Unicode emojis.

v3.20.6

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag preview cleanup so cloned drag images are also removed when dragging ends without a valid drop.

v3.20.5

@​tiptap/extensions

Patch Changes

  • Add support for skipping trailing node insertion on transactions by setting the skipTrailingNode meta flag.

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

... (truncated)

Changelog

Sourced from @​tiptap/starter-kit's changelog.

3.21.0

Patch Changes

  • @​tiptap/extension-dropcursor@​3.21.0
  • @​tiptap/extension-gapcursor@​3.21.0
  • @​tiptap/extension-list-item@​3.21.0
  • @​tiptap/extension-list-keymap@​3.21.0
  • @​tiptap/core@​3.21.0
  • @​tiptap/extension-blockquote@​3.21.0
  • @​tiptap/extension-bold@​3.21.0
  • @​tiptap/extension-bullet-list@​3.21.0
  • @​tiptap/extension-code@​3.21.0
  • @​tiptap/extension-code-block@​3.21.0
  • @​tiptap/extension-document@​3.21.0
  • @​tiptap/extension-hard-break@​3.21.0
  • @​tiptap/extension-heading@​3.21.0
  • @​tiptap/extension-horizontal-rule@​3.21.0
  • @​tiptap/extension-italic@​3.21.0
  • @​tiptap/extension-link@​3.21.0
  • @​tiptap/extension-list@​3.21.0
  • @​tiptap/extension-ordered-list@​3.21.0
  • @​tiptap/extension-paragraph@​3.21.0
  • @​tiptap/extension-strike@​3.21.0
  • @​tiptap/extension-text@​3.21.0
  • @​tiptap/extension-underline@​3.21.0
  • @​tiptap/extensions@​3.21.0
  • @​tiptap/pm@​3.21.0

3.20.6

Patch Changes

  • @​tiptap/extension-dropcursor@​3.20.6
  • @​tiptap/extension-gapcursor@​3.20.6
  • @​tiptap/extension-list-item@​3.20.6
  • @​tiptap/extension-list-keymap@​3.20.6
  • @​tiptap/core@​3.20.6
  • @​tiptap/extension-blockquote@​3.20.6
  • @​tiptap/extension-bold@​3.20.6
  • @​tiptap/extension-bullet-list@​3.20.6
  • @​tiptap/extension-code@​3.20.6
  • @​tiptap/extension-code-block@​3.20.6
  • @​tiptap/extension-document@​3.20.6
  • @​tiptap/extension-hard-break@​3.20.6
  • @​tiptap/extension-heading@​3.20.6
  • @​tiptap/extension-horizontal-rule@​3.20.6
  • @​tiptap/extension-italic@​3.20.6
  • @​tiptap/extension-link@​3.20.6
  • @​tiptap/extension-list@​3.20.6

... (truncated)

Commits

Updates @types/pg from 8.18.0 to 8.20.0

Commits

Updates @uiw/react-codemirror from 4.25.8 to 4.25.9

Release notes

Sourced from @​uiw/react-codemirror's releases.

v4.25.9

Buy me a coffee

Documentation v4.25.9: https://raw.githack.com/uiwjs/react-codemirror/6b3db64/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.8...v4.25.9

npm i @uiw/react-codemirror@4.25.9
Commits

Updates framer-motion from 12.36.0 to 12.38.0

Changelog

Sourced from framer-motion's changelog.

[12.38.0] 2026-03-16

Added

  • Added layoutAnchor prop to configure custom anchor point for resolving relative projection boxes.

Fixed

  • Reorder: Fix axis switching after window resize.
  • Reorder: Fix with virtualised lists.
  • AnimatePresence: Ensure children are removed when exit animation matches current values.

[12.37.0] 2026-03-16

Added

  • Support for hardware accelerating "start" and "end" offsets in scroll and useScroll.
  • Support for oklch, oklab, lab, lch, color, color-mix, light-dark color types.

Fixed

  • Fix whileInView with client-side navigation.
  • Fix draggable elements when layout updates due to surrounding element re-renders.
  • Improved memory pressure of layout animations.
  • Ensure motion value returned from useSpring reports correct isAnimating().
Commits
  • 0bfc9fe v12.38.0
  • 343cb0c Updating layoutAnchor
  • ee99ad2 Updating changelog
  • 062660b Updating changgelog
  • 303da7d Updating readme
  • b075adc Merge pull request #3647 from motiondivision/feat/layout-anchor
  • f0991d6 Add missing layoutAnchor !== false guard in attemptToResolveRelativeTarget
  • b5798e9 Merge pull request #3642 from motiondivision/worktree-fix-issue-3078
  • 7686c19 Merge pull request #3636 from motiondivision/worktree-fix-issue-3061
  • a95c487 Fix auto-scroll in reorder-virtualized test page
  • Additional commits viewable in compare view

Updates motion from 12.36.0 to 12.38.0

Changelog

Sourced from motion's changelog.

[12.38.0] 2026-03-16

Added

  • Added layoutAnchor prop to configure custom anchor point for resolving relative projection boxes.

Fixed

  • Reorder: Fix axis switching after window resize.
  • Reorder: Fix with virtualised lists.
  • AnimatePresence: Ensure children are removed when exit animation matches current values.

[12.37.0] 2026-03-16

Added

  • Support for hardware accelerating "start" and "end" offsets in scroll and <...

    Description has been truncated

…0 updates

Bumps the minor-and-patch group with 30 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@azure/identity](https://github.com/Azure/azure-sdk-for-js) | `4.13.0` | `4.13.1` |
| [@prisma/adapter-pg](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg) | `7.5.0` | `7.6.0` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `7.5.0` | `7.6.0` |
| [@scalar/api-reference-react](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference-react) | `0.9.6` | `0.9.17` |
| [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `3.20.1` | `3.21.0` |
| [@tiptap/extension-list-item](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-list-item) | `3.20.1` | `3.21.0` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `3.20.1` | `3.21.0` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `3.20.1` | `3.21.0` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `3.20.1` | `3.21.0` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.20.1` | `3.21.0` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.20.1` | `3.21.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.18.0` | `8.20.0` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.25.8` | `4.25.9` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.36.0` | `12.38.0` |
| [motion](https://github.com/motiondivision/motion) | `12.36.0` | `12.38.0` |
| [next](https://github.com/vercel/next.js) | `16.1.6` | `16.2.1` |
| [next-openapi-gen](https://github.com/tazo90/next-openapi-gen) | `0.10.4` | `0.10.5` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.71.2` | `7.72.0` |
| [sanitize-html](https://github.com/apostrophecms/apostrophe/tree/HEAD/packages/sanitize-html) | `2.17.1` | `2.17.2` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.11` | `5.0.12` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.6` | `2.4.10` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.1` | `4.2.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.0` | `4.1.2` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `4.1.0` | `4.1.2` |
| [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits) | `9.3.0` | `9.3.1` |
| [msw](https://github.com/mswjs/msw) | `2.12.10` | `2.12.14` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `7.5.0` | `7.6.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.1` | `4.2.2` |
| [ultracite](https://github.com/haydenbleasel/ultracite) | `7.3.0` | `7.4.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.0` | `4.1.2` |



Updates `@azure/identity` from 4.13.0 to 4.13.1
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_4.13.0...@azure/identity_4.13.1)

Updates `@prisma/adapter-pg` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.6.0/packages/adapter-pg)

Updates `@prisma/client` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.6.0/packages/client)

Updates `@scalar/api-reference-react` from 0.9.6 to 0.9.17
- [Release notes](https://github.com/scalar/scalar/releases)
- [Changelog](https://github.com/scalar/scalar/blob/main/packages/api-reference-react/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/api-reference-react)

Updates `@tiptap/extension-color` from 3.20.1 to 3.21.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-color/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.21.0/packages/extension-color)

Updates `@tiptap/extension-list-item` from 3.20.1 to 3.21.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.21.0/packages/extension-list-item)

Updates `@tiptap/extension-placeholder` from 3.20.1 to 3.21.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages-deprecated/extension-placeholder/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.21.0/packages-deprecated/extension-placeholder)

Updates `@tiptap/extension-text-align` from 3.20.1 to 3.21.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-align/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.21.0/packages/extension-text-align)

Updates `@tiptap/extension-text-style` from 3.20.1 to 3.21.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-style/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.21.0/packages/extension-text-style)

Updates `@tiptap/react` from 3.20.1 to 3.21.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.21.0/packages/react)

Updates `@tiptap/starter-kit` from 3.20.1 to 3.21.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.21.0/packages/starter-kit)

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

Updates `@uiw/react-codemirror` from 4.25.8 to 4.25.9
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.25.8...v4.25.9)

Updates `framer-motion` from 12.36.0 to 12.38.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.36.0...v12.38.0)

Updates `motion` from 12.36.0 to 12.38.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.36.0...v12.38.0)

Updates `next` from 16.1.6 to 16.2.1
- [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.1.6...v16.2.1)

Updates `next-openapi-gen` from 0.10.4 to 0.10.5
- [Release notes](https://github.com/tazo90/next-openapi-gen/releases)
- [Changelog](https://github.com/tazo90/next-openapi-gen/blob/main/CHANGELOG.md)
- [Commits](tazo90/next-openapi-gen@v0.10.4...v0.10.5)

Updates `react-hook-form` from 7.71.2 to 7.72.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.71.2...v7.72.0)

Updates `sanitize-html` from 2.17.1 to 2.17.2
- [Changelog](https://github.com/apostrophecms/apostrophe/blob/main/packages/sanitize-html/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/apostrophe/commits/sanitize-html@2.17.2/packages/sanitize-html)

Updates `zustand` from 5.0.11 to 5.0.12
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.11...v5.0.12)

Updates `@biomejs/biome` from 2.4.6 to 2.4.10
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.10/packages/@biomejs/biome)

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

Updates `@vitest/coverage-v8` from 4.1.0 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/coverage-v8)

Updates `@vitest/ui` from 4.1.0 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/ui)

Updates `conventional-changelog-conventionalcommits` from 9.3.0 to 9.3.1
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-conventionalcommits-v9.3.1/packages/conventional-changelog-conventionalcommits)

Updates `msw` from 2.12.10 to 2.12.14
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.12.10...v2.12.14)

Updates `prisma` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.6.0/packages/cli)

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

Updates `ultracite` from 7.3.0 to 7.4.0
- [Release notes](https://github.com/haydenbleasel/ultracite/releases)
- [Commits](https://github.com/haydenbleasel/ultracite/compare/ultracite@7.3.0...ultracite@7.4.0)

Updates `vitest` from 4.1.0 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@azure/identity"
  dependency-version: 4.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@prisma/adapter-pg"
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@prisma/client"
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@scalar/api-reference-react"
  dependency-version: 0.9.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/extension-color"
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/extension-list-item"
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/react"
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/pg"
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@uiw/react-codemirror"
  dependency-version: 4.25.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: framer-motion
  dependency-version: 12.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: motion
  dependency-version: 12.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next-openapi-gen
  dependency-version: 0.10.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-hook-form
  dependency-version: 7.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sanitize-html
  dependency-version: 2.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: zustand
  dependency-version: 5.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/ui"
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: conventional-changelog-conventionalcommits
  dependency-version: 9.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: msw
  dependency-version: 2.12.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: prisma
  dependency-version: 7.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ultracite
  dependency-version: 7.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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

dependabot Bot commented on behalf of github Mar 31, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it 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 Apr 7, 2026

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

@dependabot dependabot Bot closed this Apr 7, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/staging/minor-and-patch-419411f859 branch April 7, 2026 09:44
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