Skip to content

chore(deps): bump @solana/pay from 0.2.6 to 1.0.18#51

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/solana/pay-1.0.17
Closed

chore(deps): bump @solana/pay from 0.2.6 to 1.0.18#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/solana/pay-1.0.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps @solana/pay from 0.2.6 to 1.0.18.

Release notes

Sourced from @​solana/pay's releases.

@​solana/pay v1.0.18

Installation

pnpm add @solana/pay

https://www.npmjs.com/package/@​solana/pay/v/1.0.18

@​solana/pay v1.0.17

Installation

pnpm add @solana/pay

https://www.npmjs.com/package/@​solana/pay/v/1.0.17

@​solana/pay v1.0.16

Installation

pnpm add @solana/pay

https://www.npmjs.com/package/@​solana/pay/v/1.0.16

@​solana/pay v1.0.0

Installation

pnpm add @solana/pay

https://www.npmjs.com/package/@​solana/pay/v/1.0.0

@​solana/pay v1.0.0-beta.14

Installation

pnpm add @solana/pay

https://www.npmjs.com/package/@​solana/pay/v/1.0.0-beta.14

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​solana/pay since your current version.


@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automerge-eligible, dependencies. Please create them before Dependabot can add them to a pull request.

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

Copy link
Copy Markdown
Collaborator

Verdict: ❌ Do not merge — breaking, needs a migration not a bump

@solana/pay 1.0 is a full rewrite onto @solana/kit (web3.js v2). Verified against the installed 1.0.16 typings:

  • validateTransfer(rpc: Rpc<GetTransactionApi>, signature: Signature, { recipient, amount, splToken, reference, memo }, …)
  • findReference(rpc: Rpc<…>, reference, …)

Both now take a kit Rpc and kit Address/Signature types — not a Connection/PublicKey from @solana/web3.js v1. bignumber.js is also gone (amounts are native).

Our root payment-verification handlers all pass v1 Connection + PublicKey + a BigNumber amount:

  • api/_lib/purchase-confirm.js
  • api/marketplace/buy-asset.js
  • api/purchase/skill.js

The whole root is on @solana/web3.js ^1.98.4. Merging this breaks Solana payment confirmation entirely. Porting only @solana/pay to kit while the rest of the stack stays on web3.js v1 would create two parallel Solana stacks — not advisable. Hold on the 0.2.x line until a deliberate, stack-wide web3.js→kit migration. Recommend closing this PR (or marking it on-hold).

Triage by Claude — reviewed against actual usage in the codebase.

Bumps [@solana/pay](https://github.com/solana-foundation/pay) from 0.2.6 to 1.0.18.
- [Release notes](https://github.com/solana-foundation/pay/releases)
- [Commits](solana-foundation/pay@v0.2.6...ts-pay-v1.0.18)

---
updated-dependencies:
- dependency-name: "@solana/pay"
  dependency-version: 1.0.17
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump @solana/pay from 0.2.6 to 1.0.17 chore(deps): bump @solana/pay from 0.2.6 to 1.0.18 Jun 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/solana/pay-1.0.17 branch from 2e57cef to d2f2f48 Compare June 10, 2026 20:47
@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @solana/pay is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 10, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/solana/pay-1.0.17 branch June 10, 2026 20:56

Copy link
Copy Markdown
Collaborator

For the record: closing/declining intentionally. @solana/pay v1 is a web3.js 2.0 (@solana/kit) rewrite incompatible with our web3.js v1 payment path; pinned at 0.2.x and added to .github/dependabot.yml ignore in #55 until a deliberate migration.

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.

1 participant