chore(deps): update all non-major dependencies - #38
Open
akua-renovate[bot] wants to merge 1 commit into
Open
Conversation
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
18 times, most recently
from
July 30, 2026 05:18
a106b00 to
9430d43
Compare
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
agentos-site | b80bdf9 | Aug 02 2026, 09:04 AM |
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
July 31, 2026 00:59
dd4215a to
8c310c3
Compare
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 31, 2026 05:25
8c310c3 to
1264bb5
Compare
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
July 31, 2026 16:49
0bbfcd5 to
75d656a
Compare
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
August 2, 2026 05:19
8366c5b to
eee9fd1
Compare
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 2, 2026 09:02
eee9fd1 to
b80bdf9
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:
0.81.1→0.83.00.81.1→0.83.00.81.1→0.83.00.81.1→0.83.00.81.1→0.83.00.81.1→0.83.016.2.11→16.2.1216.2.11→16.2.12^0.0.77→^0.0.7826.1.1→26.1.28.20.0→8.20.3^0.0.8→^0.1.0v4.4.0→v4.6.016.13.0→16.14.015.2.0→15.2.216.13.0→16.14.02.96.0→2.97.01.40.3→v1.41.22.0.0→v2.1.10.7.3→v0.7.51.25.7-bookworm→1.26.5-bookwormv4.2.1→v4.2.41.35.6→1.36.316.2.11→16.2.1224.16.0→v24.18.10.81.1→0.83.00.144.5→0.146.00.1.26→0.1.280.1.27→0.1.290.1.42→0.1.450.1.5→0.1.170.128.0→0.142.01.408.2→1.409.515.1.0→15.2.00.34.5→0.35.30.35.2→0.36.08.1.5→8.2.04.115.0→4.118.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
earendil-works/pi (@earendil-works/pi-ai)
v0.83.0Compare Source
Breaking Changes
Type.Base,Type.Awaited,Type.Promise,Type.AsyncIterator,Type.Iterator,Type.Options, andValue.Mutate, while fixing compiled validation of nullable array tool arguments. Consumers using removed APIs must migrate to supported TypeBox APIs (#7243 by @petrroll).Added
fetchinjection for supported text and image provider transports; Google adapters reject non-global implementations rather than silently bypassing them.minimalthinking-level override (#7158 by @jay-aye-see-kay)."pending"stop reason for partial streaming messages. See Stop Reasons (#7151 by @lucasmeijer).AssistantMessage.rawStopReasonand populated it across Google, Anthropic, Amazon Bedrock, Mistral, and OpenAI streams; unmapped terminal reasons now surface as provider errors instead of successful stops (#7272).AuthResolutionOverrides.minOAuthValidityMsso callers can require and refresh OAuth credentials with a minimum remaining validity (#7168).Changed
Fixed
max_tokens, which those endpoints honor (#7174 by @HyeokjaeLee).functionpayload and an emptycustomobject discarding the function arguments (#7288 by @sunnyyoung).v0.82.1Compare Source
Added
ModelsStoreEntry.etagso persisted provider catalogs can carry the remote ETag validator for conditional refreshes.ANTHROPIC_AUTH_TOKENbearer authentication for Anthropic-compatible gateways (#5871)Changed
ModelsErrormessages to append the underlying cause, so auth failures such asOAuth refresh failed for openai-codexreport the provider response instead of a bare wrapper message.v0.82.0Compare Source
Breaking Changes
getBuiltinModelDataUrl(provider)withgetBuiltinModelDataGeneratedAt()so built-in catalog freshness uses its recorded generation time instead of installation-dependent file metadata (#7016 by @davidbrai).Added
kimi-codingprovider, with device authorization, token refresh, and OAuth host overrides (#6935 by @zaycruz).Tool.constrainedSamplingwith strict JSON Schema (prefer/require) and OpenAI Lark/regex grammar variants, enforcing provider-side constrained tool sampling across OpenAI, Anthropic, Amazon Bedrock, Google Gemini, and Mistral. See Constrained Sampling for Tools.supportsGrammarToolsandsupportsStrictToolscompatibility flags, expandedsupportsStrictModeto Responses and Bedrock models, and generated model capability metadata to gate constrained sampling.Changed
Fixed
cacheRetention: "none"to disable implicit prompt-cache writes for supported OpenAI models and session-based caching for OpenAI Codex (#6618 by @tmustier).getaddrinfo,ENOTFOUND, andEAI_AGAINto trigger automatic assistant retries (#6946 by @christianklotz).previous_response_not_founderrors (#6955 by @davidbrai).~anthropic/*-latestaliases (#6941 by @mteam88).earendil-works/pi (@earendil-works/pi-coding-agent)
v0.83.0Compare Source
New Features
pi auth print-api-keyandpi auth print-bearer-tokenexport configured credentials with automatic OAuth refresh and minimum-validity enforcement./loginover SSH by pasting the redirect URL or authorization code when the loopback callback is unavailable. See OpenRouter.Breaking Changes
Type.Base,Type.Awaited,Type.Promise,Type.AsyncIterator,Type.Iterator,Type.Options, andValue.Mutate, while fixing compiled validation of nullable array tool arguments. Extensions using removed APIs must migrate to supported TypeBox APIs. See Package Dependencies (#7243 by @petrroll).Added
pi auth print-api-keyandpi auth print-bearer-tokencommands for exporting configured credentials to external clients, including automatic OAuth refresh and configurable minimum token validity (#7168).ctx.scopedModelsto extensions. See Extension Context (#7191 by @pungggi, #7215).fetchinjection for supported text and image provider transports."pending"stop reason for partial streaming messages. See Custom Provider Stream Pattern (#7151 by @lucasmeijer).Changed
Fixed
SYSTEM.mdandAPPEND_SYSTEM.mdprompts being omitted from the interactive startup context listing. See System Prompt Files (#7096)./modelselector retaining a stale selection while filtering instead of highlighting the top match (#7211 by @christianbasch).user_bashhandlers. See User Bash Events (#7214).customobject (#7288 by @sunnyyoung).v0.82.1Compare Source
New Features
xhigh), inference profiles, and prompt caching. See Providers.ANTHROPIC_AUTH_TOKENauthenticates against Anthropic-compatible gateways that requireAuthorization: Bearer, including compaction and branch summaries. See Environment Variables or Auth File.If-None-Matchso unchanged providers answer with an empty304, and llama.cpp models stay listed across restarts. See llama.cpp.Added
outputPadsetting to custom message renderers. See Extensions (#7045 by @xl0).ANTHROPIC_AUTH_TOKENbearer authentication for Anthropic-compatible gateways. See Providers (#5871).Changed
If-None-Match, so unchanged provider catalogs answer with an empty304instead of a full download.OAuth refresh failed for openai-codexreport the provider response instead of a bare wrapper message.Fixed
/models, allowing them to be removed without editing settings manually (#6949, #7032 by @christianklotz).AGENTS.md, which producedEISDIRwarnings (#7106 by @mrexodia).v0.82.0Compare Source
New Features
/loginto authorize OpenRouter or a Kimi Code subscription without manually configuring API keys. See OpenRouter.Added
Tool.constrainedSamplingwith strict JSON Schema (prefer/require) and OpenAI Lark/regex grammar variants across OpenAI, Anthropic, Amazon Bedrock, Google Gemini, and Mistral. See Constrained Sampling for Tools.supportsGrammarToolsandsupportsStrictToolscompatibility flags, expandedsupportsStrictModecoverage, and generated model capability metadata to gate constrained sampling./login, minting a user-controlled API key. See OpenRouter (#6927 by @rsaryev).PI_SESSION_ID,PI_SESSION_FILE,PI_PROVIDER,PI_MODEL, andPI_REASONING_LEVELto commands run by built-in and factory-created bash tools. See Bash Tool Session Environment.bash_execution_updateevents for direct RPC bash commands, correlated with request IDs. See RPC bash events (#6971 by @ananthakumaran).Changed
Fixed
getaddrinfo,ENOTFOUND, andEAI_AGAINto trigger automatic assistant retries (#6946 by @christianklotz).~anthropic/*-latestaliases (#6941 by @mteam88).previous_response_not_founderrors (#6955 by @davidbrai).~/.pi/agent(#6958 by @davidbrai).PI_SKIP_VERSION_CHECKis set (#6977).protobufjsdependency to 7.6.5 to address GHSA-j3f2-48v5-ccww (#7005)./copyon Wayland to fall back to X11 or OSC 52 whenwl-copyfails (#7009 by @rkfshakti)./modelto reload updatedmodels.jsonconfiguration when opening the model picker (#6999).vercel/next.js (@next/bundle-analyzer)
v16.2.12Compare Source
What's Changed
Full Changelog: vercel/next.js@v16.2.11...v16.2.12
aidenybai/cnfast (cnfast)
v0.1.0Minor Changes
8643c3c: AddcreateCnfor custom tailwind-merge configuration.createCn(config)builds acnthat honors a custom merge config, accepting the same{ override, extend }shape as tailwind-merge'sextendTailwindMerge(or a(defaultConfig) => configfunction). The defaultcnexport is unchanged. Also re-exportscreateTailwindMerge,getDefaultConfig, andmergeConfigs. Fixes customfont-size/class-group configs being ignored (#6).Patch Changes
docker/login-action (docker/login-action)
v4.6.0Compare Source
Full Changelog: docker/login-action@v4.5.2...v4.6.0
v4.5.2Compare Source
Full Changelog: docker/login-action@v4.5.1...v4.5.2
v4.5.1Compare Source
dhi.ioas Docker Hub OIDC registry by @crazy-max in #1054Full Changelog: docker/login-action@v4.5.0...v4.5.1
v4.5.0Compare Source
Full Changelog: docker/login-action@v4.4.0...v4.5.0
cli/cli (gh)
v2.97.0: GitHub CLI 2.97.0Compare Source
Security
Four security vulnerabilities have been identified, and fixed, in this release. Users are advised to update gh to version
v2.97.0as soon as possible.Several commands (including
gh gist view,gh api,gh pr diff,gh release download --output -,gh codespace logs,gh skills preview, andgh agent-task view/create) printed externally controlled content without neutralizing terminal escape sequences, allowing escape sequence injection into a user's terminal.See GHSA-3m3g-3wcr-px46 for more information.
Some request URLs were built without escaping their variable path components, so a value containing URL path metacharacters could alter the request path and cause
ghto address a different resource than intended.See GHSA-4fjg-2h4q-fwg3 for more information.
gh auth status(without--show-token) could print a portion of the authentication token in plaintext for token types whose format contains an underscore after the prefix, such asgithub_pat_*,ghs_*, andghu_*.See GHSA-cg6r-mpgc-h9mm for more information.
gh attestation verifybuilt the certificate matcher from--signer-repoand--signer-workflowwithout escaping regex metacharacters, so a lookalike repository or workflow name could satisfy a matcher intended for a trusted signer and bypass attestation verification.See GHSA-mm27-mwq9-fr5g for more information.
Address project fields and items by name in
gh projectgh project item-editandgh project item-listcan now reference project fields and single-select options by name:What's Changed
✨ Features
gh project item-editby @zwick in #13807gh project item-listby @zwick in #13823gh skillagents by @tommaso-moro in #13987🐛 Fixes
📚 Docs & Chores
OWNER/REPOformat hint to thegh search --repoflag by @BagToad in #13922item-editas the first-class project flow in docs by @Solaris-star in #13927SITE_DEPLOY_PATwith the gh-cli-site-deployer App by @williammartin in #13492pkg/cmd/release/attestation/by @kobihikri in #13886ab275d0to309922bby @dependabot in #13878New Contributors
Full Changelog: cli/cli@v2.96.0...v2.97.0
kunchenguid/no-mistakes (github:kunchenguid/no-mistakes)
v1.41.2Compare Source
Bug Fixes
v1.41.1Compare Source
Bug Fixes
v1.41.0Compare Source
Features
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate.