build(deps): bump @ai-sdk/provider-utils, @ai-sdk/react and ai in /website - #782
build(deps): bump @ai-sdk/provider-utils, @ai-sdk/react and ai in /website#782dependabot[bot] wants to merge 1 commit into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
🟡 Changes recommended
@ai-sdk/react’s updated peer dependency range no longer accepts React 19.0.0, but website/package.json still allows it via ^19.0.0, which can cause peer mismatches when the lockfile is regenerated.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the website’s locked frontend AI SDK dependencies to newer patch versions (and their transitive dependencies), keeping @ai-sdk/provider-utils, @ai-sdk/react, and ai in sync.
Changes:
- Bump
@ai-sdk/provider-utilsfrom3.0.10to3.0.36(and related transitive deps likeundici). - Bump
@ai-sdk/reactfrom2.0.54to2.0.256and update its peer dependency constraints. - Bump
aifrom5.0.54to5.0.253(including@ai-sdk/gatewaymajor bump1.x→2.x).
File summaries
| File | Description |
|---|---|
website/package-lock.json |
Updates the lockfile to newer ai / @ai-sdk/* versions and pulls in updated transitive dependencies. |
Review details
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- website/package-lock.json: Generated file
- Files reviewed: 0/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "peerDependencies": { | ||
| "react": "^18 || ^19 || ^19.0.0-rc", | ||
| "react": "^18 || ~19.0.1 || ~19.1.2 || ^19.2.1", | ||
| "zod": "^3.25.76 || ^4.1.8" |
Bumps [@ai-sdk/provider-utils](https://github.com/vercel/ai/tree/HEAD/packages/provider-utils), [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) and [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai). These dependencies needed to be updated together. Updates `@ai-sdk/provider-utils` from 3.0.10 to 3.0.36 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/provider-utils@3.0.36/packages/provider-utils/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/provider-utils@3.0.36/packages/provider-utils) Updates `@ai-sdk/react` from 2.0.54 to 2.0.256 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/react@2.0.256/packages/react/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/react@2.0.256/packages/react) Updates `ai` from 5.0.54 to 5.0.253 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/ai@5.0.253/packages/ai/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/ai@5.0.253/packages/ai) --- updated-dependencies: - dependency-name: "@ai-sdk/provider-utils" dependency-version: 3.0.36 dependency-type: indirect - dependency-name: "@ai-sdk/react" dependency-version: 2.0.256 dependency-type: indirect - dependency-name: ai dependency-version: 5.0.253 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
0a44960 to
c85987f
Compare
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward lockfile-only dependency refresh with consistent Node engine requirements (website already requires Node >=20) and no code changes to review.
Review details
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- website/package-lock.json: Generated file
- Files reviewed: 0/1 changed files
- Comments generated: 0 new
- Review effort level: Lite
Bumps @ai-sdk/provider-utils, @ai-sdk/react and ai. These dependencies needed to be updated together.
Updates
@ai-sdk/provider-utilsfrom 3.0.10 to 3.0.36Changelog
Sourced from @ai-sdk/provider-utils's changelog.
... (truncated)
Commits
86a7a37Version Packages (#19865)26165eeBackport: fix: mark response body network errors as retryable (#19897)e970e3cVersion Packages (#19773)77d33c0[v5.0] fix: split large embedding batches that exceed provider aggregate toke...063615dVersion Packages (#19434)2fff9f1[v5.0] fix: allow AI SDK packages to import in runtimes without global fetch ...f364ea0[v5.0] fix: Zod 4 record and catchall value schemas being erased during JSON ...b5a4b2bVersion Packages (#19291)9e8e087[v5.0] fix: allow MockLanguageModelV2 to load without msw or vitest (#17861)17547e2Version Packages (#18706)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@ai-sdk/provider-utilssince your current version.Updates
@ai-sdk/reactfrom 2.0.54 to 2.0.256Changelog
Sourced from @ai-sdk/react's changelog.
... (truncated)
Commits
582a805Version Packages (#20317)cb3385dVersion Packages (#20232)e3b73c3Version Packages (#20146)86a7a37Version Packages (#19865)4504ad6Version Packages (#19821)e970e3cVersion Packages (#19773)57f69c4Version Packages (#19728)063615dVersion Packages (#19434)b5a4b2bVersion Packages (#19291)9e8e087[v5.0] fix: allow MockLanguageModelV2 to load without msw or vitest (#17861)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@ai-sdk/reactsince your current version.Updates
aifrom 5.0.54 to 5.0.253Changelog
Sourced from ai's changelog.
... (truncated)
Commits
582a805Version Packages (#20317)5643ec9[v5.0] fix: Allow manual continuations to reuse tool results containing undef...cb3385dVersion Packages (#20232)2c12cd3[v5.0] fix: prevent smoothStream from stalling streams in background tabs (#2...e3b73c3Version Packages (#20146)86a7a37Version Packages (#19865)26165eeBackport: fix: mark response body network errors as retryable (#19897)4e3f54b[v5.0] fix: reject stale persisted tool inputs without blocking unparsed or u...4504ad6Version Packages (#19821)989be6f[v5.0] fix: UI message stream end callbacks cannot distinguish failed respons...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for ai since your current version.