Skip to content

chore(deps): bump the npm-patches group with 5 updates - #163

Merged
github-actions[bot] merged 1 commit into
devfrom
dependabot/npm_and_yarn/dev/npm-patches-e74ba761ab
Sep 14, 2026
Merged

github-actions[bot] merged 1 commit into
devfrom
dependabot/npm_and_yarn/dev/npm-patches-e74ba761ab

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-patches group with 5 updates:

Package From To
@ai-sdk/gateway 4.0.74 4.0.78
@ai-sdk/openai 4.0.58 4.0.65
@upstash/redis 1.38.3 1.38.4
ai 7.0.92 7.0.97
autoprefixer 10.5.4 10.5.6

Updates @ai-sdk/gateway from 4.0.74 to 4.0.78

Changelog

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

4.0.78

Patch Changes

  • Updated dependencies [9942196]
    • @​ai-sdk/provider@​4.0.13
    • @​ai-sdk/provider-utils@​5.0.39

4.0.77

Patch Changes

  • aa4cc14: Preserve image-result retryability returned by the AI Gateway.
  • f102e41: chore(provider/gateway): update gateway model settings files
  • Updated dependencies [912fb01]
    • @​ai-sdk/provider@​4.0.12
    • @​ai-sdk/provider-utils@​5.0.38

4.0.76

Patch Changes

  • a4ba394: feat: support per-request models in batch
  • e9bf5e3: chore(provider/gateway): update gateway model settings files
  • 56c004c: chore(provider/gateway): update gateway model settings files
  • Updated dependencies [a4ba394]
  • Updated dependencies [45099da]
  • Updated dependencies [9e1d1b2]
  • Updated dependencies [a495511]
    • @​ai-sdk/provider@​4.0.11
    • @​ai-sdk/provider-utils@​5.0.37

4.0.75

Patch Changes

  • 3cfc1fc: feat(gateway): add support for gpt-6-astra
Commits

Updates @ai-sdk/openai from 4.0.58 to 4.0.65

Changelog

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

4.0.65

Patch Changes

  • 9942196: feat(openai): add batch cancellation and listing
  • Updated dependencies [9942196]
    • @​ai-sdk/provider@​4.0.13
    • @​ai-sdk/provider-utils@​5.0.39

4.0.64

Patch Changes

  • ccb8952: fix(openai): return an AI SDK error for empty chat completion choices
  • Updated dependencies [912fb01]
    • @​ai-sdk/provider@​4.0.12
    • @​ai-sdk/provider-utils@​5.0.38

4.0.63

Patch Changes

  • 85db433: Include explicit message item types in Azure AI Foundry Responses requests.
  • 5fb2a64: feat(openai): add GPT Image 2.5 Flare and Sunburst model IDs
  • e105b2b: fix(openai): reject denied programmatic tool calls
  • 45f2b6a: fix(openai): report apply patch responses with a tool-calls finish reason

4.0.62

Patch Changes

  • 8487955: Add xhigh and max quality support for GPT Image 2.5 Flare and Sunburst in image generation, image editing, and the Responses API image generation tool.

4.0.61

Patch Changes

  • a4ba394: feat: support per-request models in batch
  • 4a09793: feat(openai): add async tool calling
  • 685ed8c: chore: fix failing CI
  • Updated dependencies [a4ba394]
  • Updated dependencies [45099da]
  • Updated dependencies [9e1d1b2]
  • Updated dependencies [a495511]
    • @​ai-sdk/provider@​4.0.11
    • @​ai-sdk/provider-utils@​5.0.37

4.0.60

Patch Changes

... (truncated)

Commits

Updates @upstash/redis from 1.38.3 to 1.38.4

Release notes

Sourced from @​upstash/redis's releases.

@​upstash/redis@​1.38.4

Patch Changes

  • 7ac8182: Fix read-your-writes sending a stale upstash-sync-token

    A read issued straight after a write travelled with the token from before that write, so the server was under no obligation to serve the write and readYourWrites silently did not hold.

    HttpClient.request() snapshotted the outgoing headers with mergeHeaders(this.headers, ...) and only afterwards wrote the freshest token into this.headers, so the token learned from response N first shipped with request N+2. The assignment now happens before the merge.

    This regressed in 1.34.5. In 1.34.0–1.34.4 the request options held headers: this.headers by reference, so the late write was still picked up before fetch; 1.34.5 introduced per-request header merging, which turned that reference into a copy without moving the assignment.

Commits

Updates ai from 7.0.92 to 7.0.97

Changelog

Sourced from ai's changelog.

7.0.97

Patch Changes

  • ef3bac4: Observe video webhook receiver rejections before generation starts to prevent unhandled rejections during or after a failed start. Preserve start error precedence and assimilate custom receivers only once.
  • 9942196: feat: add batch cancel and list APIs
  • Updated dependencies [9942196]
    • @​ai-sdk/provider@​4.0.13
    • @​ai-sdk/gateway@​4.0.78
    • @​ai-sdk/provider-utils@​5.0.39

7.0.96

Patch Changes

  • 912fb01: feat: add batch cancel and list APIs
  • c595e6e: fix(ai): call atob without a receiver for Cloudflare Workers compatibility
  • Updated dependencies [912fb01]
  • Updated dependencies [aa4cc14]
  • Updated dependencies [f102e41]
    • @​ai-sdk/provider@​4.0.12
    • @​ai-sdk/gateway@​4.0.77
    • @​ai-sdk/provider-utils@​5.0.38

7.0.95

Patch Changes

  • 27f6d7a: fix(ai): reject embedding model responses that contain no embeddings

7.0.94

Patch Changes

  • a4ba394: feat: support per-request models in batch
  • 36b3364: fix(ai): enforce tool choices in streamText
  • 45099da: Retry unclassified empty image results, preserve retry-attempt accounting, add provider-independent result retryability classification, and mark Google and Google Vertex prompt blocks as terminal.
  • Updated dependencies [a4ba394]
  • Updated dependencies [e9bf5e3]
  • Updated dependencies [45099da]
  • Updated dependencies [56c004c]
  • Updated dependencies [9e1d1b2]
  • Updated dependencies [a495511]
    • @​ai-sdk/provider@​4.0.11
    • @​ai-sdk/gateway@​4.0.76
    • @​ai-sdk/provider-utils@​5.0.37

7.0.93

Patch Changes

... (truncated)

Commits

Updates autoprefixer from 10.5.4 to 10.5.6

Release notes

Sourced from autoprefixer's releases.

10.5.6

10.5.5

Changelog

Sourced from autoprefixer's changelog.

10.5.6

10.5.5

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-patches group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/gateway](https://github.com/vercel/ai/tree/HEAD/packages/gateway) | `4.0.74` | `4.0.78` |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `4.0.58` | `4.0.65` |
| [@upstash/redis](https://github.com/upstash/redis-js) | `1.38.3` | `1.38.4` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.92` | `7.0.97` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.5.4` | `10.5.6` |


Updates `@ai-sdk/gateway` from 4.0.74 to 4.0.78
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/gateway/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/gateway@4.0.78/packages/gateway)

Updates `@ai-sdk/openai` from 4.0.58 to 4.0.65
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@4.0.65/packages/openai)

Updates `@upstash/redis` from 1.38.3 to 1.38.4
- [Release notes](https://github.com/upstash/redis-js/releases)
- [Commits](https://github.com/upstash/redis-js/compare/@upstash/redis@1.38.3...@upstash/redis@1.38.4)

Updates `ai` from 7.0.92 to 7.0.97
- [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.97/packages/ai)

Updates `autoprefixer` from 10.5.4 to 10.5.6
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.5.4...10.5.6)

---
updated-dependencies:
- dependency-name: "@ai-sdk/gateway"
  dependency-version: 4.0.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: "@ai-sdk/openai"
  dependency-version: 4.0.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: "@upstash/redis"
  dependency-version: 1.38.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: ai
  dependency-version: 7.0.97
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patches
- dependency-name: autoprefixer
  dependency-version: 10.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-patches
...

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 Sep 14, 2026
@vercel

vercel Bot commented Sep 14, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
hireproof Ready Ready Preview Sep 14, 2026 1:10am UTC

Request Review

@github-actions
github-actions Bot enabled auto-merge (squash) September 14, 2026 01:09
@github-actions
github-actions Bot merged commit 24b0903 into dev Sep 14, 2026
8 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev/npm-patches-e74ba761ab branch September 14, 2026 01:12
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.

0 participants