Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Aug 15, 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 the version numbers for several packages and adding changelog entries for recent updates in the thirdweb library and its dependencies.

Detailed summary

  • Removed three .md files from .changeset.
  • Updated version in packages/thirdweb/package.json from 5.105.33 to 5.105.34.
  • Updated version in packages/nebula/package.json from 0.2.33 to 0.2.34.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.130 to 0.2.131.
  • Added changelog entries for nebula and thirdweb packages reflecting the latest changes and fixes.

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

Summary by CodeRabbit

  • New Features

    • Support for ERC20 assets.
    • Added missing props to the wallet details modal hook for improved configurability.
  • Bug Fixes

    • Pay UI now behaves correctly when no mode is specified, defaulting to a sensible funding flow.
  • Chores

    • Bumped package versions (nebula, thirdweb, wagmi-adapter).
    • Updated changelogs and removed obsolete changeset metadata.

@joaquim-verges joaquim-verges requested review from a team as code owners August 15, 2025 22:44
@vercel
Copy link

vercel bot commented Aug 15, 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 Aug 18, 2025 7:40pm
nebula Ready Ready Preview Comment Aug 18, 2025 7:40pm
thirdweb_playground Ready Ready Preview Comment Aug 18, 2025 7:40pm
thirdweb-www Ready Ready Preview Comment Aug 18, 2025 7:40pm
wallet-ui Ready Ready Preview Comment Aug 18, 2025 7:40pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 15, 2025

Walkthrough

Removed two changeset files, bumped package versions for nebula, thirdweb, and wagmi-adapter, and added corresponding top entries to their CHANGELOG.md files. No source code, API, or functional changes were made.

Changes

Cohort / File(s) Summary
Changeset housekeeping
.changeset/young-carrots-burn.md, .changeset/cold-pigs-dress.md
Deleted two changeset files that previously documented patch release notes for thirdweb.
Version bumps
packages/nebula/package.json, packages/thirdweb/package.json, packages/wagmi-adapter/package.json
Incremented versions: nebula 0.2.33 → 0.2.34, thirdweb 5.105.33 → 5.105.34, wagmi-adapter 0.2.130 → 0.2.131.
Changelog updates
packages/nebula/CHANGELOG.md, packages/thirdweb/CHANGELOG.md, packages/wagmi-adapter/CHANGELOG.md
Added new top entries: nebula v0.2.34 (dependency patch reference), thirdweb v5.105.34 (patch notes listing three commits), and wagmi-adapter v0.2.131 (empty placeholder).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • 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 ea0e1e6 and 1d68c2a.

📒 Files selected for processing (8)
  • .changeset/cold-pigs-dress.md (0 hunks)
  • .changeset/young-carrots-burn.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 (2)
  • .changeset/cold-pigs-dress.md
  • .changeset/young-carrots-burn.md
🚧 Files skipped from review as they are similar to previous changes (5)
  • packages/thirdweb/package.json
  • packages/nebula/package.json
  • packages/wagmi-adapter/package.json
  • packages/thirdweb/CHANGELOG.md
  • packages/wagmi-adapter/CHANGELOG.md
🧰 Additional context used
🪛 LanguageTool
packages/nebula/CHANGELOG.md

[grammar] ~7-~7: There might be a mistake here.
Context: ...7bc389bef4b2f84544a73732a61782e3dca16)]: - [email protected] ## 0.2.33 ### Patch ...

(QB_NEW_EN)

⏰ 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: Unit Tests
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Build Packages
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (1)
packages/nebula/CHANGELOG.md (1)

3-9: Changelog Entry Validated

  • packages/nebula/package.json version (0.2.34) matches the CHANGELOG entry.
  • Dependency bump to [email protected] is correctly listed.
  • All three commit SHAs (7f11657, 467ba50, d227bc3) appear in the thirdweb CHANGELOG under version 5.105.34.

No further changes needed.

✨ 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

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@graphite-app
Copy link
Contributor

graphite-app bot commented Aug 15, 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 Aug 15, 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 (1)
packages/wagmi-adapter/CHANGELOG.md (1)

3-4: Changelog header consistency confirmed

The version in package.json matches 0.2.131, and there’s a single ## 0.2.131 header in packages/wagmi-adapter/CHANGELOG.md. The entry is empty; you may add a brief note for clarity or omit if empty entries are your standard.

• File: packages/wagmi-adapter/CHANGELOG.md (lines 3–4)
• Suggested diff:

## 0.2.131

+### Patch Changes
+
+- Version bump only; no user-facing changes.

[optional_refactors_recommended]

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • 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 d227bc3 and f8f2ad6.

📒 Files selected for processing (7)
  • .changeset/young-carrots-burn.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/young-carrots-burn.md
🧰 Additional context used
📓 Path-based instructions (1)
packages/wagmi-adapter/**

📄 CodeRabbit Inference Engine (CLAUDE.md)

Wagmi ecosystem integration is in packages/wagmi-adapter/

Files:

  • packages/wagmi-adapter/CHANGELOG.md
  • packages/wagmi-adapter/package.json
🧠 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/CHANGELOG.md
  • packages/wagmi-adapter/package.json
📚 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
🪛 LanguageTool
packages/nebula/CHANGELOG.md

[grammar] ~7-~7: There might be a mistake here.
Context: ...7bc389bef4b2f84544a73732a61782e3dca16)]: - [email protected] ## 0.2.33 ### Patch ...

(QB_NEW_EN)

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

3-8: Changelog entry for 5.105.34 looks good

  • Correctly added a patch section with PR and commit references.
  • Scope and credit are clear; no formatting issues spotted.
packages/wagmi-adapter/package.json (1)

58-58: Version bump only — all good

Bumped to 0.2.131 with no other metadata changes. Peer ranges remain compatible (thirdweb ^5.85.0 covers 5.105.34).

packages/nebula/package.json (1)

60-60: Nebula version bump is consistent

Version updated to 0.2.34; no other changes. Matches the changelog entry.

packages/thirdweb/package.json (1)

420-420: Core package version updated correctly

Patched to 5.105.34; exports/peers/build scripts unchanged. This aligns with the new CHANGELOG entry.

packages/nebula/CHANGELOG.md (1)

3-8: Nebula changelog correctly notes dependency bump

  • References the thirdweb 5.105.34 patch and related commit.
  • Formatting is consistent with prior entries.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 15, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.06 KB (0%) 1.3 s (0%) 588 ms (+79.87% 🔺) 1.9 s
thirdweb (cjs) 357.05 KB (0%) 7.2 s (0%) 2.7 s (-6.2% 🔽) 9.9 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 141 ms (+444.59% 🔺) 255 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 45 ms (+184.58% 🔺) 56 ms
thirdweb/react (minimal + tree-shaking) 19.15 KB (0%) 383 ms (0%) 73 ms (+23.53% 🔺) 456 ms

@codecov
Copy link

codecov bot commented Aug 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.54%. Comparing base (467ba50) to head (1d68c2a).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7863      +/-   ##
==========================================
- Coverage   56.54%   56.54%   -0.01%     
==========================================
  Files         904      904              
  Lines       58592    58592              
  Branches     4145     4144       -1     
==========================================
- Hits        33131    33129       -2     
- Misses      25355    25357       +2     
  Partials      106      106              
Flag Coverage Δ
packages 56.54% <ø> (-0.01%) ⬇️
see 1 file 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.

@joaquim-verges joaquim-verges force-pushed the changeset-release/main branch from f8f2ad6 to 2c4c3fa Compare August 15, 2025 23:38
@joaquim-verges joaquim-verges force-pushed the changeset-release/main branch from 2c4c3fa to 91662b4 Compare August 16, 2025 13:08
@joaquim-verges joaquim-verges force-pushed the changeset-release/main branch from 91662b4 to ea0e1e6 Compare August 18, 2025 17:57
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.

3 participants