Skip to content

Bump the minor-updates group across 1 directory with 30 updates#26

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-updates-61ed72314d
Closed

Bump the minor-updates group across 1 directory with 30 updates#26
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-updates-61ed72314d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 3, 2026

Bumps the minor-updates group with 23 updates in the / directory:

Package From To
@anthropic-ai/sdk 0.78.0 0.82.0
@meteora-ag/dlmm 1.9.3 1.9.4
@meteora-ag/dynamic-bonding-curve-sdk 1.5.3 1.5.7
@predictdotfun/sdk 1.3.0 1.3.2
@wormhole-foundation/sdk 4.11.0 4.15.0
better-sqlite3 12.6.2 12.8.0
binance 3.3.3 3.5.4
bullmq 5.69.3 5.73.0
bybit-api 4.6.0 4.6.1
discord.js 14.25.1 14.26.1
docx 9.5.3 9.6.1
fast-xml-parser 5.3.7 5.5.10
figlet 1.10.0 1.11.0
grammy 1.40.0 1.42.0
mammoth 1.11.0 1.12.0
pg 8.18.0 8.20.0
@types/pg 8.16.0 8.20.0
sql.js 1.14.0 1.14.1
@types/sql.js 1.4.9 1.4.11
ws 8.19.0 8.20.0
yaml 2.8.2 2.8.3
@types/node 20.19.33 20.19.39
puppeteer 24.37.5 24.40.0

Updates @anthropic-ai/sdk from 0.78.0 to 0.82.0

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.82.0

0.82.0 (2026-04-01)

Full Changelog: sdk-v0.81.0...sdk-v0.82.0

Features

  • api: add structured stop_details to message responses (031328a)
  • prepare aws package (#782) (f351d4d)
  • support API keys in Bedrock SDK (#824) (be6c608)

Chores

  • tests: bump steady to v0.20.2 (6cf12cc)

sdk: v0.81.0

0.81.0 (2026-03-31)

Full Changelog: sdk-v0.80.0...sdk-v0.81.0

Features

  • add .type field to APIError for error kind identification (#790) (4bf637d)

Bug Fixes

  • memory: append path separator in validatePath prefix check (0ac69b3)

Chores

  • ci: run builds on CI even if only spec metadata changed (70b657a)
  • ci: skip lint on metadata-only changes (69bdc94)
  • internal: codegen related update (7ff7390)
  • internal: update gitignore (46d6667)
  • internal: update multipart form array serialization (d55b07d)
  • tests: bump steady to v0.19.4 (4957a5e)
  • tests: bump steady to v0.19.5 (c511ae0)
  • tests: bump steady to v0.19.6 (6d2b4b9)
  • tests: bump steady to v0.19.7 (d6cff9d)
  • tests: bump steady to v0.20.1 (284561f)

sdk: v0.80.0

0.80.0 (2026-03-18)

Full Changelog: sdk-v0.79.0...sdk-v0.80.0

Features

... (truncated)

Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.82.0 (2026-04-01)

Full Changelog: sdk-v0.81.0...sdk-v0.82.0

Features

  • api: add structured stop_details to message responses (031328a)
  • prepare aws package (#782) (f351d4d)
  • support API keys in Bedrock SDK (#824) (be6c608)

Chores

  • tests: bump steady to v0.20.2 (6cf12cc)

0.81.0 (2026-03-31)

Full Changelog: sdk-v0.80.0...sdk-v0.81.0

Features

  • add .type field to APIError for error kind identification (#790) (4bf637d)

Bug Fixes

  • memory: append path separator in validatePath prefix check (0ac69b3)

Chores

  • ci: run builds on CI even if only spec metadata changed (70b657a)
  • ci: skip lint on metadata-only changes (69bdc94)
  • internal: codegen related update (7ff7390)
  • internal: update gitignore (46d6667)
  • internal: update multipart form array serialization (d55b07d)
  • tests: bump steady to v0.19.4 (4957a5e)
  • tests: bump steady to v0.19.5 (c511ae0)
  • tests: bump steady to v0.19.6 (6d2b4b9)
  • tests: bump steady to v0.19.7 (d6cff9d)
  • tests: bump steady to v0.20.1 (284561f)

0.80.0 (2026-03-18)

Full Changelog: sdk-v0.79.0...sdk-v0.80.0

Features

... (truncated)

Commits

Updates @meteora-ag/dlmm from 1.9.3 to 1.9.4

Changelog

Sourced from @​meteora-ag/dlmm's changelog.

@​meteora-ag/dlmm [1.9.4] - [PR #272](MeteoraAg/dlmm-sdk#272)

Fixed

  • Fixed removeLiquidity with shouldClaimAndClose failing to close position when bins have unclaimed fees but no remaining liquidity.
Commits

Updates @meteora-ag/dynamic-bonding-curve-sdk from 1.5.3 to 1.5.7

Changelog

Sourced from @​meteora-ag/dynamic-bonding-curve-sdk's changelog.

Changelog

All notable changes to the Dynamic Bonding Curve SDK will be documented in this file.

[1.5.6] - 2026-03-24

Changed

  • Updated getMigratedPoolMarketCapFeeSchedulerParams function to use startingMarketCap and endingMarketCap instead of sqrtPriceStepBps

[1.5.6] - 2026-03-12

Added

  • Added MigratedCollectFeeMode enum with Compounding (2) support for migrated DAMM v2 pool configuration.
  • Added compoundingFeeBps support in MigratedPoolFeeConfig and propagated it through all buildCurve* helpers.

Changed

  • Updated migrated pool fee validation to require compoundingFeeBps > 0 only when collectFeeMode = MigratedCollectFeeMode.Compounding, and 0 otherwise.
  • Updated migration flow for DAMM v2 to remove position vesting accounts from migrateDammV2 remaining accounts.
  • Removed deriveDammV2PositionVestingAccount PDA helper.

Fixed

  • Fixed getDynamicFeeParams function to correctly calculate the dynamic fee parameters based on the max price change bps

[1.5.5] - 2026-02-25

Changed

  • Fixed getPoolBaseTokenCurveProgress function to correctly calculate the progress of the base token curve using getBaseTokenForSwap function
  • createConfigAndPoolWithFirstBuy functions now return createConfigTx and createPoolWithFirstBuyTx as separate Transaction instead of an object containing 3 separate Transactions
  • createPoolWithFirstBuy functions now return a Transaction instead of an object containing the new config transaction and pool transaction
  • createPoolWithPartnerAndCreatorFirstBuy functions now return a Transaction instead of an object containing the new config transaction and pool transaction

[1.5.4] - 2026-02-24

Added

  • Added getPoolBaseTokenCurveProgress function to get the progress of the base token curve

Changed

  • Renamed getPoolCurveProgress function to getPoolQuoteTokenCurveProgress
Commits

Updates @predictdotfun/sdk from 1.3.0 to 1.3.2

Release notes

Sourced from @​predictdotfun/sdk's releases.

v1.3.2

Full Changelog: PredictDotFun/sdk@v1.3.0...v1.3.2

Commits

Updates @wormhole-foundation/sdk from 4.11.0 to 4.15.0

Release notes

Sourced from @​wormhole-foundation/sdk's releases.

4.15.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0

4.15.0-beta.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0-beta.0

4.14.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.0...4.14.1

4.14.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.14.0

4.13.2-beta.3

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.3

4.13.2-beta.2

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.2-beta.1...4.13.2-beta.2

4.13.2-beta.1

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.1

4.13.2-beta.0

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.0

4.13.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.0...4.13.1

4.13.0

What's Changed

... (truncated)

Commits
  • b10dc57 feat: add httpHeaders support to ChainConfig for custom RPC headers (#995)
  • 86bd4d3 fix: add XRPL support for universal address conversion and balance fetching (...
  • b39c2ea feat: group executor overrides under executor namespace on Config (#993)
  • bf10d87 ci: add Claude Code on-demand workflow for PRs (#988)
  • d175888 feat: Add "Btc" to nativeChainIds constants (#992)
  • 7701cc4 feat: add buildInitiateTransactions/buildCompleteTransactions to Exec… (#983)
  • 33cf670 fix: add subpath exports, deprecate namespace re-exports for turbopack compat...
  • c9c04c6 feat: add btc platform sdk (#991)
  • 8955262 feat: add native chain ids for XRPL (#990)
  • db66694 feat: XRPL platform sdk (#989)
  • Additional commits viewable in compare view

Updates @wormhole-foundation/sdk-evm from 4.11.0 to 4.15.0

Release notes

Sourced from @​wormhole-foundation/sdk-evm's releases.

4.15.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0

4.15.0-beta.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0-beta.0

4.14.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.0...4.14.1

4.14.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.14.0

4.13.2-beta.3

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.3

4.13.2-beta.2

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.2-beta.1...4.13.2-beta.2

4.13.2-beta.1

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.1

4.13.2-beta.0

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.0

4.13.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.0...4.13.1

4.13.0

What's Changed

... (truncated)

Commits
  • b10dc57 feat: add httpHeaders support to ChainConfig for custom RPC headers (#995)
  • 86bd4d3 fix: add XRPL support for universal address conversion and balance fetching (...
  • b39c2ea feat: group executor overrides under executor namespace on Config (#993)
  • bf10d87 ci: add Claude Code on-demand workflow for PRs (#988)
  • d175888 feat: Add "Btc" to nativeChainIds constants (#992)
  • 7701cc4 feat: add buildInitiateTransactions/buildCompleteTransactions to Exec… (#983)
  • 33cf670 fix: add subpath exports, deprecate namespace re-exports for turbopack compat...
  • c9c04c6 feat: add btc platform sdk (#991)
  • 8955262 feat: add native chain ids for XRPL (#990)
  • db66694 feat: XRPL platform sdk (#989)
  • Additional commits viewable in compare view

Updates @wormhole-foundation/sdk-evm-cctp from 4.11.0 to 4.15.0

Release notes

Sourced from @​wormhole-foundation/sdk-evm-cctp's releases.

4.15.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0

4.15.0-beta.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0-beta.0

4.14.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.0...4.14.1

4.14.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.14.0

4.13.2-beta.3

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.3

4.13.2-beta.2

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.2-beta.1...4.13.2-beta.2

4.13.2-beta.1

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.1

4.13.2-beta.0

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.0

4.13.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.0...4.13.1

4.13.0

What's Changed

... (truncated)

Commits
  • b10dc57 feat: add httpHeaders support to ChainConfig for custom RPC headers (#995)
  • 86bd4d3 fix: add XRPL support for universal address conversion and balance fetching (...
  • b39c2ea feat: group executor overrides under executor namespace on Config (#993)
  • bf10d87 ci: add Claude Code on-demand workflow for PRs (#988)
  • d175888 feat: Add "Btc" to nativeChainIds constants (#992)
  • 7701cc4 feat: add buildInitiateTransactions/buildCompleteTransactions to Exec… (#983)
  • 33cf670 fix: add subpath exports, deprecate namespace re-exports for turbopack compat...
  • c9c04c6 feat: add btc platform sdk (#991)
  • 8955262 feat: add native chain ids for XRPL (#990)
  • db66694 feat: XRPL platform sdk (#989)
  • Additional commits viewable in compare view

Updates @wormhole-foundation/sdk-evm-tokenbridge from 4.11.0 to 4.15.0

Release notes

Sourced from @​wormhole-foundation/sdk-evm-tokenbridge's releases.

4.15.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0

4.15.0-beta.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0-beta.0

4.14.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.0...4.14.1

4.14.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.14.0

4.13.2-beta.3

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.3

4.13.2-beta.2

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.2-beta.1...4.13.2-beta.2

4.13.2-beta.1

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.1

4.13.2-beta.0

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.0

4.13.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.0...4.13.1

4.13.0

What's Changed

... (truncated)

Commits
  • b10dc57 feat: add httpHeaders support to ChainConfig for custom RPC headers (#995)
  • 86bd4d3 fix: add XRPL support for universal address conversion and balance fetching (...
  • b39c2ea feat: group executor overrides under executor namespace on Config (#993)
  • bf10d87 ci: add Claude Code on-demand workflow for PRs (#988)
  • d175888 feat: Add "Btc" to nativeChainIds constants (#992)
  • 7701cc4 feat: add buildInitiateTransactions/buildCompleteTransactions to Exec… (#983)
  • 33cf670 fix: add subpath exports, deprecate namespace re-exports for turbopack compat...
  • c9c04c6 feat: add btc platform sdk (#991)
  • 8955262 feat: add native chain ids for XRPL (#990)
  • db66694 feat: XRPL platform sdk (#989)
  • Additional commits viewable in compare view

Updates @wormhole-foundation/sdk-solana from 4.11.0 to 4.15.0

Release notes

Sourced from @​wormhole-foundation/sdk-solana's releases.

4.15.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0

4.15.0-beta.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0-beta.0

4.14.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.0...4.14.1

4.14.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.14.0

4.13.2-beta.3

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.3

4.13.2-beta.2

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.2-beta.1...4.13.2-beta.2

4.13.2-beta.1

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.1

4.13.2-beta.0

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.0

4.13.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.0...4.13.1

4.13.0

What's Changed

... (truncated)

Commits
  • b10dc57 feat: add httpHeaders support to ChainConfig for custom RPC headers (#995)
  • 86bd4d3 fix: add XRPL support for universal address conversion and balance fetching (...
  • b39c2ea feat: group executor overrides under executor namespace on Config (#993)
  • bf10d87 ci: add Claude Code on-demand workflow for PRs (#988)
  • d175888 feat: Add "Btc" to nativeChainIds constants (#992)
  • 7701cc4 feat: add buildInitiateTransactions/buildCompleteTransactions to Exec… (#983)
  • 33cf670 fix: add subpath exports, deprecate namespace re-exports for turbopack compat...
  • c9c04c6 feat: add btc platform sdk (#991)
  • 8955262 feat: add native chain ids for XRPL (#990)
  • db66694 feat: XRPL platform sdk (#989)
  • Additional commits viewable in compare view

Updates @wormhole-foundation/sdk-solana-cctp from 4.11.0 to 4.15.0

Release notes

Sourced from @​wormhole-foundation/sdk-solana-cctp's releases.

4.15.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0

4.15.0-beta.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0-beta.0

4.14.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.0...4.14.1

4.14.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.14.0

4.13.2-beta.3

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.3

4.13.2-beta.2

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.2-beta.1...4.13.2-beta.2

4.13.2-beta.1

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.1

4.13.2-beta.0

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.13.2-beta.0

4.13.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.0...4.13.1

4.13.0

What's Changed

... (truncated)

Commits
  • b10dc57 feat: add httpHeaders support to ChainConfig for custom RPC headers (#995)
  • 86bd4d3 fix: add XRPL support for universal address conversion and balance fetching (...
  • b39c2ea feat: group executor overrides under executor namespace on Config (#993)
  • bf10d87 ci: add Claude Code on-demand workflow for PRs (#988)
  • d175888 feat: Add "Btc" to nativeChainIds constants (#992)
  • 7701cc4 feat: add buildInitiateTransactions/buildCompleteTransactions to Exec… (#983)
  • 33cf670 fix: add subpath exports, deprecate namespace re-exports for turbopack compat...
  • c9c04c6 feat: add btc platform sdk (#991)
  • 8955262 feat: add native chain ids for XRPL (#990)
  • db66694 feat: XRPL platform sdk (#989)
  • Additional commits viewable in compare view

Updates @wormhole-foundation/sdk-solana-tokenbridge from 4.11.0 to 4.15.0

Release notes

Sourced from @​wormhole-foundation/sdk-solana-tokenbridge's releases.

4.15.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0

4.15.0-beta.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.1...4.15.0-beta.0

4.14.1

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.14.0...4.14.1

4.14.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.13.1...4.14.0

4.13.2-beta.3

Full Changelog: https://github.com/wormhole-foundation/wormhol...

Description has been truncated

Bumps the minor-updates group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.78.0` | `0.82.0` |
| [@meteora-ag/dlmm](https://github.com/MeteoraAg/dlmm-sdk/tree/HEAD/ts-client) | `1.9.3` | `1.9.4` |
| [@meteora-ag/dynamic-bonding-curve-sdk](https://github.com/MeteoraAg/dynamic-bonding-curve-sdk/tree/HEAD/packages/dynamic-bonding-curve) | `1.5.3` | `1.5.7` |
| [@predictdotfun/sdk](https://github.com/PredictDotFun/sdk) | `1.3.0` | `1.3.2` |
| [@wormhole-foundation/sdk](https://github.com/wormhole-foundation/wormhole-sdk-ts) | `4.11.0` | `4.15.0` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.6.2` | `12.8.0` |
| [binance](https://github.com/tiagosiebler/binance) | `3.3.3` | `3.5.4` |
| [bullmq](https://github.com/taskforcesh/bullmq) | `5.69.3` | `5.73.0` |
| [bybit-api](https://github.com/tiagosiebler/bybit-api) | `4.6.0` | `4.6.1` |
| [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) | `14.25.1` | `14.26.1` |
| [docx](https://github.com/dolanmiu/docx) | `9.5.3` | `9.6.1` |
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.7` | `5.5.10` |
| [figlet](https://github.com/patorjk/figlet.js) | `1.10.0` | `1.11.0` |
| [grammy](https://github.com/grammyjs/grammY) | `1.40.0` | `1.42.0` |
| [mammoth](https://github.com/mwilliamson/mammoth.js) | `1.11.0` | `1.12.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.18.0` | `8.20.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.16.0` | `8.20.0` |
| [sql.js](https://github.com/sql-js/sql.js) | `1.14.0` | `1.14.1` |
| [@types/sql.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sql.js) | `1.4.9` | `1.4.11` |
| [ws](https://github.com/websockets/ws) | `8.19.0` | `8.20.0` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.2` | `2.8.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.33` | `20.19.39` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.37.5` | `24.40.0` |



Updates `@anthropic-ai/sdk` from 0.78.0 to 0.82.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.78.0...sdk-v0.82.0)

Updates `@meteora-ag/dlmm` from 1.9.3 to 1.9.4
- [Changelog](https://github.com/MeteoraAg/dlmm-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/MeteoraAg/dlmm-sdk/commits/HEAD/ts-client)

Updates `@meteora-ag/dynamic-bonding-curve-sdk` from 1.5.3 to 1.5.7
- [Changelog](https://github.com/MeteoraAg/dynamic-bonding-curve-sdk/blob/main/packages/dynamic-bonding-curve/CHANGELOG.md)
- [Commits](https://github.com/MeteoraAg/dynamic-bonding-curve-sdk/commits/HEAD/packages/dynamic-bonding-curve)

Updates `@predictdotfun/sdk` from 1.3.0 to 1.3.2
- [Release notes](https://github.com/PredictDotFun/sdk/releases)
- [Commits](PredictDotFun/sdk@v1.3.0...v1.3.2)

Updates `@wormhole-foundation/sdk` from 4.11.0 to 4.15.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.15.0)

Updates `@wormhole-foundation/sdk-evm` from 4.11.0 to 4.15.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.15.0)

Updates `@wormhole-foundation/sdk-evm-cctp` from 4.11.0 to 4.15.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.15.0)

Updates `@wormhole-foundation/sdk-evm-tokenbridge` from 4.11.0 to 4.15.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.15.0)

Updates `@wormhole-foundation/sdk-solana` from 4.11.0 to 4.15.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.15.0)

Updates `@wormhole-foundation/sdk-solana-cctp` from 4.11.0 to 4.15.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.15.0)

Updates `@wormhole-foundation/sdk-solana-tokenbridge` from 4.11.0 to 4.15.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.15.0)

Updates `better-sqlite3` from 12.6.2 to 12.8.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v12.6.2...v12.8.0)

Updates `binance` from 3.3.3 to 3.5.4
- [Release notes](https://github.com/tiagosiebler/binance/releases)
- [Changelog](https://github.com/tiagosiebler/binance/blob/master/CHANGELOG.md)
- [Commits](tiagosiebler/binance@v3.3.3...v3.5.4)

Updates `bullmq` from 5.69.3 to 5.73.0
- [Release notes](https://github.com/taskforcesh/bullmq/releases)
- [Commits](taskforcesh/bullmq@v5.69.3...v5.73.0)

Updates `bybit-api` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/tiagosiebler/bybit-api/releases)
- [Commits](tiagosiebler/bybit-api@v4.6.0...v4.6.1)

Updates `discord.js` from 14.25.1 to 14.26.1
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.26.1/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.26.1/packages/discord.js)

Updates `docx` from 9.5.3 to 9.6.1
- [Release notes](https://github.com/dolanmiu/docx/releases)
- [Commits](dolanmiu/docx@9.5.3...9.6.1)

Updates `fast-xml-parser` from 5.3.7 to 5.5.10
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.3.7...v5.5.10)

Updates `figlet` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/patorjk/figlet.js/releases)
- [Commits](patorjk/figlet.js@v1.10.0...v1.11.0)

Updates `grammy` from 1.40.0 to 1.42.0
- [Release notes](https://github.com/grammyjs/grammY/releases)
- [Commits](grammyjs/grammY@v1.40.0...v1.42.0)

Updates `ioredis` from 5.9.3 to 5.10.1
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.9.3...v5.10.1)

Updates `mammoth` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/mwilliamson/mammoth.js/releases)
- [Changelog](https://github.com/mwilliamson/mammoth.js/blob/master/NEWS)
- [Commits](mwilliamson/mammoth.js@1.11.0...1.12.0)

Updates `pg` from 8.18.0 to 8.20.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.20.0/packages/pg)

Updates `@types/pg` from 8.16.0 to 8.20.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `sql.js` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/sql-js/sql.js/releases)
- [Commits](sql-js/sql.js@v1.14.0...v1.14.1)

Updates `@types/sql.js` from 1.4.9 to 1.4.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sql.js)

Updates `ws` from 8.19.0 to 8.20.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.19.0...8.20.0)

Updates `yaml` from 2.8.2 to 2.8.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.2...v2.8.3)

Updates `@types/node` from 20.19.33 to 20.19.39
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/sql.js` from 1.4.9 to 1.4.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sql.js)

Updates `puppeteer` from 24.37.5 to 24.40.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.37.5...puppeteer-v24.40.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@meteora-ag/dlmm"
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@meteora-ag/dynamic-bonding-curve-sdk"
  dependency-version: 1.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@predictdotfun/sdk"
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk"
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-evm"
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-evm-cctp"
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-evm-tokenbridge"
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-solana"
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-solana-cctp"
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-solana-tokenbridge"
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: better-sqlite3
  dependency-version: 12.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: binance
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: bullmq
  dependency-version: 5.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: bybit-api
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: discord.js
  dependency-version: 14.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: docx
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: fast-xml-parser
  dependency-version: 5.5.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: figlet
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: grammy
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: ioredis
  dependency-version: 5.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: mammoth
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: pg
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/pg"
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: sql.js
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@types/sql.js"
  dependency-version: 1.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: ws
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: yaml
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@types/node"
  dependency-version: 20.19.39
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@types/sql.js"
  dependency-version: 1.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: puppeteer
  dependency-version: 24.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 3, 2026
@alsk1992 alsk1992 closed this Apr 4, 2026
@alsk1992 alsk1992 deleted the dependabot/npm_and_yarn/minor-updates-61ed72314d branch April 4, 2026 14:18
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 4, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant