build: update all non-major dependencies#280
Open
angular-robot wants to merge 1 commit into
Open
Conversation
f28b3dd to
38271dd
Compare
526bd0b to
b2fd20f
Compare
5d955ef to
e090341
Compare
377140f to
b6b2031
Compare
be3c2e1 to
744e305
Compare
See associated pull request for more information.
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.64→3.0.843.0.55→3.0.821.0.30→1.0.503.0.49→3.0.713.0.8→3.0.10^0.82.0→^0.104.0^0.36.0→^0.46.01.48.0→1.52.0^0.118.0→^0.139.06.0.143→6.0.204~6.1.0→~6.3.0Release Notes
vercel/ai (@ai-sdk/anthropic)
v3.0.84Patch Changes
bfa5864]f42aa79]v3.0.82Compare Source
Patch Changes
2a91a17: feat(provider/anthropic): add support forclaude-fable-5and thefallbacksAPI parameterv3.0.81Compare Source
Patch Changes
4084fcd: feat(provider/anthropic): add support forclaude-opus-4-8v3.0.80Compare Source
Patch Changes
263d3e6: fix(provider/anthropic): fix remaining errors with Anthropiccode_executiontool dynamic calls from latestweb_fetchorweb_searchv3.0.79Compare Source
Patch Changes
d61a788: Handle errors from anthropic websearch toolv3.0.78Compare Source
Patch Changes
6e28d25: fix(anthropic): propagate toModelOutput providerOption to anthropic tool resultsv3.0.77Compare Source
Patch Changes
d53314d: feat(anthropic): add the new advisor toolv3.0.76Compare Source
Patch Changes
f591416]v3.0.75Compare Source
Patch Changes
3f06680: Remove staleeffort-2025-11-24beta header — the extended thinking effort parameter is GA and no longer requires the beta flag. Vertex AI's strict validator was actively rejecting requests with this header.v3.0.74Compare Source
Patch Changes
7beadf0]v3.0.73Compare Source
Patch Changes
f8c9ae4: feat(anthropic): sanitize the unsupported JSON schema validation propertiesa727da4: chore: ensure consistent import handling and avoid import duplicates or cyclesa727da4]v3.0.72Compare Source
Patch Changes
a7f3c72: trigger release for all packages after provenance setupa7f3c72]v3.0.71Compare Source
Patch Changes
95b4fe0: fix(provider/anthropic): stop addingfine-grained-tool-streaming-2025-05-14beta forclaude-opus-4-7v3.0.70Compare Source
Patch Changes
2ff8d57: feat(provider/anthropic): add support for Opus 4.7 and relevant API enhancementsv3.0.69Compare Source
Patch Changes
61f1a61: feat (provider/anthropic): add support for inference_geo provider optionv3.0.68Compare Source
Patch Changes
d42076d: Add AI Gateway hint to provider READMEsv3.0.67Compare Source
Patch Changes
6247886]v3.0.66Compare Source
Patch Changes
0469aed]v3.0.65Compare Source
Patch Changes
94aed06: fix(anthropic): allow both temperature and topP for non-Anthropic models using the Anthropic-compatible APIThe temperature/topP mutual exclusivity check now only applies to known Anthropic models (model IDs starting with
claude-). Non-Anthropic models using the Anthropic-compatible API (e.g. Minimax) can now send both parameters as required by their APIs.vercel/ai (@ai-sdk/mcp)
v1.0.49Patch Changes
3e8d9ba: fix(mcp): lock first sse endpoint received via event4fa7354: fix(mcp): prevent prototype-named tools from bypassing theschemasallowlistWhen using
client.tools({ schemas })to expose only an explicitly allowedsubset of an MCP server's tools, the allowlist check used the
inoperator,which also matches inherited
Object.prototypeproperties. A server-advertisedtool named
constructor,toString,__proto__, etc. would pass the checkeven though the developer never defined it in
schemas, and was then exposed tothe model and executable. The check now uses
Object.hasOwn, so onlyexplicitly defined tools are returned.
Updated dependencies [
bfa5864]Updated dependencies [
f42aa79]v1.0.47Compare Source
Patch Changes
bf1d6bd: fix(mcp): prevent mcp oauth credential exfiltration during rediscoveryv1.0.46Compare Source
Patch Changes
1f817db: fix(mcp): await addClientAuthentication in token exchange and refreshv1.0.45Compare Source
Patch Changes
ec5fceb: fix(mcp): respond to ping requests with an empty result per JSON-RPC spec (closes #6282)v1.0.44Compare Source
Patch Changes
77775a4: feat(mcp): exposestatusCode,url, andresponseBodyonMCPClientErrorfor HTTP transport failuresMCPClientErrornow carries structured HTTP context when it originates from thestreamable HTTP transport. This lets downstream consumers (e.g. agent frameworks
that need to decide whether to fall back from streamable HTTP to legacy SSE
transport per the MCP spec) branch on the actual response status without parsing
the error message string.
Fields are optional — they remain
undefinedfor stdio transport errors and fornon-response failures (network errors, aborts).
v1.0.43Compare Source
Patch Changes
e2b923f: fix(mcp): deduplicate auth refresh on http transportv1.0.42Compare Source
Patch Changes
725f2ed: feat(mcp): expose server instructions to be accessible through client7281592: fix(mcp): use negotiated protocol version in transport request headersv1.0.41Compare Source
Patch Changes
f591416: feat(ai): add toolMetadata for tool specific metdataf591416]v1.0.40Compare Source
Patch Changes
221a984: Addresource_linkcontent type toCallToolResultSchemaandPromptMessageSchemaper MCP spec. Fixes hard rejection when MCP servers returnresource_linkcontent parts with zod ≥ 4.4.x.0084974: feat(mcp): deprecate name and use clientName for MCPClientv1.0.39Compare Source
Patch Changes
7beadf0: feat(mcp): propagate the server name through dynamic tool parts7beadf0]v1.0.38Compare Source
Patch Changes
a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles5fee301: fix(mcp): prevent prototype pollution by using secureJsonParsea727da4]v1.0.37Compare Source
Patch Changes
a7f3c72: trigger release for all packages after provenance setupa7f3c72]v1.0.36Compare Source
Patch Changes
9a8d276: feat(mcp): surface 'serverInfo' exposed from the MCP serverv1.0.35Compare Source
Patch Changes
941ebf2: fix(mcp): bypass outputSchema validation when tool returns isErrorv1.0.34Compare Source
Patch Changes
1141b93: feat(mcp): allow custom fetch for HTTP and SSE transportsv1.0.33Compare Source
Patch Changes
6247886]v1.0.32Compare Source
Patch Changes
47c6af0: fix(mcp): strip trailing slash from OAuth resource parameterv1.0.31Compare Source
Patch Changes
0469aed]anthropics/anthropic-sdk-typescript (@anthropic-ai/sdk)
v0.104.1Compare Source
Full Changelog: sdk-v0.104.0...sdk-v0.104.1
Bug Fixes
frontier_llmrefusal category (465e686)v0.104.0Compare Source
Full Changelog: sdk-v0.103.0...sdk-v0.104.0
Features
v0.103.0Compare Source
Full Changelog: sdk-v0.102.0...sdk-v0.103.0
Features
Bug Fixes
v0.102.0Compare Source
Full Changelog: sdk-v0.101.0...sdk-v0.102.0
Features
Bug Fixes
v0.101.0Compare Source
Full Changelog: sdk-v0.100.1...sdk-v0.101.0
Features
Bug Fixes
Chores
Documentation
v0.100.1Compare Source
Full Changelog: sdk-v0.100.0...sdk-v0.100.1
Bug Fixes
Chores
v0.100.0Compare Source
Full Changelog: sdk-v0.99.0...sdk-v0.100.0
Features
Documentation
v0.99.0Compare Source
Full Changelog: sdk-v0.98.1...sdk-v0.99.0
Features
Bug Fixes
v0.98.1Full Changelog: sdk-v0.98.0...sdk-v0.98.1
Bug Fixes
Chores
v0.98.0Full Changelog: sdk-v0.97.1...sdk-v0.98.0
Features
v0.97.1Full Changelog: sdk-v0.97.0...sdk-v0.97.1
Bug Fixes
v0.97.0Full Changelog: sdk-v0.96.0...sdk-v0.97.0
Features
Bug Fixes
Chores
v0.96.0Full Changelog: sdk-v0.95.2...sdk-v0.96.0
Features
Bug Fixes
Chores
v0.95.2Full Changelog: sdk-v0.95.1...sdk-v0.95.2
v0.95.1Full Changelog: sdk-v0.95.0...sdk-v0.95.1
Chores
v0.95.0Full Changelog: sdk-v0.94.0...sdk-v0.95.0
Features
Bug Fixes
v0.94.0Full Changelog: sdk-v0.93.0...sdk-v0.94.0
Features
v0.93.0Full Changelog: sdk-v0.92.0...sdk-v0.93.0
Features
v0.92.0Full Changelog: sdk-v0.91.1...sdk-v0.92.0
Features
Bug Fixes
Chores
v0.91.1Full Changelog: sdk-v0.91.0...sdk-v0.91.1
Bug Fixes
Chores
v0.91.0Full Changelog: sdk-v0.90.0...sdk-v0.91.0
Features
Bug Fixes
Chores
v0.90.0Full Changelog: sdk-v0.89.0...sdk-v0.90.0
Features
Chores
v0.89.0Full Changelog: sdk-v0.88.0...sdk-v0.89.0
Features
Bug Fixes
v0.88.0Full Changelog: sdk-v0.87.0...sdk-v0.88.0
Features
Documentation
v0.87.0Full Changelog: sdk-v0.86.1...sdk-v0.87.0
Features
v0.86.1Full Changelog: sdk-v0.86.0...sdk-v0.86.1
Chores
v0.86.0Full Changelog: sdk-v0.85.0...sdk-v0.86.0
Features
Chores
v0.85.0Full Changelog: sdk-v0.84.0...sdk-v0.85.0
Features
v0.84.0Full Changelog: sdk-v0.83.0...sdk-v0.84.0
Features
google-gemini/gemini-cli (@google/gemini-cli)
v0.46.0Compare Source
What's Changed
e4315b3to release/v0.46.0-preview.0-pr-27645 to patch version v0.46.0-preview.0 and create version 0.46.0-preview.1 by @gemini-cli-robot in #27655f40498dto release/v0.46.0-preview.1-pr-27676 to patch version v0.46.0-preview.1 and create version 0.46.0-preview.2 by @gemini-cli-robot in #27699f08b4afto release/v0.46.0-preview.2-pr-27749 to patch version v0.46.0-preview.2 and create version 0.46.0-preview.3 by @gemini-cli-robot in #27768Full Changelog: google-gemini/gemini-cli@v0.45.3...v0.46.0
v0.45.3Compare Source
What's Changed
f08b4afto release/v0.45.2-pr-27749 to patch version v0.45.2 and create version 0.45.3 by @gemini-cli-robot in #27769Full Changelog: google-gemini/gemini-cli@v0.45.2...v0.45.3
v0.45.2Compare Source
What's Changed
f40498dto release/v0.45.1-pr-27676 to patch version v0.45.1 and create version 0.45.2 by @gemini-cli-robot in #27700Full Changelog: google-gemini/gemini-cli@v0.45.1...v0.45.2
v0.45.1Compare Source
What's Changed
665228eto release/v0.45.0-pr-27570 to patch version v0.45.0 and create version 0.45.1 by @gemini-cli-robot in #27667Full Changelog: google-gemini/gemini-cli@v0.45.0...v0.45.1
v0.45.0Compare Source
What's Changed
bd53951to release/v0.45.0-preview.0-pr-27496 to patch version v0.45.0-preview.0 and create version 0.45.0-preview.1 by @gemini-cli-robot in [#27535](https://redirect.github.com/google-gemini/gemini-cli/pull/