Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps ai to 5.0.89 and updates ancestor dependency agents. These dependencies need to be updated together.

Updates ai from 4.3.19 to 5.0.89

Commits
  • 258bf83 Version Packages (#10049)
  • 7cfada6 Backport: feat(ai): chat.addToolResult() is now chat.addToolOutput() (#10...
  • 894fc12 Version Packages (#10048)
  • 98054a7 Backport: chore(azure) add built-in tools tests for azure provider Responses ...
  • 95224b9 Version Packages (#10044)
  • d251e53 Backport: feat(openai): add o3-deep-research and o4-mini-deep-research mo...
  • 0162ffd Version Packages (#10040)
  • 46dcc02 feat(provider/gateway): Add o3-deep-research to gateway model string autocomp...
  • 19630cf Version Packages (#10030)
  • 3b62c49 Backport: fix(openai): extract meta data from first chunk that contains any (...
  • Additional commits viewable in compare view

Updates agents from 0.0.113 to 0.2.23

Release notes

Sourced from agents's releases.

[email protected]

Patch Changes

  • #649 e135cf5 Thanks @​mattzcarey! - fix auth url not being cleared on a successful oauth callback causing endless reconnection

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #631 6ddabb7 Thanks @​ghostwriternr! - Handle OAuth errors and validate redirect URLs

  • #626 cec3cca Thanks @​mattzcarey! - Remove url field from RequestExtra in WorkerTransport. It is non standard and goes against the MCP spec types.

  • #630 636aaf9 Thanks @​ghostwriternr! - Fix OAuth redirect handling in MCP clients

  • #624 3bb54bf Thanks @​threepointone! - Add CLI entry point and tests for agents package

    Introduces a new CLI for the agents package using yargs with the following commands (currently stubs, not yet implemented):

    • init / create - Initialize an agents project
    • dev - Start development server
    • deploy - Deploy agents to Cloudflare
    • mcp - The agents mcp server

    Adds CLI test suite with comprehensive coverage for all commands and configurations. Updates package.json to register the CLI binary, adds test scripts for CLI testing, and includes yargs dependencies.

[email protected]

Patch Changes

  • #619 e7d0d4d Thanks @​mattzcarey! - Adds request info to the extra argument in onmessage. Adds a url parm which we will try push upstream to the MCP SDK as it is useful with OpenAI Apps SDK

[email protected]

Patch Changes

  • #607 c9b76cd Thanks @​threepointone! - Add jurisdiction support to MCP agent and handlers

    Introduces a jurisdiction option to MCP agent server and streaming/SSE handlers, allowing Durable Object instances to be created in specific geographic regions for compliance (e.g., GDPR). Documentation updated to explain usage and available jurisdictions.

[email protected]

Patch Changes

  • #602 aed8e18 Thanks @​threepointone! - Add CORS support to MCP handler and tests

    Introduces CORS configuration to experimental_createMcpHandler, including handling OPTIONS preflight requests and adding CORS headers to responses and errors. Exports corsHeaders from utils. Adds comprehensive tests for CORS behavior in handler.test.ts.

... (truncated)

Changelog

Sourced from agents's changelog.

0.2.23

Patch Changes

  • #649 e135cf5 Thanks @​mattzcarey! - fix auth url not being cleared on a successful oauth callback causing endless reconnection

0.2.22

Patch Changes

0.2.21

Patch Changes

  • #631 6ddabb7 Thanks @​ghostwriternr! - Handle OAuth errors and validate redirect URLs

  • #626 cec3cca Thanks @​mattzcarey! - Remove url field from RequestExtra in WorkerTransport. It is non standard and goes against the MCP spec types.

  • #630 636aaf9 Thanks @​ghostwriternr! - Fix OAuth redirect handling in MCP clients

  • #624 3bb54bf Thanks @​threepointone! - Add CLI entry point and tests for agents package

    Introduces a new CLI for the agents package using yargs with the following commands (currently stubs, not yet implemented):

    • init / create - Initialize an agents project
    • dev - Start development server
    • deploy - Deploy agents to Cloudflare
    • mcp - The agents mcp server

    Adds CLI test suite with comprehensive coverage for all commands and configurations. Updates package.json to register the CLI binary, adds test scripts for CLI testing, and includes yargs dependencies.

0.2.20

Patch Changes

  • #619 e7d0d4d Thanks @​mattzcarey! - Adds request info to the extra argument in onmessage. Adds a url parm which we will try push upstream to the MCP SDK as it is useful with OpenAI Apps SDK

0.2.19

Patch Changes

  • #607 c9b76cd Thanks @​threepointone! - Add jurisdiction support to MCP agent and handlers

    Introduces a jurisdiction option to MCP agent server and streaming/SSE handlers, allowing Durable Object instances to be created in specific geographic regions for compliance (e.g., GDPR). Documentation updated to explain usage and available jurisdictions.

0.2.18

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 19, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 19, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
finmap-mcp 7e3b113 Nov 19 2025, 08:41 AM

Bumps [ai](https://github.com/vercel/ai) to 5.0.89 and updates ancestor dependency [agents](https://github.com/cloudflare/agents/tree/HEAD/packages/agents). These dependencies need to be updated together.


Updates `ai` from 4.3.19 to 5.0.89
- [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/[email protected]@5.0.89)

Updates `agents` from 0.0.113 to 0.2.23
- [Release notes](https://github.com/cloudflare/agents/releases)
- [Changelog](https://github.com/cloudflare/agents/blob/main/packages/agents/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/agents/commits/[email protected]/packages/agents)

---
updated-dependencies:
- dependency-name: ai
  dependency-version: 5.0.89
  dependency-type: indirect
- dependency-name: agents
  dependency-version: 0.2.23
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-440f9d4e82 branch from cd4f80f to 7e3b113 Compare November 19, 2025 08:41
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.

1 participant