Skip to content

chore(deps): bump helius-sdk from 1.5.1 to 3.0.0 - #175

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/helius-sdk-3.0.0
Open

chore(deps): bump helius-sdk from 1.5.1 to 3.0.0#175
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/helius-sdk-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps helius-sdk from 1.5.1 to 3.0.0.

Release notes

Sourced from helius-sdk's releases.

v3.0.0

What's New in v3.0.0

This is a new release with the following breaking changes:

  • We've updated @solana/kit from v5 to v6, and did @solana-program/* peer bumps
  • Webhooks and Enhanced Transactions REST host migrated to api-mainnet.helius-rpc.com
  • Legacy auth helpers were removed (i.e., agenticSignup, executeCheckout, executeUpgrade, executeRenewal, signupFunding, the sponsored PaymentMode, and the AgenticSignupOptions / AgenticSignupResult / CheckoutResult / CheckoutRequest types). Please use signup, signupAndPay, upgradePlan, and payRenewal instead

There are also several QoL changes and features that have been implemented (e.g., Admin API support, webhook toggles, getTransfersByAddress), which are detailed in our changelog

Installation

Version 3.0.0 can be found here on npm

Depending on your package manager, run the following command to add the Helius TypeScript SDK to your project:

  • npm: npm install helius-sdk
  • pnpm : pnpm add insta helius-sdk
  • bun: bun install helius-sdk
  • yarn: yarn add helius-sdk

Changelog

See CHANGELOG.md to track what changed in previous helius-sdk releases

v2.2.2

What's New in v2.2.2

This is a new release to implement the following PRs:

  • feat(github): Implement Better Workflows #282
  • feat(deps): Update Dependencies #283
  • feat(docs): Add Changelog #284
  • feat(ai): Add Copilot Instructions #285
  • feat(docs): Implement TypeDoc Generation #286
  • feat: OpenPay integration for agentic signup and plan management #287

Installation

Version 2.2.2 can be found here on npm

Depending on your package manager, run the following command to add the Helius TypeScript SDK to your project:

  • npm: npm install helius-sdk
  • pnpm : pnpm add insta helius-sdk
  • bun: bun install helius-sdk
  • yarn: yarn add helius-sdk

Changelog

See CHANGELOG.md to track what changed in previous helius-sdk releases

v2.2.1

What's New in v2.2.1

This is a new release to quickly implement the following PR:

Installation

Version 2.2.1 can be found here on npm

... (truncated)

Changelog

Sourced from helius-sdk's changelog.

v3.0.0 - 2026-05-30

First major release on the new auth + transport surface. Pulls in 34 PRs since v2.2.2.

⚠️ Breaking Changes

  • @solana/kit v5 → v6 and @solana-program/* peer bumps (#322). Consumers must upgrade their own @solana/kit install to a compatible v6 line. This is the change that drives the major version.
  • Webhooks + enhanced-transactions REST host migrated to api-mainnet.helius-rpc.com (#328). Any infrastructure pinning to the old api.helius.xyz host (egress allowlists, proxies, fixtures) needs updating.
  • Legacy auth helpers removed (#314): agenticSignup, executeCheckout, executeUpgrade, executeRenewal, signupFunding, the sponsored PaymentMode, and the AgenticSignupOptions / AgenticSignupResult / CheckoutResult / CheckoutRequest types. Use signup, signupAndPay, upgradePlan, and payRenewal (#298, #312).

Added

  • oauthTokenExchange primitive + HELIUS_API_URL env override (#329)
  • Admin API support (#305)
  • Enhanced WebSocket transaction & account subscriptions (#295)
  • getTransfersByAddress RPC method (#313)
  • Agent-plan signup + prepaid-credits top-up; migration to stripe.priceIds (#309)
  • Webhook toggle (#297)
  • Token-account fields on transaction types (#301)
  • Auth examples (#327)
  • Typecheck CI gate (#326)
  • SECURITY.md (#318)

Changed

  • Unified signup surface on the crypto checkout payment link (#312, #298)
  • package.json metadata filled out and published-files allowlist restricted (#320)
  • Pre-commit auto-formatting via simple-git-hooks (#308)
  • Pin pnpm SHA and clean up workflows (#317)
  • Bundlemon cap raised for rpc/index.js to 2.6kb (#315)

Fixed

  • getHttpStatus prefers structured error.status over regex-parsing the message; resolveApiUrl auto-appends /v0 to the env override (#329)
  • @solana/kit header type at transport call sites (#323)
  • Circular dependency and stale tsc errors in src/auth/ (#319)
  • HeliusClient collapsing to any (#292)
  • Publish workflow (#291)

Security

  • Patch transitive vulnerabilities via pnpm overrides (#316)
  • Bump axios 1.13.5 → 1.15.2 (#310)
  • Bump lodash 4.17.23 → 4.18.1 (#311)

Docs

  • Replace removed agenticSignup reference with signupAndPay (#324)
  • Refresh stale src/auth/ Copilot sketch (#325)
  • Update AGENTS.md to reflect the auth namespace on HeliusClient (#296)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by baldimusprime, a new releaser for helius-sdk since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [helius-sdk](https://github.com/helius-labs/helius-sdk) from 1.5.1 to 3.0.0.
- [Release notes](https://github.com/helius-labs/helius-sdk/releases)
- [Changelog](https://github.com/helius-labs/helius-sdk/blob/main/CHANGELOG.md)
- [Commits](helius-labs/helius-sdk@v1.5.1...v3.0.0)

---
updated-dependencies:
- dependency-name: helius-sdk
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automerge. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@changeset-bot

changeset-bot Bot commented Aug 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: bd11aa1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants