Skip to content

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

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

chore(deps): update all non-major dependencies#628
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.70 age adoption passing confidence dependencies patch
@stacksjs/bun-queue ^0.0.1^0.1.0 age adoption passing confidence dependencies minor
@stacksjs/rpx ^0.11.0^0.11.2 age adoption passing confidence dependencies patch
@stacksjs/stx ^0.2.5^0.2.6 age adoption passing confidence devDependencies patch
@stacksjs/stx ^0.2.0^0.2.6 age adoption passing confidence dependencies patch
@stacksjs/ts-validation ^0.4.9^0.4.10 age adoption passing confidence dependencies patch
@stripe/stripe-js (source) ^8.7.0^8.9.0 age adoption passing confidence devDependencies minor
@stripe/stripe-js (source) ^8.7.0^8.9.0 age adoption passing confidence dependencies minor
@types/bun (source) ^1.3.9^1.3.10 age adoption passing confidence devDependencies patch
better-dx ^0.2.5^0.2.6 age adoption passing confidence devDependencies patch
better-dx ^0.2.5^0.2.6 age adoption passing confidence dependencies patch
better-dx 0.2.50.2.6 age adoption passing confidence devDependencies patch
bun-plugin-stx ^0.2.5^0.2.6 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.55.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.0 age adoption passing confidence devDependencies minor
ts-mocker ^0.1.6^0.1.7 age adoption passing confidence devDependencies patch

Release Notes

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

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/rpx (@​stacksjs/rpx)

v0.11.2

Compare Source

stacksjs/stx (@​stacksjs/stx)

v0.2.6

Compare Source

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

v0.4.10

Compare Source

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

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

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

Thanks again to @​Strift, @​dependabot[bot], @​flevi29, @​jezzzm, and dependabot[bot]! 🎉

v0.53.0

Compare Source

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​Strift and @​flevi29! 🎉

v0.52.0

Compare Source

🚀 Enhancements
⚙️ Maintenance/misc

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

v0.51.0: 🦘

Compare Source

This version introduces features released in Meilisearch v1.15.0.

⚠️ Breaking changes
🚀 Enhancements
⚙️ Maintenance/misc

Thanks again to @​Strift, @​brunoocasali, @​curquiza, @​flevi29, @​nicolasvienot! 🎉

v0.50.0: 🦫

Compare Source

This release adds new features related to Meilisearch 1.14.

⚠️ Breaking changes
Refactored HTTP client (#​1741) @​flevi29

[!important]
The Meilisearch class now accepts a requestInit parameter instead of requestConfig. Parameters of requestInit are the same, except it no longer accepts signal.

const client = new Meilisearch({
  host: 'https://edge.meilisearch.com',
  apiKey: 'your meilisearch API key',
  // `requestConfig` is removed, use `requestInit` instead
  requestInit: {
    headers: {
      "A-Http-Header": "The Value",
    },
  },
});
Refactored tasks and batches usage (#​1825) @​flevi29

[!important]
TaskClient and BatchClient are no longer exported

Migration guide: tasks promises now have a "waitTask" method

// Replace this 
const task = client.createIndex("test");
 await client.waitForTask(task.taskUid);
 
// By this
await client.createIndex("test").waitTask();

Migration guide: access TaskClient via the tasks property

// Replace this
client.getTask(1)
client.tasks.getTask(1)

// by this
client.getTasks()
client.tasks.getTasks()

[!note]
TaskClient is also accessible through the Index class, e.g., client.index('myindex').tasks

Migration guide: access BatchClient via the batches property

// Replace this
client.getBatch(1)
client.batches.getBatch(1)

// By this
client.getBatches()
client.batches.getBatches()

[!note]
BatchClient is also accessible through the Index class, e.g., client.index('myindex').batches

Updated exported types

[!important]

  • Removed Batch, EnqueuedTask, and Task classes. The types are still exported!
  • Date properties on Batch, EnqueuedTask, and Task are now string. They can be converted to a date using e.g. new Date(string)
  • Renamed MeiliSearchTimeOutError to MeiliSearchRequestTimeOutError
  • Renamed TasksQuery to TasksOrBatchesQuery
🚀 Enhancements
🐛 Bug Fixes
⚙️ Maintenance/misc

Thanks again to @​Barabasbalazs, @​Strift, @​consoleLogIt, and @​flevi29! 🎉

v0.49.0: 🕊️

Compare Source

This version introduces features released on Meilisearch v1.13.0 🎉

✨ New
🐛 Bug Fixes
⚙️ Maintenance/misc

Thanks again to @​flevi29 and @​Strift! 🎉

v0.48.2: 🌻

Compare Source

🐛 Bug Fixes

Thanks again to @​flevi29, @​meili-bors[bot] ! 🎉

v0.48.1: 🌻

Compare Source

🐛 Bug Fixes

Thanks again to @​flevi29, @​meili-bors[bot] ! 🎉

oven-sh/bun (oven/bun)

v1.3.10: Bun v1.3.10

To install Bun v1.3.10

curl -fsSL https://bun.sh/install | bash

# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.10:

bun upgrade
Read Bun v1.3.10's release notes on Bun's blog
Thanks to 11 contributors!
stacksjs/action-releaser (stacksjs/action-releaser)

v1.2.9

Compare Source

Compare changes

🧹 Chores
📄 Miscellaneous
Contributors

v1.2.8

Compare Source

stripe/stripe-node (stripe)

v20.4.0

Compare Source

This release changes the pinned API version to 2026-02-25.clover.

  • [#​2581](https:

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.

@chrisbbreuer chrisbbreuer deleted the renovate/all-minor-patch branch March 6, 2026 20:20
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