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

chore(deps): update all non-major dependencies#2202
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 35
🔧 System Dependencies 1
Total 36

📦 npm Dependencies

npm

35 packages will be updated

Package Change Age Adoption Passing Confidence
@anthropic-ai/claude-agent-sdk (source) 0.2.141 -> 0.3.220 age adoption passing confidence
@stripe/stripe-js (source) 9.10.0 -> 9.12.1 age adoption passing confidence
@vscode/vsce (source) 3.7.2-12 -> 3.9.3-4 age adoption passing confidence
meilisearch (source) 0.59.0 -> 0.60.0 age adoption passing confidence
stripe (source) 22.3.2 -> 22.4.0 age adoption passing confidence
@cwcss/crosswind (source) 0.2.14 -> 0.2.15 age adoption passing confidence
@iconify-json/hugeicons 1.2.31 -> 1.2.32 age adoption passing confidence
@stacksjs/bumpx (source) 0.2.6 -> 0.2.14 age adoption passing confidence
@stacksjs/bun-router (source) 0.0.20 -> 0.0.21 age adoption passing confidence
@stacksjs/bunpress (source) 0.1.18 -> 0.1.21 age adoption passing confidence
@stacksjs/components (source) 0.2.151 -> 0.2.152 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/rpx (source) 0.11.42 -> 0.11.44 age adoption passing confidence
@stacksjs/sanitizer (source) 0.2.151 -> 0.2.152 age adoption passing confidence
@stacksjs/stx (source) 0.2.151 -> 0.2.152 age adoption passing confidence
@stacksjs/tlsx (source) 0.13.0 -> 0.13.14 age adoption passing confidence
@stacksjs/ts-cloud (source) 0.7.92 -> 0.7.93 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-validation (source) 0.5.0 -> 0.5.2 age adoption passing confidence
@ts-charts/format (source) 0.2.0 -> 0.2.3 age adoption passing confidence
@ts-charts/scale (source) 0.2.0 -> 0.2.3 age adoption passing confidence
better-dx (source) 0.2.17 -> 0.2.22 age adoption passing confidence
bun-plugin-auto-imports (source) 0.4.0 -> 0.4.1 age adoption passing confidence
bun-query-builder (source) 0.2.4 -> 0.2.5 age adoption passing confidence
dynamodb-tooling (source) 0.3.2 -> 0.3.5 age adoption passing confidence
localtunnels (source) 0.2.11 -> 0.2.12 age adoption passing confidence
pickier (source) 0.1.43 -> 0.1.45 age adoption passing confidence
ts-error-handling (source) 0.1.1 -> 0.1.3 age adoption passing confidence
ts-pantry (source) 0.11.0 -> 0.11.12 age adoption passing confidence
ts-rate-limiter (source) 0.4.2 -> 0.4.4 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.3 age adoption passing confidence
ts-syntax-highlighter (source) 0.2.1 -> 0.2.6 age adoption passing confidence

🔧 System Dependencies

system

Package Change Type File
sqlite ^3.47.2^3.53.3 🟡 minor deps.yml

Release Notes

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

0.2.141 -> 0.3.220

v0.3.220

Compare Source

What's changed

  • Updated to parity with Claude Code v2.1.220

Update

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

Released by ashwin-ant on 7/25/2026

v0.3.219

Compare Source

What's changed

  • Added opt-in cancel_queued to the interrupt control request (capability interrupt_cancel_queued_v1): cancels queued and pending-dispatch messages alongside the abort
  • Added fast_mode_disabled_reason to result and init messages so SDK hosts can explain why fast mode is off
  • Added DirectoryAdded lifecycle hook event to the control protocol, fired when a new working directory is registered mid-session
  • Fixed the initialize response reporting fast_mode_state from the spawn-time model after a model switch
  • Added sandbox.network.strictAllowlist to SDK settings types for deterministically denying non-allowlisted hosts in sandboxed commands
  • Added workflowSizeGuideline to SDK settings types for setting the advisory dynamic-workflow size guideline

Update

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

*[View full release notes]*

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

### [`v0.3.218`](https://github.com/anthropics/claude-agent-sdk-typescript/releases/tag/v0.3.218)

[Compare Source](https://github.com/anthropics/claude-agent-sdk-typescript/compare/v0.2.141...v0.3.220)

## What's changed

- `SkillToolOutput` now reports `background: true` when a forked skill was dispatched as a detached background agent
- Fixed the result event's `api_error_status` reporting null for rate-limit and overloaded errors delivered mid-stream; it now reports 429/529
- Added `canonicalModel` and `provider` to each `modelUsage` entry in result messages so downstream billing can look up the correct rate table for `costUSD`

## Update

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

Released by ashwin-ant on 7/22/2026

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

9.10.0 -> 9.12.1

v9.12.1

Compare Source

Changed

  • Bump brace-expansion from 1.1.11 to 1.1.16 in /examples/parcel (#953)

Released by alic-stripe on 7/27/2026

v9.12.0

Compare Source

New features

  • Bump js-yaml from 3.14.2 to 3.15.0 (#950)
  • Bump ws from 5.2.3 to 5.2.7 (#951)
  • Add optional line item types to Checkout SDK (#949)

Released by rvolyar-stripe on 7/20/2026

Microsoft/vsce (@vscode/vsce)

3.7.2-12 -> 3.9.3-4

v3.9.3-4

Compare Source

Changes:

  • #1293: chore(deps): bump fast-uri from 3.1.2 to 3.1.4

This list of changes was auto generated.

Released by lszomoru on 7/24/2026

v3.9.3-3

Compare Source

Changes:

  • #1291: auth: support OIDC trusted publishing

This list of changes was auto generated.

Released by lszomoru on 7/23/2026

v3.9.3-2

Compare Source

Changes:

  • #1289: chore(deps): bump js-yaml and textlint/linter-formatter
  • #1288: chore(deps): bump form-data from 4.0.4 to 4.0.6

This list of changes was auto generated.

Released by lszomoru on 6/26/2026

meilisearch/meilisearch-js (meilisearch)

0.59.0 -> 0.60.0

v0.60.0

Compare Source

🚀 Enhancements

  • Update dynamic search rules for Meilisearch v1.50 (#2209) Strift

⚙️ Maintenance/misc

  • build(deps): bump brace-expansion from 1.1.15 to 1.1.16 (#2207) dependabot[bot]
  • build(deps-dev): bump typedoc from 0.28.18 to 0.28.20 (#2182) dependabot[bot]

Thanks again to Strift and dependabot[bot]! 🎉

Released by meili-bot on 7/22/2026

stripe/stripe-node (stripe)

22.3.2 -> 22.4.0

v22.4.0

Compare Source

This release changes the pinned API version to 2026-07-29.dahlia.

  • #2795 Update generated code
    • Add support for new resource FinancialConnections.Authorization
    • Add support for unreject method on resource Account
    • Add support for list method on resource PaymentRecord
    • Add support for administrative_address and principal_place_of_business on Account.company, AccountCreateParams.company, AccountUpdateParams.company, and TokenCreateParams.account.company
    • Add support for sepa_debit_payments on AccountUpdateParams.settings
    • Remove support for proof_of_registration on AccountCreateParams.documents. This field was limited-use and is being deprecated.
    • Add support for payouts_action on AccountRejectParams
    • Add support for new values mass_transit_parking_tax and parking_tax on enums Tax.Calculation.shipping_cost.tax_breakdown[].tax_rate_details.tax_type, `Tax.Calculation.tax_breakdown[].tax_rate_d...

[View full release notes]

Released by jar-stripe on 7/29/2026

v22.4.0-alpha.5

Compare Source

  • #2791 Update generated code for private-preview
    • Add support for new resources Billing.AlertNotification and Crypto.DepositAddress
    • Add support for create, list, and retrieve methods on resource Crypto.DepositAddress
    • Add support for list method on resource Billing.AlertNotification
    • ⚠️ Add support for new values partner_disabled_dispute_rate, partner_disabled_responsibilities, partner_disabled_restricted_business, and partner_disabled_suspected_fraud on enums Account.future_requirements.errors[].code, Account.requirements.errors[].code, BankAccount.future_requirements.errors[].code, BankAccount.requirements.errors[].code, Capability.future_requirements.errors[].code, Capability.requirements.errors[].code, Person.future_requirements.errors[].code, and Person.requirements.errors[].code
    • Add support for new value data_share_only on enums Charge.payment_method_details.card.three_d_secure.result, `P...

[View full release notes]

Released by jar-stripe on 7/23/2026

v22.4.0-alpha.4

Compare Source

  • #2782 Update generated code for private-preview
    • ⚠️ Remove support for resource FrMealVouchersOnboarding
    • ⚠️ Remove support for create, list, retrieve, and update methods on resource FrMealVouchersOnboarding
    • Add support for create method on resource PaymentRecord
    • Add support for new value chaps on enums FundingInstructions.bank_transfer.financial_addresses[].supported_networks and PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].supported_networks
    • ⚠️ Remove support for financial_accounts_transactions, financial_accounts, and recipients_list on AccountSessionCreateParams.components
    • Add support for smart_disputes_management on AccountSession.components.disputes_list.features, AccountSession.components.payment_details.features, AccountSession.components.payment_disputes.features, and AccountSession.components.payments.features
    • ⚠️ Add support for new value `i...

[View full release notes]

Released by jar-stripe on 7/16/2026

cwcss/crosswind (@cwcss/crosswind)

0.2.14 -> 0.2.15

v0.2.15

Compare Source

Released by github-actions[bot] on 8/1/2026

@iconify-json/hugeicons

1.2.31 -> 1.2.32

Huge Icons icon set in Iconify JSON format

📦 View on npm

stacksjs/bumpx (@stacksjs/bumpx)

0.2.6 -> 0.2.14

v0.2.14

Compare Source

Released by github-actions[bot] on 7/24/2026

v0.2.13

Compare Source

Released by github-actions[bot] on 7/24/2026

v0.2.12

Compare Source

Released by github-actions[bot] on 7/24/2026

stacksjs/bun-router (@stacksjs/bun-router)

0.0.20 -> 0.0.21

v0.0.21

Compare Source

Released by github-actions[bot] on 7/31/2026

stacksjs/bunpress (@stacksjs/bunpress)

0.1.18 -> 0.1.21

v0.1.21

Compare Source

Released by github-actions[bot] on 7/26/2026

v0.1.20

Compare Source

Released by github-actions[bot] on 7/21/2026

v0.1.19

Compare Source

Released by github-actions[bot] on 7/21/2026

stacksjs/stx (@stacksjs/components)

0.2.151 -> 0.2.152

v0.2.152

Compare Source

Compare changes

🚀 Features

🐛 Bug Fixes

[View full release notes]

Released by github-actions[bot] on 8/3/2026

stacksjs/ts-http (@stacksjs/httx)

0.1.10 -> 0.1.11

Compare Source

A modern command-line & library HTTP client, for the API era.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

stacksjs/logsmith (@stacksjs/logsmith)

0.2.3 -> 0.2.11

v0.2.11

Compare Source

Released by github-actions[bot] on 7/28/2026

v0.2.10

Compare Source

Released by github-actions[bot] on 7/28/2026

v0.2.9

Compare Source

Released by github-actions[bot] on 7/26/2026

stacksjs/rpx (@stacksjs/rpx)

0.11.42 -> 0.11.44

v0.11.44

Compare Source

Released by github-actions[bot] on 7/29/2026

v0.11.43

Compare Source

Released by github-actions[bot] on 7/28/2026

stacksjs/stx (@stacksjs/sanitizer)

0.2.151 -> 0.2.152

v0.2.152

Compare Source

Compare changes

🚀 Features

🐛 Bug Fixes

[View full release notes]

Released by github-actions[bot] on 8/3/2026

stacksjs/stx (@stacksjs/stx)

0.2.151 -> 0.2.152

v0.2.152

Compare Source

Compare changes

🚀 Features

🐛 Bug Fixes

[View full release notes]

Released by github-actions[bot] on 8/3/2026

stacksjs/tlsx (@stacksjs/tlsx)

0.13.0 -> 0.13.14

v0.13.14

Compare Source

Released by github-actions[bot] on 7/26/2026

v0.13.13

Compare Source

Released by github-actions[bot] on 7/18/2026

v0.13.12

Compare Source

Released by github-actions[bot] on 7/18/2026

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

0.7.92 -> 0.7.93

v0.7.93

Compare Source

Changelog

Compare changes

⚡ Performance Improvements

🔧 Chores

Contributors

Released by github-actions[bot] on 7/29/2026

stacksjs/ts-mocker (@stacksjs/ts-faker)

0.1.7 -> 0.1.8

Compare Source

ts-mocker is a performance-focused and lightweight faker/data mocking library for TypeScript.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

stacksjs/ts-i18n (@stacksjs/ts-i18n)

0.1.9 -> 0.1.11

v0.1.11

Compare Source

Compare changes

🧹 Chores

Contributors

Released by github-actions[bot] on 6/1/2026

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

0.5.0 -> 0.5.2

v0.5.2

Compare Source

Released by github-actions[bot] on 7/14/2026

v0.5.1

Compare Source

Released by github-actions[bot] on 7/14/2026

stacksjs/ts-charts (@ts-charts/format)

0.2.0 -> 0.2.3

v0.2.3

Compare Source

Released by github-actions[bot] on 7/19/2026

stacksjs/ts-charts (@ts-charts/scale)

0.2.0 -> 0.2.3

v0.2.3

Compare Source

Released by github-actions[bot] on 7/19/2026

stacksjs/better-dx (better-dx)

0.2.17 -> 0.2.22

v0.2.22

Compare Source

Released by github-actions[bot] on 7/24/2026

v0.2.21

Compare Source

Released by github-actions[bot] on 7/24/2026

v0.2.20

Compare Source

Released by github-actions[bot] on 7/21/2026

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

0.4.0 -> 0.4.1

v0.4.1

Compare Source

Released by github-actions[bot] on 4/27/2026

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

0.2.4 -> 0.2.5

v0.2.5

Compare Source

Released by github-actions[bot] on 8/3/2026

stacksjs/dynamodb-tooling (dynamodb-tooling)

0.3.2 -> 0.3.5

v0.3.5

Compare Source

Released by github-actions[bot] on 7/15/2026

v0.3.4

Compare Source

Released by github-actions[bot] on 7/14/2026

stacksjs/localtunnels (localtunnels)

0.2.11 -> 0.2.12

v0.2.12

Compare Source

Released by github-actions[bot] on 7/28/2026

pickier/pickier (pickier)

0.1.43 -> 0.1.45

v0.1.45

Compare Source

Released by github-actions[bot] on 8/2/2026

v0.1.44

Compare Source

Released by github-actions[bot] on 7/27/2026

stacksjs/ts-error-handling (ts-error-handling)

0.1.1 -> 0.1.3

v0.1.3

Compare Source

Released by github-actions[bot] on 7/15/2026

pantry-pm/pantry (ts-pantry)

0.11.0 -> 0.11.12

v0.11.12

Compare Source

Compare changes

🐛 Bug Fixes

🧹 Chores

Contributors

Released by github-actions[bot] on 7/29/2026

v0.11.10

Compare Source

Compare changes

🐛 Bug Fixes

🧹 Chores

Contributors

Released by github-actions[bot] on 7/29/2026

v0.11.5

Compare Source

Compare changes

🐛 Bug Fixes

🧹 Chores

Contributors

Released by github-actions[bot] on 7/29/2026


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 🤖

@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 from d343bc6 to 1f519f7 Compare August 1, 2026 02:06
@github-actions
github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch from 1f519f7 to 2439ea9 Compare August 3, 2026 14:22
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