Skip to content

chore(deps): update all non-major dependencies#1825

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#1825
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@anthropic-ai/claude-agent-sdk ^0.2.79^0.3.216 age adoption passing confidence peerDependencies minor
@anthropic-ai/claude-agent-sdk ^0.2.79^0.3.216 age adoption passing confidence devDependencies minor
@cwcss/crosswind ^0.2.6^0.2.10 age adoption passing confidence dependencies patch
@stacksjs/bun-queue ^0.1.0^0.1.2 age adoption passing confidence dependencies patch
@stacksjs/bunpress (source) ^0.1.12^0.1.13 age adoption passing confidence dependencies patch
@stacksjs/clarity ^0.3.24^0.3.28 age adoption passing confidence devDependencies patch
@stacksjs/httx ^0.1.10^0.1.11 age adoption passing confidence dependencies patch
@stacksjs/rpx ^0.11.29^0.11.30 age adoption passing confidence dependencies patch
@stacksjs/tlsx ^0.13.0^0.13.13 age adoption passing confidence dependencies patch
@stacksjs/tlsx ^0.13.2^0.13.13 age adoption passing confidence devDependencies patch
@stacksjs/ts-i18n ^0.1.9^0.1.11 age adoption passing confidence dependencies patch
@stacksjs/ts-validation ^0.5.0^0.5.2 age adoption passing confidence dependencies patch
@stripe/stripe-js (source) ^9.10.0^9.12.0 age adoption passing confidence peerDependencies minor
@stripe/stripe-js (source) ^9.10.0^9.12.0 age adoption passing confidence devDependencies minor
@ts-charts/format (source) ^0.2.0^0.2.3 age adoption passing confidence dependencies patch
@ts-charts/scale (source) ^0.2.0^0.2.3 age adoption passing confidence dependencies patch
@types/bun (source) ^1.3.11^1.3.14 age adoption passing confidence devDependencies patch
@vscode/vsce (source) ^3.7.2-12^3.9.2 age adoption passing confidence devDependencies minor
bun-plugin-auto-imports ^0.4.0^0.4.1 age adoption passing confidence dependencies patch
bunfig ^0.15.11^0.15.15 age adoption passing confidence devDependencies patch
dynamodb-tooling ^0.3.2^0.3.5 age adoption passing confidence dependencies patch
oven/bun 1.3.101.3.14 age adoption passing confidence final patch
oven/bun 1.3.111.3.14 age adoption passing confidence final patch
oven/bun 1.3.111.3.14 age adoption passing confidence stage patch
redis >=4.0.0>=4.7.1 age adoption passing confidence peerDependencies minor
ts-error-handling ^0.1.1^0.1.3 age adoption passing confidence dependencies patch
ts-pantry (source) ^0.10.11^0.10.28 age adoption passing confidence dependencies patch
ts-rate-limiter ^0.4.2^0.4.4 age adoption passing confidence dependencies patch
ts-slug ^0.1.0^0.1.2 age adoption passing confidence dependencies patch
ts-syntax-highlighter ^0.2.1^0.2.5 age adoption passing confidence dependencies patch
vscode ^1.109.5^1.129.1 age adoption passing confidence engines minor

Release Notes

anthropics/claude-agent-sdk-typescript (@​anthropic-ai/claude-agent-sdk)

v0.3.216

Compare Source

  • Added optional skippedLinks count to rewindFiles responses for paths the rewind safety guards refused to restore or delete
  • Added tool_result_meta sidecar to user messages (non_execution_kind, user_feedback) so consumers can classify denied, interrupted, or cancelled tool calls without string-matching result prose
  • Added optional user_message_uuid and request_sent_wall_ms fields to the success result message for cross-host request-latency correlation

v0.3.215

Compare Source

  • Updated to parity with Claude Code v2.1.215

v0.3.214

  • set_permission_mode now rejects unrecognized permission modes with an error instead of silently adopting them; the 'manual' alias is accepted at every ingress
  • Added optional subkind: 'scheduled-trigger' to the task-notification member of SDKMessageOrigin, marking deliveries that are the fired prompt of a user-configured scheduled task
  • applyFlagSettings({effortLevel}) now accepts 'max' in its TypeScript type (runtime already supported it)
  • Assistant messages truncated by interrupt() now carry aborted: true, so consumers can distinguish a mid-stream partial from a completed message
  • Added optional subagent_type and subagent_retry fields to tool_progress messages so clients can show a subagent waiting out an API rate-limit retry
  • The system/init message's plugins entries and the reload_plugins response now include each plugin's manifest version
  • SessionStart hooks now report source "fork" instead of "resume" when the session begins as a fork

v0.3.213

  • Updated to parity with Claude Code v2.1.213

v0.3.212

Compare Source

  • Fixed dash-leading resumeSessionAt and sessionId values being passed to the CLI as separate argv tokens; both now use equals-form (--flag=value)
  • Agent tool output now includes the resolved model when a mid-turn model swap changed the subagent's model

v0.3.211

Compare Source

  • Fixed --replay-user-messages with --include-partial-messages emitting the turn-start user replay after the first content block instead of before the turn's content events
  • Added SDKAssistantMessage.timestamp (ISO-8601) to the live stream, matching SDKUserMessage; older emitters omit it, consumers should fall back to receive time
  • Added rate-limit message prefix buckets (USAGE_LIMIT_ERROR_PREFIXES and siblings) as @alpha exports for classifying rate-limit messages without hand-mirrored lists
  • Improved process-exit errors to include the CLI's stderr output, so a failed child reports its actual cause instead of only an exit code

v0.3.210

Compare Source

  • Added timedOutAfterMs to BashToolOutput, set when a command is auto-backgrounded on timeout

v0.3.209

Compare Source

  • Updated to parity with Claude Code v2.1.209

v0.3.208

Compare Source

  • Fixed a caller abort during a pending SDK hook callback being converted into hook success, which let PreToolUse-gated tools execute after the abort
  • Fixed a per-query resource leak in the SDK's process tracking when spawning the CLI fails (nonexistent or inaccessible executable path)
  • Fixed an SDK UserPromptSubmit hook callback exceeding its timeout killing the entire query with an empty error; it now blocks the prompt with a clear timeout message and the session continues
  • Fixed extraArgs values that look like flags (e.g. resume: '--version') being parsed as their own CLI flags; dash-leading values are now bound with equals-form argv
  • Fixed an abort-listener leak: streaming queries sharing one AbortController no longer accumulate abort listeners on its signal after each completed query
  • Fixed createSdkMcpServer docs pointing at a nonexistent env var; the MCP tool-call timeout knob is MCP_TOOL_TIMEOUT
  • Fixed an uncaught exception when writing to stdin after the Claude Code subprocess has exited

v0.3.207

Compare Source

  • Fixed canUseTool returning {behavior: 'allow'} without updatedInput being rejected as a deny with a raw ZodError message; the tool now runs with the original input per the documented contract
  • The Agent tool's structured result now has a published SDK type (AgentToolCompletedOutput) that matches the emitted object exactly

v0.3.206

Compare Source

  • Added command_lifecycle frames to stream-json and SDK sessions, reporting each uuid-stamped message's terminal state (queued/started/completed/cancelled/discarded); zero-API results no longer report stale duration_api_ms

v0.3.205

Compare Source

  • Interrupt control responses now include still_queued (UUIDs of queued async messages that will still run), Query.interrupt() returns the typed receipt, and system/init advertises an interrupt_receipt_v1 capability for feature detection
  • Added structured name and body fields to peer-message session events, exposing the sender display name and decoded message body

v0.3.204

Compare Source

  • Added terminal_reason values tool_deferred_unavailable (deferred tool resume found the tool gone — previously an is_error result with no reason, read as a clean completion by lifecycle sweeps) and turn_setup_failed (the turn-input builder threw before the turn started). Both classify as dead turns, so commands consumed by them report command_lifecycle state cancelled
  • Fixed the post-merge cancel backstop cancelling every member of a coalesced prompt batch when a cancel named only one: uncancelled siblings now re-merge and run (previously they were reported cancelled — on remote transports that acknowledged them as processed, silently dropping messages nobody cancelled)
  • Added terminal_reason values api_error, malformed_tool_use_exhausted, budget_exhausted, and structured_output_retry_exhausted. Turns that die on an exhausted-API-retry or malformed-tool-use give-up previously reported completed; budget and structured-output exhaustion results previously omitted terminal_reason. Commands consumed by such turns now report command_lifecycle state cancelled instead of completed (dup-over-loss)
  • Updated to parity with Claude Code v2.1.204

v0.3.203

Compare Source

  • Added a background_tasks_changed system message with the full set of live background tasks on every membership change, so consumers can track background activity as a level instead of pairing task_started/task_notification edges
  • Fixed stable releases shipping a sdk.d.ts with unresolved type references that broke consumer typechecking with skipLibCheck disabled

v0.3.202

Compare Source

  • Added parent_agent_id field to subagent session messages for building depth-2+ agent trees from disk-persisted metadata
  • Fixed apply_flag_settings with a non-object settings value crashing the session instead of returning a control error

v0.3.201

Compare Source

  • Updated to parity with Claude Code v2.1.201

v0.3.200

Compare Source

  • Added 'manual' as an accepted alias for the 'default' permission mode in SDK inputs
  • Fixed onSetPermissionMode callback not firing for SDK-hosted Remote Control sessions
  • Fixed set_model control request accepting unrecognized model strings; invalid models are now rejected before latching

v0.3.199

Compare Source

  • Added requestId to canUseTool callback options for correlating out-of-band permission responses, and support for returning null to suppress the SDK's automatic control response
  • Added blocked field to workflow_agent progress events indicating when an agent was blocked by the auto-mode safety classifier
  • Added mode:"mask" and per-credential injectHosts to sandbox.credentials settings types for injecting masked credentials into sandboxed commands

v0.3.198

Compare Source

  • Added a runtime warning when canUseTool is configured alongside allowedTools or bypassPermissions, which shadow the callback
  • Added per-server request_timeout_ms option to mcp_set_servers control request
  • Fixed SDKUserMessage.isSynthetic not being mapped to isMeta on ingestion, which could cause synthetic messages to be treated as real user messages
  • Fixed workflow progress events silently dropping earliest agents from the list while the phase counter remained correct

v0.3.197

Compare Source

  • Updated to parity with Claude Code v2.1.197

v0.3.196

Compare Source

  • Added prompt_id field to hook input payloads for correlating hook events with OpenTelemetry prompt-level events
  • Fixed control protocol deduplication dropping tool-use IDs after 1000 resolutions, which could cause duplicate tool_result deliveries in long-running sessions

v0.3.195

Compare Source

  • Added Query.reinitialize() to re-send the initialize control request and redeliver pending permission/dialog prompts after a transport gap
  • Fixed commands_changed event not being emitted for synced skills when the skill list resolves before the change-detector subscribes

v0.3.193

Compare Source

  • Added promptSuggestions option to Browser SDK query() to opt the remote CLI into emitting follow-up suggestions
  • Fixed brief console window flashes on Windows when spawning CLI subprocesses

v0.3.191

Compare Source

  • Added old_source field to NotebookEdit tool results for replace and delete operations, enabling inline diffs
  • Added seven_day_overage_included to SDKRateLimitInfo.rateLimitType for per-model weekly usage limits
  • Added model_scoped array to usage response for per-model weekly limit windows with utilization and reset times
  • Fixed fast mode reverting to standard after the first turn when settingSources includes user/project settings

v0.3.190

Compare Source

  • Updated to parity with Claude Code v2.1.190

v0.3.187

Compare Source

  • Added sandbox.credentials to SDK settings types for configuring credential file and environment variable denial in sandboxed commands

v0.3.186

Compare Source

  • Added agent_id field to can_use_tool control requests — background agents now forward permission prompts to canUseTool instead of auto-denying, and stdin stays open while background tasks are running
  • Added ReadMcpResourceDirTool tool type to SDK schemas — MCP resource directory listing is now a dedicated tool instead of a fallback inside ReadMcpResourceTool
  • Added rewind_conversation control request for rewinding a conversation to a previous point with durable resume anchor support

v0.3.185

Compare Source

  • Updated to parity with Claude Code v2.1.185

v0.3.183

  • Updated to parity with Claude Code v2.1.183

v0.3.182

  • Updated to parity with Claude Code v2.1.182

v0.3.181

Compare Source

  • Added errorCode, canUserPurchaseCredits, and hasChargeableSavedPaymentMethod fields to SDKRateLimitInfo for detecting credits-required rate limits
  • Added tool_use_meta.icon_url to assistant messages, populated from MCP server directory metadata
  • Fixed SDK-hosted Remote Control sessions dropping file_attachments from inbound user messages

v0.3.179

Compare Source

  • Added optional tool_use_meta sidecar to assistant messages with display-friendly names for tool calls, so SDK consumers can render human-readable labels instead of raw wire names
  • Fixed -p mode exiting before a completed background agent's notification was delivered, causing interim text to ship as the final result
  • Fixed remote (stream-json) sessions appearing busy for the entire duration of a background workflow — the turn result is now emitted at the turn boundary and the session reports idle while background tasks continue

v0.3.178

Compare Source

  • Spawn failures on an existing native binary now explain the likely libc mismatch (musl binary on a glibc host) and suggest options.pathToClaudeCodeExecutable
  • Permission-denied advisory messages now carry typed denial reasons (safetyCheck, asyncAgent), enabling SDK consumers to programmatically match denial causes
  • Fixed UserPromptSubmit hook block feedback not being emitted to the SDK event stream — consumers can now see why a prompt was blocked by a hook instead of a silent hang
  • Remote Control workers now send a worker_shutting_down system message on graceful exit so remote clients can show why the session ended
  • Fixed MCP server-level specs (mcp__server, mcp__server__*) in disallowedTools being silently ignored — they now correctly remove all tools from the named server

v0.3.177

Compare Source

  • Updated to parity with Claude Code v2.1.177

v0.3.176

Compare Source

  • Fixed turn result messages being dropped when multiple turns complete while a background agent or workflow is running
  • Fixed background agent, remote agent, and MCP task state not being restored when resuming a session via the SDK

v0.3.175

Compare Source

  • Updated to parity with Claude Code v2.1.175

v0.3.174

Compare Source

  • SDK consumers now receive the system/model_fallback message for all fallback triggers — overloaded, server_error, and last_resort in addition to model_not_found and permission_denied — and the message's trigger field gained the server_error and last_resort values

v0.3.173

Compare Source

  • Updated to parity with Claude Code v2.1.173

v0.3.172

Compare Source

  • SDK plugins option now accepts skipMcpDiscovery: true per plugin, so a host that manages a plugin's MCP connections itself can load skills/hooks from the plugin path without the engine re-reading its .mcp.json
  • Fixed slash-followed-by-whitespace input (e.g. / add tests) being silently dropped instead of treated as a plain prompt

v0.3.170

Compare Source

v0.3.169

Compare Source

  • Added an experimental usage_EXPERIMENTAL_MAY_CHANGE_DO_NOT_RELY_ON_THIS_API_YET() method on Query returning structured session cost, plan rate-limit, and local usage-behaviors data
  • Added an sse option (SSEOptions) to BrowserQueryOptions as an alternative to websocket, for browser SDK consumers who prefer Server-Sent Events

v0.3.168

Compare Source

  • Updated to parity with Claude Code v2.1.168

v0.3.167

Compare Source

  • Updated to parity with Claude Code v2.1.167

v0.3.166

Compare Source

  • Fixed MCP resource tools not being injected for servers added at runtime via the mcp_set_servers control request

v0.3.165

Compare Source

  • Updated to parity with Claude Code v2.1.165

v0.3.163

Compare Source

  • stop_task control requests now return success when the target task is already gone (not_found or not_running), so SDK clients can reliably prune stale task chips
  • Fixed SDK hosts being unable to add builtin MCP servers (e.g. claude-in-chrome) via setMcpServers when the CLI was launched without them
  • Stop and SubagentStop hook events now support additionalContext in hookSpecificOutput, enabling non-error feedback that continues the turn

v0.3.162

Compare Source

  • Refusal error messages now carry stop_reason: "refusal" and stop_details on the assistant message and in session transcripts, so SDK consumers can detect refusals without text-matching the error content
  • Agent SDK sessions on native builds now default to fast embedded find/grep search in Bash, matching the interactive CLI, instead of always registering the dedicated Grep/Glob tools. To keep the dedicated tools (e.g. to intercept searches via canUseTool or hooks), name them in the tools option or reference them in allowedTools

v0.3.161

Compare Source

  • The initialize control request is now idempotent: a second initialize returns the same success payload instead of an Already initialized error. ControlResponse gains an optional pending_permission_requests field, mirroring ControlErrorResponse
  • applyFlagSettings now live-applies agent changes: switching the active agent (or passing null to reset) takes effect on the next turn in a running session

v0.3.160

Compare Source

  • Fixed SDK hook callbacks swallowing abort signals: aborting during a PostToolUse hook now ends the turn with a final result message instead of hanging the calling process

v0.3.159

Compare Source

  • Updated to parity with Claude Code v2.1.159

v0.3.158

Compare Source

  • Updated to parity with Claude Code v2.1.158

v0.3.157

Compare Source

  • Updated to parity with Claude Code v2.1.157

v0.3.156

Compare Source

  • Updated to parity with Claude Code v2.1.156

v0.3.154

Compare Source

  • Fixed stdio MCP servers being incorrectly restarted on every reconcile pass due to config-equality false positives

v0.3.153

Compare Source

  • Updated to parity with Claude Code v2.1.153

v0.3.152

Compare Source

  • SessionStart hooks can now return reloadSkills: true to trigger a skill re-scan, and set the session title via hookSpecificOutput.sessionTitle
  • Added a MessageDisplay hook event that lets hooks transform or hide assistant message text as it is displayed

v0.3.150

Compare Source

  • Updated to parity with Claude Code v2.1.150

v0.3.149

Compare Source

  • Fixed options.env dropping CLAUDE_AGENT_SDK_VERSION (used for User-Agent and telemetry) when a custom environment is supplied, and corrected the Options.env docs to state that the value replaces the subprocess environment rather than merging with process.env

v0.3.148

Compare Source

  • Updated to parity with Claude Code v2.1.148

v0.3.147

Compare Source

  • Updated to parity with Claude Code v2.1.147

v0.3.146

Compare Source

  • Updated to parity with Claude Code v2.1.146

v0.3.145

Compare Source

  • Updated to parity with Claude Code v2.1.145

v0.3.144

Compare Source

  • Assistant messages and StopFailure hooks now report error: 'model_not_found' when the selected model doesn't exist or isn't available, instead of the generic 'invalid_request'. The api_error_status field on result messages is now documented.
  • Added @anthropic-ai/claude-agent-sdk/extract export for bun build --compile consumers: import the platform native binary with with { type: 'file' }, call extractFromBunfs(binPath) to copy it out of the compiled executable's virtual filesystem, and pass the result to options.pathToClaudeCodeExecutable

v0.3.143

Compare Source

  • @anthropic-ai/sdk and @modelcontextprotocol/sdk are now peerDependencies instead of dependencies. Runtime is unaffected (both are bundled); npm/bun/pnpm auto-install them. yarn classic users should add them explicitly for full TypeScript type resolution

v0.3.142

Compare Source

  • Breaking: Removed the v2 session API (unstable_v2_createSession, unstable_v2_resumeSession, unstable_v2_prompt, SDKSession, SDKSessionOptions), deprecated since 0.2.133. Use query() — pass an AsyncIterable<SDKUserMessage> for multi-turn, or options.resume to continue a session.
  • Breaking: MCP servers now connect in the background by default; sessions start immediately and slow servers report status: "pending" in init until ready. Set MCP_CONNECTION_NONBLOCKING=0 to restore the old behavior of waiting up to 5s before the first query, or mark a server alwaysLoad: true to require it in turn 1.
  • Breaking: Headless and SDK sessions now use Task tools (TaskCreate / TaskUpdate / TaskGet / TaskList) instead of TodoWrite, deprecated since 0.2.136. Tool consumers should accumulate by task ID instead of replacing a snapshot list.
  • Surfaced request_id, subagent_type, and task_description on SDK message types and task system events
  • Headless --sdk-url sessions now exit non-zero with a stderr diagnostic when the remote transport closes permanently (401/403/404 or WS permanent close), instead of silently exiting 0

v0.2.141

Compare Source

  • TaskCreateInput, TaskCreateOutput, TaskGetInput, TaskGetOutput, TaskUpdateInput, TaskUpdateOutput, TaskListInput, and TaskListOutput types are now exported from @anthropic-ai/claude-agent-sdk/sdk-tools and included in the ToolInputSchemas/ToolOutputSchemas unions
  • Aligned @anthropic-ai/sdk dependency to ^0.93.0

v0.2.140

Compare Source

  • Updated to parity with Claude Code v2.1.140

v0.2.139

Compare Source

  • Updated to parity with Claude Code v2.1.139

v0.2.138

Compare Source

  • Updated to parity with Claude Code v2.1.138

v0.2.137

Compare Source

  • Updated to parity with Claude Code v2.1.137

v0.2.136

Compare Source

  • Added resolveSettings() (alpha) to inspect effective merged settings without spawning the Claude CLI; reads MDM (plist/HKLM/HKCU) for parity with CLI startup
  • Deprecated TodoWrite tool — future versions will switch to Task tools (TaskCreate, TaskGet, TaskUpdate, TaskList)

v0.2.133

Compare Source

  • Deprecated the unstable V2 session API (unstable_v2_createSession / unstable_v2_resumeSession / unstable_v2_prompt) — use query() instead
  • Deprecated passing 'Skill' in allowedTools — use the skills option instead
  • Updated to parity with Claude Code v2.1.133

v0.2.132

Compare Source

  • Documented applyFlagSettings() in the TypeScript Agent SDK reference and added support for null on top-level keys to clear flag-settings overrides
  • Updated to parity with Claude Code v2.1.132

v0.2.131

Compare Source

  • Updated to parity with Claude Code v2.1.131

v0.2.129

Compare Source

  • Updated to parity with Claude Code v2.1.129

v0.2.128

Compare Source

  • Updated to parity with Claude Code v2.1.128

v0.2.126

  • Added origin to result messages (SDKResultSuccess / SDKResultError) — forwards the triggering message's SDKMessageOrigin so consumers can distinguish user-prompted results from task-notification followups

v0.2.124

  • Updated to parity with Claude Code v2.1.124

v0.2.123

[Compare Sourc

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@what-the-diff

what-the-diff Bot commented Mar 30, 2026

Copy link
Copy Markdown

PR Summary

  • Major dependency updates
    • Updated the @stacksjs/ts-cloud package from ^0.2.1 and ^0.1.14 to ^0.2.3. This package is updated in multiple areas of our system, ensuring we're using the latest features and bug fixes from 'ts-cloud'.
    • The better-dx version is raised from ^0.2.5 to ^0.2.7 across all relevant packages. This should improve our development experience by utilizing the latest improvements to 'better-dx'.
    • We've bumped our @anthropic-ai/claude-agent-sdk from ^0.2.79 to ^0.2.87 in a core AI part of the system. This should increase our AI capabilities by leveraging the most recent 'claude-agent-sdk'.
    • The @stacksjs/stx package version was upgraded from ^0.2.7 to ^0.2.10 in a core browser part of our platform. This gives us the benefits of the latest 'stx' functions.
  • Minor dependency updates
    • Small version increase for bun-query-builder, from ^0.1.12 to ^0.1.13 brings us the latest bug fixes and improvements. This package was updated in several places of our system.
    • We've updated ts-pantry from ^0.8.16 to ^0.9.19 in a vital configuration area. It should lead to enhanced functionality from 'ts-pantry'.
    • We've updated the @stripe/stripe-js package version in the payments sector of our system from ^8.7.0 to ^8.11.0. This version bump provides improvement to our payment features.
  • VSCode and Docker Version Updates
    • In our code editor setup, the "vscode" engine version is updated from ^1.109.5 to ^1.113.0, and the "@vscode/vsce" dependency version is updated from ^3.7.2-10 to ^3.7.2-12.
    • Docker images have been updated to oven/bun:1.3.11 from oven/bun:1.3.10. This could bring better stability and more features to our Docker build process.
  • Other Updates
    • Besides these, minor dependency upgrades were made across the system for consistency and to stay updated with the latest tweaks and fixes.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from 59d69a1 to e22be0f Compare April 6, 2026 13:01
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ab302d9 to 88f9fa8 Compare April 7, 2026 14:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 5787c43 to 141c929 Compare April 20, 2026 09:07
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 81d7e9e to 0ff655b Compare April 22, 2026 10:33
@pkg-pr-new

pkg-pr-new Bot commented Apr 22, 2026

Copy link
Copy Markdown

Open in StackBlitz

@stacksjs/actions

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/actions@1825

@stacksjs/ai

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/ai@1825

@stacksjs/alias

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/alias@1825

@stacksjs/analytics

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/analytics@1825

@stacksjs/api

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/api@1825

@stacksjs/arrays

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/arrays@1825

@stacksjs/auth

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/auth@1825

@stacksjs/browser

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/browser@1825

@stacksjs/browser-extension

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/browser-extension@1825

@stacksjs/buddy

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/buddy@1825

@stacksjs/build

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/build@1825

@stacksjs/cache

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/cache@1825

@stacksjs/calendar-api

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/calendar-api@1825

@stacksjs/charts

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/charts@1825

@stacksjs/chat

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/chat@1825

@stacksjs/cli

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/cli@1825

@stacksjs/cloud

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/cloud@1825

@stacksjs/cms

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/cms@1825

@stacksjs/collections

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/collections@1825

@stacksjs/commerce

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/commerce@1825

@stacksjs/composables

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/composables@1825

@stacksjs/config

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/config@1825

@stacksjs/cron

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/cron@1825

@stacksjs/database

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/database@1825

@stacksjs/datetime

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/datetime@1825

@stacksjs/defaults

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/defaults@1825

@stacksjs/desktop

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/desktop@1825

@stacksjs/dns

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/dns@1825

@stacksjs/docs

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/docs@1825

@stacksjs/email

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/email@1825

@stacksjs/enums

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/enums@1825

@stacksjs/env

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/env@1825

@stacksjs/error-handling

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/error-handling@1825

@stacksjs/events

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/events@1825

@stacksjs/faker

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/faker@1825

@stacksjs/feature-flags

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/feature-flags@1825

@stacksjs/git

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/git@1825

@stacksjs/github

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/github@1825

@stacksjs/health

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/health@1825

@stacksjs/http

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/http@1825

@stacksjs/i18n

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/i18n@1825

@stacksjs/lint

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/lint@1825

@stacksjs/logging

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/logging@1825

@stacksjs/newsletter

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/newsletter@1825

@stacksjs/notifications

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/notifications@1825

@stacksjs/objects

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/objects@1825

@stacksjs/orm

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/orm@1825

@stacksjs/path

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/path@1825

@stacksjs/payments

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/payments@1825

@stacksjs/push

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/push@1825

@stacksjs/query-builder

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/query-builder@1825

@stacksjs/queue

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/queue@1825

@stacksjs/realtime

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/realtime@1825

@stacksjs/registry

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/registry@1825

@stacksjs/repl

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/repl@1825

@stacksjs/router

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/router@1825

@stacksjs/scheduler

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/scheduler@1825

@stacksjs/search-engine

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/search-engine@1825

@stacksjs/security

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/security@1825

@stacksjs/server

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/server@1825

@stacksjs/shell

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/shell@1825

@stacksjs/skills

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/skills@1825

@stacksjs/slug

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/slug@1825

@stacksjs/sms

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/sms@1825

@stacksjs/socials

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/socials@1825

@stacksjs/storage

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/storage@1825

@stacksjs/strings

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/strings@1825

@stacksjs/testing

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/testing@1825

@stacksjs/tinker

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/tinker@1825

@stacksjs/tunnel

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/tunnel@1825

@stacksjs/types

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/types@1825

@stacksjs/ui

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/ui@1825

@stacksjs/utils

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/utils@1825

@stacksjs/validation

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/validation@1825

@stacksjs/whois

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/whois@1825

commit: d65ae38

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 9f467f0 to c57f981 Compare April 23, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

actions @stacksjs/actions ai @stacksjs/ai alias @stacksjs/alias analytics @stacksjs/analytics auth @stacksjs/auth buddy Buddy build @stacksjs/build cli @stacksjs/cli cloud @stacksjs/cloud config @stacksjs/config core database @stacksjs/datbase dependencies deps desktop @stacksjs/desktop dns @stacksjs/dns docs @stacksjs/docs error-handling @stacksjs/error-handling events @stacksjs/events faker health @stacksjs/health ide IDE integrations & related features. lint @stacksjs/lint logging minor notifications @stacksjs/notifications orm path @stacksjs/path payments @stacksjs/payments query-builder @stacksjs/query-builder queue @stacksjs/queue repl @stacksjs/repl router @stacksjs/router scheduler @stacksjs/scheduler search-engine @stacksjs/search-engine security @stacksjs/security slug storage @stacksjs/storage testing @stacksjs/tests tinker types @stacksjs/types ui @stacksjs/ui utils @stacksjs/utils validation @stacksjs/validation vscode The VS Code extension.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants