Skip to content

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

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
buddy-bot/update-non-major-updates
Open

github-actions[bot] wants to merge 1 commit into
mainfrom
buddy-bot/update-non-major-updates

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 40
🔧 System Dependencies 4
Total 44

📦 npm Dependencies

npm

40 packages will be updated

Package Change Age Adoption Passing Confidence
@anthropic-ai/claude-agent-sdk (source) 0.2.141 -> 0.3.271 age adoption passing confidence
@stripe/stripe-js (source) 9.10.0 -> 9.16.0 age adoption passing confidence
cz-git (source) 1.13.1 -> 1.14.0 age adoption passing confidence
meilisearch (source) 0.59.0 -> 0.62.0 age adoption passing confidence
stripe (source) 22.3.2 -> 22.6.2 age adoption passing confidence
@iconify-json/hugeicons 1.2.27 -> 1.2.34 age adoption passing confidence
@loghq/stacks (source) 0.2.3 -> 0.2.6 age adoption passing confidence
@stacksjs/bumpx (source) 0.2.6 -> 0.2.17 age adoption passing confidence
@stacksjs/bunpress (source) 0.2.8 -> 0.2.14 age adoption passing confidence
@stacksjs/clapp (source) 0.2.12 -> 0.2.16 age adoption passing confidence
@stacksjs/components (source) 0.2.246 -> 0.2.286 age adoption passing confidence
@stacksjs/desktop (source) 0.2.197 -> 0.2.286 age adoption passing confidence
@stacksjs/httx (source) 0.1.10 -> 0.1.11 age adoption passing confidence
@stacksjs/logsmith (source) 0.2.3 -> 0.2.11 age adoption passing confidence
@stacksjs/mail (source) 0.3.6 -> 0.3.8 age adoption passing confidence
@stacksjs/sanitizer (source) 0.2.113 -> 0.2.286 age adoption passing confidence
@stacksjs/ts-auth (source) 0.4.4 -> 0.4.5 age adoption passing confidence
@stacksjs/ts-cache (source) 0.1.5 -> 0.1.7 age adoption passing confidence
@stacksjs/ts-css (source) 0.3.2 -> 0.3.6 age adoption passing confidence
@stacksjs/ts-faker (source) 0.1.7 -> 0.1.8 age adoption passing confidence
@stacksjs/ts-i18n (source) 0.1.9 -> 0.1.11 age adoption passing confidence
@stacksjs/ts-xml (source) 0.1.0 -> 0.1.2 age adoption passing confidence
@ts-audio/core (source) 0.1.1 -> 0.1.2 age adoption passing confidence
@ts-charts/format (source) 0.2.6 -> 0.2.7 age adoption passing confidence
@ts-charts/scale (source) 0.2.6 -> 0.2.7 age adoption passing confidence
@ts-charts/shape (source) 0.2.6 -> 0.2.7 age adoption passing confidence
better-dx (source) 0.2.24 -> 0.2.25 age adoption passing confidence
bun-query-builder (source) 0.2.68 -> 0.2.69 age adoption passing confidence
craft-native (source) =0.0.72 -> 0.0.90 age adoption passing confidence
dynamodb-tooling (source) 0.3.2 -> 0.3.6 age adoption passing confidence
fastify (source) 5.12.3 -> 5.12.4 age adoption passing confidence
filesize (source) 11.0.22 -> 11.0.23 age adoption passing confidence
pickier (source) 0.1.58 -> 0.1.65 age adoption passing confidence
ts-broadcasting (source) 0.0.9 -> 0.0.10 age adoption passing confidence
ts-error-handling (source) 0.1.1 -> 0.1.3 age adoption passing confidence
ts-images (source) 0.2.11 -> 0.2.17 age adoption passing confidence
ts-pantry (source) 0.11.35 -> 0.11.60 age adoption passing confidence
ts-slug (source) 0.1.0 -> 0.1.2 age adoption passing confidence
ts-spreadsheets (source) 0.2.0 -> 0.2.5 age adoption passing confidence
ts-syntax-highlighter (source) 0.2.1 -> 0.2.17 age adoption passing confidence

🔧 System Dependencies

system

4 packages will be updated across 1 file(s): deps.yml

Package Change Type File
git ^2.47.0^2.53.0 🟡 minor deps.yml
gnu.org/gettext ^0.21^0.26 🟡 minor deps.yml
sqlite ^3.47.2^3.53.4 🟡 minor deps.yml
zlib.net ^1.2.11^1.3.2 🟡 minor deps.yml

Release Notes

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

0.2.141 -> 0.3.271

v0.3.271

Compare Source

What's changed

  • Added optional omitClaudeMd to AgentDefinition in the agents option, so a subagent can run without user, project and local CLAUDE.md files; managed policy files still load
  • Fixed listSessions, getSessionMessages and getSessionInfo with dir on Windows not finding sessions for a directory on a mapped network drive or SUBST drive
  • Fixed sessionStore resume losing the global config when it is stored under the legacy .config.json name or an OAuth-suffixed file name
  • Removed persistent from the MonitorInput tool type
  • Updated to parity with Claude Code v2.1.271

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.271
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.271
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.271
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.271

Released by ashwin-ant on 9/14/2026

v0.3.270

Compare Source

What's changed

  • Updated to parity with Claude Code v2.1.270

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.270
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.270
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.270
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.270

Released by ashwin-ant on 9/12/2026

v0.3.269

Compare Source

What's changed

  • Changed user_message_uuid, user_message_uuids and resume_reason to be stamped on a turn's first complete assistant message as well as its first stream event when partial messages are on
  • Fixed result.permission_denials omitting Read, Edit and Write calls blocked by a path-scoped deny rule
  • Fixed interrupts and permission responses being delayed while a host-started MCP server OAuth sign-in waited on a slow authorization server
  • Fixed missing tool_use_id on task_started / task_notification when the CLI resumes a background subagent on its own; they now carry the agent's last call id
  • Changed plan mode to route writes through canUseTool even when allowDangerouslySkipPermissions is set; the flag now only enables switching to bypassPermissions later
  • Updated to parity with Claude Code v2.1.269

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.269
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.269
# or
pnpm add @anthropic-ai/cla...

*[View full release notes]*

*Released by [ashwin-ant](https://github.com/ashwin-ant) on 9/11/2026*

</details>

<details>
<summary>stripe/stripe-js (@stripe/stripe-js)</summary>

**9.10.0 -> 9.16.0**

### [`v9.16.0`](https://github.com/stripe/stripe-js/releases/tag/v9.16.0)

[Compare Source](https://github.com/stripe/stripe-js/compare/v9.10.0...v9.16.0)

<!-- Please group the following commits into one of the sections below. -->
<!-- Remove empty sections when done. -->

- Add Link Signup Element types (`#969`)
- Add Custom Checkout tiered and package pricing types (`#966`)

### New features

### Fixes

### Changed

*Released by [cbala-stripe](https://github.com/cbala-stripe) on 9/9/2026*

### [`v9.15.0`](https://github.com/stripe/stripe-js/releases/tag/v9.15.0)

[Compare Source](https://github.com/stripe/stripe-js/compare/v9.10.0...v9.16.0)

### New features

- Add types for stripe.createConfirmationToken params.metadata (`#963`)
- Add buttonBoxShadow appearance variable type (`#964`)

*Released by [alaycock-stripe](https://github.com/alaycock-stripe) on 8/31/2026*

### [`v9.14.0`](https://github.com/stripe/stripe-js/releases/tag/v9.14.0)

[Compare Source](https://github.com/stripe/stripe-js/compare/v9.10.0...v9.16.0)

<!-- Please group the following commits into one of the sections below. -->
<!-- Remove empty sections when done. -->

- CPM in ECE - Update API types (`#959`)
- Add types for new walletOptions top-level parameter for PE create/update (`#952`)
- Add deprecation tag to `onShippingDetailsChange` for Embedded Checkout (`#960`)
- Bump js-yaml from 3.15.0 to 3.15.1 (`#958`)

### New features

### Fixes

### Changed

*Released by [cbala-stripe](https://github.com/cbala-stripe) on 8/20/2026*

</details>

<details>
<summary>Zhengqbbb/cz-git (cz-git)</summary>

**1.13.1 -> 1.14.0**

### [`v1.14.0`](https://github.com/Zhengqbbb/cz-git/releases/tag/v1.14.0)

[Compare Source](https://github.com/Zhengqbbb/cz-git/compare/v1.13.1...v1.14.0)

Please refer to [CHANGELOG.md](https://github.com/Zhengqbbb/cz-git/blob/main/CHANGELOG.md) for details.

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/22/2026*

### [`v1.13.2`](https://github.com/Zhengqbbb/cz-git/releases/tag/v1.13.2)

[Compare Source](https://github.com/Zhengqbbb/cz-git/compare/v1.13.1...v1.14.0)

Please refer to [CHANGELOG.md](https://github.com/Zhengqbbb/cz-git/blob/main/CHANGELOG.md) for details.

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/11/2026*

</details>

<details>
<summary>meilisearch/meilisearch-js (meilisearch)</summary>

**0.59.0 -> 0.62.0**

### [`v0.62.0`](https://github.com/meilisearch/meilisearch-js/releases/tag/v0.62.0)

[Compare Source](https://github.com/meilisearch/meilisearch-js/compare/v0.59.0...v0.62.0)

## 🚀 Enhancements

* Add index size fields to stats responses (`#2221`) [Haruka-Kaya](https://github.com/Haruka-Kaya)
* Add get and delete methods for individual chat workspaces (`#2226`) [guillaume-flambard](https://github.com/guillaume-flambard), [Strift](https://github.com/Strift)

## 🐛 Bug Fixes

* Fix tenant token generation for non-ASCII search rules (`#2230`) [soroush5](https://github.com/soroush5), [Strift](https://github.com/Strift)

## 🔒 Security

* Redact `Authorization` header in request timeout error cause (`#2229`) [soroush5](https://github.com/soroush5), [Strift](https://github.com/Strift)

## ⚙️ Maintenance/misc

* Use meili bot PAT for bump workflow pushes (`#2225`) [Strift](https://github.com/Strift), [cursoragent](https://github.com/cursoragent)
* Test request timeout abort deterministically with a mocked fetch (`#2227`) [guillaume-flambard](https://github.com/guillaume-flambard), [Strift](https://github.com/Strift)
* build(deps): bump js-yaml from 4.3.0 to 4.3.1 ...

*[View full release notes]*

*Released by [meili-bot](https://github.com/meili-bot) on 9/9/2026*

### [`v0.61.0`](https://github.com/meilisearch/meilisearch-js/releases/tag/v0.61.0)

[Compare Source](https://github.com/meilisearch/meilisearch-js/compare/v0.59.0...v0.62.0)

## 🚀 Enhancements

* Add `compact()` method for index compaction (`#2133`) [mixelburg](https://github.com/mixelburg)
* Add filter condition to Dynamic Search Rules (`#2212`) [Strift](https://github.com/Strift), [cursoragent](https://github.com/cursoragent)

## ⚙️ Maintenance/misc

* Bump Meilisearch to v1.51 (`#2213`)  github-merge-queue

Thanks again to  [mixelburg](https://github.com/mixelburg), [Strift](https://github.com/Strift), [cursoragent](https://github.com/cursoragent) and github-merge-queue! 🎉

*Released by [meili-bot](https://github.com/meili-bot) on 8/11/2026*

### [`v0.60.0`](https://github.com/meilisearch/meilisearch-js/releases/tag/v0.60.0)

[Compare Source](https://github.com/meilisearch/meilisearch-js/compare/v0.59.0...v0.62.0)

## 🚀 Enhancements

* Update dynamic search rules for Meilisearch v1.50 (`#2209`) [Strift](https://github.com/Strift)

## ⚙️ Maintenance/misc

* build(deps): bump brace-expansion from 1.1.15 to 1.1.16 (`#2207`) [[dependabot](https://github.com/dependabot)[bot]](https://github.com/apps/dependabot)
* build(deps-dev): bump typedoc from 0.28.18 to 0.28.20 (`#2182`) [[dependabot](https://github.com/dependabot)[bot]](https://github.com/apps/dependabot)

Thanks again to [Strift](https://github.com/Strift) and [[dependabot](https://github.com/dependabot)[bot]](https://github.com/apps/dependabot)! 🎉

*Released by [meili-bot](https://github.com/meili-bot) on 7/22/2026*

</details>

<details>
<summary>stripe/stripe-node (stripe)</summary>

**22.3.2 -> 22.6.2**

### [`v22.6.2`](https://github.com/stripe/stripe-node/releases/tag/v22.6.2)

[Compare Source](https://github.com/stripe/stripe-node/compare/v22.3.2...v22.6.2)

* [`#2841`](`stripe/stripe-node#2841`) Validate that webhook secrets are non-empty

See [the changelog for more details](https://github.com/stripe/stripe-node/blob/v22.6.2/CHANGELOG.md).

*Released by [xavdid](https://github.com/xavdid) on 9/9/2026*

### [`v22.6.1`](https://github.com/stripe/stripe-node/releases/tag/v22.6.1)

[Compare Source](https://github.com/stripe/stripe-node/compare/v22.3.2...v22.6.2)

* [`#2831`](`stripe/stripe-node#2831`) Use cryptographically secure boundaries for multipart file uploads
* [`#2836`](`stripe/stripe-node#2836`) update OtherString docstring
* [`#2835`](`stripe/stripe-node#2835`) Fix request coercion for GET and DELETE parameters
  - Fixes serialization of schema-coerced values, including `Decimal`, in GET and DELETE query parameters.
* [`#2829`](`stripe/stripe-node#2829`) Harden API requestor code against malicious URLs

See [the changelog for more details](https://github.com/stripe/stripe-node/blob/v22.6.1/CHANGELOG.md).

*Released by [zacchua-stripe](https://github.com/zacchua-stripe) on 9/1/2026*

### [`v22.6.0`](https://github.com/stripe/stripe-node/releases/tag/v22.6.0)

[Compare Source](https://github.com/stripe/stripe-node/compare/v22.3.2...v22.6.2)

This release changes the pinned API version to 2026-08-26.dahlia.

* [`#2801`](`stripe/stripe-node#2801`) Add discriminatedUnion kind to V2RuntimeSchema coercion
  
  - Adds runtime support for coercing int64/decimal fields within discriminated union variants in V2 API requests and responses.
  - ⚠️ Throws when serializing a discriminated union parameter whose discriminator is missing or is not a string. This avoids skipping coercion entirely which could silently truncate `int64` fields above `Number.MAX_SAFE_INTEGER`.
* [`#2818`](`stripe/stripe-node#2818`) Add new `EventNotificationHandler` class for better thin event management
  
  - We've been putting a lot of time into rethinking the event handling experience in the SDKs. This new class is the culmination [of that effort](https://stripe.dev/blog/event-notification-handlers-thin-events).
  - They're designed for a tight coupling with both `StripeClient` and the fully-typed nature of [thin events](https://docs.stripe.com/event-desti...

*[View full release notes]*

*Released by [xavdid](https://github.com/xavdid) on 8/27/2026*

</details>

<details>
<summary>@iconify-json/hugeicons</summary>

**1.2.27 -> 1.2.34**

Huge Icons icon set in Iconify JSON format

📦 [View on npm](https://www.npmjs.com/package/%40iconify-json%2Fhugeicons)

</details>

<details>
<summary>loghqorg/loghq-stacks (@loghq/stacks)</summary>

**0.2.3 -> 0.2.6**

### [`v0.2.6`](https://github.com/loghqorg/loghq-stacks/releases/tag/v0.2.6)

[Compare Source](https://github.com/loghqorg/loghq-stacks/compare/v0.2.3...v0.2.6)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 9/1/2026*

### [`v0.2.5`](https://github.com/loghqorg/loghq-stacks/releases/tag/v0.2.5)

[Compare Source](https://github.com/loghqorg/loghq-stacks/compare/v0.2.3...v0.2.6)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/31/2026*

### [`v0.2.4`](https://github.com/loghqorg/loghq-stacks/releases/tag/v0.2.4)

[Compare Source](https://github.com/loghqorg/loghq-stacks/compare/v0.2.3...v0.2.6)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/31/2026*

</details>

<details>
<summary>stacksjs/bumpx (@stacksjs/bumpx)</summary>

**0.2.6 -> 0.2.17**

### [`v0.2.17`](https://github.com/stacksjs/bumpx/releases/tag/v0.2.17)

[Compare Source](https://github.com/stacksjs/bumpx/compare/v0.2.6...v0.2.17)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/19/2026*

### [`v0.2.16`](https://github.com/stacksjs/bumpx/releases/tag/v0.2.16)

[Compare Source](https://github.com/stacksjs/bumpx/compare/v0.2.6...v0.2.17)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/7/2026*

### [`v0.2.15`](https://github.com/stacksjs/bumpx/releases/tag/v0.2.15)

[Compare Source](https://github.com/stacksjs/bumpx/compare/v0.2.6...v0.2.17)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/6/2026*

</details>

<details>
<summary>stacksjs/bunpress (@stacksjs/bunpress)</summary>

**0.2.8 -> 0.2.14**

### [`v0.2.14`](https://github.com/stacksjs/bunpress/releases/tag/v0.2.14)

[Compare Source](https://github.com/stacksjs/bunpress/compare/v0.2.8...v0.2.14)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/25/2026*

### [`v0.2.13`](https://github.com/stacksjs/bunpress/releases/tag/v0.2.13)

[Compare Source](https://github.com/stacksjs/bunpress/compare/v0.2.8...v0.2.14)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/19/2026*

### [`v0.2.12`](https://github.com/stacksjs/bunpress/releases/tag/v0.2.12)

[Compare Source](https://github.com/stacksjs/bunpress/compare/v0.2.8...v0.2.14)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/19/2026*

</details>

<details>
<summary>stacksjs/clapp (@stacksjs/clapp)</summary>

**0.2.12 -> 0.2.16**

### [`v0.2.16`](https://github.com/stacksjs/clapp/releases/tag/v0.2.16)

[Compare Source](https://github.com/stacksjs/clapp/compare/v0.2.12...v0.2.16)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 9/8/2026*

### [`v0.2.15`](https://github.com/stacksjs/clapp/releases/tag/v0.2.15)

[Compare Source](https://github.com/stacksjs/clapp/compare/v0.2.12...v0.2.16)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/28/2026*

### [`v0.2.14`](https://github.com/stacksjs/clapp/releases/tag/v0.2.14)

[Compare Source](https://github.com/stacksjs/clapp/compare/v0.2.12...v0.2.16)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 8/28/2026*

</details>

<details>
<summary>stacksjs/stx (@stacksjs/components)</summary>

**0.2.246 -> 0.2.286**

### [`v0.2.286`](https://github.com/stacksjs/stx/releases/tag/v0.2.286)

[Compare Source](https://github.com/stacksjs/stx/compare/v0.2.246...v0.2.286)

[Compare changes](https://github.com/stacksjs/stx/compare/v0.2.285...v0.2.286)

## 🐛 Bug Fixes

- **bundler**: a name declared twice must not blank the page ([da9e2a2](https://github.com/stacksjs/stx/commit/da9e2a2)) _(by Chris <chrisbreuer93@gmail.com>)_

## 🔧 Chores

- release v0.2.286 ([80b65d5](https://github.com/stacksjs/stx/commit/80b65d5)) _(by Chris <chrisbreuer93@gmail.com>)_

## Contributors

- _Chris <chrisbreuer93@gmail.com>_

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 9/11/2026*

### [`v0.2.285`](https://github.com/stacksjs/stx/releases/tag/v0.2.285)

[Compare Source](https://github.com/stacksjs/stx/compare/v0.2.246...v0.2.286)

[Compare changes](https://github.com/stacksjs/stx/compare/v0.2.284...v0.2.285)

## 🐛 Bug Fixes

- **bundler**: resolve a layout's relative imports against the layout ([49629eb](https://github.com/stacksjs/stx/commit/49629eb)) _(by Chris <chrisbreuer93@gmail.com>)_
- **css**: find a ts-css checkout under its new repository name ([f4a4370](https://github.com/stacksjs/stx/commit/f4a4370)) _(by Chris <chrisbreuer93@gmail.com>)_

## 🔧 Chores

- release v0.2.285 ([82d639b](https://github.com/stacksjs/stx/commit/82d639b)) _(by Chris <chrisbreuer93@gmail.com>)_
- **devtools-extension**: generate the five store screenshots (`#1754`) ([245d94c](https://github.com/stacksjs/stx/commit/245d94c)) _(by glennmichael123 <gtorregosa@gmail.com>)_ ([`#1754`](`stacksjs/stx#1754`), [`#1754`](`stacksjs/stx#1754`), [`#1754`](`stacksjs/stx#1754`))
- **deps**: update softprops/action-gh-release to v3 ([9362861](https://github.com/stacksjs/stx/commit/9362861)) _(by glennmichael123 <gtorregosa@gmail.com>)_ ([`#...

*[View full release notes]*

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 9/10/2026*

### [`v0.2.284`](https://github.com/stacksjs/stx/releases/tag/v0.2.284)

[Compare Source](https://github.com/stacksjs/stx/compare/v0.2.246...v0.2.286)

[Compare changes](https://github.com/stacksjs/stx/compare/v0.2.283...v0.2.284)

## 🔧 Chores

- release v0.2.284 ([a1b8871](https://github.com/stacksjs/stx/commit/a1b8871)) _(by Chris <chrisbreuer93@gmail.com>)_
- **deps**: ts-css 0.3.2, which renames the config type family ([230e918](https://github.com/stacksjs/stx/commit/230e918)) _(by Chris <chrisbreuer93@gmail.com>)_

## Contributors

- _Chris <chrisbreuer93@gmail.com>_

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 9/8/2026*

</details>

---

**Note**: This PR body was truncated due to GitHub's character limit. View the full details in the individual commits.

This PR was generated by [Buddy](https://github.com/stacksjs/buddy-bot) 🤖

<!-- buddy-bot:manifest v1
{"schemaVersion":1,"updates":[{"name":"@anthropic-ai/claude-agent-sdk","current":"0.2.141","target":"0.3.271","type":"minor","file":"storage/framework/core/ai/package.json","dependencyType":"dependencies"},{"name":"@stripe/stripe-js","current":"9.10.0","target":"9.16.0","type":"minor","file":"storage/framework/core/payments/package.json","dependencyType":"dependencies"},{"name":"cz-git","current":"1.13.1","target":"1.14.0","type":"minor","file":"storage/framework/core/git/package.json","dependencyType":"dependencies"},{"name":"git","current":"^2.47.0","target":"2.53.0","type":"minor","file":"deps.yml","dependencyType":"dependencies"},{"name":"gnu.org/gettext","current":"^0.21","target":"0.26","type":"minor","file":"deps.yml","dependencyType":"dependencies"},{"name":"meilisearch","current":"0.59.0","target":"0.62.0","type":"minor","file":"storage/framework/core/search-engine/package.json","dependencyType":"dependencies"},{"name":"sqlite","current":"^3.47.2","target":"3.53.4","type":"minor","file":"deps.yml","dependencyType":"dependencies"},{"name":"stripe","current":"22.3.2","target":"22.6.2","type":"minor","file":"storage/framework/core/orm/package.json","dependencyType":"dependencies"},{"name":"zlib.net","current":"^1.2.11","target":"1.3.2","type":"minor","file":"deps.yml","dependencyType":"dependencies"},{"name":"@iconify-json/hugeicons","current":"1.2.27","target":"1.2.34","type":"patch","file":"storage/framework/core/defaults/package.json","dependencyType":"dependencies"},{"name":"@loghq/stacks","current":"0.2.3","target":"0.2.6","type":"patch","file":"storage/framework/core/logging/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/bumpx","current":"0.2.6","target":"0.2.17","type":"patch","file":"storage/framework/core/actions/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/bunpress","current":"0.2.8","target":"0.2.14","type":"patch","file":"storage/framework/core/types/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/clapp","current":"0.2.12","target":"0.2.16","type":"patch","file":"storage/framework/core/buddy/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/components","current":"0.2.246","target":"0.2.286","type":"patch","file":"storage/framework/core/ui/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/desktop","current":"0.2.197","target":"0.2.286","type":"patch","file":"storage/framework/core/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/httx","current":"0.1.10","target":"0.1.11","type":"patch","file":"storage/framework/core/http/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/logsmith","current":"0.2.3","target":"0.2.11","type":"patch","file":"storage/framework/core/actions/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/mail","current":"0.3.6","target":"0.3.8","type":"patch","file":"storage/framework/core/email/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/sanitizer","current":"0.2.113","target":"0.2.286","type":"patch","file":"storage/framework/core/defaults/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/ts-auth","current":"0.4.4","target":"0.4.5","type":"patch","file":"storage/framework/core/auth/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/ts-cache","current":"0.1.5","target":"0.1.7","type":"patch","file":"storage/framework/core/cache/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/ts-css","current":"0.3.2","target":"0.3.6","type":"patch","file":"storage/framework/core/ui/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/ts-faker","current":"0.1.7","target":"0.1.8","type":"patch","file":"storage/framework/core/faker/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/ts-i18n","current":"0.1.9","target":"0.1.11","type":"patch","file":"storage/framework/core/i18n/package.json","dependencyType":"dependencies"},{"name":"@stacksjs/ts-xml","current":"0.1.0","target":"0.1.2","type":"patch","file":"storage/framework/core/storage/package.json","dependencyType":"dependencies"},{"name":"@ts-audio/core","current":"0.1.1","target":"0.1.2","type":"patch","file":"storage/framework/core/audio/package.json","dependencyType":"dependencies"},{"name":"@ts-charts/format","current":"0.2.6","target":"0.2.7","type":"patch","file":"storage/framework/core/charts/package.json","dependencyType":"dependencies"},{"name":"@ts-charts/scale","current":"0.2.6","target":"0.2.7","type":"patch","file":"storage/framework/core/charts/package.json","dependencyType":"dependencies"},{"name":"@ts-charts/shape","current":"0.2.6","target":"0.2.7","type":"patch","file":"storage/framework/core/charts/package.json","dependencyType":"dependencies"},{"name":"better-dx","current":"0.2.24","target":"0.2.25","type":"patch","file":"storage/framework/orm/package.json","dependencyType":"dependencies"},{"name":"bun-query-builder","current":"0.2.68","target":"0.2.69","type":"patch","file":"storage/framework/core/database/package.json","dependencyType":"dependencies"},{"name":"craft-native","current":"=0.0.72","target":"0.0.90","type":"patch","file":"storage/framework/core/mobile/package.json","dependencyType":"dependencies"},{"name":"dynamodb-tooling","current":"0.3.2","target":"0.3.6","type":"patch","file":"storage/framework/core/database/package.json","dependencyType":"dependencies"},{"name":"fastify","current":"5.12.3","target":"5.12.4","type":"patch","file":"bench/routing/package.json","dependencyType":"dependencies"},{"name":"filesize","current":"11.0.22","target":"11.0.23","type":"patch","file":"storage/framework/core/utils/package.json","dependencyType":"dependencies"},{"name":"pickier","current":"0.1.58","target":"0.1.65","type":"patch","file":"storage/framework/core/actions/package.json","dependencyType":"dependencies"},{"name":"ts-broadcasting","current":"0.0.9","target":"0.0.10","type":"patch","file":"storage/framework/core/realtime/package.json","dependencyType":"dependencies"},{"name":"ts-error-handling","current":"0.1.1","target":"0.1.3","type":"patch","file":"storage/framework/core/error-handling/package.json","dependencyType":"dependencies"},{"name":"ts-images","current":"0.2.11","target":"0.2.17","type":"patch","file":"storage/framework/core/storage/package.json","dependencyType":"dependencies"},{"name":"ts-pantry","current":"0.11.35","target":"0.11.60","type":"patch","file":"storage/framework/core/buddy/package.json","dependencyType":"dependencies"},{"name":"ts-slug","current":"0.1.0","target":"0.1.2","type":"patch","file":"storage/framework/core/cms/package.json","dependencyType":"dependencies"},{"name":"ts-spreadsheets","current":"0.2.0","target":"0.2.5","type":"patch","file":"storage/framework/core/commerce/package.json","dependencyType":"dependencies"},{"name":"ts-syntax-highlighter","current":"0.2.1","target":"0.2.17","type":"patch","file":"storage/framework/core/error-handling/package.json","dependencyType":"dependencies"}],"group":"Non-Major Updates","generatedAt":"2026-09-15T00:07:29.017Z"}
-->

@what-the-diff

what-the-diff Bot commented Jul 31, 2026

Copy link
Copy Markdown

PR Summary

  • Upgraded SQLite Version
    We have updated the version of SQLite (our database package) in deps.yml file for better stability and performance.

  • Refined Dependencies in Numerous Packages
    We've altered numerous packages for improved compatibility and efficiency, like @stacksjs/config, @stacksjs/dns, @stacksjs/validation, @stacksjs/bumpx, @stacksjs/logsmith, @anthropic-ai/claude-agent-sdk, ts-pantry, @stacksjs/stx, and @stripe/stripe-js.

  • Advanced devDependencies Across Packages
    We've upgraded several development dependencies across different packages. This helps our developers with their tasks and unifies them to use the same workspace:*0.70.229 version of dependencies.

  • Updated better-dx Version Across Multiple Packages
    We made sure that better-dx, a package that improves developer experience, is updated across various packages.

  • Fixed Latest Library Versions in Package.json Files
    We refreshed the versions of certain libraries like meilisearch, dotenv, bun-query-builder in package.json files which dictates the version of dependencies our project needs to run.

  • Overall Improvement
    Taken together, this pull request is a significant step forward, focusing primarily on package version updates. This contributes to a more robust, efficient, and high performance codebase.

@github-actions
github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 3 times, most recently from 2439ea9 to 45b39d4 Compare August 4, 2026 17:40
@github-actions
github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 22 times, most recently from e6a5527 to 400950b Compare August 12, 2026 20:36
@github-actions
github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 28 times, most recently from e18b72f to 3ffcd48 Compare August 19, 2026 22:17
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