Skip to content

build(deps): bump the dependencies group across 1 directory with 30 updates - #29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-6dc49d667d
Open

build(deps): bump the dependencies group across 1 directory with 30 updates#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-6dc49d667d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown

Bumps the dependencies group with 30 updates in the / directory:

Package From To
@better-auth/api-key 1.6.23 1.6.26
@fontsource-variable/geist 5.2.9 5.3.0
@llamaindex/llama-cloud 2.11.0 2.13.0
@mistralai/mistralai 2.5.0 2.6.1
@tanstack/react-devtools 0.10.8 0.10.9
@tanstack/react-query 5.101.2 5.101.4
@tanstack/react-router 1.170.18 1.170.21
@tanstack/react-router-devtools 1.167.0 1.167.1
@tanstack/react-start 1.168.30 1.168.38
autumn-js 1.2.43 1.2.49
better-auth 1.6.23 1.6.26
hono 4.12.31 4.13.1
posthog-js 1.404.1 1.413.3
posthog-node 5.45.2 5.48.1
radix-ui 1.6.2 1.6.7
react 19.2.7 19.2.8
@types/react 19.2.17 19.2.18
react-dom 19.2.7 19.2.8
@types/react-dom 19.2.3 19.2.4
@cloudflare/vite-plugin 1.45.1 1.51.0
@cloudflare/vitest-pool-workers 0.18.6 0.20.2
@tanstack/devtools-vite 0.8.1 0.8.3
@types/node 22.20.1 26.1.2
@vitejs/plugin-react 6.0.3 6.0.5
typescript 6.0.3 7.0.2
wrangler 4.112.0 4.119.0
@cloudflare/workers-types 5.20260721.1 5.20260804.1
@llamaindex/liteparse 2.8.0 2.11.1
@firecrawl/pdf-inspector 1.11.1 1.12.0
vite-plus 0.2.5 0.2.8

Updates @better-auth/api-key from 1.6.23 to 1.6.26

Release notes

Sourced from @​better-auth/api-key's releases.

v1.6.26

better-auth

Bug Fixes

  • Fixed session cleanup on user deletion to also remove sessions from secondary storage (#10520)
  • Fixed findSessions to skip invalid secondary-storage session entries without discarding other valid sessions (#10580)
  • Fixed email OTP sign-up to pass the verification type to custom OTP generators (#10608)
  • Fixed email OTP password reset to allow retrying after entering an invalid password (#10552)
  • Fixed email OTP verification to no longer reveal whether an email is registered before the OTP is verified (#10605)
  • Fixed jwtClient() collapsing createAuthClient type inference when combined with other client plugins (#10513)
  • Fixed JWT key minting inside database transactions to use the transaction-scoped adapter, preventing deadlocks on SQLite and ensuring keys commit with their surrounding transaction on Postgres and MySQL (#10623)
  • Fixed oAuthProxy to preserve Apple user data from form_post callbacks (#10599)
  • Fixed oneTapClient() collapsing createAuthClient type inference when combined with other client plugins (#10635)
  • Fixed database rate-limit cleanup to complete when no background task handler is configured (#10619)
  • Improved nextCookies performance in instrumented Next.js applications by reusing the next/headers import promise (#10467)

For detailed changes, see CHANGELOG

@better-auth/core

Features

  • Added a utility for creating stable, namespaced placeholder emails on the reserved placeholder.invalid domain (#10576)

For detailed changes, see CHANGELOG

@better-auth/redis-storage

Bug Fixes

  • Fixed listKeys() and clear() to use SCAN instead of KEYS so large keyspaces no longer block the Redis server (#10507)

For detailed changes, see CHANGELOG

Contributors

Thanks to everyone who contributed to this release:

@​bytaesu, @​Emmaccen, @​gustavovalverde, @​jashkarangiya, @​jeroenvandermerwe, @​jlucaso1, @​krish-vachhani, @​mrosberghaus, @​XXMOHAMED012

Full changelog: v1.6.25...v1.6.26

v1.6.25

better-auth

Bug Fixes

  • Fixed Apple OAuth not sending the PKCE code challenge during authorization, causing token exchange failures (#10294)
  • Fixed Google One Tap creating new users when sign-up was disabled on the Google provider (#10479)

... (truncated)

Changelog

Sourced from @​better-auth/api-key's changelog.

1.6.26

Patch Changes

1.6.25

Patch Changes

1.6.24

Patch Changes

Commits

Updates @fontsource-variable/geist from 5.2.9 to 5.3.0

Commits

Updates @llamaindex/llama-cloud from 2.11.0 to 2.13.0

Release notes

Sourced from @​llamaindex/llama-cloud's releases.

v2.13.0

2.13.0 (2026-07-22)

Features

  • extract: report num_pages_billed on extract job usage (#22323) (2e3da28)
  • sheets: cost_effective/agentic tiers and per-region billing (#22508) (a1350b9)

v2.12.0

2.12.0 (2026-07-21)

Features

  • brokered-connection: wire data-source create/read to brokered_connection_id (#21699) (92df958)
  • gdrive: reuse-first connection picker in the data-source connect modal (#21725) (4139205)
  • llamaparse: agentic 2026-07-15 — Markdown-pipe table body for Gemini 3.1 Flash-Lite (EU primary) (#22208) (19c059a)
  • parse: adding forms pass to api layer (forms=enrich param + output types) (#22012) (4a52e97)
  • parse: confidence_scores="verified" — per-page AI-verified confidence + document-level score (#22083) (239f9f3)
  • parse: rename confidence scoring option + billing event (confidence_score_effort / confidence_score_high) (#22290) (49059bf)
  • sdk: drop the prod project suffix from Go and Java namespaces (3fb3bed)
  • extract: GA agentic_plus tier

Bug Fixes

  • parse: declare the recursive form node schemas as models (fe0a9a4)
Changelog

Sourced from @​llamaindex/llama-cloud's changelog.

2.13.0 (2026-07-22)

Features

  • extract: report num_pages_billed on extract job usage (#22323) (2e3da28)
  • sheets: cost_effective/agentic tiers and per-region billing (#22508) (a1350b9)

2.12.0 (2026-07-21)

Features

  • brokered-connection: wire data-source create/read to brokered_connection_id (#21699) (92df958)
  • gdrive: reuse-first connection picker in the data-source connect modal (#21725) (4139205)
  • llamaparse: agentic 2026-07-15 — Markdown-pipe table body for Gemini 3.1 Flash-Lite (EU primary) (#22208) (19c059a)
  • parse: adding forms pass to api layer (forms=enrich param + output types) (#22012) (4a52e97)
  • parse: confidence_scores="verified" — per-page AI-verified confidence + document-level score (#22083) (239f9f3)
  • parse: rename confidence scoring option + billing event (confidence_score_effort / confidence_score_high) (#22290) (49059bf)
  • sdk: drop the prod project suffix from Go and Java namespaces (3fb3bed)

Bug Fixes

  • parse: declare the recursive form node schemas as models (fe0a9a4)
Commits
  • 51e9bc9 Merge pull request #89 from run-llama/release-please--branches--main--compone...
  • 26616b0 release: 2.13.0
  • a1350b9 feat(sheets): cost_effective/agentic tiers and per-region billing (#22508)
  • 2e3da28 feat(extract): report num_pages_billed on extract job usage (#22323)
  • 828cb47 Merge pull request #87 from run-llama/stainless/release
  • 41d55a7 Merge pull request #7 from run-llama/yong/retire-pat-app-token
  • 1b3804c Merge pull request #88 from run-llama/yong/retire-pat-app-token
  • 7997add ci: mint release-please token from CI_BOT app instead of a PAT
  • 33f24f3 ci: mint production-repo token from CI_BOT app instead of a PAT
  • 9dc0310 ci: mint SDK-repo credentials from the CI_BOT app instead of a PAT
  • Additional commits viewable in compare view

Updates @mistralai/mistralai from 2.5.0 to 2.6.1

Release notes

Sourced from @​mistralai/mistralai's releases.

typescript - v2.6.1 - 2026-08-05 08:23:18

Generated by Speakeasy CLI

2026-08-05 07:34:14

Changes

Based on:

Generated

  • [typescript v2.6.1] .

Releases

Publishing Completed

typescript - v2.6.0 - 2026-08-04 12:20:52

Generated by Speakeasy CLI

2026-07-31 13:35:28

Changes

Based on:

Generated

  • [typescript v2.6.0] .

Releases

Publishing Completed

Changelog

Sourced from @​mistralai/mistralai's changelog.

2024-08-07 14:12:46

Changes

Based on:

Generated

  • [typescript v1.0.0] .

Releases

2024-08-07 17:09:34

Changes

Based on:

Generated

  • [typescript v1.0.1] .

Releases

2024-08-08 18:05:34

Changes

Based on:

Generated

  • [typescript v1.0.2] .

Releases

2024-08-20 08:43:27

Changes

Based on:

Generated

  • [typescript v1.0.3] .

Releases

2024-08-23 13:33:36

Changes

Based on:

Generated

  • [typescript v1.0.4] .

Releases

... (truncated)

Commits
  • ac69bf0 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.763.6 (#259)
  • 37afe2b Merge pull request #258 from mistralai/speakeasy-sdk-regen-1785504929
  • 74adc4a ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.763.6
  • 61f6e88 examples: fix chat_with_image using a dead image URL (#257)
  • 379351d Merge pull request #256 from mistralai/svdk/feat/client_side_redaction
  • 9b11cb8 feat(observability): client-side redaction of PII/secrets data
  • See full diff in compare view

Updates @tanstack/react-devtools from 0.10.8 to 0.10.9

Release notes

Sourced from @​tanstack/react-devtools's releases.

@​tanstack/react-devtools@​0.10.9

Patch Changes

  • Updated dependencies [d061f0c]:
    • @​tanstack/devtools@​0.13.0
Changelog

Sourced from @​tanstack/react-devtools's changelog.

0.10.9

Patch Changes

  • Updated dependencies [d061f0c]:
    • @​tanstack/devtools@​0.13.0
Commits

Updates @tanstack/react-query from 5.101.2 to 5.101.4

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-devtools@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.101.4
    • @​tanstack/react-query@​5.101.4

@​tanstack/react-query-next-experimental@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.101.4

@​tanstack/react-query-persist-client@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.101.4
    • @​tanstack/react-query@​5.101.4

@​tanstack/react-query@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.4

@​tanstack/react-query-devtools@​5.101.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.101.3
    • @​tanstack/react-query@​5.101.3

@​tanstack/react-query-next-experimental@​5.101.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.101.3

@​tanstack/react-query-persist-client@​5.101.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.101.3
    • @​tanstack/react-query@​5.101.3

@​tanstack/react-query@​5.101.3

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-query's changelog.

5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.4

5.101.3

Patch Changes

  • Updated dependencies [7e3c822]:
    • @​tanstack/query-core@​5.101.3
Commits
  • 86bb8a6 ci: Version Packages (#11094)
  • 181ea82 ci: Version Packages (#11089)
  • 6d55b07 test({react,preact}-query): use the '.then()' convention consistently (#11085)
  • 44f38df test({react,preact,solid}-query/useInfiniteQuery): inline the shared 'fetchIt...
  • d1558c1 test({react,preact}-query/usePrefetchQuery): inline the 'generateQueryFn' fac...
  • 99690d1 test({react,preact}-query/usePrefetchInfiniteQuery): inline single-use helper...
  • 10770f0 test({react,preact}-query/usePrefetchInfiniteQuery): inline the shared 'Suspe...
  • dbd5a86 test({react,preact}-query/usePrefetchQuery): inline the shared 'Suspended' co...
  • b955f60 test({react,preact}-query/useSuspenseQuery): assert the 'loading' fallback is...
  • b9c657e test({react,preact}-query/usePrefetchQuery): assert the 'Loading...' fallback...
  • Additional commits viewable in compare view

Updates @tanstack/react-router from 1.170.18 to 1.170.21

Changelog

Sourced from @​tanstack/react-router's changelog.

1.170.21

Patch Changes

  • #7961 697ebb6 - Prevent a blank frame before zero-delay initial pending UI by using a component-scoped React transition for match publication. Pending timing, boundary selection, and rendered matches continue to come from the router core.

  • #7970 2435885 - createFileRoute does not rely on FileRoute class

  • #7971 86bf510 - clean intersection observer options in link component

  • #7967 6aefb33 - Preserve path params in their raw string form while matching routes so structured values returned by params.parse produce stable match IDs and do not reuse stale loader data.

    RouterCore.getMatchedRoutes() now returns [matchedRoutes, rawParams, foundRoute] instead of an object.

  • Updated dependencies [84db4a8, 9cac62a, 6aefb33]:

    • @​tanstack/router-core@​1.171.18
    • @​tanstack/history@​1.162.1

1.170.20

Patch Changes

  • Updated dependencies [b2908c6]:
    • @​tanstack/router-core@​1.171.17

1.170.19

Patch Changes

  • #7805 45c4ad8 - Rewrite match loading around a lane-based scheduler that tracks each navigation, preload, and background reload as an ordered unit of work. This fixes pending/redirect/retry state leaking between overlapping navigations, restores correct SSR status codes for redirects, errors, and not-found responses, and closes hydration gaps where the client re-ran work the server had already completed.

    • Invalidation now retires matching active preloads so older speculative loader results cannot become fresh cache data after invalidation.
    • Route headers() now only runs on the server, matching the documented behavior — it is no longer invoked during client-side asset projection.
    • The documented default gcTime and preloadGcTime now match the existing runtime default of 5 minutes (300_000).

    Removed / changed exported internals

    • RouterState no longer includes loadedAt, isTransitioning, statusCode, or redirect. Use match.updatedAt in place of loadedAt; subscribe to router.state.status / router.state.isLoading in place of isTransitioning; server response status and redirect handling are now internal to the server loader and are no longer exposed on router.state.
    • RouteMatch.fetchCount has been removed, with no replacement — it was purely informational.
    • RouteMatch.status no longer includes 'redirected' (it remains 'pending' | 'success' | 'error' | 'notFound') — redirected matches are dropped from the match list instead of being rendered.
    • RouteMatch.globalNotFound has been renamed and privatized to the internal _notFound field. Use match.status === 'notFound' instead.
    • The exported React, Solid, and Vue Match components now accept routeId instead of matchId.
    • The exported RouterStores adapter contract now uses route-keyed presentation stores: matchesId is replaced by ids, matchStores by byRoute, and getRouteMatchStore() by getMatchStore(). The separate loadedAt, isLoading, isTransitioning, statusCode, and redirect stores have been removed, along with the pending/cache stores and their setters. StoreConfig.init has also been removed. Read application-facing state from router.state; preload and cache coordination are now internal.
    • Removed RouterCore members getMatch(), updateMatch(), cancelMatch(), and cancelMatches() — read matches from router.state.matches (e.g. router.state.matches.find((m) => m.id === id)); there is no replacement for mutating or cancelling an individual in-flight match from outside the router.
    • Removed RouterCore.hasNotFoundMatch() — use router.state.matches.some((m) => m.status === 'notFound').
    • Removed RouterCore.looseRoutesById — use routesById.
    • Removed RouterCore.isPrerendering(), RouterCore.isViewTransitionTypesSupported, and RouterCore.viewTransitionPromise, with no replacement.
    • Removed RouterCore.getParsedLocationHref() and RouterCore.clearExpiredCache(), with no replacement — expired cache entries are now reconciled automatically as part of match commit.
    • Removed RouterCore.latestLoadPromise and RouterCore.beforeLoad(), with no replacement.

... (truncated)

Commits

Updates @tanstack/react-router-devtools from 1.167.0 to 1.167.1

Changelog

Sourced from @​tanstack/react-router-devtools's changelog.

1.167.1

Patch Changes

  • Updated dependencies [45c4ad8]:
    • @​tanstack/router-core@​1.171.16
    • @​tanstack/react-router@​1.170.19
    • @​tanstack/router-devtools-core@​1.168.1
Commits

Updates @tanstack/react-start from 1.168.30 to 1.168.38

Changelog

Sourced from @​tanstack/react-start's changelog.

1.168.38

Patch Changes

  • Updated dependencies [697ebb6, 2435885, 9cac62a, 86bf510, 6aefb33]:
    • @​tanstack/react-router@​1.170.21
    • @​tanstack/start-client-core@​1.170.17
    • @​tanstack/start-server-core@​1.169.21
    • @​tanstack/react-start-client@​1.168.19
    • @​tanstack/react-start-rsc@​0.1.37
    • @​tanstack/react-start-server@​1.167.26
    • @​tanstack/start-plugin-core@​1.171.29

1.168.37

Patch Changes

  • Updated dependencies [b2908c6]:
    • @​tanstack/start-client-core@​1.170.16
    • @​tanstack/start-plugin-core@​1.171.28
    • @​tanstack/start-server-core@​1.169.20
    • @​tanstack/react-router@​1.170.20
    • @​tanstack/react-start-client@​1.168.18
    • @​tanstack/react-start-rsc@​0.1.36
    • @​tanstack/react-start-server@​1.167.25

1.168.36

Patch Changes

  • Updated dependencies [45c4ad8]:
    • @​tanstack/react-router@​1.170.19
    • @​tanstack/react-start-client@​1.168.17
    • @​tanstack/react-start-rsc@​0.1.35
    • @​tanstack/react-start-server@​1.167.24
    • @​tanstack/start-client-core@​1.170.15
    • @​tanstack/start-plugin-core@​1.171.27
    • @​tanstack/start-server-core@​1.169.19

1.168.35

Patch Changes

  • Updated dependencies [65f7b7f, 65f7b7f]:
    • @​tanstack/start-server-core@​1.169.18
    • @​tanstack/start-plugin-core@​1.171.26
    • @​tanstack/react-start-rsc@​0.1.34
    • @​tanstack/react-start-server@​1.167.23

1.168.34

... (truncated)

Commits

Updates autumn-js from 1.2.43 to 1.2.49

Commits
  • e221638 Merge pull request #2605 from useautumn/dev
  • a30ca77 fix(tests): health-check initRedis mock exports getMiscRedis
  • dcfbdba fix(tests): make unit tests survive CI's bare env (no CACHE_URL/postgres)
  • 140c16f Merge branch 'main' into dev
  • aa66b4d fix(tests): repair runCheckWithRollout fallback ctx + give L1 TTL test its ow...
  • 919fe17 Merge pull request #2603 from useautumn/feat/redis-actions-ctx
  • 8d55d22 Merge origin/dev into dev
  • b4c1399 cloud stuff
  • 749d5e3 refactor(redis): drop miscRedis proxy singleton; extract autoTopUpSuppression...
  • 339aa6f feat(redis): thread ctx into misc-redis actions + label clients with redisType
  • Additional commits viewable in compare view

Updates better-auth from 1.6.23 to 1.6.26

Release notes

Sourced from better-auth's releases.

v1.6.26

better-auth

Bug Fixes

  • Fixed session cleanup on user deletion to also remove sessions from secondary storage (#10520)
  • Fixed findSessions to skip invalid secondary-storage session entries without discarding other valid sessions (#10580)
  • Fixed email OTP sign-up to pass the verification type to custom OTP generators (#10608)
  • Fixed email OTP password reset to allow retrying after entering an invalid password (#10552)
  • Fixed email OTP verification to no longer reveal whether an email is registered before the OTP is verified (#10605)
  • Fixed jwtClient() collapsing createAuthClient type inference when combined with other client plugins (#10513)
  • Fixed JWT key minting inside database transactions to use the transaction-scoped adapter, preventing deadlocks on SQLite and ensuring keys commit with their surrounding transaction on Postgres and MySQL (#10623)
  • Fixed oAuthProxy to preserve Apple user data from form_post callbacks (#10599)
  • Fixed oneTapClient() collapsing createAuthClient type inference when combined with other client plugins (#10635)
  • Fixed database rate-limit cleanup to complete when no background task handler is configured (#10619)
  • Improved nextCookies performance in instrumented Next.js applications by reusing the next/headers import promise (#10467)

For detailed changes, see CHANGELOG

@better-auth/core

Features

  • Added a utility for creating stable, namespaced placeholder emails on the reserved placeholder.invalid domain (#10576)

For detailed changes, see CHANGELOG

@better-auth/redis-storage

Bug Fixes

  • Fixed listKeys() and clear() to use SCAN instead of KEYS so large keyspaces no longer block the Redis server (#10507)

For detailed changes, see CHANGELOG

Contributors

Thanks to everyone who contributed to this release:

@​bytaesu, @​Emmaccen, @​gustavovalverde, @​jashkarangiya, @​jeroenvandermerwe, @​jlucaso1, @​krish-vachhani, @​mrosberghaus, @​XXMOHAMED012

Full changelog: v1.6.25...v1.6.26

v1.6.25

better-auth

Bug Fixes

  • Fixed Apple OAuth not sending the PKCE code challenge during authorization, causing token exchange failures (#10294)
  • Fixed Google One Tap creating new users when sign-up was disabled on the Google provider (#10479)

... (truncated)

Changelog

Sourced from better-auth's changelog.

1.6.26

Patch Changes

  • #10619 9ede805Description has been truncated


    View with [code]smith Autofix with [code]smith
    Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.


    Summary by cubic

    Upgrade dependencies across the repo to pick up bug fixes, TypeScript 7, and routing/tooling improvements. These are minor/patch updates; no app-level behavior changes expected.

    • Dependencies

      • Types: typescript → 7.x, @types/node → 26.x
      • React: react/react-dom → 19.2.8, @types/react/@types/react-dom patched
      • TanStack: @tanstack/react-router 1.170.21, @tanstack/react-start 1.168.38, @tanstack/react-query 5.101.4, devtools bumped
      • Auth: better-auth and @better-auth/api-key → 1.6.26 with multiple fixes
      • AI clients: @llamaindex/llama-cloud 2.13.0, @llamaindex/liteparse 2.11.1, @mistralai/mistralai 2.6.1
      • Cloudflare/tooling: wrangler 4.119.0, @cloudflare/vite-plugin 1.51.0, @cloudflare/vitest-pool-workers 0.20.2, catalog vite-plus 0.2.8
      • Other libs: hono 4.13.1, radix-ui 1.6.7, posthog-js 1.413.3, posthog-node 5.48.1, @fontsource-variable/geist 5.3.0, autumn-js 1.2.49
    • Migration

      • Run install and typecheck: pnpm i && pnpm -w typecheck. Update tsconfig if Node types mismatch after @types/node 26.
      • No code changes expected for TanStack or better-auth updates.

    Written for commit 5f59755ca1d224ad127a155b633a429ff354e4a7. Summary will update on new commits.

    Review in cubic

…pdates

Bumps the dependencies group with 30 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@better-auth/api-key](https://github.com/better-auth/better-auth/tree/HEAD/packages/api-key) | `1.6.23` | `1.6.26` |
| [@fontsource-variable/geist](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/geist) | `5.2.9` | `5.3.0` |
| [@llamaindex/llama-cloud](https://github.com/run-llama/llama-parse-ts) | `2.11.0` | `2.13.0` |
| [@mistralai/mistralai](https://github.com/mistralai/client-ts) | `2.5.0` | `2.6.1` |
| [@tanstack/react-devtools](https://github.com/TanStack/devtools/tree/HEAD/packages/react-devtools) | `0.10.8` | `0.10.9` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.101.2` | `5.101.4` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.170.18` | `1.170.21` |
| [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) | `1.167.0` | `1.167.1` |
| [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.168.30` | `1.168.38` |
| [autumn-js](https://github.com/useautumn/autumn) | `1.2.43` | `1.2.49` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.6.23` | `1.6.26` |
| [hono](https://github.com/honojs/hono) | `4.12.31` | `4.13.1` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.404.1` | `1.413.3` |
| [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.45.2` | `5.48.1` |
| [radix-ui](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/radix-ui) | `1.6.2` | `1.6.7` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.17` | `19.2.18` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.3` | `19.2.4` |
| [@cloudflare/vite-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vite-plugin-cloudflare) | `1.45.1` | `1.51.0` |
| [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.18.6` | `0.20.2` |
| [@tanstack/devtools-vite](https://github.com/TanStack/devtools/tree/HEAD/packages/devtools-vite) | `0.8.1` | `0.8.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.20.1` | `26.1.2` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.3` | `6.0.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.112.0` | `4.119.0` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `5.20260721.1` | `5.20260804.1` |
| [@llamaindex/liteparse](https://github.com/run-llama/liteparse) | `2.8.0` | `2.11.1` |
| [@firecrawl/pdf-inspector](https://github.com/firecrawl/pdf-inspector) | `1.11.1` | `1.12.0` |
| [vite-plus](https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli) | `0.2.5` | `0.2.8` |



Updates `@better-auth/api-key` from 1.6.23 to 1.6.26
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/api-key/CHANGELOG.md)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.6.26/packages/api-key)

Updates `@fontsource-variable/geist` from 5.2.9 to 5.3.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/geist)

Updates `@llamaindex/llama-cloud` from 2.11.0 to 2.13.0
- [Release notes](https://github.com/run-llama/llama-parse-ts/releases)
- [Changelog](https://github.com/run-llama/llama-parse-ts/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama-parse-ts@v2.11.0...v2.13.0)

Updates `@mistralai/mistralai` from 2.5.0 to 2.6.1
- [Release notes](https://github.com/mistralai/client-ts/releases)
- [Changelog](https://github.com/mistralai/client-ts/blob/main/RELEASES.md)
- [Commits](mistralai/client-ts@v2.5.0...v2.6.1)

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

Updates `@tanstack/react-query` from 5.101.2 to 5.101.4
- [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/@tanstack/react-query@5.101.4/packages/react-query)

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

Updates `@tanstack/react-router-devtools` from 1.167.0 to 1.167.1
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router-devtools@1.167.1/packages/react-router-devtools)

Updates `@tanstack/react-start` from 1.168.30 to 1.168.38
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-start/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-start@1.168.38/packages/react-start)

Updates `autumn-js` from 1.2.43 to 1.2.49
- [Commits](useautumn/autumn@autumn-js-v1.2.43...autumn-js-v1.2.49)

Updates `better-auth` from 1.6.23 to 1.6.26
- [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/v1.6.26/packages/better-auth)

Updates `hono` from 4.12.31 to 4.13.1
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.31...v4.13.1)

Updates `posthog-js` from 1.404.1 to 1.413.3
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.404.1...posthog-js@1.413.3)

Updates `posthog-node` from 5.45.2 to 5.48.1
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.48.1/packages/node)

Updates `radix-ui` from 1.6.2 to 1.6.7
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/radix-ui/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/1.6.7/packages/react/radix-ui)

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

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

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

Updates `@types/react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@cloudflare/vite-plugin` from 1.45.1 to 1.51.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vite-plugin-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vite-plugin@1.51.0/packages/vite-plugin-cloudflare)

Updates `@cloudflare/vitest-pool-workers` from 0.18.6 to 0.20.2
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vitest-pool-workers/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vitest-pool-workers@0.20.2/packages/vitest-pool-workers)

Updates `@tanstack/devtools-vite` from 0.8.1 to 0.8.3
- [Release notes](https://github.com/TanStack/devtools/releases)
- [Changelog](https://github.com/TanStack/devtools/blob/main/packages/devtools-vite/CHANGELOG.md)
- [Commits](https://github.com/TanStack/devtools/commits/@tanstack/devtools-vite@0.8.3/packages/devtools-vite)

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

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

Updates `@types/react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@vitejs/plugin-react` from 6.0.3 to 6.0.5
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.5/packages/plugin-react)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `wrangler` from 4.112.0 to 4.119.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.119.0/packages/wrangler)

Updates `@cloudflare/workers-types` from 5.20260721.1 to 5.20260804.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `@llamaindex/liteparse` from 2.8.0 to 2.11.1
- [Release notes](https://github.com/run-llama/liteparse/releases)
- [Changelog](https://github.com/run-llama/liteparse/blob/main/CHANGELOG.md)
- [Commits](run-llama/liteparse@node-v2.8.0...node-v2.11.1)

Updates `@firecrawl/pdf-inspector` from 1.11.1 to 1.12.0
- [Commits](https://github.com/firecrawl/pdf-inspector/commits)

Updates `vite-plus` from 0.2.5 to 0.2.8
- [Release notes](https://github.com/voidzero-dev/vite-plus/releases)
- [Commits](https://github.com/voidzero-dev/vite-plus/commits/v0.2.8/packages/cli)

---
updated-dependencies:
- dependency-name: "@better-auth/api-key"
  dependency-version: 1.6.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@fontsource-variable/geist"
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@llamaindex/llama-cloud"
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mistralai/mistralai"
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-devtools"
  dependency-version: 0.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.101.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.170.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-router-devtools"
  dependency-version: 1.167.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.168.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: autumn-js
  dependency-version: 1.2.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: better-auth
  dependency-version: 1.6.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hono
  dependency-version: 4.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: posthog-js
  dependency-version: 1.413.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: posthog-node
  dependency-version: 5.48.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: radix-ui
  dependency-version: 1.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@cloudflare/vite-plugin"
  dependency-version: 1.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@cloudflare/vitest-pool-workers"
  dependency-version: 0.20.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/devtools-vite"
  dependency-version: 0.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 26.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-version: 4.119.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 5.20260804.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@llamaindex/liteparse"
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@firecrawl/pdf-inspector"
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vite-plus
  dependency-version: 0.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Aug 10, 2026
@greptile-apps

greptile-apps Bot commented Aug 10, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

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.

0 participants