Skip to content

build(deps): bump @ai-sdk/react from 3.0.201 to 4.0.34 - #253

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/react-3.0.210
Closed

build(deps): bump @ai-sdk/react from 3.0.201 to 4.0.34#253
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/react-3.0.210

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps @ai-sdk/react from 3.0.201 to 4.0.34.

Release notes

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

@​ai-sdk/react@​3.0.237

Patch Changes

  • ai@6.0.235
Changelog

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

4.0.34

Patch Changes

  • Updated dependencies [70f18c3]
  • Updated dependencies [cd06458]
  • Updated dependencies [d84ea43]
    • ai@7.0.31
    • @​ai-sdk/provider-utils@​5.0.11
    • @​ai-sdk/mcp@​2.0.15

4.0.33

Patch Changes

  • ai@7.0.30

4.0.32

Patch Changes

  • ai@7.0.29

4.0.31

Patch Changes

  • 48e7e78: Harden MCP Apps handling of server-supplied resource metadata and the host/iframe bridge:

    • Runtime-validate _meta.ui and drop malformed or non-string fields.
    • Gate iframe permissions deny-by-default via a new sandbox.allowedPermissions allowlist.
    • Derive a concrete postMessage target origin and validate inbound message origins.
    • Validate inbound bridge params: limit resources/read to ui:// resources and allow only https/http/mailto in ui/open-link.
    • Add fingerprintMCPAppResource / detectMCPAppResourceDrift for pinning and comparing app resources.
  • Updated dependencies [48e7e78]

4.0.30

Patch Changes

  • Updated dependencies [0bc8d4f]
    • ai@7.0.28

4.0.29

Patch Changes

  • 519c72b: fix (react/mcp-apps): sanitize server-supplied CSP domains in getMCPAppCSP so values cannot inject extra directives, sources, or policies into the generated Content-Security-Policy

... (truncated)

Commits

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
@dependabot
dependabotBot requested a review from qnbs as a code ownerJune 29, 2026 23:51
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
@vercel

vercelBot commented Jun 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
worldscript-studioReadyReadyPreview, CommentJul 26, 2026 5:49pm

@deepsource-io

deepsource-ioBot commented Jun 29, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 79aace8...b2bf186 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall GradeSecurity

Reliability

Complexity

Hygiene

Code Review Summary

AnalyzerStatusUpdated (UTC)Details
DockerJun 29, 2026 11:51p.m.Review ↗
JavaScriptJun 29, 2026 11:51p.m.Review ↗
CSSJun 29, 2026 11:51p.m.Review ↗
RustJun 29, 2026 11:51p.m.Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@socket-security

socket-securityBot commented Jun 29, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Addednpm/​@​ai-sdk/​react@​4.0.34991007598100

View full report

@codeant-ai

codeant-aiBot commented Jul 26, 2026

Copy link
Copy Markdown

🏁 CodeAnt Quality Gate Results

Commit:29715328
Scan Time: 2026-07-28 08:28:04 UTC

✅ Overall Status: PASSED

Quality Gate Details

Quality GateStatusDetails
Secrets✅ PASSED0 secrets found
Duplicate Code✅ PASSED0.0% duplicated
SAST✅ PASSEDNo security issues
Bugs✅ PASSEDRating S: No bugs
IAC✅ PASSEDNo IAC issues

View Full Results

Bumps [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) from 3.0.201 to 4.0.34.
- [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.34/packages/react)
---
updated-dependencies:
- dependency-name: "@ai-sdk/react"
dependency-version: 3.0.210
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot changed the title build(deps): bump @ai-sdk/react from 3.0.201 to 3.0.210build(deps): bump @ai-sdk/react from 3.0.201 to 4.0.34Jul 26, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/ai-sdk/react-3.0.210 branch from b2bf186 to 2971532CompareJuly 26, 2026 17:43
@codecov

codecovBot commented Jul 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

qnbs added a commit that referenced this pull request Jul 28, 2026
…i/react) (#275)
Bumps ai 6.0.206 -> 7.0.37, @ai-sdk/google 3.0.82 -> 4.0.24,
@ai-sdk/openai 3.0.71 -> 4.0.20, @ai-sdk/react 3.0.201 -> 4.0.40 as one
coordinated unit, superseding Dependabot PRs #255, #249, #253, #250.
Root cause for not merging them individually: @ai-sdk/google@4 emits
the new LanguageModelV4 spec, but the `ai` package's LanguageModel type
only recognizes it from v7 onward -- upgrading @ai-sdk/google alone
(as #255 proposed) left services/ai/providerFactory.ts with a real
tsc error (LanguageModelV4 not assignable to LanguageModelV2 |
LanguageModelV3). Bumping the whole family together resolves it with
no application code changes needed.
Verified: pnpm run typecheck (clean), pnpm run lint (clean), and the
full AI-provider/completion-fetch test suites (171 tests across
aiProviderService.test.ts, geminiService.test.ts, providerFactory.test.ts,
useWorldScriptAI.test.ts, worldScriptCompletionFetch.test.ts) all passing.
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
@dependabot@github

dependabotBot commented on behalf of githubJul 28, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like @ai-sdk/react is up-to-date now, so this is no longer needed.

@dependabotdependabotBot closed this Jul 28, 2026
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/ai-sdk/react-3.0.210 branch July 28, 2026 08:27
@qnbs

qnbs commented Jul 28, 2026

Copy link
Copy Markdown
Owner

Superseded by #275, which bumps the whole AI SDK family (ai 6→7, @ai-sdk/google/@ai-sdk/openai/@ai-sdk/react 3→4) together as one coordinated unit. Merging this PR alone would have left @ai-sdk/google@4's new LanguageModelV4 spec unrecognized by the pre-upgrade ai package's LanguageModel type (a real tsc error, confirmed via CI). #275 has merged into main. Closing this one.

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

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@qnbs