chore(deps): update all non-major dependencies#129
Merged
Conversation
Contributor
|
Reviewed via scheduled Renovate triage. CI shows one failing test — |
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
July 13, 2026 20:53
a00a17d to
9856591
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 14, 2026 02:40
9856591 to
5f28a41
Compare
|
🎉 This PR is included in version 0.16.25 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.92→3.0.963.0.88→3.0.913.0.80→3.0.8421.2.0→21.2.125.9.4→25.9.54.1.9→4.1.106.0.219→6.0.2245.1.15→5.1.184.12.27→4.12.291.72.0→1.73.025.0.5→25.0.64.22.5→4.23.04.1.9→4.1.10Release Notes
vercel/ai (@ai-sdk/anthropic)
v3.0.96Compare Source
v3.0.95Compare Source
v3.0.94Compare Source
Patch Changes
0952964: Prevent prototype pollution when synchronously parsing provider JSON inputs and exposesecureJsonParsefrom provider-utils.764baab: Normalize a barehttps://api.anthropic.combase URL to include/v1.0952964]v3.0.93Compare Source
vercel/ai (@ai-sdk/google)
v3.0.91Compare Source
Patch Changes
bbac4da: Fix Google tool result conversion to send file data as inline data instead of JSON text on the legacy tool-result path.3fda3bc: Expand standalone Googlethresholdprovider options into safety settings.e1af05f: feat (video): support video (not just image) reference inputs ininputReferencesfor reference-to-video generatione1af05f]v3.0.90Compare Source
Patch Changes
b585445: Backport Gemini Interactions video output parsing and per-modality output token breakdown for AI SDK v6.1825ecc: Backportvertex.interactions()for the Gemini Interactions API on Vertex AI for AI SDK v6.afee362: Pass documented Gemini external HTTPS file URLs through without downloading them.327642b: fix: more precise default message for tool execution deniald559de9]v3.0.89Compare Source
Patch Changes
0952964: Prevent prototype pollution when synchronously parsing provider JSON inputs and exposesecureJsonParsefrom provider-utils.f0bfb31: Fix Google embedding batch size to respect the Gemini API limit of 100 requests per batch.0952964]vercel/ai (@ai-sdk/openai)
v3.0.84Compare Source
v3.0.83Compare Source
v3.0.82Compare Source
v3.0.81Compare Source
conventional-changelog/commitlint (@commitlint/cli)
v21.2.1Compare Source
Note: Version bump only for package @commitlint/cli
vitest-dev/vitest (@vitest/coverage-v8)
v4.1.10Compare Source
🐞 Bug Fixes
View changes on GitHub
vercel/ai (ai)
v6.0.224Compare Source
v6.0.223Compare Source
v6.0.222Compare Source
Patch Changes
e1af05f: feat (video): support video (not just image) reference inputs ininputReferencesfor reference-to-video generation2bfb16a]34b5acc]e1af05f]1ce0d1c]v6.0.221Compare Source
v6.0.220Compare Source
Patch Changes
158d027: Sort tool results by their tool call order when converting generation output to response messages.eb3cdd9: FixextractJsonMiddlewarepreserving leading whitespace in the final streamed text suffix when no markdown fence prefix was stripped.7dea716]4f7fe37]0952964]harperfast/harper (harper)
v5.1.18Compare Source
Blob replication reliability
finalizeResponsecould mutate the live cached record itself when the response body was shared, corrupting future reads of that record. The response path now copies before mutating.Fleet upgrade & deployment
registerShutdownDrain) that lets in-flight work (e.g. in-progress blob sends) finish before a worker thread exits, instead of being cut off mid-transfer during a rolling restart or upgrade.deploy_componentreported success even when a dangling symlink caused the packaging walker to stop early and drop every entry queued after it. The packager now pre-scans for dangling symlinks and excludes just those, instead of the walk bailing out silently.RUNheredoc redirect, producing anexec format errorat startup. It's now written via aCOPYheredoc so the image boots reliably.latest/nextdist-tags could be stolen by an older release line (#1690) — publishing any release moved thelatest/nexttag regardless of version, so a 5.0.x patch published after a 5.1.x release could steallatestback onto 5.0.x. The tag now only moves forward for the line it belongs to.MQTT
MCP
MCP-Protocol-Versionheader on an established session no longer 400s (#1694) — clients that negotiated a newer protocol version but omit the header on individual requests (permitted by spec) were incorrectly rejected. The session's already-negotiated version is now used when the header is absent.urlPathis configured (#1584) — fixes a static-file plugin regression where a configuredurlPathresulted in no files being served.Also in this release
threads.preloadconfig to preload modules (e.g. APM agents) on worker threads (#1569).fix(queue):waitForDrainno longer hangs if the queue empties without emitting adrainedevent (#1643).Full Changelog: HarperFast/harper@v5.1.17...v5.1.18
v5.1.17Compare Source
Replication & blob reliability
503instead of404. A receiver catching up on a blob that is still streaming retries cleanly instead of treating it as permanently missing and advancing past it.Fleet upgrade & deployment
RUNheredoc redirect, producing anexec format errorat startup. It is now written via aCOPYheredoc so the image boots reliably.npm-shrinkwrap.jsonin the published package (#1623) — locks the published dependency tree so installs of the release resolve a reproducible set of dependencies.MQTT
Full Changelog: HarperFast/harper@v5.1.15...v5.1.17
honojs/hono (hono)
v4.12.29Compare Source
What's Changed
compatibilityDateby @yusukebe in #5100*as a match by @yusukebe in #5084New Contributors
Full Changelog: honojs/hono@v4.12.28...v4.12.29
v4.12.28Compare Source
What's Changed
*.tsbuildinfoby @yusukebe in #5066devDependenciesby @yusukebe in #5085New Contributors
Full Changelog: honojs/hono@v4.12.27...v4.12.28
oxc-project/oxc (oxlint)
v1.73.0Compare Source
🚀 Features
a2c97f3linter/unicorn: Implementexplicit-timer-delayrule (#23612) (Mikhail Baev)85735cblinter/unicorn: Implementno-confusing-array-withrule (#23638) (Shekhucb4fbb9linter/eslint: Implement no-unreachable-loop rule (#23975) (Todor Andonov)dc32112linter/eslint/no-constant-binary-expression: Check relational comparisons (#24088) (camc314)d963967linter/unicorn/no-array-sort: AddallowAfterSpreadoption (#24043) (Boshen)0a75682linter: Add per-rule timings for type-aware linting (#22488) (camchenry)743e222linter/react: AdddisallowedValuesoption forforbid-dom-propsrule (#23970) (Mikhail Baev)🐛 Bug Fixes
bdb51c7linter/jest/prefer-ending-with-an-expect: Validate config patterns (#24122) (camc314)45d607dlinter/react/forbid-component-props: Make allow/disallow lists optional in schema (#24024) (Boshen)semantic-release/semantic-release (semantic-release)
v25.0.6Compare Source
Bug Fixes
privatenumber/tsx (tsx)
v4.23.0Compare Source
Bug Fixes
Features
This release is also available on:
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.