Skip to content

deps(frontend): bump the frontend-minor-patch group in /Clients with 10 updates#3463

Merged
MuhammadKhalilzadeh merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/Clients/frontend-minor-patch-82ce6cfff8
Mar 8, 2026
Merged

deps(frontend): bump the frontend-minor-patch group in /Clients with 10 updates#3463
MuhammadKhalilzadeh merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/Clients/frontend-minor-patch-82ce6cfff8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Bumps the frontend-minor-patch group in /Clients with 10 updates:

Package From To
@ai-sdk/react 3.0.99 3.0.107
@assistant-ui/react 0.12.11 0.12.14
@assistant-ui/react-ai-sdk 1.3.8 1.3.10
axios 1.13.5 1.13.6
eslint-plugin-react-refresh 0.5.1 0.5.2
globals 17.3.0 17.4.0
katex 0.16.32 0.16.33
react-router-dom 7.13.0 7.13.1
typescript-eslint 8.56.0 8.56.1
@types/node 25.3.0 25.3.3

Updates @ai-sdk/react from 3.0.99 to 3.0.107

Release notes

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

@​ai-sdk/react@​3.0.107

Patch Changes

  • Updated dependencies [58bc42d]
    • @​ai-sdk/provider-utils@​4.0.16
    • ai@6.0.105

@​ai-sdk/react@​3.0.106

Patch Changes

  • ai@6.0.104

@​ai-sdk/react@​3.0.105

Patch Changes

  • ai@6.0.103

@​ai-sdk/react@​3.0.104

Patch Changes

  • ai@6.0.102

@​ai-sdk/react@​3.0.103

Patch Changes

  • Updated dependencies [5230482]
    • ai@6.0.101
Commits

Updates @assistant-ui/react from 0.12.11 to 0.12.14

Release notes

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

@​assistant-ui/react-a2a@​0.1.1

Patch Changes

  • 2c33091: chore: update deps
  • Updated dependencies [2c33091]
    • assistant-stream@0.2.41
    • @​assistant-ui/react@​0.11.40
Changelog

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

0.12.14

Patch Changes

  • 03714af: fix: DataRenderers not in scope
  • Updated dependencies [03714af]
    • @​assistant-ui/core@​0.1.2

0.12.13

Patch Changes

  • 17cf9a8: feat(telemetry): add reasoning/cached token usage across cloud reporting paths
  • Updated dependencies [17cf9a8]
    • assistant-cloud@0.1.20

0.12.12

Patch Changes

  • 36ef3a2: chore: update dependencies

  • 6692226: feat: support external source attachments in composer

    addAttachment() now accepts either a File or a CreateAttachment descriptor, allowing users to add attachments from external sources (URLs, API data, CMS references) without creating dummy File objects or requiring an AttachmentAdapter.

  • c31c0fa: Extract shared React code (model-context, client, types, providers, RuntimeAdapter) into @assistant-ui/core/react sub-path so both @assistant-ui/react and @assistant-ui/react-native re-export from one source.

  • 1672be8: feat: bindExternalStoreMessage

  • 28f39fe: Handle unknown attachment types with fallback component and unknown message part types with console.warn instead of throwing

  • 3a1cb66: feat: assistant transport prepareRequestBody support

  • 14769af: refactor: move RuntimeAdapter base logic to @​assistant-ui/core; re-export missing core APIs from distribution packages

  • 7c360ce: Update npm README

  • a638f05: refactor(react): target @​assistant-ui/store for ScopeRegistry module augmentation

  • 8a78cd2: fix: stabilize runtimeHook identity in useRemoteThreadListRuntime to avoid unnecessary option updates and thread state churn

  • Updated dependencies [a638f05]

  • Updated dependencies [28f39fe]

  • Updated dependencies [36ef3a2]

  • Updated dependencies [6692226]

  • Updated dependencies [c31c0fa]

  • Updated dependencies [fc98475]

  • Updated dependencies [374f83a]

  • Updated dependencies [fc98475]

  • Updated dependencies [1672be8]

  • Updated dependencies [14769af]

  • Updated dependencies [a638f05]

    • @​assistant-ui/core@​0.1.1
    • assistant-stream@0.3.4
    • assistant-cloud@0.1.19
    • @​assistant-ui/store@​0.2.1
    • @​assistant-ui/tap@​0.5.1
Commits

Updates @assistant-ui/react-ai-sdk from 1.3.8 to 1.3.10

Changelog

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

1.3.10

Patch Changes

  • 51de636: feat(react-ai-sdk): add thread token-usage extraction helpers and hook
  • 7ad20d1: fix(react-ai-sdk): stabilize tool args key order to prevent duplicate toolCallId crash in tapResources
  • Updated dependencies [17cf9a8]
    • assistant-cloud@0.1.20
    • @​assistant-ui/react@​0.12.13

1.3.9

Patch Changes

  • 36ef3a2: chore: update dependencies
  • Updated dependencies [36ef3a2]
  • Updated dependencies [6692226]
  • Updated dependencies [c31c0fa]
  • Updated dependencies [1672be8]
  • Updated dependencies [28f39fe]
  • Updated dependencies [3a1cb66]
  • Updated dependencies [14769af]
  • Updated dependencies [7c360ce]
  • Updated dependencies [a638f05]
  • Updated dependencies [8a78cd2]
    • assistant-cloud@0.1.19
    • @​assistant-ui/react@​0.12.12
Commits

Updates axios from 1.13.5 to 1.13.6

Release notes

Sourced from axios's releases.

v1.13.6

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#7385)

🐛 Bug Fixes

  • Environment Compatibility:

    • Fixed module exports for React Native and Browserify environments. (#7386)
    • Added safe FormData detection for the WeChat Mini Program environment. (#7324)
  • Error Handling:

    • AxiosError.message is now correctly enumerable. (#7392)
    • AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation. (#7403)

🔧 Maintenance & Chores

  • Dependencies: Updated the development_dependencies group (5 updates). (#7432)
  • Infrastructure: Migrated @​rollup/plugin-babel from v5.3.1 to v6.1.0. (#7424)
  • Documentation: Added missing JSDoc comments to utilities. (#7427)

🌟 New Contributors

We are thrilled to welcome our new contributors! Thank you for helping improve the project:

Full Changelog: v1.13.5...v1.13.6

Commits
  • 7108c88 chore(release): prepare release 1.13.6 (#7446)
  • 20a0ba3 refactor(deps): migrate @​rollup/plugin-babel from v5.3.1 to v6.1.0 (#7424)
  • 885b4af feat: support react native blob objects (#5764)
  • 00d97b9 docs(utils): add missing JSDoc comments (#7427)
  • 9712548 chore(deps-dev): bump the development_dependencies group across 1 directory w...
  • d51accb fix(core): copy status from source error in AxiosError.from (#7403)
  • 3e30bbf chore: fix publish to only run on v1 tags
  • 672491d fix: safe FormData detection for WeChat Mini Program (#7306) (#7324)
  • 822e3e4 fix: make AxiosError.message property enumerable (#7392)
  • ef3711d feat: implement prettier and fix all issues (#7385)
  • Additional commits viewable in compare view

Updates eslint-plugin-react-refresh from 0.5.1 to 0.5.2

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.5.2

  • Support nested function calls for extraHOCs (actually fixes #104)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.5.2

  • Support nested function calls for extraHOCs (actually fixes #104)
Commits
  • c0317bf Fix support for nested function calls for extraHOCs [publish]
  • See full diff in compare view

Updates globals from 17.3.0 to 17.4.0

Release notes

Sourced from globals's releases.

v17.4.0

  • Update globals (2026-03-01) (#338) d43a051

sindresorhus/globals@v17.3.0...v17.4.0

Commits

Updates katex from 0.16.32 to 0.16.33

Release notes

Sourced from katex's releases.

v0.16.33

0.16.33 (2026-02-23)

Bug Fixes

Changelog

Sourced from katex's changelog.

0.16.33 (2026-02-23)

Bug Fixes

Commits

Updates react-router-dom from 7.13.0 to 7.13.1

Changelog

Sourced from react-router-dom's changelog.

7.13.1

Patch Changes

  • Updated dependencies:
    • react-router@7.13.1
Commits

Updates typescript-eslint from 8.56.0 to 8.56.1

Release notes

Sourced from typescript-eslint's releases.

v8.56.1

8.56.1 (2026-02-23)

What's Changed

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

Changelog

Sourced from typescript-eslint's changelog.

8.56.1 (2026-02-23)

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

See GitHub Releases for more information.

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

Commits

Updates @types/node from 25.3.0 to 25.3.3

Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps the frontend-minor-patch group in /Clients with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/react](https://github.com/vercel/ai) | `3.0.99` | `3.0.107` |
| [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react) | `0.12.11` | `0.12.14` |
| [@assistant-ui/react-ai-sdk](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react-ai-sdk) | `1.3.8` | `1.3.10` |
| [axios](https://github.com/axios/axios) | `1.13.5` | `1.13.6` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.5.1` | `0.5.2` |
| [globals](https://github.com/sindresorhus/globals) | `17.3.0` | `17.4.0` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.32` | `0.16.33` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.13.0` | `7.13.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.56.0` | `8.56.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `25.3.3` |


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

Updates `@assistant-ui/react` from 0.12.11 to 0.12.14
- [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/HEAD/packages/react)

Updates `@assistant-ui/react-ai-sdk` from 1.3.8 to 1.3.10
- [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/HEAD/packages/react-ai-sdk)

Updates `axios` from 1.13.5 to 1.13.6
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.5...v1.13.6)

Updates `eslint-plugin-react-refresh` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.5.1...v0.5.2)

Updates `globals` from 17.3.0 to 17.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.3.0...v17.4.0)

Updates `katex` from 0.16.32 to 0.16.33
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.32...v0.16.33)

Updates `react-router-dom` from 7.13.0 to 7.13.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.13.1/packages/react-router-dom)

Updates `typescript-eslint` from 8.56.0 to 8.56.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/typescript-eslint)

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/react"
  dependency-version: 3.0.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@assistant-ui/react"
  dependency-version: 0.12.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@assistant-ui/react-ai-sdk"
  dependency-version: 1.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: axios
  dependency-version: 1.13.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: globals
  dependency-version: 17.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: katex
  dependency-version: 0.16.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: react-router-dom
  dependency-version: 7.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.56.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@types/node"
  dependency-version: 25.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Minor security labels Mar 2, 2026
@MuhammadKhalilzadeh MuhammadKhalilzadeh merged commit 8840cbf into develop Mar 8, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/Clients/frontend-minor-patch-82ce6cfff8 branch March 8, 2026 19:04
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 Minor security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant