Skip to content

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

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Closed

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

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 6, 2026

ℹ️ 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.49^0.2.84 age adoption passing confidence dependencies patch
@stacksjs/bun-queue ^0.0.1^0.1.0 age adoption passing confidence dependencies minor
@stacksjs/bunpress (source) ^0.1.1^0.1.4 age adoption passing confidence dependencies patch
@stacksjs/gitit ^0.2.2^0.2.5 age adoption passing confidence devDependencies patch
@stacksjs/rpx ^0.11.0^0.11.2 age adoption passing confidence dependencies patch
@stacksjs/stx ^0.2.5^0.2.10 age adoption passing confidence devDependencies patch
@stacksjs/stx ^0.2.0^0.2.10 age adoption passing confidence dependencies patch
@stacksjs/ts-cloud ^0.1.11^0.2.3 age adoption passing confidence dependencies minor
@stacksjs/ts-validation ^0.4.9^0.4.10 age adoption passing confidence dependencies patch
@stripe/stripe-js (source) ^8.7.0^8.11.0 age adoption passing confidence devDependencies minor
@stripe/stripe-js (source) ^8.7.0^8.11.0 age adoption passing confidence dependencies minor
@types/bun (source) ^1.3.9^1.3.11 age adoption passing confidence devDependencies patch
better-dx ^0.2.5^0.2.7 age adoption passing confidence devDependencies patch
better-dx ^0.2.5^0.2.7 age adoption passing confidence dependencies patch
better-dx 0.2.50.2.7 age adoption passing confidence devDependencies patch
bun-plugin-auto-imports ^0.3.1^0.4.0 age adoption passing confidence devDependencies minor
bun-plugin-stx ^0.2.5^0.2.10 age adoption passing confidence devDependencies patch
bun-query-builder ^0.1.12^0.1.13 age adoption passing confidence dependencies patch
magic-regexp (source) ^0.10.0^0.11.0 age adoption passing confidence devDependencies minor
meilisearch ^0.48.0^0.56.0 age adoption passing confidence devDependencies minor
oven/bun 1.3.9-debian1.3.10-debian age adoption passing confidence final patch
oven/bun 1.3.9-debian1.3.10-debian age adoption passing confidence stage patch
oven/bun 1.2.21-debian1.3.10-debian age adoption passing confidence final minor
oven/bun 1.2.21-debian1.3.10-debian age adoption passing confidence stage minor
stacksjs/action-releaser v1.2.7v1.2.9 age adoption passing confidence action patch
stripe ^20.3.1^20.4.1 age adoption passing confidence devDependencies minor
ts-mocker ^0.1.6^0.1.7 age adoption passing confidence devDependencies patch
vscode ^1.109.5^1.113.0 age adoption passing confidence engines minor

Release Notes

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

v0.2.84

Compare Source

  • Added taskBudget option for API-side token budget awareness, allowing the model to pace tool use within a token limit
  • Added enableChannel() method and capabilities field on McpServerStatus for SDK-driven MCP channel activation
  • Exported EffortLevel type ('low' | 'medium' | 'high' | 'max') for consumers to reference effort values directly
  • Fixed showing "[Request interrupted by user]" for errors that were not caused by user interruption
  • Updated to parity with Claude Code v2.1.84

v0.2.83

Compare Source

  • Added seed_read_state control subtype to seed readFileState with {path, mtime} so Edit works after the originating Read was removed from context
  • Changed session_state_changed events to opt-in: set CLAUDE_CODE_EMIT_SESSION_STATE_EVENTS=1 to receive them
  • Updated to parity with Claude Code v2.1.83

v0.2.81

Compare Source

  • Fixed canUseTool not providing a working addRules suggestion when a write under .claude/skills/{name}/ hits the bypass-immune safety check
  • Updated to parity with Claude Code v2.1.81

v0.2.80

Compare Source

  • Fixed getSessionMessages() dropping parallel tool results — sessions with parallel tool calls now return all tool_use/tool_result pairs
  • Updated to parity with Claude Code v2.1.80

v0.2.79

Compare Source

  • Added 'resume' to the ExitReason type for distinguishing resume-triggered session ends in hooks
  • Updated to parity with Claude Code v2.1.79

v0.2.78

Compare Source

  • Updated to parity with Claude Code v2.1.78

v0.2.77

Compare Source

  • Added api_retry system messages when retrying transient API errors, exposing attempt count, max retries, delay, and error status
  • Updated to parity with Claude Code v2.1.77

v0.2.76

Compare Source

  • Added forkSession(sessionId, opts?) for branching conversations from a point
  • Added cancel_async_message control subtype to drop a queued user message by UUID before execution
  • Added planFilePath field to ExitPlanMode tool input for hooks and SDK consumers
  • Added MCP elicitation hook types and SDKElicitationCompleteMessage system message for handling MCP server input requests programmatically
  • Updated to parity with Claude Code v2.1.76

v0.2.75

Compare Source

  • Added tag and createdAt fields to SDKSessionInfo
  • Added getSessionInfo(sessionId, opts?) for single-session metadata lookup
  • Added offset option to listSessions for pagination
  • Added tagSession(sessionId, tag, opts?) for tagging session files
  • Added queued_to_running status to AgentToolOutput — returned when Agent({resume}) targets a still-running agent
  • Improved error messages when the Claude Code subprocess returns an error result — the SDK now surfaces the actual error text instead of a generic "process exited with code 1"
  • Updated to parity with Claude Code v2.1.75

v0.2.74

Compare Source

  • Added renameSession(sessionId, title, opts?) for renaming session files
  • Fixed import type from @anthropic-ai/claude-agent-sdk/sdk-tools failing under NodeNext/Bundler module resolution (missing exports map entry since v0.2.69)
  • Fixed skills with user-invocable: false being included in supportedCommands() and the system:init message's slash_commands / skills lists
  • Updated to parity with Claude Code v2.1.74

v0.2.73

Compare Source

  • Fixed options.env being overridden by the ~/.claude/settings.json env block when not using user as a settingSources option
  • Updated to parity with Claude Code v2.1.73

v0.2.72

Compare Source

  • Added agentProgressSummaries option to enable periodic AI-generated progress summaries for running subagents (foreground and background), emitted on task_progress events via the new summary field
  • Added getSettings() applied section with runtime-resolved model and effort values
  • Fixed toggleMcpServer and reconnectMcpServer failing with "Server not found" for servers passed via query({mcpServers})
  • Updated to parity with Claude Code v2.1.72

v0.2.71

Compare Source

  • Updated to parity with Claude Code v2.1.71

v0.2.70

Compare Source

  • Fixed type: "http" MCP servers failing with HTTP 406 "Not Acceptable" on Streamable HTTP servers that strictly enforce the Accept: application/json, text/event-stream header
  • Changed AgentToolInput.subagent_type to optional — defaults to the general-purpose agent when omitted
  • Updated to parity with Claude Code v2.1.70

v0.2.69

Compare Source

  • Added toolConfig.askUserQuestion.previewFormat option to configure the content format ('markdown' or 'html') for the preview field on AskUserQuestion tool options. The preview field and annotations output are now exposed in the public SDK types.
  • Added supportsFastMode field to ModelInfo indicating whether a model supports fast mode
  • Added agent_id (for subagents) and agent_type (for subagents and --agent) fields to hook events
  • Fixed SDK-mode MCP servers (registered via sdkMcpServers in the initialize control request) getting disconnected when background plugin installation refreshes project MCP config
  • Fixed breaking change: system:init and result events 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.
  • Fixed control responses with malformed updatedPermissions from SDK hosts blocking tool calls with a ZodError; the invalid field is now stripped and a warning is logged instead.
  • Improved memory usage of getSessionMessages() for large sessions with compacted history

v0.2.68

Compare Source

  • Updated to parity with Claude Code v2.1.68

v0.2.66

Compare Source

  • Updated to parity with Claude Code v2.1.66

v0.2.64

Compare Source

v0.2.63

Compare Source

  • SDK: Fixed pathToClaudeCodeExecutable failing when set to a bare command name (e.g., "claude") that should resolve via PATH
  • Added supportedAgents() method to the Query interface to view available subagents
  • Fixed MCP replacement tools being incorrectly denied in subagents when using unprefixed MCP tool names

v0.2.62

Compare Source

v0.2.61

Compare Source

  • Updated to parity with Claude Code v2.1.61

v0.2.59

Compare Source

  • Added getSessionMessages() function for reading a session's conversation history from its transcript file, with support for pagination via limit and offset options

v0.2.58

Compare Source

  • Updated to parity with Claude Code v2.1.58

v0.2.56

Compare Source

  • Updated to parity with Claude Code v2.1.56

v0.2.55

Compare Source

  • Updated to parity with Claude Code v2.1.55

v0.2.54

Compare Source

  • Updated to parity with Claude Code v2.1.54

v0.2.53

Compare Source

  • Added listSessions() for discovering and listing past sessions with light metadata

v0.2.52

Compare Source

  • Updated to parity with Claude Code v2.1.52

v0.2.51

Compare Source

  • Updated to parity with Claude Code v2.1.51
  • Fixed SDK crashing with ReferenceError when used inside compiled Bun binaries (bun build --compile)
  • Fixed unbounded memory growth in long-running SDK sessions caused by message UUID tracking never evicting old entries
  • Fixed local slash command output not being returned to SDK clients
  • Added task_progress events for real-time background agent progress reporting with cumulative usage metrics, tool counts, and duration
  • Fixed session.close() in the v2 session API killing the subprocess before it could persist session data, which broke resumeSession()

v0.2.50

Compare Source

  • Updated to parity with Claude Code v2.1.50
stacksjs/bun-queue (@​stacksjs/bun-queue)

v0.1.0

Compare Source

compare changes

🏡 Chore
  • Use correct cover image (75bd3ae)
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>
stacksjs/bunpress (@​stacksjs/bunpress)

v0.1.4

Compare Source

v0.1.3

Compare Source

stacksjs/gitit (@​stacksjs/gitit)

v0.2.5

Compare Source

No significant changes

    View changes on GitHub

v0.2.4

Compare Source

No significant changes

    View changes on GitHub
stacksjs/rpx (@​stacksjs/rpx)

v0.11.2

Compare Source

stacksjs/stx (@​stacksjs/stx)

v0.2.10

Compare Source

v0.2.9

Compare Source

v0.2.8

Compare Source

v0.2.6

Compare Source

stacksjs/ts-cloud (@​stacksjs/ts-cloud)

v0.2.3

Compare Source

v0.2.2

Compare Source

v0.2.1

Compare Source

v0.2.0

Compare Source

v0.1.14

Compare Source

Compare changes

🚀 Features
  • add installScript support for curl (09a4206) (by bash deployments )
  • support custom S3 bucket name in site config (8099501) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
🧹 Chores
Contributors
stacksjs/ts-validation (@​stacksjs/ts-validation)

v0.4.10

Compare Source

stripe/stripe-js (@​stripe/stripe-js)

v8.11.0

Compare Source

New features
Fixes
Changed
  • [Payment Form Element] Add paymentMethods and rename wallets to expressCheckout (#​894)

v8.10.0

Compare Source

Changed
  • update init method types (#​887)

v8.9.0

Compare Source

New features
  • Add types for new Payment Form Element method & change event values 👾 (#​878)
  • Add buttonColorText and buttonColorBackground Appearance API vars (#​876)
Changed
  • Bump minimatch from 3.1.2 to 3.1.5 in /examples/rollup (#​884)
  • Bump minimatch from 3.1.2 to 3.1.5 in /examples/parcel (#​882)
  • Bump rollup from 2.79.2 to 2.80.0 (#​881)

v8.8.0

Compare Source

Fixes
  • add confirmAmazonPaySetup to the types (#​874)
  • Add optional savePaymentMethod property to value (#​873)
  • publish: preflight hub auth before tagging (#​866)
Changed
  • Update Payment Form types (#​875)
  • Add Enums to options.layout.radios (#​868)
  • Use more specific types for tax ID (#​872)
  • Add lk_vat to tax id types (#​871)
  • add paymentFormConfirmEvent to confirm args type (#​867)
  • Bump lodash from 4.17.21 to 4.17.23 in /examples/rollup (#​858)
stacksjs/better-dx (better-dx)

v0.2.7

Compare Source

v0.2.6

Compare Source

stacksjs/bun-plugin-auto-imports (bun-plugin-auto-imports)

v0.4.0

Compare Source

stacksjs/bun-query-builder (bun-query-builder)

v0.1.13

Compare Source

unjs/magic-regexp (magic-regexp)

v0.11.0

Compare Source

   🏎 Performance
    View changes on GitHub
meilisearch/meilisearch-js (meilisearch)

v0.56.0

Compare Source

🧪 Experimental

  • Breaking changes: Make network API compatible with Meilisearch v1.37 (#​2137) @​Strift

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​Strift, @​aznszn, @​curquiza, @​dependabot[bot], @​flevi29, and @​mixelburg! 🎉

v0.55.0: 🌻

Compare Source

⚠️ Experimental

🚀 Enhancements

⚙️ Maintenance/misc

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


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

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 4f257d0 to 0d5a555 Compare March 13, 2026 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 29acaea to 97f539d Compare March 21, 2026 00:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b73b606 to 1af951d Compare March 25, 2026 06:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 458392d to 8357d01 Compare March 28, 2026 08:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8357d01 to a58a388 Compare March 28, 2026 16:18
@glennmichael123 glennmichael123 deleted the renovate/all-minor-patch branch March 30, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant