Skip to content

chore(deps): bump the minor-and-patch group with 24 updates - #97

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-219352baf8
Closed

chore(deps): bump the minor-and-patch group with 24 updates#97
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-219352baf8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 24 updates:

Package From To
@ai-sdk/anthropic 4.0.39 4.0.40
@ai-sdk/react 4.0.69 4.0.76
@assistant-ui/react 0.15.14 0.15.16
@assistant-ui/react-ai-sdk 1.4.5 1.4.7
@assistant-ui/react-markdown 0.14.10 0.14.12
@tanstack/react-devtools 0.10.10 0.10.12
@tanstack/react-router 1.170.29 1.170.31
@tanstack/react-start 1.168.46 1.168.48
@tanstack/router-plugin 1.168.32 1.168.34
@uiw/react-md-editor 4.1.1 4.1.2
ai 7.0.66 7.0.73
better-auth 1.6.29 1.7.1
dayjs 1.11.21 1.11.23
globby 16.2.3 16.2.4
lucide-react 1.31.0 1.33.0
srvx 0.12.5 0.12.7
@biomejs/biome 2.5.8 2.5.9
@storybook/addon-docs 10.5.8 10.5.10
@storybook/react-vite 10.5.8 10.5.10
@tanstack/devtools-vite 0.8.3 0.8.5
@vitejs/plugin-react 6.0.5 6.1.0
storybook 10.5.8 10.5.10
vite 8.2.1 8.2.2
vitest 4.1.10 4.1.11

Updates @ai-sdk/anthropic from 4.0.39 to 4.0.40

Changelog

Sourced from @​ai-sdk/anthropic's changelog.

4.0.40

Patch Changes

  • Updated dependencies [e6087c9]
    • @​ai-sdk/provider-utils@​5.0.28
Commits

Updates @ai-sdk/react from 4.0.69 to 4.0.76

Changelog

Sourced from @​ai-sdk/react's changelog.

4.0.76

Patch Changes

  • ai@7.0.73

4.0.75

Patch Changes

  • ai@7.0.72

4.0.74

Patch Changes

  • Updated dependencies [9a37469]
    • ai@7.0.71

4.0.73

Patch Changes

  • Updated dependencies [e6087c9]
  • Updated dependencies [9566914]
  • Updated dependencies [b181020]
  • Updated dependencies [7054073]
  • Updated dependencies [a828527]
  • Updated dependencies [d3cc3fe]
    • @​ai-sdk/provider-utils@​5.0.28
    • ai@7.0.70
    • @​ai-sdk/mcp@​2.0.34

4.0.72

Patch Changes

  • ai@7.0.69

4.0.71

Patch Changes

  • Updated dependencies [1f29230]
  • Updated dependencies [0c60a40]
  • Updated dependencies [e6a9927]
    • @​ai-sdk/mcp@​2.0.33
    • ai@7.0.68

4.0.70

... (truncated)

Commits

Updates @assistant-ui/react from 0.15.14 to 0.15.16

Release notes

Sourced from @​assistant-ui/react's releases.

@​assistant-ui/react@​0.15.16

Patch Changes

  • #6136 f7bd2d9 - fix: keep DevTools updates flowing when a subscriber throws (@​Kinfe123)

  • #6055 1f3eaa7 - fix: contain SandboxHost render failures after teardown (@​Kinfe123)

  • #6110 48f95b1 - chore: delete the dead ensureBinding and useRuntimeState utilities (@​samdickson22)

    src/context/react/utils/ensureBinding.ts and src/context/react/utils/useRuntimeState.ts imported only each other. Nothing else in the repo referenced them, neither appears in the package barrel or the api-surface snapshot, and the "."-only exports map made them unreachable to consumers. ensureBinding was an external caller of __internal_bindMethods that no longer had a caller of its own; the runtime classes bind themselves in their constructors, so nothing changes at runtime. The public API surface is unchanged and every other emitted file is byte-identical.

  • #6156 9c65b51 - deprecate leftover Primitive.If and Empty wrappers on react-native and react-ink, and point them at AuiIf (@​okisdev)

    ThreadIf now reads thread.isEmpty instead of messages.length === 0, matching the loading-aware field already used by ThreadEmpty and AuiIf. First-party examples and docs samples that still called the leftover wrappers now use AuiIf directly.

  • #6084 ca9e72c - fix: resync trigger popover cursor after selection (@​rupic-app)

  • #6054 59e9a08 - fix: handle rejected asynchronous Markdown exports (@​Kinfe123)

  • #6098 b9b9dad - fix: drain unrevealed smooth text when a message completes before any frame (@​rupic-app)

  • #6061 75dfbe3 - docs: document Escape-to-stop-speaking on ThreadPrimitive.Root (@​samdickson22)

  • #6124 06b04a7 - chore: update dependencies (@​okisdev)

  • Updated dependencies [fa30915, b355aef, f7bd2d9, 4947ef4, 332f736, ef9254d, 9c65b51, 5845ba7, 1b30bfd, 365e763, d19921d, 996aa57, 21d6e87, cd247e5, f2b3ef8, 1bf263b, 19e52c4, 06b04a7, a614b5e, 07b51db, 92e52bd]:

    • @​assistant-ui/core@​0.3.15
    • @​assistant-ui/tap@​0.9.14
    • assistant-stream@0.3.39

@​assistant-ui/react@​0.15.15

Patch Changes

  • #6071 c3fd447 - feat: host assistant-cloud thread lists on AISDKThreads via RemoteThreadList (@​okisdev)

    AISDKThreads({ cloud }) uses RemoteThreadList and remounts each thread like useChatRuntime. Cloud history withFormat resolves persistence per call so one adapter can serve many threads. useExternalHistory waits for threadListItem.remoteId instead of latching on the first empty paint.

  • #5872 f9529bf - feat: move useAssistantTransportRuntime into core/react (@​okisdev)

  • #5872 f9529bf - fix: persist data message parts in aui/v0 cloud history (@​okisdev)

  • #5839 24a1af7 - fix: validate MCP App resource responses (@​Kinfe123)

  • #5817 dab7b7a - fix: dispose sandbox frames when bridge setup fails (@​Kinfe123)

... (truncated)

Changelog

Sourced from @​assistant-ui/react's changelog.

0.15.16

Patch Changes

  • #6136 f7bd2d9 - fix: keep DevTools updates flowing when a subscriber throws (@​Kinfe123)

  • #6055 1f3eaa7 - fix: contain SandboxHost render failures after teardown (@​Kinfe123)

  • #6110 48f95b1 - chore: delete the dead ensureBinding and useRuntimeState utilities (@​samdickson22)

    src/context/react/utils/ensureBinding.ts and src/context/react/utils/useRuntimeState.ts imported only each other. Nothing else in the repo referenced them, neither appears in the package barrel or the api-surface snapshot, and the "."-only exports map made them unreachable to consumers. ensureBinding was an external caller of __internal_bindMethods that no longer had a caller of its own; the runtime classes bind themselves in their constructors, so nothing changes at runtime. The public API surface is unchanged and every other emitted file is byte-identical.

  • #6156 9c65b51 - deprecate leftover Primitive.If and Empty wrappers on react-native and react-ink, and point them at AuiIf (@​okisdev)

    ThreadIf now reads thread.isEmpty instead of messages.length === 0, matching the loading-aware field already used by ThreadEmpty and AuiIf. First-party examples and docs samples that still called the leftover wrappers now use AuiIf directly.

  • #6084 ca9e72c - fix: resync trigger popover cursor after selection (@​rupic-app)

  • #6054 59e9a08 - fix: handle rejected asynchronous Markdown exports (@​Kinfe123)

  • #6098 b9b9dad - fix: drain unrevealed smooth text when a message completes before any frame (@​rupic-app)

  • #6061 75dfbe3 - docs: document Escape-to-stop-speaking on ThreadPrimitive.Root (@​samdickson22)

  • #6124 06b04a7 - chore: update dependencies (@​okisdev)

  • Updated dependencies [fa30915, b355aef, f7bd2d9, 4947ef4, 332f736, ef9254d, 9c65b51, 5845ba7, 1b30bfd, 365e763, d19921d, 996aa57, 21d6e87, cd247e5, f2b3ef8, 1bf263b, 19e52c4, 06b04a7, a614b5e, 07b51db, 92e52bd]:

    • @​assistant-ui/core@​0.3.15
    • @​assistant-ui/tap@​0.9.14
    • assistant-stream@0.3.39

0.15.15

Patch Changes

  • #6071 c3fd447 - feat: host assistant-cloud thread lists on AISDKThreads via RemoteThreadList (@​okisdev)

    AISDKThreads({ cloud }) uses RemoteThreadList and remounts each thread like useChatRuntime. Cloud history withFormat resolves persistence per call so one adapter can serve many threads. useExternalHistory waits for threadListItem.remoteId instead of latching on the first empty paint.

  • #5872 f9529bf - feat: move useAssistantTransportRuntime into core/react (@​okisdev)

  • #5872 f9529bf - fix: persist data message parts in aui/v0 cloud history (@​okisdev)

  • #5839 24a1af7 - fix: validate MCP App resource responses (@​Kinfe123)

... (truncated)

Commits
  • 75e3ef7 chore: update versions (#6086)
  • f7bd2d9 fix(react): isolate devtools subscribers (#6136)
  • 9c65b51 fix(react-native,react-ink): honor thread.isEmpty in leftover ThreadIf (#6156)
  • 48f95b1 chore(react): delete the dead ensureBinding and useRuntimeState utilities (#6...
  • 06b04a7 chore: update dependencies (#6124)
  • b9b9dad fix: drain smooth text when a message completes before an animation frame (#6...
  • 10a0f3a test(react): vary live-completion fetcher and cacheKey independently (#6062)
  • b355aef fix(core): prevent assistant frame origin downgrades (#5823)
  • 75dfbe3 docs(react): document Escape-to-stop-speaking on ThreadPrimitive.Root (#6061)
  • ca9e72c fix(react): resync trigger cursor after selection (#6082) (#6084)
  • Additional commits viewable in compare view

Updates @assistant-ui/react-ai-sdk from 1.4.5 to 1.4.7

Release notes

Sourced from @​assistant-ui/react-ai-sdk's releases.

@​assistant-ui/react-ai-sdk@​1.4.7

Patch Changes

  • Updated dependencies [06b04a7]:
    • @​assistant-ui/ai-sdk@​0.0.2

@​assistant-ui/react-ai-sdk@​1.4.6

Patch Changes

Changelog

Sourced from @​assistant-ui/react-ai-sdk's changelog.

1.4.7

Patch Changes

  • Updated dependencies [06b04a7]:
    • @​assistant-ui/ai-sdk@​0.0.2

1.4.6

Patch Changes

Commits

Updates @assistant-ui/react-markdown from 0.14.10 to 0.14.12

Release notes

Sourced from @​assistant-ui/react-markdown's releases.

@​assistant-ui/react-markdown@​0.14.12

Patch Changes

  • #6160 235fa59 - fix: preserve currency inside one- and two-backtick code spans that contain longer backtick runs (@​okisdev)

@​assistant-ui/react-markdown@​0.14.11

Patch Changes

Changelog

Sourced from @​assistant-ui/react-markdown's changelog.

0.14.12

Patch Changes

  • #6160 235fa59 - fix: preserve currency inside one- and two-backtick code spans that contain longer backtick runs (@​okisdev)

0.14.11

Patch Changes

Commits

Updates @tanstack/react-devtools from 0.10.10 to 0.10.12

Release notes

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

@​tanstack/react-devtools@​0.10.12

Patch Changes

  • Updated dependencies [4ecd46e]:
    • @​tanstack/devtools@​0.14.2

@​tanstack/react-devtools@​0.10.11

Patch Changes

Changelog

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

0.10.12

Patch Changes

  • Updated dependencies [4ecd46e]:
    • @​tanstack/devtools@​0.14.2

0.10.11

Patch Changes

Commits

Updates @tanstack/react-router from 1.170.29 to 1.170.31

Release notes

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

@​tanstack/react-router@​1.170.31

Patch Changes

  • Updated dependencies [3e016ac]:
    • @​tanstack/router-core@​1.171.26

@​tanstack/react-router@​1.170.30

Patch Changes

  • #8084 5d3785d - preserve pending UI across retained routes

  • #8068 f75cada - direct export of CatchBoundary class component, remove function wrapper

  • Updated dependencies [5d3785d, 63d2cc9]:

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

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

1.170.31

Patch Changes

  • Updated dependencies [3e016ac]:
    • @​tanstack/router-core@​1.171.26

1.170.30

Patch Changes

  • #8084 5d3785d - preserve pending UI across retained routes

  • #8068 f75cada - direct export of CatchBoundary class component, remove function wrapper

  • Updated dependencies [5d3785d, 63d2cc9]:

    • @​tanstack/router-core@​1.171.25
Commits

Updates @tanstack/react-start from 1.168.46 to 1.168.48

Release notes

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

@​tanstack/react-start@​1.168.48

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-router@​1.170.31
    • @​tanstack/react-start-client@​1.168.29
    • @​tanstack/react-start-rsc@​0.1.47
    • @​tanstack/react-start-server@​1.167.36
    • @​tanstack/start-client-core@​1.170.26
    • @​tanstack/start-plugin-core@​1.171.38
    • @​tanstack/start-server-core@​1.169.30

@​tanstack/react-start@​1.168.47

Patch Changes

  • Updated dependencies [5d3785d, f75cada]:
    • @​tanstack/react-router@​1.170.30
    • @​tanstack/react-start-client@​1.168.28
    • @​tanstack/react-start-rsc@​0.1.46
    • @​tanstack/react-start-server@​1.167.35
    • @​tanstack/start-client-core@​1.170.25
    • @​tanstack/start-plugin-core@​1.171.37
    • @​tanstack/start-server-core@​1.169.29
Changelog

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

1.168.48

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-router@​1.170.31
    • @​tanstack/react-start-client@​1.168.29
    • @​tanstack/react-start-rsc@​0.1.47
    • @​tanstack/react-start-server@​1.167.36
    • @​tanstack/start-client-core@​1.170.26
    • @​tanstack/start-plugin-core@​1.171.38
    • @​tanstack/start-server-core@​1.169.30

1.168.47

Patch Changes

  • Updated dependencies [5d3785d, f75cada]:
    • @​tanstack/react-router@​1.170.30
    • @​tanstack/react-start-client@​1.168.28
    • @​tanstack/react-start-rsc@​0.1.46
    • @​tanstack/react-start-server@​1.167.35
    • @​tanstack/start-client-core@​1.170.25
    • @​tanstack/start-plugin-core@​1.171.37
    • @​tanstack/start-server-core@​1.169.29
Commits

Updates @tanstack/router-plugin from 1.168.32 to 1.168.34

Release notes

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

@​tanstack/router-plugin@​1.168.34

Patch Changes

  • Updated dependencies [3e016ac]:
    • @​tanstack/router-core@​1.171.26
    • @​tanstack/react-router@​1.170.31
    • @​tanstack/router-generator@​1.167.32

@​tanstack/router-plugin@​1.168.33

Patch Changes

Changelog

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

1.168.34

Patch Changes

  • Updated dependencies [3e016ac]:
    • @​tanstack/router-core@​1.171.26
    • @​tanstack/react-router@​1.170.31
    • @​tanstack/router-generator@​1.167.32

1.168.33

Patch Changes

Commits

Updates @uiw/react-md-editor from 4.1.1 to 4.1.2

Release notes

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

v4.1.2

Buy me a coffee

Documentation v4.1.2: https://raw.githack.com/uiwjs/react-md-editor/a279030/index.html
Comparing Changes: uiwjs/react-md-editor@v4.1.1...v4.1.2

npm i @uiw/react-md-editor@4.1.2
Commits

Updates ai from 7.0.66 to 7.0.73

Changelog

Sourced from ai's changelog.

7.0.73

Patch Changes

  • Updated dependencies [f607a12]
    • @​ai-sdk/gateway@​4.0.59

7.0.72

Patch Changes

  • Updated dependencies [fdcc814]
    • @​ai-sdk/gateway@​4.0.58

7.0.71

Patch Changes

  • 9a37469: Prevent exceptions in streaming onChunk and onError callbacks from terminating the stream or masking provider errors.
  • Updated dependencies [936719b]
    • @​ai-sdk/gateway@​4.0.57

7.0.70

Patch Changes

  • 9566914: Stop multi-step text generation for client tool approval even when a provider-executed tool has a deferred result.
  • b181020: fix: reject streamObject result promises and report failed completion when the provider stream errors
  • 7054073: Filter preliminary tool outputs when ignoreIncompleteToolCalls is enabled.
  • a828527: Prevent automatic tool execution when a model call ends with an unsafe finish reason.
  • d3cc3fe: Clear partial UI message parts when a WorkflowAgent model-call step is retried.
  • Updated dependencies [e6087c9]
    • @​ai-sdk/provider-utils@​5.0.28
    • @​ai-sdk/gateway@​4.0.56
  • ...

    Description has been truncated

Bumps the minor-and-patch group with 24 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic) | `4.0.39` | `4.0.40` |
| [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) | `4.0.69` | `4.0.76` |
| [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react) | `0.15.14` | `0.15.16` |
| [@assistant-ui/react-ai-sdk](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react-ai-sdk) | `1.4.5` | `1.4.7` |
| [@assistant-ui/react-markdown](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react-markdown) | `0.14.10` | `0.14.12` |
| [@tanstack/react-devtools](https://github.com/TanStack/devtools/tree/HEAD/packages/react-devtools) | `0.10.10` | `0.10.12` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.170.29` | `1.170.31` |
| [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.168.46` | `1.168.48` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.168.32` | `1.168.34` |
| [@uiw/react-md-editor](https://github.com/uiwjs/react-md-editor) | `4.1.1` | `4.1.2` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.66` | `7.0.73` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.6.29` | `1.7.1` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.21` | `1.11.23` |
| [globby](https://github.com/sindresorhus/globby) | `16.2.3` | `16.2.4` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.31.0` | `1.33.0` |
| [srvx](https://github.com/h3js/srvx) | `0.12.5` | `0.12.7` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.8` | `2.5.9` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.5.8` | `10.5.10` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.5.8` | `10.5.10` |
| [@tanstack/devtools-vite](https://github.com/TanStack/devtools/tree/HEAD/packages/devtools-vite) | `0.8.3` | `0.8.5` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.5` | `6.1.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.5.8` | `10.5.10` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.1` | `8.2.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |


Updates `@ai-sdk/anthropic` from 4.0.39 to 4.0.40
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/anthropic/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/anthropic@4.0.40/packages/anthropic)

Updates `@ai-sdk/react` from 4.0.69 to 4.0.76
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/react@4.0.76/packages/react)

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

Updates `@assistant-ui/react-ai-sdk` from 1.4.5 to 1.4.7
- [Release notes](https://github.com/assistant-ui/assistant-ui/releases)
- [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/react-ai-sdk/CHANGELOG.md)
- [Commits](https://github.com/assistant-ui/assistant-ui/commits/@assistant-ui/react-ai-sdk@1.4.7/packages/react-ai-sdk)

Updates `@assistant-ui/react-markdown` from 0.14.10 to 0.14.12
- [Release notes](https://github.com/assistant-ui/assistant-ui/releases)
- [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/react-markdown/CHANGELOG.md)
- [Commits](https://github.com/assistant-ui/assistant-ui/commits/@assistant-ui/react-markdown@0.14.12/packages/react-markdown)

Updates `@tanstack/react-devtools` from 0.10.10 to 0.10.12
- [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.12/packages/react-devtools)

Updates `@tanstack/react-router` from 1.170.29 to 1.170.31
- [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.31/packages/react-router)

Updates `@tanstack/react-start` from 1.168.46 to 1.168.48
- [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.48/packages/react-start)

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

Updates `@uiw/react-md-editor` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/uiwjs/react-md-editor/releases)
- [Commits](uiwjs/react-md-editor@v4.1.1...v4.1.2)

Updates `ai` from 7.0.66 to 7.0.73
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.73/packages/ai)

Updates `better-auth` from 1.6.29 to 1.7.1
- [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.7.1/packages/better-auth)

Updates `dayjs` from 1.11.21 to 1.11.23
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.23/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.21...v1.11.23)

Updates `globby` from 16.2.3 to 16.2.4
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v16.2.3...v16.2.4)

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

Updates `srvx` from 0.12.5 to 0.12.7
- [Release notes](https://github.com/h3js/srvx/releases)
- [Changelog](https://github.com/h3js/srvx/blob/main/CHANGELOG.md)
- [Commits](h3js/srvx@v0.12.5...v0.12.7)

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

Updates `@storybook/addon-docs` from 10.5.8 to 10.5.10
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.10/code/addons/docs)

Updates `@storybook/react-vite` from 10.5.8 to 10.5.10
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.10/code/frameworks/react-vite)

Updates `@tanstack/devtools-vite` from 0.8.3 to 0.8.5
- [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.5/packages/devtools-vite)

Updates `@vitejs/plugin-react` from 6.0.5 to 6.1.0
- [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.1.0/packages/plugin-react)

Updates `storybook` from 10.5.8 to 10.5.10
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.10/code/core)

Updates `vite` from 8.2.1 to 8.2.2
- [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.2.2/packages/vite)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: "@ai-sdk/anthropic"
  dependency-version: 4.0.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@ai-sdk/react"
  dependency-version: 4.0.76
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@assistant-ui/react"
  dependency-version: 0.15.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@assistant-ui/react-ai-sdk"
  dependency-version: 1.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@assistant-ui/react-markdown"
  dependency-version: 0.14.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-devtools"
  dependency-version: 0.10.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.170.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.168.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.168.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@uiw/react-md-editor"
  dependency-version: 4.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ai
  dependency-version: 7.0.73
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: better-auth
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: dayjs
  dependency-version: 1.11.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: globby
  dependency-version: 16.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: srvx
  dependency-version: 0.12.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@biomejs/biome"
  dependency-version: 2.5.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.5.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.5.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/devtools-vite"
  dependency-version: 0.8.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: storybook
  dependency-version: 10.5.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vite
  dependency-version: 8.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 28, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Sep 4, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-219352baf8 branch September 4, 2026 10:35
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants