-
Notifications
You must be signed in to change notification settings - Fork 613
[SDK] Update x402 dependency and export additional types #8319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDK] Update x402 dependency and export additional types #8319
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: df98c80 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Caution Review failedThe pull request is closed. WalkthroughUpdates the x402 package dependency from version 0.6.1 to 0.7.0 in the thirdweb package. Re-exports two additional types (HTTPRequestStructure and Resource) from x402/types alongside existing exports. Changes recorded in a new changeset file for versioning. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8319 +/- ##
==========================================
- Coverage 54.90% 54.88% -0.02%
==========================================
Files 919 919
Lines 60687 60701 +14
Branches 4135 4132 -3
==========================================
- Hits 33319 33318 -1
- Misses 27267 27281 +14
- Partials 101 102 +1
🚀 New features to boost your workflow:
|
size-limit report 📦
|
1da62e0 to
df98c80
Compare

PR-Codex overview
This PR focuses on updating the version of the
x402package and modifying related type exports in thethirdwebpackage. It also includes updates to dependencies and their versions across several files.Detailed summary
x402version from0.6.1to0.7.0inpackage.json.x402/typesinsrc/exports/x402.ts.pnpm-lock.yamland other files.zodversion from3.25.75to4.1.11in relevant dependencies.Summary by CodeRabbit
Dependencies
New Features