chore(deps): update all non-major dependencies - #133
Conversation
4c433b5 to
afff344
Compare
dawsontoth
left a comment
There was a problem hiding this comment.
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.
afff344 to
4b3dd55
Compare
4b3dd55 to
04d9a4b
Compare
Edited/Blocked NotificationRenovate 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. |
|
🎉 This PR is included in version 0.16.31 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR contains the following updates:
3.0.98→3.0.1013.0.103(+1)3.0.95→3.0.1003.0.1013.0.86→3.0.88v7.0.0→v7.0.16.0.230→6.0.2355.1.22→5.1.234.12.30→4.12.321.74.0→1.75.019.2.7→19.2.8Release Notes
vercel/ai (@ai-sdk/anthropic)
v3.0.101Compare 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.100Compare Source
Patch Changes
b7afc80: Warn when an unknown model uses the default 4096 max output token limit.v3.0.99Compare Source
Patch Changes
db8cff6: fix(amazon-bedrock): sanitize unsupported JSON Schema constraints in native Anthropic structured output94d0f86: fix(provider/anthropic): warn when parallel tool use is requested with JSON tool structured outputactions/checkout (actions/checkout)
v7.0.1Compare Source
harperfast/harper (harper)
v5.1.23Compare Source
Reliability
payload_blobread on a transient 503 stall during replicateddeploy_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).Full Changelog: HarperFast/harper@v5.1.22...v5.1.23
honojs/hono (hono)
v4.12.32Compare Source
What's Changed
Object.create(null)when parsing query, headers, and params in #5161Full Changelog: honojs/hono@v4.12.31...v4.12.32
v4.12.31Compare Source
oxc-project/oxc (oxlint)
v1.75.0Compare Source
🚀 Features
dd18383linter/node: Implement no-top-level-await rule (#24634) (Connor Shea)16a65f2linter/react: Implement function-component-definition rule (#24471) (Cole Ellison)7f1f585linter: Reusejest/padding-around-test-blocksforvitest/padding-around-test-blocks(#24519) (Mikhail Baev)99978a8linter/import/consistent-type-specifier-style: Supportprefer-top-level-if-only-type-importsoption (#24502) (camc314)🐛 Bug Fixes
8694167linter/eslint/prefer-destructuring: Handle typed declarations (#24616) (camc314)react/react (react)
v19.2.8Compare Source
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.