Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Sep 16, 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

[email protected]

Minor Changes

  • #8044 0e3f346 Thanks @MananTank! - Add SwapWidget component for swapping tokens using thirdweb Bridge

    <SwapWidget client={thirdwebClient} />

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]


PR-Codex overview

This PR focuses on updating version numbers across several packages and enhancing the thirdweb library with new features and fixes. It includes the removal of old changelogs and the addition of new entries for version updates.

Detailed summary

  • Removed several .changeset markdown files.
  • Updated version in packages/thirdweb/package.json from 5.105.48 to 5.106.0.
  • Updated version in packages/nebula/package.json from 0.2.48 to 0.2.49.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.145 to 0.2.146.
  • Added new changelog entries for packages/nebula and packages/thirdweb.
  • Introduced SwapWidget component in thirdweb for token swapping.
  • Fixed wallet reconnection issues and improved CheckoutWidget and BuyWidget components.
  • Filtered out AGW from searchable wallets.

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

@joaquim-verges joaquim-verges requested review from a team as code owners September 16, 2025 00:40
@vercel
Copy link

vercel bot commented Sep 16, 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 17, 2025 11:30pm
nebula Ready Ready Preview Comment Sep 17, 2025 11:30pm
thirdweb_playground Ready Ready Preview Comment Sep 17, 2025 11:30pm
thirdweb-www Ready Ready Preview Comment Sep 17, 2025 11:30pm
wallet-ui Ready Ready Preview Comment Sep 17, 2025 11:30pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 16, 2025

Walkthrough

Version and changelog updates for thirdweb (to 5.106.0), nebula (to 0.2.49), and wagmi-adapter (to 0.2.146); four .changeset/ files removed. No source-code, API, or typing changes — metadata and changelog edits only.

Changes

Cohort / File(s) Summary
Removed changeset entries
.changeset/wide-flies-raise.md, .changeset/slimy-chefs-buy.md, .changeset/lucky-turtles-smell.md, .changeset/nice-owls-double.md
Deleted four changeset files that previously described patch/minor releases for thirdweb (AGW filtering, onSuccess callback fix, SwapWidget addition, adding tw- class names).
thirdweb release metadata
packages/thirdweb/CHANGELOG.md, packages/thirdweb/package.json
Added changelog entry for 5.106.0 and bumped version from 5.105.485.106.0.
nebula release metadata
packages/nebula/CHANGELOG.md, packages/nebula/package.json
Added changelog entry 0.2.49 and bumped version from 0.2.480.2.49; changelog references [email protected].
wagmi-adapter release metadata
packages/wagmi-adapter/CHANGELOG.md, packages/wagmi-adapter/package.json
Added top changelog entry 0.2.146 and bumped version from 0.2.1450.2.146.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Version Packages #8047 — Related changes to package/version metadata, changelogs, and changeset handling for thirdweb/nebula/wagmi-adapter.

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title Check ❓ Inconclusive The title "Version Packages" is related to the changeset because this PR updates package versions and changelogs, but it is overly generic and does not clearly convey which packages, versions, or the release scope and does not follow the repository's suggested title format. Because of that lack of specificity, the title is inconclusive for reviewers scanning history. Please update the title to be more specific and follow the repo convention, for example "[SDK] Release: bump [email protected], [email protected], [email protected]" or otherwise indicate the release scope so reviewers can understand the primary change at a glance.
✅ Passed checks (2 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
Description Check ✅ Passed The PR description is a Changesets-generated release note that clearly lists the packages being released, version bumps, and detailed minor/patch changelog entries with PR and commit links, but it does not follow the repository's description template: it lacks an explicit issue tag, a "Notes for the reviewer" section, and a "How to test" section. Given this is an automated release PR and the release details are thorough and actionable, the missing template sections are non-critical for understanding the changes.
✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

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

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 16, 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
Copy link
Contributor

github-actions bot commented Sep 16, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 63.96 KB (0%) 1.3 s (0%) 393 ms (+314.85% 🔺) 1.7 s
thirdweb (cjs) 361.44 KB (0%) 7.3 s (0%) 1.3 s (+30.03% 🔺) 8.5 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 141 ms (+3047.47% 🔺) 256 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 51 ms (+1724.64% 🔺) 61 ms
thirdweb/react (minimal + tree-shaking) 19.14 KB (0%) 383 ms (0%) 251 ms (+5044.66% 🔺) 634 ms

@codecov
Copy link

codecov bot commented Sep 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.53%. Comparing base (6495b94) to head (b06693a).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8063      +/-   ##
==========================================
+ Coverage   56.51%   56.53%   +0.01%     
==========================================
  Files         904      904              
  Lines       58865    58871       +6     
  Branches     4170     4165       -5     
==========================================
+ Hits        33269    33282      +13     
+ Misses      25491    25483       -8     
- Partials      105      106       +1     
Flag Coverage Δ
packages 56.53% <ø> (+0.01%) ⬆️
see 2 files with indirect coverage changes
🚀 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.

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 (4)
packages/nebula/package.json (1)

1-61: Add bundle budget via size-limit in package.json.

Per guidelines, track the built ESM/CJS entry sizes to prevent regressions.

Apply an example config (tune limits to your baseline; add size-limit as a devDependency at workspace root if not present):

   "scripts": {
     "build": "pnpm clean && pnpm build:cjs && pnpm build:esm && pnpm build:types",
     "build:cjs": "tsc --project ./tsconfig.build.json --module commonjs --outDir ./dist/cjs --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json",
     "build:esm": "tsc --project ./tsconfig.build.json --module es2020 --outDir ./dist/esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./dist/esm/package.json",
     "build:generate": "openapi-ts && pnpm format",
     "build:types": "tsc --project ./tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
     "clean": "rimraf dist",
     "fix": "biome check ./src --fix",
     "format": "biome format ./src --write",
-    "lint": "biome check ./src"
+    "lint": "biome check ./src",
+    "size": "size-limit"
   },
+  "size-limit": [
+    { "path": "dist/esm/exports/thirdweb.js", "limit": "50 kB gzip" },
+    { "path": "dist/cjs/exports/thirdweb.js", "limit": "55 kB gzip" }
+  ],

Please confirm whether size-limit is already configured at the repo root; if so, we can skip per-package config or just add entries there.

packages/thirdweb/CHANGELOG.md (1)

3-8: Clarify acronym and tighten phrasing.

  • Spell out “AGW” on first mention to avoid ambiguity in release notes.
  • Prefer “requires explicit addition” over “needs explicit adding”.

Apply this wording tweak:

- - [#8062](https://github.com/thirdweb-dev/js/pull/8062) [`f276dcf`](https://github.com/thirdweb-dev/js/commit/f276dcfd766c79149c5302b0207777bcc9f267a0) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Filter out AGW from searchable wallets (needs explicit adding)
+ - [#8062](https://github.com/thirdweb-dev/js/pull/8062) [`f276dcf`](https://github.com/thirdweb-dev/js/commit/f276dcfd766c79149c5302b0207777bcc9f267a0) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Filter out AGW from searchable wallets (requires explicit addition)
packages/wagmi-adapter/package.json (1)

58-58: LGTM: version bump only.

Patch release number looks consistent with the PR scope.

Optional: track bundle budget here (if not already elsewhere).

If this package isn’t covered by a central size-limit config, consider adding a package-local "size-limit" entry to keep the adapter’s bundle footprint in check.

packages/wagmi-adapter/CHANGELOG.md (1)

3-4: Changelog header added; consider a one-liner.

Entry 0.2.146 is fine. Optionally add a brief note (e.g., “version bump only”) for completeness.

📜 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 ea46572 and b06693a.

📒 Files selected for processing (7)
  • .changeset/wide-flies-raise.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/wide-flies-raise.md
🧰 Additional context used
📓 Path-based instructions (2)
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
**/package.json

📄 CodeRabbit inference engine (AGENTS.md)

Track bundle budgets via package.json#size-limit

Files:

  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
  • packages/nebula/package.json
🧠 Learnings (3)
📓 Common learnings
Learnt from: CR
PR: thirdweb-dev/js#0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to .changeset/*.md : Version bump rules: patch for non‑API changes; minor for new/modified public API
📚 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/thirdweb/src/wallets/** : EIP-1193, EIP-5792, EIP-7702 standard support in wallet modules

Applied to files:

  • packages/thirdweb/CHANGELOG.md
📚 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: Socket Security: Pull Request Alerts
  • GitHub Check: Unit Tests
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: Size
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (4)
packages/nebula/package.json (1)

60-60: Patch version bump looks correct.

0.2.48 → 0.2.49 aligns with a dependency-only patch release. No issues.

packages/thirdweb/CHANGELOG.md (1)

3-8: Resolved — PR, commit, and version align.
packages/thirdweb/package.json version = 5.105.49; packages/thirdweb/CHANGELOG.md has "## 5.105.49" entry referencing PR #8062 and commit f276dcf (short f276dcf); commit exists in repo.

packages/nebula/CHANGELOG.md (1)

3-9: Changelog entry matches dependency bump.

Entry 0.2.49 correctly reflects [email protected] and links the commit.

Please confirm the linked commit hash resolves and that packages/nebula/package.json is at 0.2.49 in this PR (it should be, per the release bot).

packages/thirdweb/package.json (1)

420-420: LGTM: patch version bump.

No functional/config changes beyond "version".

Double-check the corresponding entry exists in packages/thirdweb/CHANGELOG.md for 5.105.49 (it should reference filtering AGW from searchable wallets).

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.

2 participants