Skip to content

Bump the production-minor-patch group with 8 updates#3

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-e8c4d1ec66
Closed

Bump the production-minor-patch group with 8 updates#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-e8c4d1ec66

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown

Bumps the production-minor-patch group with 8 updates:

Package From To
@supabase/ssr 0.12.0 0.12.3
@supabase/supabase-js 2.110.0 2.110.6
@tiptap/extension-image 3.27.1 3.28.0
@tiptap/extension-placeholder 3.27.1 3.28.0
@tiptap/extension-text-align 3.27.1 3.28.0
@tiptap/react 3.27.1 3.28.0
@tiptap/starter-kit 3.27.1 3.28.0
lucide-react 1.23.0 1.24.0

Updates @supabase/ssr from 0.12.0 to 0.12.3

Release notes

Sourced from @​supabase/ssr's releases.

v0.12.3

0.12.3 (2026-07-14)

Bug Fixes

  • cookies: keep domain-scoped deletion in name-keyed cookie stores (#258) (d3a8a98), closes #256

v0.12.3-rc.135

What's Changed

New Contributors

Full Changelog: supabase/ssr@v0.12.2...v0.12.3-rc.135

v0.12.2

0.12.2 (2026-07-14)

Bug Fixes

  • align parseCookieHeader return type with getAll cookie method (#239) (e8fe1d5), closes #115

v0.12.2-rc.133

What's Changed

Full Changelog: supabase/ssr@v0.12.2-rc.132...v0.12.2-rc.133

v0.12.2-rc.132

What's Changed

New Contributors

Full Changelog: supabase/ssr@v0.12.1...v0.12.2-rc.132

v0.12.1

0.12.1 (2026-07-13)

Bug Fixes

  • cookies: deduplicate server cookie writes (#246) (035eabe)

v0.12.1-rc.130

... (truncated)

Changelog

Sourced from @​supabase/ssr's changelog.

0.12.3 (2026-07-14)

Bug Fixes

  • cookies: keep domain-scoped deletion in name-keyed cookie stores (#258) (d3a8a98), closes #256

0.12.2 (2026-07-14)

Bug Fixes

  • align parseCookieHeader return type with getAll cookie method (#239) (e8fe1d5), closes #115

0.12.1 (2026-07-13)

Bug Fixes

  • cookies: deduplicate server cookie writes (#246) (035eabe)
Commits
  • dd2b20b chore(main): release 0.12.3 (#264)
  • d3a8a98 fix(cookies): keep domain-scoped deletion in name-keyed cookie stores (#258)
  • bd7c8c8 chore(main): release 0.12.2 (#261)
  • 21e185a chore: update @​supabase/supabase-js to v2.110.5 (#263)
  • e8fe1d5 fix: align parseCookieHeader return type with getAll cookie method (#239)
  • d06ca21 chore(main): release 0.12.1 (#255)
  • 1c175c1 chore: update @​supabase/supabase-js to v2.110.3 (#260)
  • 7e1c519 docs: align getSession/getUser/getClaims guidance with docs (#259)
  • 509fc8e chore: update @​supabase/supabase-js to v2.110.2 (#257)
  • 035eabe fix(cookies): deduplicate server cookie writes (#246)
  • Additional commits viewable in compare view

Updates @supabase/supabase-js from 2.110.0 to 2.110.6

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.110.6

2.110.6 (2026-07-15)

🩹 Fixes

  • postgrest: type hinted self-referencing embeds as arrays (#2520)
  • realtime: forward opts to send() in track() (#2490)
  • supabase: warn instead of throw for unrecognized sb_ API key subtypes (#2526)

❤️ Thank You

v2.110.6-canary.2

2.110.6-canary.2 (2026-07-15)

🩹 Fixes

  • supabase: warn instead of throw for unrecognized sb_ API key subtypes (#2526)

❤️ Thank You

v2.110.6-canary.1

2.110.6-canary.1 (2026-07-15)

🩹 Fixes

  • realtime: forward opts to send() in track() (#2490)

❤️ Thank You

v2.110.6-canary.0

2.110.6-canary.0 (2026-07-14)

🩹 Fixes

  • postgrest: type hinted self-referencing embeds as arrays (#2520)

❤️ Thank You

v2.110.5

2.110.5 (2026-07-14)

... (truncated)

Changelog

Sourced from @​supabase/supabase-js's changelog.

2.110.6 (2026-07-15)

🩹 Fixes

  • supabase: warn instead of throw for unrecognized sb_ API key subtypes (#2526)

❤️ Thank You

2.110.5 (2026-07-14)

🩹 Fixes

  • supabase: avoid edge runtime warning (#2522)

❤️ Thank You

2.110.4 (2026-07-14)

🩹 Fixes

  • functions: stop sending API key in Authorization header for function calls (#2511)

❤️ Thank You

2.110.3 (2026-07-13)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.110.2 (2026-07-09)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.110.1 (2026-07-07)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

Commits
  • c23e1ab fix(supabase): warn instead of throw for unrecognized sb_ API key subtypes (#...
  • 8af3c3a chore(release): version 2.110.5 changelogs (#2524)
  • 25da097 chore(release): version 2.110.4 changelogs (#2523)
  • dafa7f5 fix(supabase): avoid edge runtime warning (#2522)
  • 558c1f5 fix(functions): stop sending API key in Authorization header for function cal...
  • aaec93f chore(release): version 2.110.3 changelogs (#2519)
  • f8889ce docs(postgrest): fix outdated cross-fetch guidance (#2507)
  • 4164458 chore(release): version 2.110.2 changelogs (#2506)
  • 559dfb0 chore(release): version 2.110.1 changelogs (#2505)
  • b05dc29 docs(repo): register custom typedoc tags and clean up jsdoc warnings (#2500)
  • Additional commits viewable in compare view

Updates @tiptap/extension-image from 3.27.1 to 3.28.0

Release notes

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

v3.28.0

@​tiptap/extension-details

Patch Changes

  • 8614730: Fix the cursor moving to the details summary after typing in content at the start of a document.
  • @​tiptap/core@​3.28.0
    • @​tiptap/extension-text-style@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-list

Patch Changes

  • 8614730: Fix markdown parsing a line like (216) 555-1234 as an ordered list. A number followed by ) mid-line is no longer treated as a list marker.
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/react

Patch Changes

  • 8614730: Batch React node view portal store notifications that happen in the same microtask to avoid nested update depth warnings when many node views mount together.
  • 8614730: Bind onMount and onUnmount event handlers when initializing an Editor with useEditor hook.
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-collaboration

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-drag-handle

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • Updated dependencies [8614730]
    • @​tiptap/extension-collaboration@​3.28.0

... (truncated)

Changelog

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

3.28.0

Patch Changes

  • @​tiptap/core@​3.28.0

3.27.4

Patch Changes

  • @​tiptap/core@​3.27.4

3.27.3

Patch Changes

  • Updated dependencies [023f98c]
    • @​tiptap/core@​3.27.3

3.27.2

Patch Changes

  • @​tiptap/core@​3.27.2
Commits
  • c5f4b57 chore(release): release new stable release (#8038)
  • 24263ec chore(release): publish a new stable version
  • 24d6aba chore(release): publish a new stable version (#8002)
  • a14683f chore(release): publish a new stable version (#7963)
  • 06b4274 fix(extension-file-handler): add consumePasteEvent option to prevent duplicat...
  • See full diff in compare view

Updates @tiptap/extension-placeholder from 3.27.1 to 3.28.0

Release notes

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

v3.28.0

@​tiptap/extension-details

Patch Changes

  • 8614730: Fix the cursor moving to the details summary after typing in content at the start of a document.
  • @​tiptap/core@​3.28.0
    • @​tiptap/extension-text-style@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-list

Patch Changes

  • 8614730: Fix markdown parsing a line like (216) 555-1234 as an ordered list. A number followed by ) mid-line is no longer treated as a list marker.
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/react

Patch Changes

  • 8614730: Batch React node view portal store notifications that happen in the same microtask to avoid nested update depth warnings when many node views mount together.
  • 8614730: Bind onMount and onUnmount event handlers when initializing an Editor with useEditor hook.
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-collaboration

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-drag-handle

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • Updated dependencies [8614730]
    • @​tiptap/extension-collaboration@​3.28.0

... (truncated)

Changelog

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

3.28.0

Patch Changes

  • @​tiptap/extensions@​3.28.0

3.27.4

Patch Changes

  • Updated dependencies [d2983cd]
    • @​tiptap/extensions@​3.27.4

3.27.3

Patch Changes

  • Updated dependencies [76a76da]
    • @​tiptap/extensions@​3.27.3

3.27.2

Patch Changes

  • @​tiptap/extensions@​3.27.2
Commits
  • c5f4b57 chore(release): release new stable release (#8038)
  • 24263ec chore(release): publish a new stable version
  • 24d6aba chore(release): publish a new stable version (#8002)
  • a14683f chore(release): publish a new stable version (#7963)
  • 06b4274 fix(extension-file-handler): add consumePasteEvent option to prevent duplicat...
  • See full diff in compare view

Updates @tiptap/extension-text-align from 3.27.1 to 3.28.0

Release notes

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

v3.28.0

@​tiptap/extension-details

Patch Changes

  • 8614730: Fix the cursor moving to the details summary after typing in content at the start of a document.
  • @​tiptap/core@​3.28.0
    • @​tiptap/extension-text-style@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-list

Patch Changes

  • 8614730: Fix markdown parsing a line like (216) 555-1234 as an ordered list. A number followed by ) mid-line is no longer treated as a list marker.
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/react

Patch Changes

  • 8614730: Batch React node view portal store notifications that happen in the same microtask to avoid nested update depth warnings when many node views mount together.
  • 8614730: Bind onMount and onUnmount event handlers when initializing an Editor with useEditor hook.
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-collaboration

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-drag-handle

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • Updated dependencies [8614730]
    • @​tiptap/extension-collaboration@​3.28.0

... (truncated)

Changelog

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

3.28.0

Patch Changes

  • @​tiptap/core@​3.28.0

3.27.4

Patch Changes

  • @​tiptap/core@​3.27.4

3.27.3

Patch Changes

  • Updated dependencies [023f98c]
    • @​tiptap/core@​3.27.3

3.27.2

Patch Changes

  • @​tiptap/core@​3.27.2
Commits
  • c5f4b57 chore(release): release new stable release (#8038)
  • 24263ec chore(release): publish a new stable version
  • 24d6aba chore(release): publish a new stable version (#8002)
  • a14683f chore(release): publish a new stable version (#7963)
  • 06b4274 fix(extension-file-handler): add consumePasteEvent option to prevent duplicat...
  • See full diff in compare view

Updates @tiptap/react from 3.27.1 to 3.28.0

Release notes

Sourced from @​tiptap/react's releases.

v3.28.0

@​tiptap/extension-details

Patch Changes

  • 8614730: Fix the cursor moving to the details summary after typing in content at the start of a document.
  • @​tiptap/core@​3.28.0
    • @​tiptap/extension-text-style@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-list

Patch Changes

  • 8614730: Fix markdown parsing a line like (216) 555-1234 as an ordered list. A number followed by ) mid-line is no longer treated as a list marker.
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/react

Patch Changes

  • 8614730: Batch React node view portal store notifications that happen in the same microtask to avoid nested update depth warnings when many node views mount together.
  • 8614730: Bind onMount and onUnmount event handlers when initializing an Editor with useEditor hook.
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-collaboration

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-drag-handle

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • Updated dependencies [8614730]
    • @​tiptap/extension-collaboration@​3.28.0

... (truncated)

Changelog

Sourced from @​tiptap/react's changelog.

3.28.0

Patch Changes

  • 8614730: Batch React node view portal store notifications that happen in the same microtask to avoid nested update depth warnings when many node views mount together.
  • 1ecf814: Bind onMount and onUnmount event handlers when initializing an Editor with useEditor hook.
    • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

3.27.4

Patch Changes

  • 2c2720e: Add a use client directive so @tiptap/react can be imported from React Server Components without crashing. Core symbols re-exported through @tiptap/react now cross the client boundary too, so import them from @tiptap/core directly in server code.
    • @​tiptap/core@​3.27.4
    • @​tiptap/pm@​3.27.4

3.27.3

Patch Changes

  • Updated dependencies [023f98c]
    • @​tiptap/core@​3.27.3
    • @​tiptap/pm@​3.27.3

3.27.2

Patch Changes

  • 13dfad1: Change prop types of the Tiptap component so that either the editor or the instance fields are required
  • Updated dependencies [ceebb31]
    • @​tiptap/pm@​3.27.2
    • @​tiptap/core@​3.27.2
Commits

Updates @tiptap/starter-kit from 3.27.1 to 3.28.0

Release notes

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

v3.28.0

@​tiptap/extension-details

Patch Changes

  • 8614730: Fix the cursor moving to the details summary after typing in content at the start of a document.
  • @​tiptap/core@​3.28.0
    • @​tiptap/extension-text-style@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-list

Patch Changes

  • 8614730: Fix markdown parsing a line like (216) 555-1234 as an ordered list. A number followed by ) mid-line is no longer treated as a list marker.
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/react

Patch Changes

  • 8614730: Batch React node view portal store notifications that happen in the same microtask to avoid nested update depth warnings when many node views mount together.
  • 8614730: Bind onMount and onUnmount event handlers when initializing an Editor with useEditor hook.
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-collaboration-caret

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-collaboration

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • @​tiptap/core@​3.28.0
    • @​tiptap/pm@​3.28.0

@​tiptap/extension-drag-handle

Patch Changes

  • 8614730: Bump @​tiptap/y-tiptap version to ensure users use latest version
  • Updated dependencies [8614730]
    • @​tiptap/extension-collaboration@​3.28.0

... (truncated)

Changelog

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

3.28.0

Patch Changes

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

3.27.4

Patch Changes

  • Updated dependencies [d2983cd]
  • Updated dependencies [53f8e57]
  • Updated dependencies [6238a3c]
  • Updated dependencies [c28d888]
    • @​tiptap/extensions@​3.27.4
    • @​tiptap/extension-blockquote@​3.27.4
    • @​tiptap/extension-list@​3.27.4
    • @​tiptap/extension-dropcursor@​3.27.4
    • @​tiptap/extension-gapcursor@​3.27.4
    • @​tiptap/extension-list-item@​3.27.4
    • @​tiptap/extension-list-keymap@​3.27.4
    • @​tiptap/extension-bullet-list@​3.27.4
    • @​tiptap/extension-ordered-list@​3.27.4
    • @​tiptap/core@​3.27.4
    • @​tiptap/extension-bold@​3.27.4
    • @​tiptap/extension-code@​3.27.4

... (truncated)

Commits
  • c5f4b57 chore(release): release new stable release (#8038)
  • 24263ec chore(release): publish a new stable version
  • 24d6aba chore(release): publish a new stable version (#8002)
  • a14683f chore(release): publish a new stable version (#7963)
  • 06b4274 fix(extension-file-handler): add consumePasteEvent option to prevent duplicat...
  • See full diff in compare view

Updates lucide-react from 1.23.0 to 1.24.0

Release notes

Sourced from lucide-react's releases.

Version 1.24.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.23.0...1.24.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-minor-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@supabase/ssr](https://github.com/supabase/ssr) | `0.12.0` | `0.12.3` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.110.0` | `2.110.6` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.27.1` | `3.28.0` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `3.27.1` | `3.28.0` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `3.27.1` | `3.28.0` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.27.1` | `3.28.0` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.27.1` | `3.28.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.23.0` | `1.24.0` |


Updates `@supabase/ssr` from 0.12.0 to 0.12.3
- [Release notes](https://github.com/supabase/ssr/releases)
- [Changelog](https://github.com/supabase/ssr/blob/main/CHANGELOG.md)
- [Commits](supabase/ssr@v0.12.0...v0.12.3)

Updates `@supabase/supabase-js` from 2.110.0 to 2.110.6
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.110.6/packages/core/supabase-js)

Updates `@tiptap/extension-image` from 3.27.1 to 3.28.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.28.0/packages/extension-image)

Updates `@tiptap/extension-placeholder` from 3.27.1 to 3.28.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.28.0/packages-deprecated/extension-placeholder)

Updates `@tiptap/extension-text-align` from 3.27.1 to 3.28.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.28.0/packages/extension-text-align)

Updates `@tiptap/react` from 3.27.1 to 3.28.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.28.0/packages/react)

Updates `@tiptap/starter-kit` from 3.27.1 to 3.28.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.28.0/packages/starter-kit)

Updates `lucide-react` from 1.23.0 to 1.24.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.24.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: "@supabase/ssr"
  dependency-version: 0.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.110.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/react"
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: lucide-react
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 16, 2026
@diasera diasera closed this Jul 16, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/production-minor-patch-e8c4d1ec66 branch July 16, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant