Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Sep 19, 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/[email protected]

Patch Changes

[email protected]

Patch Changes

@thirdweb-dev/[email protected]


PR-Codex overview

This PR focuses on updating version numbers across multiple packages, adding new changelog entries, and modifying dependency versions for the thirdweb package.

Detailed summary

  • Deleted .changeset/smart-mugs-doubt.md and .changeset/honest-hands-clap.md.
  • Updated version to 5.106.1 in packages/thirdweb/package.json.
  • Updated version to 0.2.50 in packages/nebula/package.json.
  • Updated version to 0.2.147 in packages/wagmi-adapter/package.json.
  • Added changelog entry for thirdweb version 5.106.1.
  • Added changelog entry for nebula version 0.2.50.

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

Summary by CodeRabbit

  • New Features
    • Added an option on SwapWidget to control whether token selections persist between sessions.
  • Bug Fixes
    • Display policy error messages for 7702 transactions to improve clarity during failed sends.
  • Chores
    • Updated dependencies, including thirdweb to 5.106.1.
    • Bumped package versions: nebula to 0.2.50 and wagmi-adapter to 0.2.147.
    • Updated changelogs to reflect the latest patch releases.

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

vercel bot commented Sep 19, 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 19, 2025 9:26am
nebula Ready Ready Preview Comment Sep 19, 2025 9:26am
thirdweb_playground Ready Ready Preview Comment Sep 19, 2025 9:26am
thirdweb-www Ready Ready Preview Comment Sep 19, 2025 9:26am
wallet-ui Ready Ready Preview Comment Sep 19, 2025 9:26am

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 19, 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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 19, 2025

Walkthrough

Removed a changeset file, bumped versions for nebula, thirdweb, and wagmi-adapter packages, and updated their CHANGELOGs. The thirdweb changelog documents a new SwapWidget prop (persistTokenSelections) introduced in version 5.106.1. No source code changes are included in this diff.

Changes

Cohort / File(s) Summary of changes
Changeset cleanup
\.changeset/honest-hands-clap.md
Removed a changeset entry describing a patch about persistTokenSelections on SwapWidget.
Nebula version and changelog
packages/nebula/CHANGELOG.md, packages/nebula/package.json
Added 0.2.50 changelog entry noting dependency update to [email protected]; bumped package version from 0.2.49 to 0.2.50.
Thirdweb version and changelog
packages/thirdweb/CHANGELOG.md, packages/thirdweb/package.json
Added 5.106.1 changelog documenting new persistTokenSelections prop on SwapWidget; bumped version from 5.106.0 to 5.106.1.
Wagmi-adapter version and changelog
packages/wagmi-adapter/CHANGELOG.md, packages/wagmi-adapter/package.json
Added 0.2.147 header in changelog; bumped version from 0.2.146 to 0.2.147.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title Check ✅ Passed The title "Version Packages" is short and directly related to the PR's primary change—bumping package versions and adding changelog entries—so it communicates the main purpose to reviewers. It is somewhat generic and does not follow the repository's suggested PR title format or name the affected packages, which would make the intent clearer in the project history.
Description Check ✅ Passed The PR description is the Changesets-generated release notes and includes the release entries, package version updates, and commit references, so it contains the essential information required for this automated release PR. It does not include the repository's commented PR template sections (the suggested title format, "Notes for the reviewer", and "How to test"), which are missing but not critical for an automated release. Because the core release details are present, the description is mostly complete for this purpose.
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 c888fc7 and e884659.

📒 Files selected for processing (7)
  • .changeset/honest-hands-clap.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/honest-hands-clap.md
🚧 Files skipped from review as they are similar to previous changes (6)
  • packages/wagmi-adapter/package.json
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/nebula/package.json
  • packages/nebula/CHANGELOG.md
  • packages/thirdweb/package.json
  • 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: Unit Tests
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Size
  • GitHub Check: Lint Packages
  • GitHub Check: Build Packages
  • GitHub Check: Analyze (javascript)

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

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 (3)
packages/wagmi-adapter/CHANGELOG.md (1)

3-4: Add a brief note under 0.2.147.
E.g., “Internal version bump only; no functional changes.” Helps consumers scanning diffs.

 ## 0.2.147
+### Patch Changes
+- Internal version bump only; no functional changes.
packages/wagmi-adapter/package.json (1)

45-54: Nit: add a size-limit budget to packages/wagmi-adapter/package.json
No "size-limit" section found; add a size-limit config to this package.json to guard against accidental bundle bloat.

packages/nebula/package.json (1)

46-56: Optional: add size-limit budgets for packages/nebula

No "size-limit" section found in packages/nebula/package.json (root package.json checked). Add per-package size budgets or confirm a centralized size-limit to detect bundle-size regressions for the generated SDK.

📜 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 59616d0 and c888fc7.

📒 Files selected for processing (7)
  • .changeset/honest-hands-clap.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/honest-hands-clap.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/nebula/package.json
  • packages/wagmi-adapter/package.json
  • packages/thirdweb/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 (2)
📚 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
📚 Learning: 2025-09-18T20:09:57.022Z
Learnt from: MananTank
PR: thirdweb-dev/js#8069
File: apps/playground-web/src/app/bridge/swap-widget/components/types.ts:3-12
Timestamp: 2025-09-18T20:09:57.022Z
Learning: The SwapWidgetPlaygroundOptions type should not include persistTokenSelections - the playground intentionally hardcodes persistTokenSelections={false} and doesn't expose it as a configurable option to users.

Applied to files:

  • 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: Size
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: Build Packages
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Lint Packages
  • GitHub Check: Unit Tests
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (6)
packages/thirdweb/package.json (2)

421-421: Version bump looks correct; nothing else changed.
Matches the PR scope. Peer ranges already cover this.


317-346: Resolved — size-limit config exists (no action required)
Budgets are defined in packages/thirdweb/.size-limit.json and CI invokes size‑limit (.github/workflows/CI.yml); no change needed.

packages/nebula/package.json (1)

60-60: Nebula patch version bump is consistent with dependency update.
No API surface changes; workspace dep aligns with [email protected].

packages/wagmi-adapter/package.json (1)

58-58: Wagmi adapter version bump only; peer ranges already compatible.
thirdweb peer "^5.85.0" includes 5.106.1.

packages/nebula/CHANGELOG.md (1)

3-9: Changelog entry reads well and links the commit.
Accurately lists the dependency bump to [email protected].

packages/thirdweb/CHANGELOG.md (1)

3-8: LGTM — tiny wording nit; playground check OK

  • Wording: change “to local storage” → “in local storage”.
  • Verified: playground hardcodes persistTokenSelections={false} in apps/playground-web/src/app/bridge/swap-widget/components/right-section.tsx:63.

Apply wording tweak:

- Add `persistTokenSelections` prop on `SwapWidget` to allow disabling token selection persistence to local storage
+ Add `persistTokenSelections` prop on `SwapWidget` to allow disabling token selection persistence in local storage

@github-actions
Copy link
Contributor

github-actions bot commented Sep 19, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 63.96 KB (0%) 1.3 s (0%) 211 ms (+290.91% 🔺) 1.5 s
thirdweb (cjs) 361.44 KB (0%) 7.3 s (0%) 612 ms (+23.42% 🔺) 7.9 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 90 ms (+3972.81% 🔺) 205 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 66 ms (+5185.95% 🔺) 76 ms
thirdweb/react (minimal + tree-shaking) 19.14 KB (0%) 383 ms (0%) 89 ms (+3435.83% 🔺) 472 ms

@codecov
Copy link

codecov bot commented Sep 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.34%. Comparing base (7b8ceeb) to head (e884659).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8075   +/-   ##
=======================================
  Coverage   56.34%   56.34%           
=======================================
  Files         906      906           
  Lines       59171    59171           
  Branches     4173     4175    +2     
=======================================
  Hits        33342    33342           
  Misses      25723    25723           
  Partials      106      106           
Flag Coverage Δ
packages 56.34% <ø> (ø)
🚀 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.

2 participants