Update Routine updates#242
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
commit: |
71bf099 to
a78b2a1
Compare
b2fe4f4 to
4a780cf
Compare
4a780cf to
2105098
Compare
aa4a827 to
790b592
Compare
Contributor
Author
|
58d07f0 to
be8a13f
Compare
be8a13f to
031aefe
Compare
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.13→3.0.743.0.30→3.0.673.0.8→3.0.383.0.10→3.0.583.0.3→3.0.104.0.6→4.0.260.3.6→0.3.121.2.11→1.2.121.1.14→1.1.151.1.7→1.1.81.1.10→1.1.111.3.2→1.3.31.1.11→1.1.122.2.15→2.2.161.1.14→1.1.152.1.15→2.1.161.1.14→1.1.152.1.7→2.1.81.1.15→1.1.161.2.13→1.2.141.1.14→1.1.151.1.7→1.1.81.3.7→1.3.81.2.9→1.2.102.2.5→2.2.61.1.7→1.1.81.3.5→1.3.61.2.3→1.2.41.2.5→1.2.61.1.12→1.1.131.2.14→1.2.151.1.9→1.1.101.1.10→1.1.111.2.7→1.2.80.5.16→0.5.1920.19.37→20.19.3920.19.37→20.19.396.0.35→6.0.17410.4.21→10.5.010.4.27→10.5.01.35.1→1.37.00.1.114→0.1.1150.0.44→0.0.510.548.0→0.577.00.0.66→0.0.708.5.6→8.5.138.5.8→8.5.133.8.1→3.8.319.2.4→19.2.59.8.1→9.14.019.2.4→19.2.57.62.0→7.75.07.71.2→7.75.06.30.1→6.30.37.13.1→7.14.22.6.0→2.6.13.4.17→3.4.198.57.1→8.59.18.57.1→8.59.1Release Notes
vercel/ai (@ai-sdk/anthropic)
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.67Patch Changes
6247886]v3.0.66Patch Changes
0469aed]v3.0.65Patch 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.v3.0.64Patch Changes
05b8ca2: feat (provider/anthropic): support passing metadata.user_idv3.0.63Patch Changes
055cd68: fix: publish v6 to latest npm dist tag055cd68]v3.0.62Compare Source
Patch Changes
41c6a56: fix(anthropic): skip passing beta header for tool search toolsv3.0.61Patch Changes
2381567: fix(vertex): throw warning when strict: true for vertexAnthropicv3.0.59Compare Source
Patch Changes
64ac0fd]v3.0.58Compare Source
Patch Changes
3fb4e70: feat(anthropic): support eagerInputStreaming option for fine-grained tool streamingad4cfc2]v3.0.57Compare Source
Patch Changes
824b295]v3.0.56Compare Source
Patch Changes
e49c34d: feat(anthropic): expose anthropic.anthropicBeta to downstream providerse49c34d: feat(anthropic): expose anthropic.anthropicBeta to downstream providerv3.0.55Compare Source
Patch Changes
7531e72: fix(provider/anthropic): handle encrypted_code_execution_result for multi-turn with web_fetch/web_search2026020v3.0.54Compare Source
Patch Changes
56c67d5: feat(provider/anthropic): add support for Anthropic web toolsweb_fetch_20260209andweb_search_20260209v3.0.53Compare Source
Patch Changes
89caf28: fix(openai-compat): decode base64 string datav3.0.52Compare Source
Patch Changes
08336f1]v3.0.51Compare Source
Patch Changes
64a8fae: chore: remove obsolete model IDs for Anthropic, Google, OpenAI, xAIv3.0.50Compare Source
Patch Changes
58bc42d]v3.0.49Compare Source
Patch Changes
d98d9ba: Migrated deprecatedoutput_formatparameter tooutput_config.formatfor structured outputs + Enabled native structured output support for Bedrock Anthropic models viaoutput_config.format.v3.0.48Compare Source
Patch Changes
2164cdf: feat(anthropic): add the new code_execution toolv3.0.47Compare Source
Patch Changes
17978c6: PasscacheControlprovider option as top-levelcache_controlin Anthropic API request body to support automatic caching.v3.0.46Compare Source
Patch Changes
b094c07: fix compaction_delta streaming schema to allow null contentv3.0.45Compare Source
Patch Changes
2a1c664: feat(provider/anthropic): add support for new Claude Sonnet 4.6 modelv3.0.44Compare Source
Patch Changes
23ac4a3: fix(provider/anthropic): minor follow up to support no-op speed standardv3.0.43Compare Source
Patch Changes
4024a3a]v3.0.42Compare Source
Patch Changes
99fbed8: feat: normalize provider specific model options type names and ensure they are exportedv3.0.41Compare Source
Patch Changes
c60b393: feat(anthropic): add the new compaction featurev3.0.40Compare Source
Patch Changes
8c2b1e1: fix(provider/anthropic): include actual raw usage data forresponse.usage.rawwhen streamingv3.0.39Compare Source
Patch Changes
0a0d29c: feat(anthropic): add support for Opus 4.6 fast modev3.0.38Compare Source
Patch Changes
7168375]v3.0.37Compare Source
Patch Changes
e288302: feat(anthropic): add support for Opus 4.6v3.0.36Compare Source
Patch Changes
1652320: feat(anthropic): support custom tool-reference content for deferred tool loadingv3.0.35Compare Source
Patch Changes
53f6731]v3.0.34Compare Source
Patch Changes
96936e5]v3.0.33Compare Source
Patch Changes
445cbe3: fix streaming context_management field location - was incorrectly expected inside delta object but API returns it at message_delta root levelv3.0.32Compare Source
Patch Changes
c33343b: fix(anthropic): add missing param in tool schemav3.0.31Compare Source
Patch Changes
2810850]v3.0.30Compare Source
Patch Changes
1524271: chore: add skill information to README filesv3.0.29Compare Source
Patch Changes
b9d105f: Fix cache usage reporting for anthropic streamv3.0.28Compare Source
Patch Changes
2445da4: fix(provider/anthropic): populate outputTokens.text field in usagev3.0.27Compare Source
Patch Changes
572ea12: feat(anthropic): allow custom/dynamic key for providerOptionsv3.0.26Compare Source
Patch Changes
2c70b90: chore: update provider docsv3.0.25Compare Source
Patch Changes
0bb9bcd: feat(provider/anthropic): add computer_20251124 tool for claude opus 4.5v3.0.24Compare Source
Patch Changes
462ad00]v3.0.23Compare Source
Patch Changes
4de5a1d: chore: excluded tests from src folder in npm package4de5a1d]v3.0.22Compare Source
Patch Changes
8ccf04b: AddauthTokenoption to supportAuthorization: Bearerauthentication as an alternative tox-api-keyheader authentication.v3.0.21Compare Source
Patch Changes
662d359: feat(anthropic): deferred results for tool search toolv3.0.20Compare Source
Patch Changes
2b8369d: chore: add docs to package distv3.0.19Compare Source
Patch Changes
8dc54db: chore: add src folders to package bundlev3.0.18Compare Source
Patch Changes
c10bd49: fix(anthropic): handle web_search_result_location citations and add webFetch documents to citationDocumentsv3.0.17Compare Source
Patch Changes
4729bed: Fix JSON parsing crash when handling Anthropic web_fetch tool error resultsv3.0.16Compare Source
Patch Changes
d36fa72: Not sending structured output beta header for json response toolv3.0.15Compare Source
Patch Changes
5c090e7]v3.0.14Compare Source
Patch Changes
46f46e4]get-convex/workflow (@convex-dev/workflow)
v0.3.12Compare Source
a catchable error in the workflow.
v0.3.11Compare Source
{ unstableArgs: true }as an argument to various steps,e.g.
step.runQuery(internal.foo.bar, myArgs, { unstableArgs: true })willnot fail if
myArgschanges between runs of the workflow handler. Use thiscarefully in scenarios where you are changing code in a backwards-compatible
way, or if the args may change, e.g. passing a stack trace as an argument,
since stack traces currently reflect the current stack trace.
shared
validateimplementation with convex-helpers.v0.3.10Compare Source
making it easier to break type cycles typically found in the handler function.
v0.3.9Compare Source
convex-test(testing via vitest). Testing workflows ismostly supported by
convex-test@0.0.45. There are still edge cases aroundpatched globals leaking into inline function calls, and other possibly
undefined behavior.
v0.3.8Compare Source
step.sleep(ms)as an alternative to passingrunAfter/runAtto a subsequent step.registerforconvex-test@0.0.43+ supportv0.3.7Compare Source
the Workpool in favor of calling them from the workflow's handler directly.
This is more efficient, provided you're ok sharing the transaction limits with
surrounding steps/ loading the workflow history. This means that workId is no
longer guaranteed to be set for a function step
stepinstead ofctx(just a convention!)radix-ui/primitives (@radix-ui/react-aspect-ratio)
v1.1.8tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.19Compare Source
Fixed
v0.5.18Compare Source
Fixed
v0.5.17Compare Source
Added
prose-picturemodifier (#367)Fixed
hrborder-width value (#379)<kbd>styles work with Tailwind CSS v4 (#387)Changed
postcss/autoprefixer (autoprefixer)
v10.5.0Compare Source
mask-position-xandmask-position-ysupport (by @toporek).v10.4.27Compare Source
package.json.v10.4.26[Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * 1-5)🚦 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.