Skip to content

chore(deps): bump @ai-sdk/azure from 3.0.80 to 4.0.2 - #1079

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/ai-sdk/azure-4.0.2
Closed

chore(deps): bump @ai-sdk/azure from 3.0.80 to 4.0.2#1079
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/ai-sdk/azure-4.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps @ai-sdk/azure from 3.0.80 to 4.0.2.

Release notes

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

@​ai-sdk/klingai@​4.0.2

Patch Changes

  • Updated dependencies [6a436e3]
    • @​ai-sdk/provider-utils@​5.0.1

@​ai-sdk/openai@​4.0.2

Patch Changes

  • Updated dependencies [6a436e3]
    • @​ai-sdk/provider-utils@​5.0.1

@​ai-sdk/xai@​4.0.2

Patch Changes

  • Updated dependencies [6a436e3]
    • @​ai-sdk/provider-utils@​5.0.1
    • @​ai-sdk/openai-compatible@​3.0.1

@​ai-sdk/klingai@​4.0.1

Patch Changes

  • ba6d510: chore: fix deprecated use of zod .passthrough()

@​ai-sdk/mistral@​4.0.1

Patch Changes

  • Updated dependencies [6a436e3]
    • @​ai-sdk/provider-utils@​5.0.1

@​ai-sdk/openai@​4.0.1

Patch Changes

  • 9507724: feat(openai): add support for web_search_call.results include option

@​ai-sdk/perplexity@​4.0.1

Patch Changes

  • Updated dependencies [6a436e3]
    • @​ai-sdk/provider-utils@​5.0.1

@​ai-sdk/xai@​4.0.1

Patch Changes

  • ba6d510: chore: fix deprecated use of zod .passthrough()

@​ai-sdk/react@​3.0.216

Patch Changes

  • Updated dependencies [b30e43a]

... (truncated)

Changelog

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

4.0.2

Patch Changes

  • Updated dependencies [6a436e3]
    • @​ai-sdk/provider-utils@​5.0.1
    • @​ai-sdk/deepseek@​3.0.1
    • @​ai-sdk/openai@​4.0.2

4.0.1

Patch Changes

  • Updated dependencies [9507724]
    • @​ai-sdk/openai@​4.0.1

4.0.0

Major Changes

  • ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only ("type": "module"). Consumers using require() must switch to ESM import syntax.
  • c29a26f: feat(provider): add support for provider references and uploading files as supported per provider
  • 8359612: Start v7 pre-release

Patch Changes

  • 9f4dca0: Add Microsoft Entra ID token provider authentication for Azure OpenAI.
  • 38fc777: Add AI Gateway hint to provider READMEs
  • 83f9d04: feat(openai): upgrade v3 specs to v4
  • b23b042: feat(azure): add deepseek model support to azure
  • e776fc7: feat(provider/azure):web search tool in the Azure OpenAI Responses API.
  • 9f0e36c: trigger release for all packages after provenance setup
  • 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
  • 0c4c275: trigger initial canary release
  • 9bd6512: feat(provider): change file part data property to be tagged with a type and remove the image part type
  • 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles
  • b8396f0: trigger initial beta release

4.0.0-beta.79

Patch Changes

  • Updated dependencies [0416e3e]
    • @​ai-sdk/provider@​4.0.0-beta.20
    • @​ai-sdk/deepseek@​3.0.0-beta.56
    • @​ai-sdk/openai@​4.0.0-beta.77
    • @​ai-sdk/provider-utils@​5.0.0-beta.50

4.0.0-beta.78

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [@ai-sdk/azure](https://github.com/vercel/ai/tree/HEAD/packages/azure) from 3.0.80 to 4.0.2.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/azure/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/azure@4.0.2/packages/azure)

---
updated-dependencies:
- dependency-name: "@ai-sdk/azure"
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

Copy link
Copy Markdown
Member

🤖 pr-fix routine: blocked — human sign-off required

Investigated the 3 failing CI checks (Test, Lint, and Type Check, Validate CDK Infrastructure, claude-review).

Root cause — stale lockfile

Dependabot only updated package.json (@ai-sdk/azure ~3.0.77~4.0.2). It did not regenerate bun.lock (root) or infra/bun.lock, so every CI step that runs bun install --frozen-lockfile fails immediately with:

error: lockfile had changes, but lockfile is frozen
note: try re-running without --frozen-lockfile and commit the updated lockfile

I attempted to fix this by running bun install to regenerate the lockfile, but this routine's sandboxed session has no egress to registry.npmjs.org (confirmed: direct and proxied requests both return 403 host_not_allowed). I can't fetch packages to regenerate a verified lockfile here, and per this environment's network policy I should report rather than route around that block.

This PR is part of a coordinated 6-PR upgrade

A prior pr-fix run already diagnosed this exact cluster in detail on #1080 — see that comment. Summary: #1080 (ai 6→7), #1074 (@ai-sdk/react 3→4), #1077 (@ai-sdk/openai 3→4), #1078 (@ai-sdk/google 3→4), #1079 (this PR, @ai-sdk/azure 3→4), and #1072 (@ai-sdk/mcp 1→2) must land together — merging any subset produces a mixed v3/v4 provider environment incompatible with ai v7. All six packages are ESM-only as of v4/v7, which is itself a breaking change for this codebase to absorb.

What to do

Per #1080's recommendation: either complete the consolidated migration (new branch off dev, bun install all 6 packages together, fix TypeScript/ESM breakage, run streaming tests, then a single PR), or close all 6 individual Dependabot PRs once the consolidated PR lands.

The routine will not pick this PR up again until pr-fix-stuck is removed.


Generated by Claude Code

@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1216.

@dependabot dependabot Bot closed this Jul 13, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev/ai-sdk/azure-4.0.2 branch July 13, 2026 17:09
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 pr-fix-stuck pr-fix routine gave up — human attention needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant