chore(deps): update all non-major dependencies#631
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update all non-major dependencies#631renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
4f257d0 to
0d5a555
Compare
29acaea to
97f539d
Compare
b73b606 to
1af951d
Compare
458392d to
8357d01
Compare
8357d01 to
a58a388
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.2.49→^0.2.84^0.0.1→^0.1.0^0.1.1→^0.1.4^0.2.2→^0.2.5^0.11.0→^0.11.2^0.2.5→^0.2.10^0.2.0→^0.2.10^0.1.11→^0.2.3^0.4.9→^0.4.10^8.7.0→^8.11.0^8.7.0→^8.11.0^1.3.9→^1.3.11^0.2.5→^0.2.7^0.2.5→^0.2.70.2.5→0.2.7^0.3.1→^0.4.0^0.2.5→^0.2.10^0.1.12→^0.1.13^0.10.0→^0.11.0^0.48.0→^0.56.01.3.9-debian→1.3.10-debian1.3.9-debian→1.3.10-debian1.2.21-debian→1.3.10-debian1.2.21-debian→1.3.10-debianv1.2.7→v1.2.9^20.3.1→^20.4.1^0.1.6→^0.1.7^1.109.5→^1.113.0Release Notes
anthropics/claude-agent-sdk-typescript (@anthropic-ai/claude-agent-sdk)
v0.2.84Compare Source
taskBudgetoption for API-side token budget awareness, allowing the model to pace tool use within a token limitenableChannel()method andcapabilitiesfield onMcpServerStatusfor SDK-driven MCP channel activationEffortLeveltype ('low' | 'medium' | 'high' | 'max') for consumers to reference effort values directlyv0.2.83Compare Source
seed_read_statecontrol subtype to seedreadFileStatewith{path, mtime}soEditworks after the originatingReadwas removed from contextsession_state_changedevents to opt-in: setCLAUDE_CODE_EMIT_SESSION_STATE_EVENTS=1to receive themv0.2.81Compare Source
canUseToolnot providing a workingaddRulessuggestion when a write under.claude/skills/{name}/hits the bypass-immune safety checkv0.2.80Compare Source
getSessionMessages()dropping parallel tool results — sessions with parallel tool calls now return all tool_use/tool_result pairsv0.2.79Compare Source
'resume'to theExitReasontype for distinguishing resume-triggered session ends in hooksv0.2.78Compare Source
v0.2.77Compare Source
api_retrysystem messages when retrying transient API errors, exposing attempt count, max retries, delay, and error statusv0.2.76Compare Source
forkSession(sessionId, opts?)for branching conversations from a pointcancel_async_messagecontrol subtype to drop a queued user message by UUID before executionplanFilePathfield toExitPlanModetool input for hooks and SDK consumersSDKElicitationCompleteMessagesystem message for handling MCP server input requests programmaticallyv0.2.75Compare Source
tagandcreatedAtfields toSDKSessionInfogetSessionInfo(sessionId, opts?)for single-session metadata lookupoffsetoption tolistSessionsfor paginationtagSession(sessionId, tag, opts?)for tagging session filesqueued_to_runningstatus toAgentToolOutput— returned whenAgent({resume})targets a still-running agentv0.2.74Compare Source
renameSession(sessionId, title, opts?)for renaming session filesimport typefrom@anthropic-ai/claude-agent-sdk/sdk-toolsfailing under NodeNext/Bundler module resolution (missing exports map entry since v0.2.69)user-invocable: falsebeing included insupportedCommands()and thesystem:initmessage'sslash_commands/skillslistsv0.2.73Compare Source
options.envbeing overridden by the~/.claude/settings.jsonenv block when not usinguseras asettingSourcesoptionv0.2.72Compare Source
agentProgressSummariesoption to enable periodic AI-generated progress summaries for running subagents (foreground and background), emitted ontask_progressevents via the newsummaryfieldgetSettings()appliedsection with runtime-resolvedmodelandeffortvaluestoggleMcpServerandreconnectMcpServerfailing with "Server not found" for servers passed viaquery({mcpServers})v0.2.71Compare Source
v0.2.70Compare Source
type: "http"MCP servers failing with HTTP 406 "Not Acceptable" on Streamable HTTP servers that strictly enforce theAccept: application/json, text/event-streamheaderAgentToolInput.subagent_typeto optional — defaults to thegeneral-purposeagent when omittedv0.2.69Compare Source
toolConfig.askUserQuestion.previewFormatoption to configure the content format ('markdown'or'html') for thepreviewfield on AskUserQuestion tool options. Thepreviewfield andannotationsoutput are now exposed in the public SDK types.supportsFastModefield toModelInfoindicating whether a model supports fast modeagent_id(for subagents) andagent_type(for subagents and--agent) fields to hook eventssdkMcpServersin theinitializecontrol request) getting disconnected when background plugin installation refreshes project MCP configsystem:initandresultevents now emit'Task'as the Agent tool name again (reverted from'Agent', which was an unintentional breaking change in a patch release). The wire name will migrate to'Agent'in the next minor release.updatedPermissionsfrom SDK hosts blocking tool calls with a ZodError; the invalid field is now stripped and a warning is logged instead.getSessionMessages()for large sessions with compacted historyv0.2.68Compare Source
v0.2.66Compare Source
v0.2.64Compare Source
v0.2.63Compare Source
pathToClaudeCodeExecutablefailing when set to a bare command name (e.g.,"claude") that should resolve via PATHsupportedAgents()method to the Query interface to view available subagentsv0.2.62Compare Source
v0.2.61Compare Source
v0.2.59Compare Source
getSessionMessages()function for reading a session's conversation history from its transcript file, with support for pagination vialimitandoffsetoptionsv0.2.58Compare Source
v0.2.56Compare Source
v0.2.55Compare Source
v0.2.54Compare Source
v0.2.53Compare Source
listSessions()for discovering and listing past sessions with light metadatav0.2.52Compare Source
v0.2.51Compare Source
ReferenceErrorwhen used inside compiled Bun binaries (bun build --compile)task_progressevents for real-time background agent progress reporting with cumulative usage metrics, tool counts, and durationsession.close()in the v2 session API killing the subprocess before it could persist session data, which brokeresumeSession()v0.2.50Compare Source
stacksjs/bun-queue (@stacksjs/bun-queue)
v0.1.0Compare Source
compare changes
🏡 Chore
❤️ Contributors
stacksjs/bunpress (@stacksjs/bunpress)
v0.1.4Compare Source
v0.1.3Compare Source
stacksjs/gitit (@stacksjs/gitit)
v0.2.5Compare Source
No significant changes
View changes on GitHub
v0.2.4Compare Source
No significant changes
View changes on GitHub
stacksjs/rpx (@stacksjs/rpx)
v0.11.2Compare Source
stacksjs/stx (@stacksjs/stx)
v0.2.10Compare Source
v0.2.9Compare Source
v0.2.8Compare Source
v0.2.6Compare Source
stacksjs/ts-cloud (@stacksjs/ts-cloud)
v0.2.3Compare Source
v0.2.2Compare Source
v0.2.1Compare Source
v0.2.0Compare Source
v0.1.14Compare Source
Compare changes
🚀 Features
🐛 Bug Fixes
🧹 Chores
[bot]<41898282+github-actions[bot]@users.noreply.github.com>) (#91, #91)[bot]<41898282+github-actions[bot]@users.noreply.github.com>) (#93, #93)Contributors
stacksjs/ts-validation (@stacksjs/ts-validation)
v0.4.10Compare Source
stripe/stripe-js (@stripe/stripe-js)
v8.11.0Compare Source
New features
Fixes
Changed
v8.10.0Compare Source
Changed
v8.9.0Compare Source
New features
Changed
v8.8.0Compare Source
Fixes
Changed
stacksjs/better-dx (better-dx)
v0.2.7Compare Source
v0.2.6Compare Source
stacksjs/bun-plugin-auto-imports (bun-plugin-auto-imports)
v0.4.0Compare Source
stacksjs/bun-query-builder (bun-query-builder)
v0.1.13Compare Source
unjs/magic-regexp (magic-regexp)
v0.11.0Compare Source
🏎 Performance
View changes on GitHub
meilisearch/meilisearch-js (meilisearch)
v0.56.0Compare Source
🧪 Experimental
🚀 Enhancements
showPerformanceDetailsoption to search endpoints (#2126) @aznszncustomMetadatasupport to document addition/update methods (#2138) @mixelburgskipCreationoption toaddDocumentsandupdateDocumentsmethods (#2136) @mixelburgbatchStrategyfield toBatchobjects (#2140) @mixelburg⚙️ Maintenance/misc
prettier(#1862) @flevi29Thanks again to @Strift, @aznszn, @curquiza, @dependabot[bot], @flevi29, and @mixelburg! 🎉
v0.55.0: 🌻Compare Source
🚀 Enhancements
⚙️ Maintenance/misc
yarntopnpm, improve workflows (#1863) @flevi29Thanks again to @Copilot, @Ritinpaul, @Strift, @dependabot[bot], @flevi29, and dependabot[bot]! 🎉
v0.54.0: 🌻Compare Source
🚀 Enhancements
🐛 Bug Fixes
⚙️ Maintenance/misc
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 was generated by Mend Renovate. View the repository job log.