-
Notifications
You must be signed in to change notification settings - Fork 604
Version Packages #8143
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
Version Packages #8143
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughRemoves three changeset entries and adds changelog headers and version bumps for nebula, thirdweb, and wagmi-adapter. Nebula notes a dependency update to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (9)
💤 Files with no reviewable changes (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (5)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
Comment |
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
packages/wagmi-adapter/package.json (1)
45-54
: Optional: add size-limit budget for this packagePer guidelines to track bundle budgets via package.json, consider adding a size-limit config and a "size" script here (similar to the main package) to catch regressions early. Can be a follow-up PR.
packages/wagmi-adapter/CHANGELOG.md (1)
3-4
: Nit: add a brief noteConsider adding “No code changes — version bump via Changesets” so consumers know this was a pure release bump.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (7)
.changeset/dirty-experts-kiss.md
(0 hunks)packages/nebula/CHANGELOG.md
(1 hunks)packages/nebula/package.json
(1 hunks)packages/thirdweb/CHANGELOG.md
(1 hunks)packages/thirdweb/package.json
(1 hunks)packages/wagmi-adapter/CHANGELOG.md
(1 hunks)packages/wagmi-adapter/package.json
(1 hunks)
💤 Files with no reviewable changes (1)
- .changeset/dirty-experts-kiss.md
🧰 Additional context used
📓 Path-based instructions (2)
**/package.json
📄 CodeRabbit inference engine (AGENTS.md)
Track bundle budgets via
package.json#size-limit
Files:
packages/thirdweb/package.json
packages/wagmi-adapter/package.json
packages/nebula/package.json
packages/wagmi-adapter/**
📄 CodeRabbit inference engine (CLAUDE.md)
Wagmi ecosystem integration is in
packages/wagmi-adapter/
Files:
packages/wagmi-adapter/package.json
packages/wagmi-adapter/CHANGELOG.md
🧠 Learnings (1)
📚 Learning: 2025-07-18T19:19:55.613Z
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Applies to packages/wagmi-adapter/** : Wagmi ecosystem integration is in `packages/wagmi-adapter/`
Applied to files:
packages/wagmi-adapter/package.json
packages/wagmi-adapter/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: Size
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Unit Tests
- GitHub Check: Build Packages
- GitHub Check: Lint Packages
- GitHub Check: Analyze (javascript)
🔇 Additional comments (5)
packages/wagmi-adapter/package.json (1)
58-58
: Version bump looks goodPeer range "thirdweb": "^5.85.0" already includes 5.108.5; no further action needed.
packages/nebula/package.json (1)
60-60
: Nebula version bump is fineTracks thirdweb workspace update; no API surface changes here.
packages/nebula/CHANGELOG.md (1)
3-9
: Changelog entry reads wellAccurately reflects dependency bump to thirdweb@5.108.5 with commit reference.
packages/thirdweb/package.json (1)
433-433
: Approve version bump and size-limit configuration
Version 5.108.5 bump aligns with changelog and x402@0.6.1 pin; size-limit budget confirmed inpackages/thirdweb/.size-limit.json
.packages/thirdweb/CHANGELOG.md (1)
3-8
: LGTM: changelog entry is consistent and scoped as a patch.Matches existing formatting and tone; nothing else to change.
size-limit report 📦
|
d7560e9
to
5a09968
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8143 +/- ##
=======================================
Coverage 56.28% 56.28%
=======================================
Files 906 906
Lines 59208 59208
Branches 4176 4177 +1
=======================================
Hits 33324 33324
Misses 25779 25779
Partials 105 105
🚀 New features to boost your workflow:
|
5a09968
to
f01e613
Compare
f01e613
to
eba17f3
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@thirdweb-dev/nebula@0.2.58
Patch Changes
7495f46
,496615f
,b8afa98
,94aae90
]:thirdweb@5.108.5
Patch Changes
#8145
7495f46
Thanks @MananTank! - Token Search improvements in SwapWidget#8142
496615f
Thanks @joaquim-verges! - Improve token info discovery for x402 payments#8144
b8afa98
Thanks @MananTank! - Remove retries when fetching list of tokens fails in SwapWidget to reduce time loading skeletons are shown in the UI#8153
94aae90
Thanks @joaquim-verges! - Also expose waitUntil param in settlePayment()@thirdweb-dev/wagmi-adapter@0.2.155
PR-Codex overview
This PR focuses on updating version numbers in several
package.json
files and adding new changelog entries for thethirdweb
andnebula
packages, reflecting recent improvements and dependency updates.Detailed summary
.changeset
markdown files.version
inpackages/thirdweb/package.json
from5.108.4
to5.108.5
.version
inpackages/nebula/package.json
from0.2.57
to0.2.58
.version
inpackages/wagmi-adapter/package.json
from0.2.154
to0.2.155
.nebula
version0.2.58
with dependency updates.thirdweb
version5.108.5
detailing various improvements and fixes.Summary by CodeRabbit
Improvements
Chores