Skip to content

chore(deps): update all non-major dependencies - #133

Merged
dawsontoth merged 1 commit into
mainfrom
renovate/all-minor-patch
Jul 27, 2026
Merged

chore(deps): update all non-major dependencies#133
dawsontoth merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@ai-sdk/anthropic (source) 3.0.983.0.101 age confidence dependencies patch 3.0.103 (+1)
@ai-sdk/google (source) 3.0.953.0.100 age confidence dependencies patch 3.0.101
@ai-sdk/openai (source) 3.0.863.0.88 age confidence dependencies patch
actions/checkout v7.0.0v7.0.1 age confidence action patch
ai (source) 6.0.2306.0.235 age confidence dependencies patch
harper (source) 5.1.225.1.23 age confidence devDependencies patch
hono (source) 4.12.304.12.32 age confidence devDependencies patch
oxlint (source) 1.74.01.75.0 age confidence devDependencies minor
react (source) 19.2.719.2.8 age confidence dependencies patch

Release Notes

vercel/ai (@​ai-sdk/anthropic)

v3.0.101

Compare Source

Patch Changes
  • 0608dca: fix (provider/anthropic): use current-generation capability defaults for unrecognized Claude model IDs while retaining conservative defaults for legacy Claude and non-Claude models.

v3.0.100

Compare Source

Patch Changes
  • b7afc80: Warn when an unknown model uses the default 4096 max output token limit.

v3.0.99

Compare Source

Patch Changes
  • db8cff6: fix(amazon-bedrock): sanitize unsupported JSON Schema constraints in native Anthropic structured output
  • 94d0f86: fix(provider/anthropic): warn when parallel tool use is requested with JSON tool structured output
actions/checkout (actions/checkout)

v7.0.1

Compare Source

harperfast/harper (harper)

v5.1.23

Compare Source

Reliability

  • Retry the peer-side payload_blob read on a transient 503 stall during replicated deploy_component (harper#1838 backport). A blob read that stalls under a transient condition (e.g. a replication WebSocket reconnect coinciding with in-flight blob-chunk delivery to a high-latency peer) is now retried within a ~120s budget instead of failing the deploy outright — confirmed against a real 15-node multi-region production cluster, where this was the correct and sufficient fix (not merely a mitigation).
  • Deduplicated deployment timeout coercion (internal cleanup, no behavior change).

Full Changelog: HarperFast/harper@v5.1.22...v5.1.23

honojs/hono (hono)

v4.12.32

Compare Source

What's Changed

  • ci: enable reports for type & bundle size check in #​5148
  • fix(aws-lambda): add jwt and lambda authorizer types for API Gateway v2 in #​5142
  • fix(sse): emit empty id field to reset Last-Event-ID in #​5138
  • test(cloudflare-workers): add coverage for onClose, onError, send, and close in Cloudflare Workers websocket adapter in #​5145
  • fix: use Object.create(null) when parsing query, headers, and params in #​5161
  • fix(secure-headers): keep CSP callbacks scoped to their header in #​5147

Full Changelog: honojs/hono@v4.12.31...v4.12.32

v4.12.31

Compare Source

oxc-project/oxc (oxlint)

v1.75.0

Compare Source

🚀 Features
  • dd18383 linter/node: Implement no-top-level-await rule (#​24634) (Connor Shea)
  • 16a65f2 linter/react: Implement function-component-definition rule (#​24471) (Cole Ellison)
  • 7f1f585 linter: Reuse jest/padding-around-test-blocks for vitest/padding-around-test-blocks (#​24519) (Mikhail Baev)
  • 99978a8 linter/import/consistent-type-specifier-style: Support prefer-top-level-if-only-type-imports option (#​24502) (camc314)
🐛 Bug Fixes
  • 8694167 linter/eslint/prefer-destructuring: Handle typed declarations (#​24616) (camc314)
react/react (react)

v19.2.8

Compare Source


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "before 9am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 4c433b5 to afff344 Compare July 27, 2026 09:57

@dawsontoth dawsontoth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same story as #134 — the failing Test (ubuntu-latest, Node 24) job is the pre-existing ink/main.test.tsx flake, unrelated to these bumps. I dispatched verify-pr.yaml three times against unchanged main (bc1f3508) and got 1 pass / 2 failures, with the failing assertion moving between runs. Details in #134.

Checked the dependency content specifically, since this group moves the AI SDK packages:

package before after
@ai-sdk/anthropic 3.0.98 3.0.101
@ai-sdk/google 3.0.95 3.0.100
@ai-sdk/openai 3.0.86 3.0.88
@ai-sdk/gateway 3.0.153 3.0.157
@oxlint/* bindings 1.74.0 1.75.0

Every @ai-sdk/* package stays inside its existing major, and the resulting tree is a consistent generation with exactly one @ai-sdk/provider copy:

ai                       6.0.235
@ai-sdk/provider         3.0.14     ← single copy, no split
@ai-sdk/provider-utils   4.0.40

That matters because a mixed @ai-sdk/provider major produces models whose specificationVersion ai's resolveLanguageModel rejects — it installs and passes CI, then throws at runtime. Not the case here: ai@6 is built on provider v3, and all providers resolve to that same v3.

Local verification (Node 24.17, npm ci): npm run build succeeds, suite passes 52 files / 339 tests excluding the known-flaky ink test.

Approving.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from afff344 to 4b3dd55 Compare July 27, 2026 15:29
@dawsontoth
dawsontoth force-pushed the renovate/all-minor-patch branch from 4b3dd55 to 04d9a4b Compare July 27, 2026 15:30
@renovate

renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@dawsontoth
dawsontoth merged commit c208bfc into main Jul 27, 2026
4 checks passed
@dawsontoth
dawsontoth deleted the renovate/all-minor-patch branch July 27, 2026 15:35
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 0.16.31 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant