Skip to content

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Sep 26, 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.57

Patch Changes

thirdweb@5.108.4

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.154


PR-Codex overview

This PR focuses on updating version numbers for several packages and includes changelog entries that document recent changes and improvements in the thirdweb and nebula packages.

Detailed summary

  • Updated version in packages/thirdweb/package.json from 5.108.3 to 5.108.4.
  • Updated version in packages/nebula/package.json from 0.2.56 to 0.2.57.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.153 to 0.2.154.
  • Added changelog entries for thirdweb version 5.108.4 detailing:
    • Handling of 7702 accounts in verifyTypedData.
    • Fix for Embed container size.
  • Added changelog entry for nebula version 0.2.57, referencing updated dependencies.

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

Summary by CodeRabbit

  • Bug Fixes

    • Corrected Embed container sizing for more consistent display.
    • Improved compatibility for 7702 accounts during typed data verification.
  • Chores

    • Updated package versions: nebula (0.2.57), thirdweb (5.108.4), wagmi-adapter (0.2.154).
    • Refreshed changelogs to reflect the latest releases and dependency updates.
    • Removed an obsolete changeset entry.

@joaquim-verges joaquim-verges requested review from a team as code owners September 26, 2025 20:20
Copy link

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

Copy link
Contributor

coderabbitai bot commented Sep 26, 2025

Walkthrough

Removed a changeset entry and applied version bumps plus CHANGELOG updates for nebula, thirdweb, and wagmi-adapter packages. No source code, behavioral, or public API changes.

Changes

Cohort / File(s) Summary
Changeset cleanup
\.changeset/social-showers-see.md
Removed a changeset entry referencing a "thirdweb" patch note ("Fix Embed container size").
nebula release bump
packages/nebula/package.json, packages/nebula/CHANGELOG.md
Bumped version 0.2.56 → 0.2.57 and added CHANGELOG entry noting dependency update to thirdweb 5.108.4.
thirdweb release bump
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Bumped version 5.108.3 → 5.108.4 and added CHANGELOG entries for PRs: "Handle 7702 accounts in verifyTypedData" and "Fix Embed container size".
wagmi-adapter release bump
packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
Bumped version 0.2.153 → 0.2.154 and added a new CHANGELOG header for 0.2.154.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

packages, SDK

Pre-merge checks and finishing touches

❌ Failed checks (2 warnings)
Check name Status Explanation Resolution
Title Check ⚠️ Warning The title “Version Packages” is too generic and does not clearly indicate which packages are being versioned or follow the repository’s “[SDK/Dashboard/Portal] Feature/Fix: …” format, making it difficult for readers to understand the primary change at a glance. Please update the title to follow the repository convention and succinctly summarize the main change, for example: “[SDK] Chore: Bump nebula, thirdweb, and wagmi-adapter package versions.”
Description Check ⚠️ Warning The pull request description contains the automated changeset output but lacks the required sections from the repository’s template—specifically the issue tag, “Notes for the reviewer,” and “How to test” headings—so it does not adhere to the prescribed structure. Please restructure the description to match the template by adding the issue tag (if applicable), a “## Notes for the reviewer” section with any important context, and a “## How to test” section outlining the verification steps or tests.
✅ 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 fc47fe9 and 7bac17c.

📒 Files selected for processing (7)
  • .changeset/social-showers-see.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/social-showers-see.md
✅ Files skipped from review due to trivial changes (3)
  • packages/thirdweb/CHANGELOG.md
  • packages/nebula/package.json
  • packages/wagmi-adapter/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (2)
  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
🧰 Additional context used
🧠 Learnings (1)
📓 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
⏰ 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: E2E Tests (pnpm, vite)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: Size
  • 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 26, 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.

Copy link
Contributor

github-actions bot commented Sep 26, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.69 KB (0%) 1.3 s (0%) 348 ms (+215.2% 🔺) 1.7 s
thirdweb (cjs) 361.52 KB (0%) 7.3 s (0%) 1.2 s (+15.33% 🔺) 8.4 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 138 ms (+2084.93% 🔺) 252 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 62 ms (+1704.29% 🔺) 73 ms
thirdweb/react (minimal + tree-shaking) 19.14 KB (0%) 383 ms (0%) 165 ms (+2550.22% 🔺) 548 ms

Copy link

codecov bot commented Sep 28, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8137      +/-   ##
==========================================
- Coverage   56.29%   56.28%   -0.01%     
==========================================
  Files         906      906              
  Lines       59208    59208              
  Branches     4179     4180       +1     
==========================================
- Hits        33329    33324       -5     
- Misses      25774    25780       +6     
+ Partials      105      104       -1     
Flag Coverage Δ
packages 56.28% <ø> (-0.01%) ⬇️
see 3 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.

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