Skip to content

chore: bump the bun-patch-and-minor group across 1 directory with 19 updates#266

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/bun-patch-and-minor-760df6fac2
Open

chore: bump the bun-patch-and-minor group across 1 directory with 19 updates#266
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/bun-patch-and-minor-760df6fac2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
puppeteer 24.42.0 24.43.1
shadcn 4.6.0 4.7.0
typescript-eslint 8.59.2 8.59.3
better-auth 1.6.9 1.6.10
express-rate-limit 8.4.1 8.5.1
react 19.2.5 19.2.6
react-dom 19.2.5 19.2.6
zod 4.4.2 4.4.3
@types/node 25.6.0 25.7.0
@tauri-apps/cli 2.11.0 2.11.1
@tiptap/extension-character-count 3.22.5 3.23.1
@tiptap/pm 3.22.5 3.23.1
@tiptap/react 3.22.5 3.23.1
@tiptap/starter-kit 3.22.5 3.23.1
@tailwindcss/vite 4.2.4 4.3.0
@tanstack/react-query 5.100.9 5.100.10
tailwind-merge 3.5.0 3.6.0
vite 8.0.10 8.0.12

Updates puppeteer from 24.42.0 to 24.43.1

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.43.1

24.43.1 (2026-05-11)

🛠️ Fixes

⚡ Performance

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.13.1 to 2.13.2

puppeteer: v24.43.1

24.43.1 (2026-05-11)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.13.1 to 2.13.2
      • puppeteer-core bumped from 24.43.0 to 24.43.1

puppeteer-core: v24.43.0

24.43.0 (2026-05-06)

🎉 Features

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.43.1 (2026-05-11)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.13.1 to 2.13.2

🛠️ Fixes

⚡ Performance

24.43.0 (2026-05-06)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.13.0 to 2.13.1

🛠️ Fixes

... (truncated)

Commits

Updates shadcn from 4.6.0 to 4.7.0

Release notes

Sourced from shadcn's releases.

shadcn@4.7.0

Minor Changes

Patch Changes

Changelog

Sourced from shadcn's changelog.

4.7.0

Minor Changes

Patch Changes

Commits

Updates typescript-eslint from 8.59.2 to 8.59.3

Release notes

Sourced from typescript-eslint's releases.

v8.59.3

8.59.3 (2026-05-11)

This was a version bump only, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.59.3 (2026-05-11)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates better-auth from 1.6.9 to 1.6.10

Release notes

Sourced from better-auth's releases.

v1.6.10

better-auth

Bug Fixes

  • Exposed refreshUserSessions on the internal adapter (#7764)
  • Fixed organization invitation roles to accept dynamic access control roles (#9437)
  • Improved link accessibility (#9521)
  • Fixed incorrect email casing in one-tap, email-otp, and email-verification flows (#9369)
  • Fixed OpenAPI schema for POST /sign-in/social mis-declaring required fields (#9268)
  • Added a warning when the cookie plugin is placed last in the plugins array (#9484)
  • Fixed useSession not revalidating after admin impersonation starts or stops (#9402)
  • Fixed duplicate Set-Cookie headers being emitted on redirect responses from social sign-in and magic-link endpoints (#9497)
  • Fixed the bearer plugin writing duplicate cookie entries when merging the session token into request headers (#9387)
  • Fixed captcha plugin breaking the email-otp flow (#8339)
  • Fixed email enumeration protection not applying when emailAndPassword.autoSignIn is false (#8839)
  • Fixed a TypeError caused by non-ASCII characters in OAuth error descriptions on redirect (#9065)
  • Renamed internalAdapter.deleteAccount parameter from accountId to id to reflect that it queries by primary key (#9503)
  • Fixed OAuth callbacks accepting a missing provider account ID, which could link accounts under an undefined id (#9456)
  • Fixed cancelPendingInvitationsOnReInvite having no effect, where re-inviting the same email always returned USER_IS_ALREADY_INVITED_TO_THIS_ORGANIZATION (#9453)
  • Fixed a TS2742 type error caused by missing re-exports when using additionalFields in the organization plugin (#9349)
  • Fixed useActiveMemberRole retaining a previous user's role after sign-out in SPA flows (#9440)
  • Fixed setActiveTeam to only accept teams from the currently active organization (#9239)
  • Added authClient.siwe.getNonce() as a compatibility alias for the SIWE nonce endpoint (#9461)
  • Fixed callbackURL being ignored on signIn.username, so it now redirects correctly like signIn.email (#9475)

For detailed changes, see CHANGELOG

@better-auth/oauth-provider

Bug Fixes

  • Fixed sessionId typing in refresh token types to be optional, matching the schema (#9324)
  • Fixed stale prompt=login consent continuations not completing after a forced login
  • Exported OAuth provider helper types needed for portable downstream TypeScript declaration emit (#9406)
  • Fixed prompt=login not being honored after consent continuation, preventing session bypass (#9344)
  • Added database indexes to OAuth provider foreign-key fields in generated schemas (#9389)

For detailed changes, see CHANGELOG

@better-auth/stripe

Bug Fixes

  • Fixed onSubscriptionUpdate to receive the raw stripeSubscription object, and fixed onSubscriptionCancel to receive the post-update subscription row instead of a stale snapshot (#9354)
  • Fixed getCheckoutSessionParams overriding internally managed Stripe Checkout Session fields such as success_url, cancel_url, customer, and line_items (#9481)
  • Fixed onSubscriptionDeleted, onTrialEnd, and onTrialExpired receiving a stale pre-update subscription snapshot instead of the post-update row (#9356)
  • Fixed getCheckoutSessionParams overriding free trial and internal metadata, which could hide trial periods and create duplicate subscription rows on webhook (#9474)
  • Renamed internal subscription webhook variables for clarity (#9355)

... (truncated)

Changelog

Sourced from better-auth's changelog.

1.6.10

Patch Changes

  • #8339 1e0f26d Thanks @​ping-maxwell! - fix(captcha): breaks email-otp flow

  • #9484 8c1e917 Thanks @​ping-maxwell! - fix: warn for cookie-plugin being last in array

  • #9437 b2d655c Thanks @​cyphercodes! - Allow organization invitation role input types to accept dynamic access control roles.

  • #9497 09f1327 Thanks @​bytaesu! - Endpoints that set cookies before redirecting (such as social sign-in callbacks and magic-link verification) no longer emit each Set-Cookie entry twice on the response.

  • #9387 906b7b3 Thanks @​bytaesu! - The bearer plugin now produces a single entry per cookie name when merging its session token into the request Cookie header. Previously the merged header could carry two entries for the same name if the request already had a stale session cookie, which would surface to downstream code that picks the first occurrence.

  • #9475 e9c978e Thanks @​jaydeep-pipaliya! - fix(username): respect callbackURL on /sign-in/username

    The endpoint accepted a callbackURL body field but ignored it, so authClient.signIn.username({ ..., callbackURL }) silently did nothing while authClient.signIn.email redirected as expected. The handler now sets a Location header when callbackURL is provided and returns { redirect, url } alongside token/user, matching the email flow.

  • #9440 e71aad3 Thanks @​cyphercodes! - Clear organization active hook state after sign-out so useActiveMemberRole does not retain a previous user's role in SPA sign-out/sign-in flows.

  • #9402 80a655d Thanks @​onmax! - Revalidate the client session after admin impersonation starts or stops.

  • #9503 15ff28a Thanks @​bytaesu! - internalAdapter.deleteAccount parameter renamed from accountId to id to reflect that it queries by primary key, not the accountId column. No runtime behavior change.

  • #9268 88a7c67 Thanks @​ping-maxwell! - fix: openAPI schema for POST /sign-in/social mis-declares required fields

  • #8839 9a7b51d Thanks @​dipan-ck! - Apply email enumeration protection when emailAndPassword.autoSignIn is false. Duplicate sign-ups now return a synthetic user (token: null) and trigger onExistingUserSignUp, and new sign-ups skip auto sign-in (token: null)—even without requireEmailVerification, aligning with the docs.

  • #9065 1b25902 Thanks @​ping-maxwell! - non-ASCII error_description in generic-oauth callback routes causes TypeError on redirect

  • #9349 cf59136 Thanks @​ping-maxwell! - fix(organization): re-export field types to prevent TS2742 with additionalFields

  • #9453 a597ee0 Thanks @​mausic! - The organization plugin's cancelPendingInvitationsOnReInvite option now actually cancels the prior pending invitation when re-inviting the same email. Previously the option had no effect — re-inviting always failed with USER_IS_ALREADY_INVITED_TO_THIS_ORGANIZATION

  • #9456 fc02ced Thanks @​cyphercodes! - Reject OAuth callbacks when provider user info omits the account id to avoid linking accounts under the literal undefined id.

  • #9461 9f1ef1f Thanks @​cyphercodes! - Expose authClient.siwe.getNonce() as a compatibility alias for the SIWE nonce endpoint.

  • #9369 36ef808 Thanks @​ping-maxwell! - fix: incorrect email casing across one-tap, email-otp & email-verification

... (truncated)

Commits
  • cbb5014 chore: release v1.6.10 (#9350)
  • 09f1327 fix(api): prevent duplicate set-cookie on redirect (#9497)
  • 15ff28a fix(internal-adapter): rename deleteAccount param from accountId to id (#...
  • fde0432 fix: improve link accessibility issues (#9521)
  • cf59136 fix(organization): re-export field types to prevent TS2742 with additionalFie...
  • 8c1e917 fix: warn for cookie-plugin being last in array (#9484)
  • 3a9a2c3 chore: expose refreshUserSessions on internal adapter (#7764)
  • e9c978e fix(username): respect callbackURL on sign-in (#9475)
  • 36ef808 fix: incorrect email casing across one-tap, email-otp & email-verification (#...
  • 9a7b51d fix(credential): apply enumeration protection when autoSignIn is false (#8839)
  • Additional commits viewable in compare view

Updates express-rate-limit from 8.4.1 to 8.5.1

Release notes

Sourced from express-rate-limit's releases.

v8.5.1

You can view the changelog here.

v8.5.0

You can view the changelog here.

Commits

Updates react from 19.2.5 to 19.2.6

Release notes

Sourced from react's releases.

19.2.6 (May 6th, 2026)

React Server Components

Commits

Updates react-dom from 19.2.5 to 19.2.6

Release notes

Sourced from react-dom's releases.

19.2.6 (May 6th, 2026)

React Server Components

Commits

Updates zod from 4.4.2 to 4.4.3

Release notes

Sourced from zod's releases.

v4.4.3

Commits:

  • 4c2fa95ce3f3390fbc522324e406b4e9e89b88f9 docs: use Zernio primary wordmark for gold sponsor logo
  • 2aeec83eb135e3a83756e973ef44845fc5a455d2 docs: prune lapsed gold sponsors and rebalance logo sizing
  • 7391be88ac1ee5cd02057f5ccc012a1f5df4efd0 docs: prune lapsed silver/bronze sponsors and add active ones
  • 2c703322a21b4e2b12f33f49ea8430c451a68b4f docs: normalize bronze sponsor logos to github avatar pattern
  • 9195250cab0e7950efe39c3926d6c203b4b0a170 docs: remove Mintlify from bronze sponsors (churned)
  • b8dffe9e62f17e6571e6249d05cc5102b54d94e4 docs: remove Numeric and Speakeasy (2+ missed monthly cycles)
  • 1cab69383fcdeae2a366d5e2a2fc4d8fc765d168 fix(v4): restore catch handling for absent object keys (#5937) (#5939)
  • c2be4f819064eed62c7c350a2d399b5faecd15f8 fix(v4): generalize optin/fallback to transform; restore preprocess on absent keys (#5941)
  • f3c9ec03ba7a28ae72d25cc295f38674bee0f559 4.4.3
  • 1fb56a5c18c27102dbc92260a4007c7732a0ccca docs: document release procedure in AGENTS.md
Commits
  • 1fb56a5 docs: document release procedure in AGENTS.md
  • f3c9ec0 4.4.3
  • c2be4f8 fix(v4): generalize optin/fallback to transform; restore preprocess on absent...
  • 1cab693 fix(v4): restore catch handling for absent object keys (#5937) (#5939)
  • b8dffe9 docs: remove Numeric and Speakeasy (2+ missed monthly cycles)
  • 9195250 docs: remove Mintlify from bronze sponsors (churned)
  • 2c70332 docs: normalize bronze sponsor logos to github avatar pattern
  • 7391be8 docs: prune lapsed silver/bronze sponsors and add active ones
  • 2aeec83 docs: prune lapsed gold sponsors and rebalance logo sizing
  • 4c2fa95 docs: use Zernio primary wordmark for gold sponsor logo
  • See full diff in compare view

Updates @types/node from 25.6.0 to 25.7.0

Commits

Updates @tauri-apps/cli from 2.11.0 to 2.11.1

Release notes

Sourced from @​tauri-apps/cli's releases.

@​tauri-apps/cli v2.11.1

[2.11.1]

Dependencies

  • Upgraded to tauri-cli@2.11.1
Commits

Updates @tiptap/extension-character-count from 3.22.5 to 3.23.1

Release notes

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

v3.23.1

@​tiptap/extension-drag-handle-react

Patch Changes

  • a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal.

    This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.

  • @​tiptap/extension-drag-handle@​3.23.1

    • @​tiptap/pm@​3.23.1
    • @​tiptap/react@​3.23.1

@​tiptap/extension-character-count

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-dropcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-focus

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-gapcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-history

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-list-item

Patch Changes

  • @​tiptap/extension-list@​3.23.1

@​tiptap/extension-list-keymap

... (truncated)

Changelog

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

3.23.1

Patch Changes

  • @​tiptap/extensions@​3.23.1

3.23.0

Patch Changes

  • @​tiptap/extensions@​3.23.0
Commits

Updates @tiptap/pm from 3.22.5 to 3.23.1

Release notes

Sourced from @​tiptap/pm's releases.

v3.23.1

@​tiptap/extension-drag-handle-react

Patch Changes

  • a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal.

    This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.

  • @​tiptap/extension-drag-handle@​3.23.1

    • @​tiptap/pm@​3.23.1
    • @​tiptap/react@​3.23.1

@​tiptap/extension-character-count

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-dropcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-focus

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-gapcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-history

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-list-item

Patch Changes

  • @​tiptap/extension-list@​3.23.1

@​tiptap/extension-list-keymap

... (truncated)

Changelog

Sourced from @​tiptap/pm's changelog.

3.23.1

3.23.0

Commits

Updates @tiptap/react from 3.22.5 to 3.23.1

Release notes

Sourced from @​tiptap/react's releases.

v3.23.1

@​tiptap/extension-drag-handle-react

Patch Changes

  • a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal.

    This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.

  • @​tiptap/extension-drag-handle@​3.23.1

    • @​tiptap/pm@​3.23.1
    • @​tiptap/react@​3.23.1

@​tiptap/extension-character-count

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-dropcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-focus

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-gapcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-history

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-list-item

Patch Changes

  • @​tiptap/extension-list@​3.23.1

@​tiptap/extension-list-keymap

... (truncated)

Changelog

Sourced from @​tiptap/react's changelog.

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1
  • @​tiptap/pm@​3.23.1

3.23.0

Patch Changes

  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0
    • @​tiptap/pm@​3.23.0
Commits

Updates @tiptap/starter-kit from 3.22.5 to 3.23.1

Release notes

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

v3.23.1

@​tiptap/extension-drag-handle-react

Patch Changes

  • a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal.

    This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.

  • @​tiptap/extension-drag-handle@​3.23.1

    • @​tiptap/pm@​3.23.1
    • @​tiptap/react@​3.23.1

@​tiptap/extension-character-count

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-dropcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-focus

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-gapcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-history

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-list-item

Patch Changes

  • @​tiptap/extension-list@​3.23.1

@​tiptap/extension-list-keymap

... (truncated)

Changelog

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

3.23.1

Patch Changes

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

3.23.0

Patch Changes

  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0
    • @​tiptap/extension-list@​3.23.0
    • @​tiptap/extension-blockquote@​3.23.0
    • @​tiptap/extension-bold@​3.23.0
    • @​tiptap/extension-code@​3.23.0
    • @​tiptap/extension-code-block@​3.23.0
    • @​tiptap/extension-document@​3.23.0
    • @​tiptap/extension-hard-break@​3.23.0
    • @​tiptap/extension-heading@​3.23.0
    • @​tiptap/extension-horizontal-rule@​3.23.0
    • @​tiptap/extension-italic@​3.23.0
    • @​tiptap/extension-link@​3.23.0
    • @​tiptap/extension-paragraph@​3.23.0
    • @​tiptap/extension-strike@​3.23.0

... (truncated)

Commits

Updates @tailwindcss/vite from 4.2.4 to 4.3.0

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.3.0

Added

  • Add @container-size utility (#18901)
  • Add scrollbar-{auto,thin,none} ut...

    Description has been truncated

@dependabot dependabot Bot added bun Bun package manager dependency updates dependencies Pull requests that update a dependency file labels May 12, 2026
@github-actions github-actions Bot requested a review from InstaZDLL May 12, 2026 10:19
@github-actions github-actions Bot added scope: frontend apps/web scope: api apps/api scope: db packages/db scope: desktop Tauri desktop shell (apps/desktop) scope: desktop-api Desktop Bun sidecar wrapper (packages/desktop-api) scope: desktop-db SQLite schema mirror for desktop (packages/desktop-db) type: chore Maintenance size: l 200-500 lines labels May 12, 2026
…updates

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

| Package | From | To |
| --- | --- | --- |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.42.0` | `24.43.1` |
| [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.6.0` | `4.7.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.2` | `8.59.3` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.6.9` | `1.6.10` |
| [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `8.4.1` | `8.5.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.5` | `19.2.6` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.5` | `19.2.6` |
| [zod](https://github.com/colinhacks/zod) | `4.4.2` | `4.4.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `25.7.0` |
| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `2.11.0` | `2.11.1` |
| [@tiptap/extension-character-count](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-character-count) | `3.22.5` | `3.23.1` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `3.22.5` | `3.23.1` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.22.5` | `3.23.1` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.22.5` | `3.23.1` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.2.4` | `4.3.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.100.9` | `5.100.10` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.5.0` | `3.6.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.12` |



Updates `puppeteer` from 24.42.0 to 24.43.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.42.0...puppeteer-v24.43.1)

Updates `shadcn` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.7.0/packages/shadcn)

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

Updates `better-auth` from 1.6.9 to 1.6.10
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/better-auth/CHANGELOG.md)
- [Commits](https://github.com/better-auth/better-auth/commits/better-auth@1.6.10/packages/better-auth)

Updates `express-rate-limit` from 8.4.1 to 8.5.1
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v8.4.1...v8.5.1)

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

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

Updates `zod` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.4.2...v4.4.3)

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

Updates `@tauri-apps/cli` from 2.11.0 to 2.11.1
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.11.0...@tauri-apps/cli-v2.11.1)

Updates `@tiptap/extension-character-count` from 3.22.5 to 3.23.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages-deprecated/extension-character-count/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.1/packages-deprecated/extension-character-count)

Updates `@tiptap/pm` from 3.22.5 to 3.23.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.1/packages/pm)

Updates `@tiptap/react` from 3.22.5 to 3.23.1
- [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.23.1/packages/react)

Updates `@tiptap/starter-kit` from 3.22.5 to 3.23.1
- [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.23.1/packages/starter-kit)

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

Updates `@tanstack/react-query` from 5.100.9 to 5.100.10
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/HEAD/packages/react-query)

Updates `tailwind-merge` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.5.0...v3.6.0)

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

Updates `vite` from 8.0.10 to 8.0.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.12/packages/vite)

---
updated-dependencies:
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bun-patch-and-minor
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.100.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun-patch-and-minor
- dependency-name: "@tauri-apps/cli"
  dependency-version: 2.11.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun-patch-and-minor
- dependency-name: "@tiptap/extension-character-count"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bun-patch-and-minor
- dependency-name: "@tiptap/pm"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bun-patch-and-minor
- dependency-name: "@tiptap/react"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bun-patch-and-minor
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bun-patch-and-minor
- dependency-name: "@types/node"
  dependency-version: 25.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bun-patch-and-minor
- dependency-name: better-auth
  dependency-version: 1.6.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun-patch-and-minor
- dependency-name: express-rate-limit
  dependency-version: 8.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bun-patch-and-minor
- dependency-name: puppeteer
  dependency-version: 24.43.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bun-patch-and-minor
- dependency-name: react
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun-patch-and-minor
- dependency-name: react-dom
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun-patch-and-minor
- dependency-name: shadcn
  dependency-version: 4.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bun-patch-and-minor
- dependency-name: tailwind-merge
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bun-patch-and-minor
- dependency-name: tailwindcss
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bun-patch-and-minor
- dependency-name: typescript-eslint
  dependency-version: 8.59.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun-patch-and-minor
- dependency-name: vite
  dependency-version: 8.0.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bun-patch-and-minor
- dependency-name: zod
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bun/bun-patch-and-minor-760df6fac2 branch from 2837067 to 963bce8 Compare May 12, 2026 10:24
@InstaZDLL InstaZDLL self-assigned this May 12, 2026
@InstaZDLL
Copy link
Copy Markdown
Owner

@copilot Tu peux vérifier que cette PR passe et ne va pas casser au merge ?

Copy link
Copy Markdown
Contributor

Copilot AI commented May 12, 2026

@copilot Tu peux vérifier que cette PR passe et ne va pas casser au merge ?

Oui, la PR passe sans problème. Tous les workflows CI ont été exécutés sur cette branche et sont au vert :

  • CI — success (run #743)
  • CodeQL — success
  • Dependabot Auto Merge — success
  • Label PR — success
  • CLA Assistant — success

La PR peut être mergée en toute sécurité.

@InstaZDLL
Copy link
Copy Markdown
Owner

@claude Tu peux vérifier que cette PR passe et ne va pas casser au merge ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bun Bun package manager dependency updates dependencies Pull requests that update a dependency file scope: api apps/api scope: db packages/db scope: desktop Tauri desktop shell (apps/desktop) scope: desktop-api Desktop Bun sidecar wrapper (packages/desktop-api) scope: desktop-db SQLite schema mirror for desktop (packages/desktop-db) scope: frontend apps/web size: l 200-500 lines type: chore Maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants