Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2025

ℹ️ 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.1.0^0.2.45 age adoption passing confidence dependencies minor
@aws-sdk/client-dynamodb (source) ^3.0.0^3.992.0 age adoption passing confidence dependencies minor
@aws-sdk/client-dynamodb (source) ^3.921.0^3.992.0 age adoption passing confidence dependencies minor
@aws-sdk/client-s3 (source) ^3.876.0^3.992.0 age adoption passing confidence dependencies minor
@aws-sdk/client-s3 (source) ^3.0.0^3.992.0 age adoption passing confidence dependencies minor
@aws-sdk/client-ses (source) ^3.911.0^3.992.0 age adoption passing confidence dependencies minor
@aws-sdk/client-sesv2 (source) ^3.0.0^3.992.0 age adoption passing confidence dependencies minor
@aws-sdk/lib-dynamodb (source) ^3.921.0^3.992.0 age adoption passing confidence dependencies minor
@aws-sdk/s3-request-presigner (source) ^3.876.0^3.992.0 age adoption passing confidence dependencies minor
@babel/generator (source) ^7.26.2^7.29.1 age adoption passing confidence dependencies minor
@babel/traverse (source) ^7.26.4^7.29.0 age adoption passing confidence dependencies minor
@stacksjs/clarity ^0.3.23^0.3.24 age adoption passing confidence devDependencies patch
@stacksjs/tlsx ^0.10.0^0.13.0 age adoption passing confidence dependencies minor
@stacksjs/ts-validation ^0.4.7^0.4.9 age adoption passing confidence dependencies patch
@stripe/stripe-js (source) ^8.1.0^8.7.0 age adoption passing confidence dependencies minor
@types/archiver (source) ^6.0.3^6.0.4 age adoption passing confidence devDependencies patch
@types/bun (source) ^1.3.2^1.3.9 age adoption passing confidence devDependencies patch
@vscode/vsce (source) ^3.6.0^3.7.1 age adoption passing confidence devDependencies minor
@vueuse/core (source) ^13.8.0^13.9.0 age adoption passing confidence devDependencies minor
@vueuse/math (source) ^13.8.0^13.9.0 age adoption passing confidence devDependencies minor
@vueuse/shared (source) ^13.8.0^13.9.0 age adoption passing confidence devDependencies minor
better-dx ^0.2.0^0.2.5 age adoption passing confidence dependencies patch
bun-query-builder ^0.1.10^0.1.11 age adoption passing confidence dependencies patch
chart.js (source) ^4.4.7^4.5.1 age adoption passing confidence devDependencies minor
dynamodb-toolbox (source) ^2.7.2^2.8.0 age adoption passing confidence dependencies minor
meilisearch ^0.52.0^0.55.0 age adoption passing confidence devDependencies minor
mysql2 (source) ^3.15.3^3.17.2 age adoption passing confidence optionalDependencies minor
oven/bun 1.2.21-debian1.3.9-debian age adoption passing confidence final minor
oven/bun 1.2.21-debian1.3.9-debian age adoption passing confidence stage minor
pg (source) ^8.16.3^8.18.0 age adoption passing confidence dependencies minor
publint (source) ^0.3.12^0.3.17 age adoption passing confidence devDependencies patch
tar ^7.5.2^7.5.9 age adoption passing confidence devDependencies patch
ts-error-handling ^0.1.0^0.1.1 age adoption passing confidence dependencies patch
ts-mocker ^0.1.4^0.1.5 age adoption passing confidence devDependencies patch
typescript (source) ^5.9.2^5.9.3 age adoption passing confidence devDependencies patch
typescript (source) ^5.0.0^5.9.3 age adoption passing confidence devDependencies minor
validator ^13.15.15^13.15.26 age adoption passing confidence dependencies patch
vscode ^1.103.2^1.109.4 age adoption passing confidence engines minor

Release Notes

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

v0.2.45

Compare Source

  • Added support for Claude Sonnet 4.6
  • Added task_started system message to the SDK stream, emitted when subagent tasks are registered
  • Fixed Session.stream() returning prematurely when background subagents are still running, by holding back intermediate result messages until all tasks complete
  • Improved memory usage for shell commands that produce large output — RSS no longer grows unboundedly with command output size

v0.2.44

Compare Source

  • Updated to parity with Claude Code v2.1.44

v0.2.42

Compare Source

  • Updated to parity with Claude Code v2.1.42

v0.2.41

Compare Source

  • Updated to parity with Claude Code v2.1.41

v0.2.40

Compare Source

  • Updated to parity with Claude Code v2.1.40

v0.2.39

Compare Source

  • Updated to parity with Claude Code v2.1.39

v0.2.38

Compare Source

  • Updated to parity with Claude Code v2.1.38

v0.2.37

Compare Source

  • Updated to parity with Claude Code v2.1.37

v0.2.36

Compare Source

  • Updated to parity with Claude Code v2.1.36

v0.2.34

Compare Source

  • Updated to parity with Claude Code v2.1.34

v0.2.33

Compare Source

  • Added TeammateIdle and TaskCompleted hook events with corresponding TeammateIdleHookInput and TaskCompletedHookInput types
  • Added sessionId option to specify a custom UUID for conversations instead of auto-generated ones
  • Updated to parity with Claude Code v2.1.33

v0.2.32

Compare Source

  • Updated to parity with Claude Code v2.1.32

v0.2.31

Compare Source

  • Added stop_reason field to SDKResultSuccess and SDKResultError to indicate why the model stopped generating

v0.2.30

Compare Source

  • Added debug and debugFile options for programmatic control of debug logging
  • Added optional pages field to FileReadToolInput for reading specific PDF page ranges
  • Added parts output type to FileReadToolOutput for page-extracted PDF results
  • Fixed "(no content)" placeholder messages being included in SDK output

v0.2.29

Compare Source

  • Updated to parity with Claude Code v2.1.29

v0.2.27

Compare Source

  • Added optional annotations support to the tool() helper function for specifying MCP tool hints (readOnlyHint, destructiveHint, openWorldHint, idempotentHint)
  • Fixed mcpServerStatus() to include tools from SDK and dynamically-added MCP servers
  • Updated to parity with Claude Code v2.1.27

v0.2.26

Compare Source

v0.2.25

Compare Source

  • Updated to parity with Claude Code v2.1.25

v0.2.23

Compare Source

  • Fixed structured output validation errors not being reported correctly
  • Updated to parity with Claude Code v2.1.23

v0.2.22

Compare Source

  • Fixed structured outputs to handle empty assistant messsages
  • Updated to parity with Claude Code v2.1.22

v0.2.21

Compare Source

  • Added config, scope, and tools fields to McpServerStatus for richer server introspection
  • Added reconnectMcpServer() and toggleMcpServer() methods for managing MCP server connections
  • Added disabled status to McpServerStatus
  • Fixed PermissionRequest hooks not being executed in SDK mode (e.g., VS Code extension)
  • Updated to parity with Claude Code v2.1.21

v0.2.20

Compare Source

  • Added support for loading CLAUDE.md files from directories specified via additionalDirectories option (requires setting CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD=1 in the env option)
  • Added CLAUDE_CODE_ENABLE_TASKS env var, set to true to opt into the new task system
  • Updated to parity with Claude Code v2.1.20

v0.2.19

Compare Source

  • Added CLAUDE_CODE_ENABLE_TASKS env var, set to true to opt into the new task system

v0.2.18

Compare Source

v0.2.17

Compare Source

  • Updated to parity with Claude Code v2.1.17

v0.2.16

Compare Source

  • Updated to parity with Claude Code v2.1.16

v0.2.15

Compare Source

  • Added notification hook support
  • Added close() method to Query interface for forcefully terminating running queries
  • Updated to parity with Claude Code v2.1.15

v0.2.14

Compare Source

  • Updated to parity with Claude Code v2.1.14

v0.2.12

Compare Source

  • Updated to parity with Claude Code v2.1.12

v0.2.11

Compare Source

  • Updated to parity with Claude Code v2.1.11

v0.2.10

Compare Source

  • Added skills and maxTurns configuration options to custom agent definitions.

v0.2.9

Compare Source

  • Updated to parity with Claude Code v2.1.9

v0.2.8

Compare Source

  • Updated to parity with Claude Code v2.1.8

v0.2.7

Compare Source

  • Updated to parity with Claude Code v2.1.7

v0.2.6

Compare Source

  • Updated to parity with Claude Code v2.1.6
  • Added claudeCodeVersion field to package.json for programmatically determining compatible CLI version

v0.2.5

Compare Source

  • Updated to parity with Claude Code v2.1.5

v0.2.4

Compare Source

  • Updated to parity with Claude Code v2.1.4

v0.2.3

Compare Source

  • Updated to parity with Claude Code v2.1.3

v0.2.2

Compare Source

v0.2.1

Compare Source

v0.2.0

Compare Source

  • Added error field to McpServerStatus for failed MCP server connections
  • Updated to parity with Claude Code v2.1.0

v0.1.77

Compare Source

  • Updated to parity with Claude Code v2.0.78

v0.1.76

Compare Source

v0.1.75

Compare Source

  • Updated to parity with Claude Code v2.0.75

v0.1.74

Compare Source

  • Updated to parity with Claude Code v2.0.74

v0.1.73

Compare Source

  • Fixed a bug where Stop hooks would not consistently run due to Stream closed error
  • Updated to parity with Claude Code v2.0.73

v0.1.72

Compare Source

  • Fixed /context command not respecting custom system prompts
  • Fixed non-streaming single-turn queries to close immediately on first result instead of waiting for inactivity timeout
  • Changed V2 session API method receive() to stream() for consistency with Anthropic SDK patterns
  • Updated to parity with Claude Code v2.0.72

v0.1.71

Compare Source

  • Added zod ^4.0.0 as peer dependency option in addition to zod ^3.24.1
  • Added support for AskUserQuestion tool. If using tools option, enable by including 'AskUserQuestion' in list
  • Fixed visible console window appearing when spawning Claude subprocess on Windows
  • Fixed spawn message being sent to stderr callback (#​45)
  • Updated to parity with Claude Code v2.0.71

v0.1.70

Compare Source

v0.1.69

Compare Source

  • Updated to parity with Claude Code v2.0.69

v0.1.68

Compare Source

  • Fixed a bug where disallowed MCP tools were visible to the model
  • Updated to parity with Claude Code v2.0.68

v0.1.67

Compare Source

  • Updated to parity with Claude Code v2.0.67

v0.1.66

Compare Source

  • Fixed project MCP servers from .mcp.json not being available when settingSources includes project
  • Updated to parity with Claude Code v2.0.66

v0.1.65

Compare Source

  • Updated to parity with Claude Code v2.0.66

v0.1.63

Compare Source

  • Updated to parity with Claude Code v2.0.63

v0.1.62

Compare Source

v0.1.61

Compare Source

  • Updated to parity with Claude Code v2.0.61

v0.1.60

Compare Source

  • Updated to parity with Claude Code v2.0.60

v0.1.59

Compare Source

  • Updated to parity with Claude Code v2.0.59

v0.1.58

Compare Source

  • Updated to parity with Claude Code v2.0.58
  • Added betas option to enable beta features. Currently supports 'context-1m-2025-08-07' for 1M token context window on Sonnet 4/4.5. See https://docs.anthropic.com/en/api/beta-headers for more details.

v0.1.57

Compare Source

  • Updated to parity with Claude Code v2.0.57
  • Added tools option to specify the exact set of built-in tools available to the agent. Use tools: ['Bash', 'Read', 'Edit'] for a strict allowlist, tools: [] to disable all built-in tools, or tools: { type: 'preset', preset: 'claude_code' } for all default tools. Omitting this option preserves existing behavior where all built-in tools are available (and can be filtered with disallowedTools).

v0.1.56

Compare Source

  • Updated to parity with Claude Code v2.0.56

v0.1.55

Compare Source

  • Update to parity with Claude Code v2.0.55

v0.1.54

Compare Source

  • Updated to parity with Claude Code v2.0.54
  • Added experimental v2 session APIs (unstable_v2_createSession, unstable_v2_resumeSession, unstable_v2_prompt) for simpler multi-turn conversations
  • Fixed a bug where ExitPlanMode tool input was empty

v0.1.53

Compare Source

  • Updated to parity with Claude Code v2.0.53

v0.1.52

Compare Source

  • Updated to parity with Claude Code v2.0.52

v0.1.51

Compare Source

v0.1.50

Compare Source

  • Updated to parity with Claude Code v2.0.50

v0.1.49

Compare Source

  • Updated to parity with Claude Code v2.0.49

v0.1.47

Compare Source

  • Updated to parity with Claude Code v2.0.47
  • Add error field to some messages

v0.1.46

Compare Source

  • Updated to parity with Claude Code v2.0.46

v0.1.45

Compare Source

v0.1.44

Compare Source

  • Updated to parity with Claude Code v2.0.44

v0.1.43

Compare Source

  • Updated to parity with Claude Code v2.0.43

v0.1.42

Compare Source

  • Updated to parity with Claude Code v2.0.42

v0.1.39

Compare Source

  • Updated to parity with Claude Code v2.0.41

v0.1.37

Compare Source

  • Updated to parity with Claude Code v2.0.37

v0.1.36

Compare Source

  • Updated to parity with Claude Code v2.0.36

v0.1.35

Compare Source

  • Updated to parity with Claude Code v2.0.35

v0.1.34

Compare Source

  • Updated to parity with Claude Code v2.0.34

v0.1.33

Compare Source

  • Updated to parity with Claude Code v2.0.33

v0.1.31

Compare Source

  • Updated to parity with Claude Code v2.0.32

v0.1.30

Compare Source

  • Added --max-budget-usd flag
  • Fixed a bug where hooks were sometimes failing in stream mode
  • Updated to parity with Claude Code v2.0.31

v0.1.29

Compare Source

  • Updated to parity with Claude Code v2.0.29

v0.1.28

Compare Source

  • Updated to parity with Claude Code v2.0.28
  • Fixed a bug where custom tools were timing out after 30 seconds instead of respecting MCP_TOOL_TIMEOUT (#​42)

v0.1.27

Compare Source

  • Updated to parity with Claude Code v2.0.27
  • Added plugins field to Options

v0.1.26

Compare Source

  • Updated to parity with Claude Code v2.0.26

v0.1.25

[


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


  • 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
Copy link

what-the-diff bot commented Sep 30, 2025

PR Summary

  • Base Dockerfile Image Update: The Dockerfile's base image version has been upgraded in both the builder and release stages for improved stability and security.
  • Comprehensive Dependency Updates: Several dependencies across the codebase have been upgraded for enhanced compatibility and feature set, including:
    • General dependencies: 'buddy-bot' along with 'typescript'
    • AWS client SDKs: A range of AWS SDK client dependencies have been updated
    • AWS CDK Library: The AWS CDK library version has also received an upgrade
    • Simple Web Authn: Upgrading of both '@simplewebauthn/browser' and '@simplewebauthn/server'
    • Debug and Tar Packages: Updated versions of debug and tar packages have been incorporated
    • D3 and Vue: Upgrades to the Vue and D3 libraries have been performed
    • Markdown-it: Markdown-it library has been updated
    • Unocss and Unplugin-Icons: Versions of both Unocss and Unplugin-Icons have been upgraded across multiple components.
    • API Extractor versions: Multiple components now use updated API extractor versions.
  • Dependency updates in other package.json files: Numerous other upgrades on dependencies have been done across package.json files for better compatibility and enhanced features.
  • Dockerfile Bun version upgrade: The Bun version in Dockerfile was updated for both builder and release stages for better capabilities.
  • Cargo.toml updates: Newer versions of 'tauri-build', 'serde', and 'serde_json' have been introduced in Cargo.toml files for both desktop and dashboard.
  • Vue-related updates: Several packages associated with Vue, including Vue itself, '@unhead/vue', and related dependencies, have been updated for superior performance and compatibility.
  • DevDependency improvements: Overall devDependencies have been enhanced with new versions of tools like 'lint-staged', 'publint', and various '@vueuse' packages.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 9527275 to 09cbb35 Compare October 7, 2025 07:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 5a32204 to b1a0e69 Compare October 13, 2025 06:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 7551bd0 to da1667c Compare October 22, 2025 23:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from b12eb07 to 44f262c Compare October 27, 2025 10:27
@chrisbbreuer
Copy link
Member

🤖 Auto-closing obsolete PR

This PR was automatically closed because the dependency files it references are no longer present in the project.

Removed files:

  • [Age](https://docs.renovatebot.com/merge-confidence/)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@anthropic-ai%2fclaude-agent-sdk/0.1.0/0.2.45?slim=true)
  • [@aws-sdk/client-dynamodb](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-dynamodb) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb))
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-dynamodb/3.0.0/3.992.0?slim=true)
  • [^3.921.0^3.992.0](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-dynamodb/3.921.0/3.992.0)
  • ![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.992.0?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.992.0?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-ses/3.911.0/3.992.0?slim=true)
  • [@aws-sdk/client-sesv2](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sesv2) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2))
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-sesv2/3.0.0/3.992.0?slim=true)
  • [^3.921.0^3.992.0](https://renovatebot.com/diffs/npm/@aws-sdk%2flib-dynamodb/3.921.0/3.992.0)
  • ![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fs3-request-presigner/3.992.0?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fgenerator/7.29.1?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2ftraverse/7.26.4/7.29.0?slim=true)
  • [@stacksjs/clarity](https://redirect.github.com/stacksjs/clarity)
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stacksjs%2fclarity/0.3.23/0.3.24?slim=true)
  • [^0.10.0^0.13.0](https://renovatebot.com/diffs/npm/@stacksjs%2ftlsx/0.10.0/0.13.0)
  • ![age](https://developer.mend.io/api/mc/badges/age/npm/@stacksjs%2fts-validation/0.4.9?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stripe%2fstripe-js/8.7.0?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2farchiver/6.0.3/6.0.4?slim=true)
  • [@types/bun](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bun) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun))
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fbun/1.3.2/1.3.9?slim=true)
  • [^3.6.0^3.7.1](https://renovatebot.com/diffs/npm/@vscode%2fvsce/3.6.0/3.7.1)
  • ![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2fcore/13.9.0?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vueuse%2fmath/13.9.0?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vueuse%2fshared/13.8.0/13.9.0?slim=true)
  • [better-dx](https://redirect.github.com/stacksjs/development)
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/better-dx/0.2.0/0.2.5?slim=true)
  • [^0.1.10^0.1.11](https://renovatebot.com/diffs/npm/bun-query-builder/0.1.10/0.1.11)
  • ![age](https://developer.mend.io/api/mc/badges/age/npm/chart.js/4.5.1?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dynamodb-toolbox/2.8.0?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/meilisearch/0.52.0/0.55.0?slim=true)
  • [mysql2](https://sidorares.github.io/node-mysql2/docs) ([source](https://redirect.github.com/sidorares/node-mysql2))
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mysql2/3.15.3/3.17.2?slim=true)
  • ![age](https://developer.mend.io/api/mc/badges/age/docker/oven%2fbun/1.3.9?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pg/8.18.0?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/publint/0.3.12/0.3.17?slim=true)
  • [tar](https://redirect.github.com/isaacs/node-tar)
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tar/7.5.8/7.5.9?slim=true)
  • [^0.1.0^0.1.1](https://renovatebot.com/diffs/npm/ts-error-handling/0.1.0/0.1.1)
  • ![age](https://developer.mend.io/api/mc/badges/age/npm/ts-mocker/0.1.5?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.9.3?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.0.2/5.9.3?slim=true)
  • [validator](https://redirect.github.com/validatorjs/validator.js)
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/validator/13.15.15/13.15.26?slim=true)
  • [^1.103.2^1.109.4](https://renovatebot.com/diffs/npm/vscode/1.103.2/1.109.4)

If this was closed in error, please reopen the PR and update the dependency files accordingly.

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