Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 30, 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.79^0.2.128 age adoption passing confidence peerDependencies patch
@stacksjs/clapp ^0.2.6^0.2.7 age adoption passing confidence dependencies patch
@stacksjs/clarity ^0.3.24^0.3.28 age adoption passing confidence devDependencies patch
@stacksjs/rpx ^0.11.2^0.11.4 age adoption passing confidence dependencies patch
@stacksjs/stx ^0.2.40^0.2.45 age adoption passing confidence devDependencies patch
@stacksjs/stx ^0.2.40^0.2.45 age adoption passing confidence dependencies patch
@stacksjs/tlsx ^0.13.0^0.13.2 age adoption passing confidence dependencies patch
@stacksjs/ts-cloud ^0.2.7^0.2.10 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.11.0 age adoption passing confidence devDependencies minor
@stripe/stripe-js (source) ^9.0.0^9.4.0 age adoption passing confidence dependencies minor
@types/bun (source) ^1.3.11^1.3.13 age adoption passing confidence devDependencies patch
@vscode/vsce (source) ^3.7.2-12^3.9.1 age adoption passing confidence devDependencies minor
better-dx ^0.2.5^0.2.12 age adoption passing confidence devDependencies patch
better-dx ^0.2.7^0.2.12 age adoption passing confidence devDependencies patch
bun-plugin-auto-imports ^0.4.0^0.4.1 age adoption passing confidence devDependencies patch
oven/bun 1.3.101.3.13 age adoption passing confidence final patch
oven/bun 1.3.101.3.13 age adoption passing confidence stage patch
oven/bun 1.3.111.3.13 age adoption passing confidence final patch
oven/bun 1.3.111.3.13 age adoption passing confidence stage patch
ts-pantry (source) ^0.8.16^0.9.31 age adoption passing confidence dependencies minor
typescript (source) ^6.0.2^6.0.3 age adoption passing confidence devDependencies patch
vscode ^1.109.5^1.118.1 age adoption passing confidence engines minor

Release Notes

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

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 Source

  • Updated to parity with Claude Code v2.1.123

v0.2.122

Compare Source

  • Updated to parity with Claude Code v2.1.122

v0.2.121

Compare Source

  • Added updatedToolOutput to PostToolUseHookSpecificOutput for replacing tool output on all tools. updatedMCPToolOutput is deprecated.

v0.2.120

Compare Source

  • Added skills option (string[] | 'all') to control which Skills are loaded into the main session, matching the Python SDK

v0.2.119

Compare Source

  • Added forwardSubagentText option to stream subagent text deltas to SDK consumers
  • excludeDynamicSections now 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 message
  • Long-running SDK sessions now reconnect claude.ai-proxied MCP servers after a transport-stream abort
  • SessionStore.append() failures are now retried up to 3 times with short backoff before the batch is dropped and mirror_error is emitted

v0.2.118

Compare Source

  • Added Options.managedSettings for embedders to pass policy-tier settings to the spawned CLI in-memory, honored below IT-controlled managed sources

v0.2.117

Compare Source

  • Updated to parity with Claude Code v2.1.117

v0.2.116

Compare Source

  • Updated to parity with Claude Code v2.1.116

v0.2.114

Compare Source

  • Updated to parity with Claude Code v2.1.114

v0.2.113

Compare Source

  • Changed the SDK to spawn a native Claude Code binary (via a per-platform optional dependency) instead of bundled JavaScript
  • Added sessionStore option (alpha) to query() and session helpers for mirroring session transcripts to external storage, with SessionStore/SessionKey/SessionStoreEntry types, InMemorySessionStore reference implementation, and importSessionToStore() for migrating existing sessions
  • Added deleteSession() for removing a session from disk or a SessionStore
  • Added SDKMirrorErrorMessage (subtype: 'mirror_error') to the SDKMessage union — emitted when a sessionStore.append() batch fails
  • Breaking: options.env once again replaces process.env for the CLI subprocess instead of overlaying it. To add or override individual variables, pass env: { ...process.env, MY_VAR: "x" }
  • Added title option to query() — sets the session title and skips auto-generation
  • Added OpenTelemetry trace context propagation — the caller's active trace context is forwarded to the CLI subprocess so spans parent under your distributed trace

v0.2.112

Compare Source

  • Updated to parity with Claude Code v2.1.112

v0.2.111

Compare Source

  • Opus 4.7 is now available! This version of the SDK is required to use it.
  • mcp_set_servers control request: remote (http/sse) server entries can now carry per-tool permission_policy values, which are applied to the session's allow/deny rules
  • startup() and WarmQuery are now part of the public TypeScript API
  • Changed options.env to overlay the inherited process.env instead of replacing it

v0.2.110

Compare Source

  • Fixed unstable_v2_createSession not respecting cwd, settingSources, and allowDangerouslySkipPermissions options
  • Added optional shouldQuery field to SDKUserMessage — set to false to append a user message without triggering an assistant turn; fixed shouldQuery: false messages incorrectly triggering auto-title generation, prompt suggestions, and UserPromptSubmit hooks
  • Auto session-title generation now respects CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC and CLAUDE_CODE_DISABLE_TERMINAL_TITLE

v0.2.109

Compare Source

  • Updated to parity with Claude Code v2.1.109

v0.2.108

Compare Source

  • SDKStatus now includes 'requesting'; when includePartialMessages is enabled, a {type:'system', subtype:'status', status:'requesting'} message is emitted before each API request in the stream

v0.2.107

Compare Source

  • Updated to parity with Claude Code v2.1.107

v0.2.105

Compare Source

  • Added system/memory_recall event and memory_paths on system/init for SDK renderers to surface memory operations
  • Fixed error_max_structured_output_retries being emitted when the final retry attempt succeeded, discarding valid structured output

v0.2.104

Compare Source

v0.2.101

  • Security: bumped @anthropic-ai/sdk to ^0.81.0 and @modelcontextprotocol/sdk to ^1.29.0 to resolve GHSA-5474-4w2j-mq4c and transitive hono advisories
  • Fixed resume-session temp directory leaking on Windows when subprocess file handles weren't released before cleanup, and on macOS/APFS when await using disposal raced its own cleanup callback
  • Fixed MaxListenersExceededWarning when running 11+ concurrent query() calls

v0.2.100

  • Updated to parity with Claude Code v2.1.100

v0.2.98

Compare Source

  • Updated to parity with Claude Code v2.1.98

v0.2.97

Compare Source

  • Updated to parity with Claude Code v2.1.97

v0.2.96

Compare Source

  • Updated to parity with Claude Code v2.1.96

v0.2.94

Compare Source

  • Fixed getContextUsage() to include agents passed via options.agents in the agents breakdown
  • Fixed CJK and other multibyte text being corrupted with U+FFFD in stream-json input/output when chunk boundaries split a UTF-8 sequence
  • Fixed MCP server child processes not being cleaned up when an SDK query() session ends
  • Fixed a failed error-report write crashing the SDK process with unhandledRejection
  • Updated to parity with Claude Code v2.1.94

v0.2.92

Compare Source

  • Updated to parity with Claude Code v2.1.92

v0.2.91

Compare Source

  • Added optional terminal_reason field to result messages, exposing why the query loop terminated (completed, aborted_tools, max_turns, blocking_limit, etc.)
  • Added 'auto' to the public PermissionMode type
  • Changed sandbox option to default failIfUnavailable to true when enabled: true is passed — query() will emit an error result and exit if sandbox dependencies are missing, instead of silently running unsandboxed. Set failIfUnavailable: false to allow graceful degradation.
  • Updated to parity with Claude Code v2.1.91

v0.2.90

Compare Source

  • Updated to parity with Claude Code v2.1.90

v0.2.89

Compare Source

  • Added startup() to pre-warm the CLI subprocess before query(), making the first query ~20x faster when startup cost can be paid upfront
  • Added includeSystemMessages option to getSessionMessages() to optionally include system messages in session history
  • Added listSubagents() and getSubagentMessages() functions to retrieve subagent conversation history from sessions
  • Added includeHookEvents option to enable hook lifecycle messages (hook_started, hook_progress, hook_response) for all hook event types
  • Fixed ERR_STREAM_WRITE_AFTER_END errors when single-turn queries with SDK MCP servers or hooks have control responses arriving after the result message
  • Fixed Zod v4 field .describe() metadata being dropped from createSdkMcpServer tool schemas
  • Fixed side_question returning null on resume before the first turn completes
  • Fixed settingSources empty array causing --setting-sources "" to consume the next CLI flag
  • Fixed error result messages (error_during_execution, error_max_turns, error_max_budget_usd) to correctly set is_error: true with descriptive messages
  • Fixed MCP servers getting permanently stuck in a failed state after a connection race — they now retry on the next message

v0.2.87

Compare Source

  • Updated to parity with Claude Code v2.1.87

v0.2.86

Compare Source

  • Added getContextUsage() control method to retrieve a breakdown of context window usage by category
  • Made session_id optional in SDKUserMessage type — callers no longer need to provide a session ID when sending user messages, as the SDK assigns one automatically
  • Fixed TypeScript types resolving to any by adding @anthropic-ai/sdk and @modelcontextprotocol/sdk as dependencies
  • Updated to parity with Claude Code v2.1.86

v0.2.85

Compare Source

  • Added reloadPlugins() SDK method to reload plugins and receive refreshed commands, agents, and MCP server status
  • Fixed PreToolUse hooks with permissionDecision: "ask" being ignored in SDK mode
  • Updated to parity with Claude Code v2.1.85

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

v0.2.7

Compare Source

stacksjs/clarity (@​stacksjs/clarity)

v0.3.28

Compare Source

v0.3.27

Compare Source

v0.3.26

Compare Source

v0.3.25

Compare Source

stacksjs/rpx (@​stacksjs/rpx)

v0.11.4

Compare Source

v0.11.3

Compare Source

stacksjs/stx (@​stacksjs/stx)

v0.2.45

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: also drop reserved keywords from createSafeFunction params (ccc2dcb) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.45 (c962718) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.44

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: drop invalid identifier keys before binding context to functions (ba58d0a) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.44 (26302ce) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.43

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: support nested @​for and @​if branching inside @​for bodies (f59c0c4) (by Chris <chrisbreuer93@​gmail.com>)
  • stx: resolve relative paths in dynamic await import() calls (cf7da13) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.43 (c559954) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.42

Compare Source

Compare changes

💥 Breaking Changes
  • site-builder: {t!:key} raw token for translations with inline markup (328254f) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
  • site-builder + bun-plugin: keep visitors inside their locale + don't bundle absolute asset URLs (c147c78) (by Chris <chrisbreuer93@​gmail.com>)
📚 Documentation
🧹 Chores
  • release v0.2.42 (32559a5) (by Chris <chrisbreuer93@​gmail.com>)
  • release v0.2.41 (95eeb85) (by Chris <chrisbreuer93@​gmail.com>)
Contributors

v0.2.41

Compare Source

Compare changes

🐛 Bug Fixes
  • site-builder + bun-plugin: keep visitors inside their locale + don't bundle absolute asset URLs (1e51b1c) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.41 (a164b06) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>
stacksjs/tlsx (@​stacksjs/tlsx)

v0.13.2

Compare Source

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

v0.2.10

Compare Source

v0.2.9

Compare Source

v0.2.8

Compare Source

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)
Microsoft/vsce (@​vscode/vsce)

v3.9.1

Compare Source

Changes:

This list of changes was auto generated.

v3.9.0

Compare Source

Changes:

  • #​1263: fix: build regressions in 3.8.1
  • #​1261: Add override for serialize-javascript

This list of changes was auto generated.

v3.8.1

Compare Source

Changes:

This list of changes was auto generated.

v3.8.0

Compare Source

Changes:

See More

This list of changes was auto generated.

v3.7.2-13

Compare Source

Changes:

This list of changes was auto generated.

stacksjs/better-dx (better-dx)

v0.2.12

Compare Source

v0.2.11

Compare Source

v0.2.8

Compare Source

v0.2.7

Compare Source

v0.2.6

Compare Source

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

v0.4.1

Compare Source

oven-sh/bun (oven/bun)

v1.3.13: Bun v1.3.13

To install Bun v1.3.13

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

bun upgrade
Read Bun v1.3.13's release notes on Bun's blog
Thanks to 8 contributors!

v1.3.12: Bun v1.3.12

To install Bun v1.3.12

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

bun upgrade
Read Bun v1.3.12's release notes on Bun's blog
Thanks to 8 contributors!

v1.3.11: Bun v1.3.11

To install Bun v1.3.11

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

bun upgrade
Read Bun v1.3.11's release notes on Bun's blog
Thanks to 15 contributors!
home-lang/pantry (ts-pantry)

v0.9.31

Compare Source

Compare changes

🚀 Features
🐛 Bug Fixes
  • publish:commit: soft-skip when no matching packages found (76657ba) (by glennmichael123 gtorregosa@gmail.com)
  • site: bump stx 0.2.24 + crosswind 0.2.4, drop fallback CSS block (cc647a6) (by Chris <chrisbreuer93@​gmail.com>)
  • site: add crosswind fallback CSS for utilities the engine misses (b95286b) (by Chris <chrisbreuer93@​gmail.com>)
  • site: drop crosswind override + remove broken skip-link (642ddb0) (by Chris <chrisbreuer93@​gmail.com>)
  • site: pin @​cwcss/crosswind to 0.1.6 — 0.2.x ships broken exports (5f018f9) (by Chris <chrisbreuer93@​gmail.com>)
  • publish:commit: expand workspace globs against workspace root (9264f25) (by glennmichael123 gtorregosa@gmail.com)
📚 Documentation
  • claude: document REGISTRY_HOST secret and recovery steps (b086a6b) (by Chris <chrisbreuer93@​gmail.com>)
💅 Styles
🧪 Tests
🧹 Chores

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 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
Copy Markdown

what-the-diff Bot commented Mar 30, 2026

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

pkg-pr-new Bot commented Apr 22, 2026

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/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/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/git

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/git@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/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/slugs

npm i https://pkg.pr.new/stacksjs/stacks/@stacksjs/slugs@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: 31474d4

@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants