Skip to content

Version Packages #7640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #7640

wants to merge 1 commit into from

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Jul 17, 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

@thirdweb-dev/[email protected]

Patch Changes

[email protected]

Patch Changes

  • #7634 4cbf671 Thanks @Yash094! - feat(chains): add Etherlink mainnet and testnet chains

  • #7600 170c377 Thanks @gregfromstl! - Add fallback mechanism to usePaymentMethods hook for getOwnedTokens failures

    When getOwnedTokens batches fail in the usePaymentMethods hook, the system now falls back to getting native token balances for each chain using getWalletBalance. This ensures users can still access their native tokens as payment methods even when the insight API is experiencing issues, providing a more resilient user experience.

    The fallback mechanism:

    • Catches getOwnedTokens failures and logs warnings
    • Falls back to native balance fetching using getWalletBalance for each chain
    • Transforms results to match the expected format
    • Continues normal processing flow seamlessly
  • #7642 0f38a12 Thanks @gregfromstl! - TransactionWidget: Hides the "UnknownContract" label

@thirdweb-dev/[email protected]


PR-Codex overview

This PR focuses on updating package versions and changelogs across multiple packages, including service-utils, thirdweb, nebula, and wagmi-adapter. It introduces new features, improvements, and dependency updates to enhance functionality and user experience.

Detailed summary

  • Deleted several .changeset markdown files.
  • Updated version in packages/service-utils/package.json from 0.10.4 to 0.10.5.
  • Updated version in packages/thirdweb/package.json from 5.105.16 to 5.105.17.
  • Updated version in packages/nebula/package.json from 0.2.16 to 0.2.17.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.113 to 0.2.114.
  • Added changelog entries for service-utils (v0.10.5), nebula (v0.2.17), and thirdweb (v5.105.17) with notable changes including:
    • New mcp capability in service-utils.
    • Added Etherlink mainnet and testnet chains in thirdweb.
    • Fallback mechanism for usePaymentMethods hook to handle getOwnedTokens failures in thirdweb.

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

Summary by CodeRabbit

  • New Features

    • Added support for Etherlink mainnet and testnet chains.
    • Enhanced payment method retrieval with a fallback mechanism for improved reliability.
    • Updated team capabilities list with the addition of "mcp".
  • Improvements

    • Updated the transaction interface to hide the "UnknownContract" label for better clarity.
  • Chores

    • Updated package versions and changelogs across multiple packages.

@joaquim-verges joaquim-verges requested review from a team as code owners July 17, 2025 19:34
Copy link

vercel bot commented Jul 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2025 5:00am
nebula ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2025 5:00am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2025 5:00am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2025 5:00am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2025 5:00am

Copy link
Contributor

coderabbitai bot commented Jul 17, 2025

## Walkthrough

The changes remove three changeset files documenting the addition of Etherlink chains, a fallback mechanism in `usePaymentMethods`, and a TransactionWidget UI update. They add new changelog entries and update package versions for `nebula`, `thirdweb`, `wagmi-adapter`, and `service-utils`. No source code or exported entities are modified; all updates are documentation and metadata changes.

## Changes

| Files/Groups                                                         | Change Summary                                                                                             |
|---------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|
| .changeset/early-shoes-tap.md, .changeset/fallback-native-balance.md, .changeset/whole-bottles-wait.md, .changeset/free-boxes-lose.md | Removed changesets documenting Etherlink chain addition, fallback in `usePaymentMethods`, TransactionWidget UI update, and `mcp` capability addition |
| packages/nebula/CHANGELOG.md, packages/nebula/package.json          | Added changelog entry for 0.2.17 and updated version to 0.2.17                                            |
| packages/thirdweb/CHANGELOG.md, packages/thirdweb/package.json      | Added changelog entry for 5.105.17 describing Etherlink chains addition, fallback in `usePaymentMethods`, and UI update; updated version to 5.105.17 |
| packages/wagmi-adapter/CHANGELOG.md, packages/wagmi-adapter/package.json | Added empty changelog entry for 0.2.114 and updated version to 0.2.114                                   |
| packages/service-utils/CHANGELOG.md, packages/service-utils/package.json | Added changelog entry for 0.10.5 adding `mcp` capability; updated version to 0.10.5                       |

## Possibly related PRs

- thirdweb-dev/js#7361: Removes a changeset related to Etherlink transfer fixes and updates package versions, sharing context with this PR's Etherlink-related changeset and version updates.

## Suggested labels

`packages`, `SDK`

## Suggested reviewers

- d4mr

📜 Recent review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between e8579f7 and 7539a5c.

📒 Files selected for processing (12)
  • .changeset/early-shoes-tap.md (0 hunks)
  • .changeset/fallback-native-balance.md (0 hunks)
  • .changeset/free-boxes-lose.md (0 hunks)
  • .changeset/whole-bottles-wait.md (0 hunks)
  • packages/nebula/CHANGELOG.md (1 hunks)
  • packages/nebula/package.json (1 hunks)
  • packages/service-utils/CHANGELOG.md (1 hunks)
  • packages/service-utils/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 (4)
  • .changeset/free-boxes-lose.md
  • .changeset/early-shoes-tap.md
  • .changeset/whole-bottles-wait.md
  • .changeset/fallback-native-balance.md
✅ Files skipped from review due to trivial changes (2)
  • packages/service-utils/package.json
  • packages/thirdweb/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (6)
  • packages/thirdweb/package.json
  • packages/wagmi-adapter/CHANGELOG.md
  • packages/nebula/package.json
  • packages/wagmi-adapter/package.json
  • packages/service-utils/CHANGELOG.md
  • packages/nebula/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: E2E Tests (pnpm, webpack)
  • GitHub Check: Unit Tests
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Size
  • GitHub Check: Lint Packages
  • GitHub Check: Build Packages
  • GitHub Check: Analyze (javascript)

🪧 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.
    • Explain this complex logic.
    • 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. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • 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 src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

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

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

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

Documentation and Community

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

Copy link
Contributor

graphite-app bot commented Jul 17, 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

@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)

58-58: Add size-limit budget to comply with workspace guidelines

packages/*/package.json files are expected to track bundle budgets via a size-limit field.
Adding it now keeps us from forgetting and enables CI assertions before the first real growth spike.

   "typings": "./dist/types/exports/thirdweb.d.ts",
+  "size-limit": [
+    {
+      "path": "./dist/esm/**/*.js",
+      "limit": "10 kB"
+    }
+  ],
   "version": "0.2.114"
packages/wagmi-adapter/CHANGELOG.md (1)

3-4: Populate the 0.2.114 entry

An empty header causes confusion downstream (docs, release notes, support).
Please add at least a short note such as “- Bump internal thirdweb dependency – no user-facing changes”.

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 4cbf671 and 21582c9.

📒 Files selected for processing (7)
  • .changeset/early-shoes-tap.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/early-shoes-tap.md
🧰 Additional context used
📓 Path-based instructions (1)
packages/*/package.json

Instructions used from:

Sources:
📄 CodeRabbit Inference Engine

  • CLAUDE.md
🧠 Learnings (6)
📓 Common learnings
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.488Z
Learning: Surface breaking changes prominently in PR descriptions
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.489Z
Learning: Applies to packages/wagmi-adapter/**/*.{ts,tsx} : Wagmi ecosystem integration is in `packages/wagmi-adapter/`
packages/wagmi-adapter/package.json (4)
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.489Z
Learning: Applies to packages/wagmi-adapter/**/*.{ts,tsx} : Wagmi ecosystem integration is in `packages/wagmi-adapter/`
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.488Z
Learning: Applies to packages/thirdweb/src/exports/**/*.{ts,tsx} : Export everything via `exports/` directory, grouped by feature in the public API of the SDK
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.488Z
Learning: Applies to packages/thirdweb/src/exports/**/*.{ts,tsx} : Every public symbol must have comprehensive TSDoc with at least one `@example` block that compiles and custom annotation tags (`@beta`, `@internal`, `@experimental`)
Learnt from: MananTank
PR: thirdweb-dev/js#7356
File: apps/nebula/src/app/not-found.tsx:1-1
Timestamp: 2025-06-17T18:30:52.976Z
Learning: In the thirdweb/js project, the React namespace is available for type annotations (like React.FC) without needing to explicitly import React. This is project-specific configuration that differs from typical TypeScript/React setups.
packages/wagmi-adapter/CHANGELOG.md (1)
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.489Z
Learning: Applies to packages/wagmi-adapter/**/*.{ts,tsx} : Wagmi ecosystem integration is in `packages/wagmi-adapter/`
packages/thirdweb/package.json (4)
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.488Z
Learning: Applies to packages/thirdweb/src/exports/**/*.{ts,tsx} : Export everything via `exports/` directory, grouped by feature in the public API of the SDK
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.488Z
Learning: Surface breaking changes prominently in PR descriptions
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.488Z
Learning: Applies to packages/thirdweb/src/exports/**/*.{ts,tsx} : Every public symbol must have comprehensive TSDoc with at least one `@example` block that compiles and custom annotation tags (`@beta`, `@internal`, `@experimental`)
Learnt from: MananTank
PR: thirdweb-dev/js#7356
File: apps/nebula/src/app/not-found.tsx:1-1
Timestamp: 2025-06-17T18:30:52.976Z
Learning: In the thirdweb/js project, the React namespace is available for type annotations (like React.FC) without needing to explicitly import React. This is project-specific configuration that differs from typical TypeScript/React setups.
packages/nebula/package.json (3)
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.488Z
Learning: Applies to packages/thirdweb/src/exports/**/*.{ts,tsx} : Export everything via `exports/` directory, grouped by feature in the public API of the SDK
Learnt from: MananTank
PR: thirdweb-dev/js#7356
File: apps/nebula/src/app/not-found.tsx:1-1
Timestamp: 2025-06-17T18:30:52.976Z
Learning: In the thirdweb/js project, the React namespace is available for type annotations (like React.FC) without needing to explicitly import React. This is project-specific configuration that differs from typical TypeScript/React setups.
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.488Z
Learning: Applies to packages/thirdweb/src/exports/**/*.{ts,tsx} : Every public symbol must have comprehensive TSDoc with at least one `@example` block that compiles and custom annotation tags (`@beta`, `@internal`, `@experimental`)
packages/thirdweb/CHANGELOG.md (3)

undefined

<retrieved_learning>
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.488Z
Learning: Applies to **/*.test.{ts,tsx} : Use FORKED_ETHEREUM_CHAIN for mainnet interactions and ANVIL_CHAIN for isolated tests
</retrieved_learning>

<retrieved_learning>
Learnt from: MananTank
PR: #7298
File: apps/dashboard/src/app/nebula-app/move-funds/move-funds.tsx:424-424
Timestamp: 2025-06-06T23:46:08.795Z
Learning: The thirdweb project has an ESLint rule that restricts direct usage of defineChain. When it's necessary to use defineChain directly, it's acceptable to disable the rule with // eslint-disable-next-line no-restricted-syntax.
</retrieved_learning>

<retrieved_learning>
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-06-30T10:25:29.489Z
Learning: Applies to src/wallets/**/*.{ts,tsx} : Support EIP-1193, EIP-5792, EIP-7702 standards in wallet architecture
</retrieved_learning>

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

407-407: Patch version bump LGTM

The change is limited to a single patch-level increment (5.105.165.105.17).
No dependency graph or script alterations detected—safe to merge.

packages/nebula/package.json (1)

60-60: Patch version bump LGTM

0.2.160.2.17 aligns with the updated thirdweb workspace version.
No further changes observed.

packages/thirdweb/CHANGELOG.md (1)

3-8: Consider adding release date and double-checking semantic version bump

  1. For consistency with the existing entries in this file (and with most CHANGELOG conventions), it’s helpful to append the release date after the version header, e.g.
    ## 5.105.17 – 2025-07-xx.

  2. Adding support for new chains is user-visible functionality. Under strict SemVer this would typically trigger a minor bump (5.106.0) rather than a patch. If your project’s versioning policy intentionally treats chain additions as patches, feel free to ignore this; otherwise, please verify with the release guidelines.

[ suggest_nitpick ] [ request_verification ]

packages/nebula/CHANGELOG.md (1)

3-9: Changelog entry looks accurate – no action needed
The dependency bump and commit link line up with the PR description.

Copy link
Contributor

github-actions bot commented Jul 17, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 63.25 KB (0%) 1.3 s (0%) 345 ms (+75.05% 🔺) 1.7 s
thirdweb (cjs) 353.31 KB (0%) 7.1 s (0%) 1.6 s (+3.72% 🔺) 8.7 s
thirdweb (minimal + tree-shaking) 5.7 KB (0%) 114 ms (0%) 58 ms (+476.95% 🔺) 172 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 24 ms (+292.68% 🔺) 34 ms
thirdweb/react (minimal + tree-shaking) 19.59 KB (0%) 392 ms (0%) 61 ms (+175.12% 🔺) 452 ms

Copy link

codecov bot commented Jul 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.43%. Comparing base (6e62a3a) to head (7539a5c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7640   +/-   ##
=======================================
  Coverage   56.43%   56.43%           
=======================================
  Files         908      908           
  Lines       58193    58193           
  Branches     4226     4225    -1     
=======================================
  Hits        32840    32840           
  Misses      25244    25244           
  Partials      109      109           
Flag Coverage Δ
packages 56.43% <ø> (ø)
🚀 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