Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Sep 24, 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 version updates for several packages, including thirdweb, nebula, and wagmi-adapter, along with corresponding changelog entries for the new versions.

Detailed summary

  • Updated version in packages/thirdweb/package.json from 5.108.0 to 5.108.1
  • Updated version in packages/nebula/package.json from 0.2.53 to 0.2.54
  • Updated version in packages/wagmi-adapter/package.json from 0.2.150 to 0.2.151
  • Added changelog entry for nebula version 0.2.54 noting dependency updates
  • Added changelog entry for thirdweb version 5.108.1 detailing a fix for the BuyWidget error messages

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

Summary by CodeRabbit

  • Bug Fixes

    • BuyWidget now displays failure error messages to help diagnose purchase issues.
  • Chores

    • Updated third-party dependency to the latest patch release.
    • Bumped package versions across modules to align with dependency updates.
    • Refreshed changelogs to document the new patch versions.

@joaquim-verges joaquim-verges requested review from a team as code owners September 24, 2025 03:33
Copy link

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

Copy link
Contributor

coderabbitai bot commented Sep 24, 2025

Walkthrough

Removed a changeset entry related to thirdweb. Bumped versions and updated changelogs for packages: nebula (0.2.54), thirdweb (5.108.1), and wagmi-adapter (0.2.151). Documented thirdweb patch note about BuyWidget failure error messages in its changelog. No code or public API changes.

Changes

Cohort / File(s) Summary of changes
Changeset cleanup
\.changeset/wicked-cycles-attack.md
Removed changeset entry that patched "thirdweb" and its BuyWidget failure message note.
Nebula versioning
packages/nebula/package.json, packages/nebula/CHANGELOG.md
Bumped version 0.2.53 → 0.2.54; added changelog entry noting dependency update to thirdweb 5.108.1.
thirdweb versioning and notes
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Bumped version 5.108.0 → 5.108.1; added changelog entry: display failure error messages on BuyWidget.
wagmi-adapter versioning
packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
Bumped version 0.2.150 → 0.2.151; added corresponding changelog entry header.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

packages, SDK

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 primary change (bumping package versions and updating changelogs), so it meets the check's requirement that the title reflect the main change; however it is generic and lacks specificity about which packages or scope are affected.
Description Check ✅ Passed The PR description contains the Changesets-generated release notes and a clear summary of the package version bumps and changelog entries, which covers the core information needed for a release PR; the repository template's optional sections like "Notes for the reviewer" and "How to test" are not present but are non-critical for an automated release PR.
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

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

@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Sep 24, 2025
Copy link
Contributor

graphite-app bot commented Sep 24, 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/thirdweb/package.json (1)

430-431: Version bump looks good — confirm/move size-limit into package.json

Found bundle budget at packages/thirdweb/.size-limit.json; packages/thirdweb/package.json has no "size-limit" field (it has a "size" script). Move the config into package.json#size-limit per guideline or confirm keeping the standalone file.

packages/thirdweb/CHANGELOG.md (1)

7-7: Polish wording for clarity and consistency

"failure error messages" is redundant. Prefer a crisper phrasing.

- - [#8108](https://github.com/thirdweb-dev/js/pull/8108) [`e1cccd7`](https://github.com/thirdweb-dev/js/commit/e1cccd7a10447943c4b31f34e09a94d2ff5ee826) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Displays the failure error messages on the BuyWidget
+ - [#8108](https://github.com/thirdweb-dev/js/pull/8108) [`e1cccd7`](https://github.com/thirdweb-dev/js/commit/e1cccd7a10447943c4b31f34e09a94d2ff5ee826) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Displays error messages for BuyWidget failures
📜 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 e1cccd7 and 0747b14.

📒 Files selected for processing (7)
  • .changeset/wicked-cycles-attack.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/wicked-cycles-attack.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/nebula/package.json
  • packages/thirdweb/package.json
🧠 Learnings (2)
📚 Learning: 2025-08-29T15:37:38.513Z
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

Applied to files:

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

60-61: Nebula version bump OK.

No dependency/peer changes; aligns with changelog.

Confirm whether this package intentionally omits a size-limit budget, or add package.json#size-limit per guideline if applicable.

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

58-59: Wagmi adapter version bump OK; peer ranges remain compatible.

thirdweb ^5.85.0 covers 5.108.1.

If this package ships browser code, consider tracking a size-limit budget in package.json as per guideline (or confirm it’s covered elsewhere).

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

3-4: Changelog entry added correctly.

Header aligns with package.json version.

packages/thirdweb/CHANGELOG.md (1)

3-8: LGTM for the new 5.108.1 entry

Version section is correctly added at the top with appropriate links and formatting.

packages/nebula/CHANGELOG.md (2)

3-9: Changelog entry looks good for a patch bump.

Consistent heading levels; dependency update and commit link are clear.


7-9: Verified — thirdweb 5.108.1 present; Nebula uses workspace dependency

packages/nebula/package.json depends on thirdweb as "workspace:" (not explicitly pinned to 5.108.1); packages/thirdweb/package.json is 5.108.1 and packages/thirdweb/CHANGELOG.md contains the 5.108.1 entry. No action required unless you want Nebula to pin thirdweb to 5.108.1 instead of using workspace:.

Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.07 KB (0%) 1.3 s (0%) 504 ms (+150.49% 🔺) 1.8 s
thirdweb (cjs) 361.6 KB (0%) 7.3 s (0%) 2 s (+14.52% 🔺) 9.3 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 197 ms (+1430.13% 🔺) 312 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 138 ms (+2026.62% 🔺) 149 ms
thirdweb/react (minimal + tree-shaking) 19.14 KB (0%) 383 ms (0%) 232 ms (+1074.29% 🔺) 615 ms

Copy link

codecov bot commented Sep 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.32%. Comparing base (e1cccd7) to head (0747b14).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8110   +/-   ##
=======================================
  Coverage   56.31%   56.32%           
=======================================
  Files         906      906           
  Lines       59206    59206           
  Branches     4176     4179    +3     
=======================================
+ Hits        33340    33345    +5     
+ Misses      25760    25755    -5     
  Partials      106      106           
Flag Coverage Δ
packages 56.32% <ø> (+<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.

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