Skip to content

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Sep 29, 2025

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

thirdweb@5.108.5

Patch Changes

@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 the thirdweb and nebula packages, reflecting recent improvements and dependency updates.

Detailed summary

  • Deleted multiple .changeset markdown files.
  • Updated version in packages/thirdweb/package.json from 5.108.4 to 5.108.5.
  • Updated version in packages/nebula/package.json from 0.2.57 to 0.2.58.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.154 to 0.2.155.
  • Added changelog entry for nebula version 0.2.58 with dependency updates.
  • Added changelog entry for thirdweb version 5.108.5 detailing various improvements and fixes.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Summary by CodeRabbit

  • Improvements

    • Enhanced token search in SwapWidget.
    • Faster loading by removing retries when token list fetch fails.
    • Better token info discovery for x402 payments.
    • New option to control payment settlement timing during payment processing.
  • Chores

    • Updated dependencies to the latest patch versions.
    • Bumped package versions and refreshed changelogs.
    • Removed outdated changeset entries.

@joaquim-verges joaquim-verges requested review from a team as code owners September 29, 2025 08:58
Copy link

vercel bot commented Sep 29, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs-v2 Ready Ready Preview Comment Sep 30, 2025 1:17am
nebula Ready Ready Preview Comment Sep 30, 2025 1:17am
thirdweb_playground Ready Ready Preview Comment Sep 30, 2025 1:17am
thirdweb-www Ready Ready Preview Comment Sep 30, 2025 1:17am
wallet-ui Ready Ready Preview Comment Sep 30, 2025 1:17am

Copy link
Contributor

coderabbitai bot commented Sep 29, 2025

Walkthrough

Removes three changeset entries and adds changelog headers and version bumps for nebula, thirdweb, and wagmi-adapter. Nebula notes a dependency update to thirdweb@5.108.5; thirdweb changelog documents patch entries. No source code or public API changes.

Changes

Cohort / File(s) Summary
Changeset housekeeping
.changeset/dirty-experts-kiss.md, .changeset/large-lizards-feel.md, .changeset/beige-sites-jog.md
Deletes three changeset files that previously declared patch items for thirdweb.
Package version bumps
packages/nebula/package.json, packages/thirdweb/package.json, packages/wagmi-adapter/package.json
Version bumps: nebula 0.2.570.2.58; thirdweb 5.108.45.108.5; wagmi-adapter 0.2.1540.2.155.
Changelog updates
packages/nebula/CHANGELOG.md, packages/thirdweb/CHANGELOG.md, packages/wagmi-adapter/CHANGELOG.md
Adds nebula 0.2.58 entry (notes dependency update to thirdweb@5.108.5), adds thirdweb 5.108.5 patch entries (token search/SwapWidget and x402 token-info improvements, retry removal), and adds wagmi-adapter 0.2.155 header.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Pre-merge checks and finishing touches

❌ Failed checks (2 warnings)
Check name Status Explanation Resolution
Title Check ⚠️ Warning The title “Version Packages” is overly generic and does not clearly convey which packages are being versioned or follow the repository’s “[SDK/Dashboard/Portal] Feature/Fix: Concise title” format, making it difficult for reviewers to understand the primary change at a glance. Please rename the pull request to a concise, descriptive title that follows the repository convention—for example, “[SDK] Chore: Bump versions for nebula, thirdweb, and wagmi-adapter”—so it clearly identifies the scope and intent of the changes.
Description Check ⚠️ Warning The pull request description does not populate any of the required template sections such as the issue tag, notes for the reviewer, or instructions on how to test, making it non-compliant with the repository’s description template. Please update the description by filling in the template’s sections: include the associated issue tag if applicable, add Notes for the reviewer highlighting any important context, and provide a How to test section detailing steps to verify the changes.
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

📜 Recent 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.

📥 Commits

Reviewing files that changed from the base of the PR and between f01e613 and eba17f3.

📒 Files selected for processing (9)
  • .changeset/beige-sites-jog.md (0 hunks)
  • .changeset/dirty-experts-kiss.md (0 hunks)
  • .changeset/large-lizards-feel.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 (3)
  • .changeset/beige-sites-jog.md
  • .changeset/large-lizards-feel.md
  • .changeset/dirty-experts-kiss.md
✅ Files skipped from review due to trivial changes (1)
  • packages/wagmi-adapter/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (5)
  • packages/nebula/package.json
  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
  • packages/nebula/CHANGELOG.md
  • packages/thirdweb/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, vite)
  • GitHub Check: Size
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: Unit Tests
  • GitHub Check: Build Packages
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

graphite-app bot commented Sep 29, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Sep 29, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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 package

Per 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 note

Consider 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.

📥 Commits

Reviewing files that changed from the base of the PR and between 496615f and d7560e9.

📒 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 good

Peer 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 fine

Tracks thirdweb workspace update; no API surface changes here.

packages/nebula/CHANGELOG.md (1)

3-9: Changelog entry reads well

Accurately 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 in packages/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.

Copy link
Contributor

github-actions bot commented Sep 29, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.69 KB (-0.11% 🔽) 1.3 s (-0.11% 🔽) 356 ms (+236.32% 🔺) 1.7 s
thirdweb (cjs) 361.52 KB (0%) 7.3 s (0%) 1.2 s (+18.29% 🔺) 8.4 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 197 ms (+4213.2% 🔺) 311 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 84 ms (+2319.38% 🔺) 94 ms
thirdweb/react (minimal + tree-shaking) 19.14 KB (0%) 383 ms (0%) 181 ms (+2392.84% 🔺) 564 ms

Copy link

codecov bot commented Sep 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.28%. Comparing base (7495f46) to head (f01e613).

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           
Flag Coverage Δ
packages 56.28% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

packages SDK Involves changes to the thirdweb SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant