chore(deps): update all non-major dependencies#1825
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update all non-major dependencies#1825renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
PR Summary
|
59d69a1 to
e22be0f
Compare
ab302d9 to
88f9fa8
Compare
5787c43 to
141c929
Compare
81d7e9e to
0ff655b
Compare
@stacksjs/actions
@stacksjs/ai
@stacksjs/alias
@stacksjs/analytics
@stacksjs/api
@stacksjs/arrays
@stacksjs/auth
@stacksjs/browser
@stacksjs/buddy
@stacksjs/build
@stacksjs/cache
@stacksjs/calendar-api
@stacksjs/charts
@stacksjs/chat
@stacksjs/cli
@stacksjs/cloud
@stacksjs/cms
@stacksjs/collections
@stacksjs/commerce
@stacksjs/composables
@stacksjs/config
@stacksjs/cron
@stacksjs/database
@stacksjs/datetime
@stacksjs/desktop
@stacksjs/dns
@stacksjs/docs
@stacksjs/email
@stacksjs/enums
@stacksjs/env
@stacksjs/error-handling
@stacksjs/events
@stacksjs/faker
@stacksjs/git
@stacksjs/health
@stacksjs/http
@stacksjs/i18n
@stacksjs/lint
@stacksjs/logging
@stacksjs/notifications
@stacksjs/objects
@stacksjs/orm
@stacksjs/path
@stacksjs/payments
@stacksjs/push
@stacksjs/query-builder
@stacksjs/queue
@stacksjs/realtime
@stacksjs/registry
@stacksjs/repl
@stacksjs/router
@stacksjs/scheduler
@stacksjs/search-engine
@stacksjs/security
@stacksjs/server
@stacksjs/shell
@stacksjs/skills
@stacksjs/slug
@stacksjs/slugs
@stacksjs/sms
@stacksjs/socials
@stacksjs/storage
@stacksjs/strings
@stacksjs/testing
@stacksjs/tinker
@stacksjs/tunnel
@stacksjs/types
@stacksjs/ui
@stacksjs/utils
@stacksjs/validation
@stacksjs/whois
commit: |
9f467f0 to
c57f981
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.79→^0.2.128^0.2.6→^0.2.7^0.3.24→^0.3.28^0.11.2→^0.11.4^0.2.40→^0.2.45^0.2.40→^0.2.45^0.13.0→^0.13.2^0.2.7→^0.2.10^0.4.9→^0.4.10^8.7.0→^8.11.0^9.0.0→^9.4.0^1.3.11→^1.3.13^3.7.2-12→^3.9.1^0.2.5→^0.2.12^0.2.7→^0.2.12^0.4.0→^0.4.11.3.10→1.3.131.3.10→1.3.131.3.11→1.3.131.3.11→1.3.13^0.8.16→^0.9.31^6.0.2→^6.0.3^1.109.5→^1.118.1Release Notes
anthropics/claude-agent-sdk-typescript (@anthropic-ai/claude-agent-sdk)
v0.2.128Compare Source
v0.2.126originto result messages (SDKResultSuccess/SDKResultError) — forwards the triggering message'sSDKMessageOriginso consumers can distinguish user-prompted results fromtask-notificationfollowupsv0.2.124v0.2.123Compare Source
v0.2.122Compare Source
v0.2.121Compare Source
updatedToolOutputtoPostToolUseHookSpecificOutputfor replacing tool output on all tools.updatedMCPToolOutputis deprecated.v0.2.120Compare Source
skillsoption (string[] | 'all') to control which Skills are loaded into the main session, matching the Python SDKv0.2.119Compare Source
forwardSubagentTextoption to stream subagent text deltas to SDK consumersexcludeDynamicSectionsnow keeps static auto-memory instructions in the cacheable system-prompt block; only the per-user memory directory path and per-machine environment values are relocated to the first user messageSessionStore.append()failures are now retried up to 3 times with short backoff before the batch is dropped andmirror_erroris emittedv0.2.118Compare Source
Options.managedSettingsfor embedders to pass policy-tier settings to the spawned CLI in-memory, honored below IT-controlled managed sourcesv0.2.117Compare Source
v0.2.116Compare Source
v0.2.114Compare Source
v0.2.113Compare Source
sessionStoreoption (alpha) toquery()and session helpers for mirroring session transcripts to external storage, withSessionStore/SessionKey/SessionStoreEntrytypes,InMemorySessionStorereference implementation, andimportSessionToStore()for migrating existing sessionsdeleteSession()for removing a session from disk or aSessionStoreSDKMirrorErrorMessage(subtype: 'mirror_error') to theSDKMessageunion — emitted when asessionStore.append()batch failsoptions.envonce again replacesprocess.envfor the CLI subprocess instead of overlaying it. To add or override individual variables, passenv: { ...process.env, MY_VAR: "x" }titleoption toquery()— sets the session title and skips auto-generationv0.2.112Compare Source
v0.2.111Compare Source
mcp_set_serverscontrol request: remote (http/sse) server entries can now carry per-toolpermission_policyvalues, which are applied to the session's allow/deny rulesstartup()andWarmQueryare now part of the public TypeScript APIoptions.envto overlay the inheritedprocess.envinstead of replacing itv0.2.110Compare Source
unstable_v2_createSessionnot respectingcwd,settingSources, andallowDangerouslySkipPermissionsoptionsshouldQueryfield toSDKUserMessage— set tofalseto append a user message without triggering an assistant turn; fixedshouldQuery: falsemessages incorrectly triggering auto-title generation, prompt suggestions, andUserPromptSubmithooksCLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFICandCLAUDE_CODE_DISABLE_TERMINAL_TITLEv0.2.109Compare Source
v0.2.108Compare Source
SDKStatusnow includes'requesting'; whenincludePartialMessagesis enabled, a{type:'system', subtype:'status', status:'requesting'}message is emitted before each API request in the streamv0.2.107Compare Source
v0.2.105Compare Source
system/memory_recallevent andmemory_pathsonsystem/initfor SDK renderers to surface memory operationserror_max_structured_output_retriesbeing emitted when the final retry attempt succeeded, discarding valid structured outputv0.2.104Compare Source
v0.2.101@anthropic-ai/sdkto^0.81.0and@modelcontextprotocol/sdkto^1.29.0to resolve GHSA-5474-4w2j-mq4c and transitive hono advisoriesawait usingdisposal raced its own cleanup callbackMaxListenersExceededWarningwhen running 11+ concurrentquery()callsv0.2.100v0.2.98Compare Source
v0.2.97Compare Source
v0.2.96Compare Source
v0.2.94Compare Source
getContextUsage()to include agents passed viaoptions.agentsin theagentsbreakdownquery()session endsunhandledRejectionv0.2.92Compare Source
v0.2.91Compare Source
terminal_reasonfield to result messages, exposing why the query loop terminated (completed,aborted_tools,max_turns,blocking_limit, etc.)'auto'to the publicPermissionModetypesandboxoption to defaultfailIfUnavailabletotruewhenenabled: trueis passed —query()will emit an error result and exit if sandbox dependencies are missing, instead of silently running unsandboxed. SetfailIfUnavailable: falseto allow graceful degradation.v0.2.90Compare Source
v0.2.89Compare Source
startup()to pre-warm the CLI subprocess beforequery(), making the first query ~20x faster when startup cost can be paid upfrontincludeSystemMessagesoption togetSessionMessages()to optionally include system messages in session historylistSubagents()andgetSubagentMessages()functions to retrieve subagent conversation history from sessionsincludeHookEventsoption to enable hook lifecycle messages (hook_started,hook_progress,hook_response) for all hook event typesERR_STREAM_WRITE_AFTER_ENDerrors when single-turn queries with SDK MCP servers or hooks have control responses arriving after the result message.describe()metadata being dropped fromcreateSdkMcpServertool schemasside_questionreturning null on resume before the first turn completessettingSourcesempty array causing--setting-sources ""to consume the next CLI flagerror_during_execution,error_max_turns,error_max_budget_usd) to correctly setis_error: truewith descriptive messagesv0.2.87Compare Source
v0.2.86Compare Source
getContextUsage()control method to retrieve a breakdown of context window usage by categorysession_idoptional inSDKUserMessagetype — callers no longer need to provide a session ID when sending user messages, as the SDK assigns one automaticallyanyby adding@anthropic-ai/sdkand@modelcontextprotocol/sdkas dependenciesv0.2.85Compare Source
reloadPlugins()SDK method to reload plugins and receive refreshed commands, agents, and MCP server statuspermissionDecision: "ask"being ignored in SDK modev0.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 pairsstacksjs/clapp (@stacksjs/clapp)
v0.2.7Compare Source
stacksjs/clarity (@stacksjs/clarity)
v0.3.28Compare Source
v0.3.27Compare Source
v0.3.26Compare Source
v0.3.25Compare Source
stacksjs/rpx (@stacksjs/rpx)
v0.11.4Compare Source
v0.11.3Compare Source
stacksjs/stx (@stacksjs/stx)
v0.2.45Compare Source
Compare changes
🐛 Bug Fixes
🧹 Chores
Contributors
v0.2.44Compare Source
Compare changes
🐛 Bug Fixes
🧹 Chores
Contributors
v0.2.43Compare Source
Compare changes
🐛 Bug Fixes
🧹 Chores
Contributors
v0.2.42Compare Source
Compare changes
💥 Breaking Changes
🐛 Bug Fixes
📚 Documentation
🧹 Chores
Contributors
v0.2.41Compare Source
Compare changes
🐛 Bug Fixes
🧹 Chores
Contributors
stacksjs/tlsx (@stacksjs/tlsx)
v0.13.2Compare Source
stacksjs/ts-cloud (@stacksjs/ts-cloud)
v0.2.10Compare Source
v0.2.9Compare Source
v0.2.8Compare Source
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
Microsoft/vsce (@vscode/vsce)
v3.9.1Compare Source
Changes:
This list of changes was auto generated.
v3.9.0Compare Source
Changes:
This list of changes was auto generated.
v3.8.1Compare Source
Changes:
This list of changes was auto generated.
v3.8.0Compare Source
Changes:
See More
This list of changes was auto generated.
v3.7.2-13Compare Source
Changes:
This list of changes was auto generated.
stacksjs/better-dx (better-dx)
v0.2.12Compare Source
v0.2.11Compare Source
v0.2.8Compare Source
v0.2.7Compare Source
v0.2.6Compare Source
stacksjs/bun-plugin-auto-imports (bun-plugin-auto-imports)
v0.4.1Compare Source
oven-sh/bun (oven/bun)
v1.3.13: Bun v1.3.13To install Bun v1.3.13
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.13:
Read Bun v1.3.13's release notes on Bun's blog
Thanks to 8 contributors!
v1.3.12: Bun v1.3.12To install Bun v1.3.12
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.12:
Read Bun v1.3.12's release notes on Bun's blog
Thanks to 8 contributors!
v1.3.11: Bun v1.3.11To install Bun v1.3.11
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.11:
Read Bun v1.3.11's release notes on Bun's blog
Thanks to 15 contributors!
home-lang/pantry (ts-pantry)
v0.9.31Compare Source
Compare changes
🚀 Features
🐛 Bug Fixes
📚 Documentation
💅 Styles
🧪 Tests
🧹 Chores
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.