Skip to content

chore(deps): bump @x402/fetch from 2.12.0 to 2.14.0 in /agent-sdk#85

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/agent-sdk/x402/fetch-2.14.0
Open

chore(deps): bump @x402/fetch from 2.12.0 to 2.14.0 in /agent-sdk#85
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/agent-sdk/x402/fetch-2.14.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @x402/fetch from 2.12.0 to 2.14.0.

Commits

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)

Open in Devin Review

Bumps [@x402/fetch](https://github.com/x402-foundation/x402) from 2.12.0 to 2.14.0.
- [Commits](https://github.com/x402-foundation/x402/compare/npm-@x402/fetch@v2.12.0...npm-@x402/fetch@v2.14.0)

---
updated-dependencies:
- dependency-name: "@x402/fetch"
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: agent-sdk, 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.

@dependabot dependabot Bot requested a review from JustineDevs as a code owner June 1, 2026 11:37
@vercel

vercel Bot commented Jun 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
mandate402 Ignored Ignored Preview Jun 1, 2026 11:37am

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 2 potential issues.

Open in Devin Review

Comment thread agent-sdk/package.json
"@x402/core": "^2.12.0",
"@x402/evm": "^2.12.0",
"@x402/fetch": "^2.12.0",
"@x402/fetch": "^2.14.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Lockfile not updated after @x402/fetch version bump

The package.json bumps @x402/fetch from ^2.12.0 to ^2.14.0, but agent-sdk/pnpm-lock.yaml was not regenerated. The lockfile still records specifier ^2.12.0 and resolves to version 2.12.0 (agent-sdk/pnpm-lock.yaml:17-19). This mismatch means pnpm install --frozen-lockfile will fail inside agent-sdk/, and without the lockfile update the actual resolved version installed remains 2.12.0 — the bump has no practical effect.

Prompt for agents
The pnpm-lock.yaml in agent-sdk/ was not regenerated after bumping @x402/fetch in package.json. Run `cd agent-sdk && pnpm install` (or the equivalent pnpm command to update the lockfile) so that pnpm-lock.yaml reflects the new specifier (^2.14.0) and resolves to a 2.14.x version. Then commit the updated lockfile alongside the package.json change.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Comment thread agent-sdk/package.json
Comment on lines 12 to +14
"@x402/core": "^2.12.0",
"@x402/evm": "^2.12.0",
"@x402/fetch": "^2.12.0",
"@x402/fetch": "^2.14.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 Potential version skew across @x402/ packages*

After this bump, @x402/fetch would be at ^2.14.0 while @x402/core and @x402/evm remain at ^2.12.0. In agent-sdk/payVendor.js:2-4, all three packages are imported together — @x402/core/client, @x402/evm/exact/client, and @x402/fetch. If @x402/fetch@2.14.x expects a @x402/core peer at >=2.14.0 (or uses new APIs from it), this could cause runtime errors. Without access to the npm registry metadata for these packages, I cannot confirm whether this is a real incompatibility, but it's worth verifying that the @x402/fetch@2.14.x release is compatible with @x402/core@2.12.x.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
mandate402 c9d2d46 Commit Preview URL

Branch Preview URL
Jun 01 2026, 11:41 AM

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