Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

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

Package From To
@better-auth/api-key 1.6.23 1.6.28
@fontsource-variable/geist 5.2.9 5.3.0
@hono/zod-openapi 1.5.1 1.6.0
@llamaindex/llama-cloud 2.11.0 2.14.0
@mistralai/mistralai 2.5.0 2.6.1
@tanstack/react-devtools 0.10.8 0.10.10
@tanstack/react-query 5.101.2 5.101.4
@tanstack/react-router 1.170.18 1.170.27
@tanstack/react-router-devtools 1.167.0 1.167.1
@tanstack/react-start 1.168.30 1.168.44
autumn-js 1.2.43 1.2.53
better-auth 1.6.23 1.6.28
hono 4.12.31 4.13.2
posthog-js 1.404.1 1.417.0
posthog-node 5.45.2 5.49.0
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.52.1
@cloudflare/vitest-pool-workers 0.18.6 0.21.3
@commitlint/cli 21.2.1 21.2.2
@commitlint/config-conventional 21.2.0 21.2.2
@tanstack/devtools-vite 0.8.1 0.8.3
@types/node 22.20.1 26.2.0
@vitejs/plugin-react 6.0.3 6.0.5
typescript 6.0.3 7.0.2
wrangler 4.112.0 4.123.0
@cloudflare/workers-types 5.20260721.1 5.20260814.1
@llamaindex/liteparse 2.8.0 2.12.0
@firecrawl/pdf-inspector 1.11.1 1.14.2
vite-plus 0.2.5 0.2.9

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

Release notes

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

v1.6.28

better-auth

Bug Fixes

  • Prevented duplicate session requests during React Suspense retries while preserving revalidation for interrupted refreshes (#10769)
  • Restored client plugin declaration compatibility for downstream TypeScript consumers (#10794)

For detailed changes, see the CHANGELOG.

@better-auth/electron

Bug Fixes

  • Restored client plugin declaration compatibility for downstream TypeScript consumers (#10794)

For detailed changes, see the CHANGELOG.

@better-auth/expo

Bug Fixes

  • Restored client plugin declaration compatibility for downstream TypeScript consumers (#10794)

For detailed changes, see the CHANGELOG.

Contributors

Thanks to everyone who contributed to this release:

@​bytaesu

Full changelog: v1.6.27...v1.6.28

v1.6.27

better-auth

Bug Fixes

  • Fixed duplicate session requests being made across Suspense retries (#10676)

For detailed changes, see CHANGELOG

@better-auth/scim

Bug Fixes

  • Fixed auth endpoint types to align with better-call (#10657)

For detailed changes, see CHANGELOG

... (truncated)

Changelog

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

1.6.28

Patch Changes

1.6.27

Patch Changes

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 @hono/zod-openapi from 1.5.1 to 1.6.0

Release notes

Sourced from @​hono/zod-openapi's releases.

@​hono/zod-openapi@​1.6.0

Minor Changes

@​hono/zod-openapi@​1.5.3

Patch Changes

@​hono/zod-openapi@​1.5.2

Patch Changes

  • #2069 fc0377c5595bde3147d181e5013a3fc710175e40 Thanks @​edenbuilds! - fix(zod-openapi): keep the z import edge so .openapi() survives bundling

    Re-exporting zod's z as a pass-through let esbuild code-splitting resolve import { z } from '@hono/zod-openapi' straight to zod and drop the edge to the module that runs extendZodWithOpenApi(z), so schemas could be built before the patch applied and .openapi() was undefined at runtime. Export z as an alias declaration instead: it compiles to a binding local to the module, which keeps that edge, while still carrying zod's type namespace so z.infer, z.ZodType and the rest continue to work. Fixes #2051.

Changelog

Sourced from @​hono/zod-openapi's changelog.

1.6.0

Minor Changes

1.5.3

Patch Changes

1.5.2

Patch Changes

  • #2069 fc0377c5595bde3147d181e5013a3fc710175e40 Thanks @​edenbuilds! - fix(zod-openapi): keep the z import edge so .openapi() survives bundling

    Re-exporting zod's z as a pass-through let esbuild code-splitting resolve import { z } from '@hono/zod-openapi' straight to zod and drop the edge to the module that runs extendZodWithOpenApi(z), so schemas could be built before the patch applied and .openapi() was undefined at runtime. Export z as an alias declaration instead: it compiles to a binding local to the module, which keeps that edge, while still carrying zod's type namespace so z.infer, z.ZodType and the rest continue to work. Fixes #2051.

Commits

Updates @llamaindex/llama-cloud from 2.11.0 to 2.14.0

Release notes

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

v2.14.0

2.14.0 (2026-08-12)

Features

  • classify: accept webhook_configuration_ids on classify job create (LI-8138) (#22943) (7b474a5)
  • connector: API + service layer for attaching a subscription to a directory (#23502) (f51c4ce)
  • connectors: expose a directory's connector subscription, and resolve connected accounts (#23831) (a193c21)
  • extract: accept webhook_configuration_ids on extract job create (LI-8138) (#22907) (1c38e86)
  • extract: pin turbo to a stable dated version; accept citations+confidence, reject only granular bboxes (#22965) (8eb70ee)
  • extract: reject parse_tier for parse-free tiers + pin turbo fallback to fast (#22919) (55eef35)
  • files: rename files.get to files.content and restore files.retrieve (5844acb)
  • forms: emit bboxes in v2 forms output (#23974) (04c2fb9)
  • parse,extract: add expand=usage returning credits billed per job (#23709) (b7db759)
  • parse: make the output.pdf artifact opt-in on Parse v2 (output_options.save_output_pdf) (#23510) (ed01411)
  • split: accept webhook_configuration_ids on split job create (LI-8138) (#22940) (ff899bf)

Bug Fixes

  • llamaparse: retry qwen context-overflow 400s with a shrinking OCR anchor (#23817) (5d49da5)

Chores

  • api: regenerate OpenAPI specs for new agentic parse version (#22763) (ddd8f4b)

Documentation

  • parse: shorten the images_to_save field description (#23807) (7f7fbb0)

Refactors

  • remove Depends(get_db) from permissions endpoints (#22635) (840a488)

Build System

  • deps: sync yarn.lock to run-llama/tsc-multi mirror; drop jq-web (44d5322)
  • deps: sync yarn.lock to run-llama/tsc-multi mirror; drop jq-web (a425fc4)
  • deps: use run-llama/tsc-multi mirror; remove unused jq-web (757456f)
  • deps: use run-llama/tsc-multi mirror; remove unused jq-web (2be1f64)
  • deps: use run-llama/tsc-multi mirror; remove unused jq-web (5e689a7)
  • deps: use run-llama/tsc-multi mirror; remove unused jq-web (e645ea7)
  • deps: use run-llama/tsc-multi mirror; remove unused jq-web (sealed as custom code) (e713f07)

v2.13.0

... (truncated)

Changelog

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

2.14.0 (2026-08-12)

[!WARNING] Breaking change: files.get() is renamed to files.content(). It returns the presigned download URL, as before. client.files.get(fileID) no longer exists — replace it with client.files.content(fileID). client.files.retrieve(fileID) returns the file resource itself. Released as a minor, not a major, because a major would force the sibling Go SDK's module path to /v2.

Features

  • classify: accept webhook_configuration_ids on classify job create (LI-8138) (#22943) (7b474a5)
  • connector: API + service layer for attaching a subscription to a directory (#23502) (f51c4ce)
  • connectors: expose a directory's connector subscription, and resolve connected accounts (#23831) (a193c21)
  • extract: accept webhook_configuration_ids on extract job create (LI-8138) (#22907) (1c38e86)
  • extract: pin turbo to a stable dated version; accept citations+confidence, reject only granular bboxes (#22965) (8eb70ee)
  • extract: reject parse_tier for parse-free tiers + pin turbo fallback to fast (#22919) (55eef35)
  • files: rename files.get to files.content and restore files.retrieve (5844acb)
  • forms: emit bboxes in v2 forms output (#23974) (04c2fb9)
  • parse,extract: add expand=usage returning credits billed per job (#23709) (b7db759)
  • parse: make the output.pdf artifact opt-in on Parse v2 (output_options.save_output_pdf) (#23510) (ed01411)
  • split: accept webhook_configuration_ids on split job create (LI-8138) (#22940) (ff899bf)

Bug Fixes

  • llamaparse: retry qwen context-overflow 400s with a shrinking OCR anchor (#23817) (5d49da5)

Chores

  • api: regenerate OpenAPI specs for new agentic parse version (#22763) (ddd8f4b)

Documentation

  • parse: shorten the images_to_save field description (#23807) (7f7fbb0)

Refactors

  • remove Depends(get_db) from permissions endpoints (#22635) (840a488)

Build System

  • deps: sync yarn.lock to run-llama/tsc-multi mirror; drop jq-web (44d5322)
  • deps: sync yarn.lock to run-llama/tsc-multi mirror; drop jq-web (a425fc4)
  • deps: use run-llama/tsc-multi mirror; remove unused jq-web (757456f)
  • deps: use run-llama/tsc-multi mirror; remove unused jq-web (2be1f64)

... (truncated)

Commits
  • 257e26e release: 2.14.0 (#92)
  • 244a00e Merge pull request #90 from run-llama/stainless/release
  • 64df1ea ci: regenerate the release PR body on every promote (#15)
  • 5844acb feat(files): rename files.get to files.content and restore files.retrieve
  • a78d581 Enable Extract v2 caching with configuration control (#23715)
  • 09e5668 LI-8754 follow-up: surface the endpoints the console actively consumes
  • 04c2fb9 feat(forms): emit bboxes in v2 forms output (#23974)
  • a193c21 feat(connectors): expose a directory's connector subscription, and resolve co...
  • c1c60ed Build SDK
  • 303b45b Build SDK
  • 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.10

Release notes

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

@​tanstack/react-devtools@​0.10.10

Patch Changes

@​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.10

Patch Changes

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

Release notes

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

@​tanstack/react-router@​1.170.27

Patch Changes

@​tanstack/react-router@​1.170.26

Patch Changes

  • #8045 f500760 - Warn when an Outlet is rendered inside a pending, error, or not-found component.

  • #8043 1aafca9 - remove the undocumented Link isTransitioning state and data-transitioning attribute

  • #8044 aa10b65 - Apply preloadDelay to viewport link preloading and cancel pending preloads when links leave the viewport.

  • Updated dependencies [7e93431]:

    • @​tanstack/router-core@​1.171.22
Changelog

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

1.170.27

Patch Changes

1.170.26

Patch Changes

  • #8045 f500760 - Warn when an Outlet is rendered inside a pending, error, or not-found component.

  • #8043 1aafca9 - remove the undocumented Link isTransitioning state and data-transitioning attribute

  • #8044 aa10b65 - Apply preloadDelay to viewport link preloading and cancel pending preloads when links leave the viewport.

  • Updated dependencies [7e93431]:

    • @​tanstack/router-core@​1.171.22

1.170.25

Patch Changes

  • Updated dependencies [51138a8]:
    • @​tanstack/router-core@​1.171.21

1.170.24

Patch Changes

1.170.23

Patch Changes

  • #7952 95dec51 - bail out of Link re-renders when the resolved href and active state are unchanged

1.170.22

Patch Changes

  • #7992 ea3a665 - retain mounted UI during revalidation

  • Updated dependencies [ea3a665]:

    • @​tanstack/router-core@​1.171.19

1.170.21

... (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.44

Release notes

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

@​tanstack/react-start@​1.168.44

Patch Changes

  • Updated dependencies [b0817f5]:
    • @​tanstack/react-router@​1.170.27
    • @​tanstack/react-start-client@​1.168.25
    • @​tanstack/react-start-rsc@​0.1.43
    • @​tanstack/react-start-server@​1.167.32

@​tanstack/react-start@​1.168.43

Patch Changes

  • Updated dependencies [f500760, 1aafca9, aa10b65]:
    • @​tanstack/react-router@​1.170.26
    • @​tanstack/react-start-client@​1.168.24
    • @​tanstack/react-start-rsc@​0.1.42
    • @​tanstack/react-start-server@​1.167.31
    • @​tanstack/start-client-core@​1.170.22
    • @​tanstack/start-plugin-core@​1.171.34
    • @​tanstack/start-server-core@​1.169.26
Changelog

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

1.168.44

Patch Changes

  • Updated dependencies [b0817f5]:
    • @​tanstack/react-router@​1.170.27
    • @​tanstack/react-start-client@​1.168.25
    • @​tanstack/react-start-rsc@​0.1.43
    • @​tans...

      Description 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

      Bumps 33 dependencies across the workspace to current minor/patch versions, including TypeScript 7, Cloudflare tooling, TanStack Router/Query, Hono, PostHog, and UI libs. The main behavior change is in @llamaindex/llama-cloud: files.get() is renamed to files.content() and files.retrieve() returns the file resource.

      • Replace all client.files.get(fileID) calls with client.files.content(fileID); use client.files.retrieve(fileID) for metadata. Search in packages/*, services/*, and the CLI.
      • Validate the TypeScript 7 and @types/node@26 upgrade: run pnpm -w typecheck && pnpm -w build and address any stricter typing errors.
      • Verify Cloudflare workflows after updating wrangler, @cloudflare/vite-plugin, @cloudflare/vitest-pool-workers, and @cloudflare/workers-types: run Workers tests and a local dev session.
      • Note @tanstack/react-router removes the undocumented Link isTransitioning state; remove any usage if present. Preload behavior honors preloadDelay; confirm if you rely on viewport preloading.
      • No source changes are included; lockfile and manifests only. Merge after the above migrations pass CI.

      Written for commit 2827a9536ade97bce568b2323e4a589b5de02d75. Summary will update on new commits.

      Review in cubic

…pdates

Bumps the dependencies group with 33 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.28` |
| [@fontsource-variable/geist](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/geist) | `5.2.9` | `5.3.0` |
| [@hono/zod-openapi](https://github.com/honojs/middleware/tree/HEAD/packages/zod-openapi) | `1.5.1` | `1.6.0` |
| [@llamaindex/llama-cloud](https://github.com/run-llama/llama-parse-ts) | `2.11.0` | `2.14.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.10` |
| [@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.27` |
| [@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.44` |
| [autumn-js](https://github.com/useautumn/autumn) | `1.2.43` | `1.2.53` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.6.23` | `1.6.28` |
| [hono](https://github.com/honojs/hono) | `4.12.31` | `4.13.2` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.404.1` | `1.417.0` |
| [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.45.2` | `5.49.0` |
| [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.52.1` |
| [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.18.6` | `0.21.3` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `21.2.1` | `21.2.2` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `21.2.0` | `21.2.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.2.0` |
| [@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.123.0` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `5.20260721.1` | `5.20260814.1` |
| [@llamaindex/liteparse](https://github.com/run-llama/liteparse) | `2.8.0` | `2.12.0` |
| [@firecrawl/pdf-inspector](https://github.com/firecrawl/pdf-inspector) | `1.11.1` | `1.14.2` |
| [vite-plus](https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli) | `0.2.5` | `0.2.9` |



Updates `@better-auth/api-key` from 1.6.23 to 1.6.28
- [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.28/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 `@hono/zod-openapi` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/honojs/middleware/releases)
- [Changelog](https://github.com/honojs/middleware/blob/main/packages/zod-openapi/CHANGELOG.md)
- [Commits](https://github.com/honojs/middleware/commits/@hono/zod-openapi@1.6.0/packages/zod-openapi)

Updates `@llamaindex/llama-cloud` from 2.11.0 to 2.14.0
- [Release notes](https://github.com/run-llama/llama-parse-ts/releases)
- [Changelog](https://github.com/run-llama/llama-parse-ts/blob/v2.14.0/CHANGELOG.md)
- [Commits](run-llama/llama-parse-ts@v2.11.0...v2.14.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.10
- [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.10/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.27
- [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.27/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.44
- [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.44/packages/react-start)

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

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

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

Updates `posthog-js` from 1.404.1 to 1.417.0
- [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.417.0)

Updates `posthog-node` from 5.45.2 to 5.49.0
- [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.49.0/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.52.1
- [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.52.1/packages/vite-plugin-cloudflare)

Updates `@cloudflare/vitest-pool-workers` from 0.18.6 to 0.21.3
- [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.21.3/packages/vitest-pool-workers)

Updates `@commitlint/cli` from 21.2.1 to 21.2.2
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.2.2/@commitlint/cli)

Updates `@commitlint/config-conventional` from 21.2.0 to 21.2.2
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.2.2/@commitlint/config-conventional)

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.2.0
- [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.123.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.123.0/packages/wrangler)

Updates `@cloudflare/workers-types` from 5.20260721.1 to 5.20260814.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.12.0
- [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.12.0)

Updates `@firecrawl/pdf-inspector` from 1.11.1 to 1.14.2
- [Release notes](https://github.com/firecrawl/pdf-inspector/releases)
- [Commits](https://github.com/firecrawl/pdf-inspector/commits/v1.14.2)

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

---
updated-dependencies:
- dependency-name: "@better-auth/api-key"
  dependency-version: 1.6.28
  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: "@hono/zod-openapi"
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@llamaindex/llama-cloud"
  dependency-version: 2.14.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.10
  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.27
  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.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: autumn-js
  dependency-version: 1.2.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: better-auth
  dependency-version: 1.6.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hono
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: posthog-js
  dependency-version: 1.417.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: posthog-node
  dependency-version: 5.49.0
  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.52.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@cloudflare/vitest-pool-workers"
  dependency-version: 0.21.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@commitlint/cli"
  dependency-version: 21.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 21.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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.2.0
  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.123.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 5.20260814.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@llamaindex/liteparse"
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@firecrawl/pdf-inspector"
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vite-plus
  dependency-version: 0.2.9
  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 17, 2026
@greptile-apps

greptile-apps Bot commented Aug 17, 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