Skip to content

chore(deps): bump ai from 6.0.205 to 7.0.37 - #27

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

chore(deps): bump ai from 6.0.205 to 7.0.37#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-7.0.31

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor

Bumps ai from 6.0.205 to 7.0.37.

Release notes

Sourced from ai's releases.

ai@7.0.37

Patch Changes

  • Updated dependencies [0a7c7f4]
    • @​ai-sdk/gateway@​4.0.28

ai@7.0.36

Patch Changes

  • 7fa85b2: fix(ai): use injective serialization for tool approval HMAC payload

    The tool approval signature (experimental_toolApprovalSecret) built its HMAC payload by joining fields with \n. Because fields such as toolName and toolCallId can themselves contain a newline, distinct field tuples could serialize to identical bytes, allowing a signed approval to verify against a different tuple. The payload is now serialized with JSON.stringify (with a versioned domain-separation prefix), which escapes delimiter/control characters and makes the encoding injective.

    Verification remains backwards compatible: a signature in the old format still verifies, but only when no field contains the \n delimiter (the condition that made the old format ambiguous), so a pending approval that straddles an upgrade is not rejected while the collision stays closed.

ai@6.0.235

Patch Changes

  • Updated dependencies [5d7b986]
    • @​ai-sdk/gateway@​3.0.157
Changelog

Sourced from ai's changelog.

7.0.37

Patch Changes

  • Updated dependencies [0a7c7f4]
    • @​ai-sdk/gateway@​4.0.28

7.0.36

Patch Changes

  • 7fa85b2: fix(ai): use injective serialization for tool approval HMAC payload

    The tool approval signature (experimental_toolApprovalSecret) built its HMAC payload by joining fields with \n. Because fields such as toolName and toolCallId can themselves contain a newline, distinct field tuples could serialize to identical bytes, allowing a signed approval to verify against a different tuple. The payload is now serialized with JSON.stringify (with a versioned domain-separation prefix), which escapes delimiter/control characters and makes the encoding injective.

    Verification remains backwards compatible: a signature in the old format still verifies, but only when no field contains the \n delimiter (the condition that made the old format ambiguous), so a pending approval that straddles an upgrade is not rejected while the collision stays closed.

7.0.35

Patch Changes

  • 7f6650b: Return response piping promises so callers can catch stream read and write errors.
  • 106ea59: feat(ai): add per-step first content timeout for streaming generations
  • Updated dependencies [2112ff1]
    • @​ai-sdk/gateway@​4.0.27

7.0.34

Patch Changes

  • Updated dependencies [7c16f21]
    • @​ai-sdk/gateway@​4.0.26

7.0.33

Patch Changes

  • 76cb673: fix: detect MP4 audio from its ftyp box during transcription
  • e808fa5: fix(ai): preserve tool parts when tool call IDs repeat across steps
  • 33647d7: Preserve provider options when combining consecutive tool messages.
  • Updated dependencies [02ffdcb]

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 19, 2026
@dependabot
dependabot Bot requested a review from iamjr15 as a code owner July 19, 2026 22:48
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-7.0.31 branch from cdf8331 to ebd9ab3 Compare July 20, 2026 11:17
@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
cheatcode Error Error Jul 22, 2026 12:58pm

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-7.0.31 branch from ebd9ab3 to 770853a Compare July 20, 2026 15:55
@dependabot dependabot Bot changed the title chore(deps): bump ai from 6.0.205 to 7.0.31 chore(deps): bump ai from 6.0.205 to 7.0.32 Jul 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-7.0.31 branch from 770853a to 6506540 Compare July 21, 2026 07:18
@dependabot dependabot Bot changed the title chore(deps): bump ai from 6.0.205 to 7.0.32 chore(deps): bump ai from 6.0.205 to 7.0.34 Jul 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-7.0.31 branch from 6506540 to 87bab9b Compare July 22, 2026 11:19
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-7.0.31 branch from 87bab9b to 74cbf50 Compare July 22, 2026 11:58
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-7.0.31 branch from 74cbf50 to c7756f9 Compare July 22, 2026 12:53
@dependabot dependabot Bot changed the title chore(deps): bump ai from 6.0.205 to 7.0.34 chore(deps): bump ai from 6.0.205 to 7.0.37 Jul 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-7.0.31 branch 2 times, most recently from c02427e to d2068dc Compare July 26, 2026 07:37
Bumps [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) from 6.0.205 to 7.0.37.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.37/packages/ai)

---
updated-dependencies:
- dependency-name: ai
  dependency-version: 7.0.31
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-7.0.31 branch from d2068dc to 17fd271 Compare July 26, 2026 09:57
@iamjr15

iamjr15 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Closing this scheduled version-update PR as part of the Dependabot policy cleanup. Security updates remain enabled; future minor and patch version updates will be grouped monthly, and major upgrades will be planned explicitly.

@iamjr15 iamjr15 closed this Jul 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/ai-7.0.31 branch July 27, 2026 10:44
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