Skip to content

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Oct 13, 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]

[email protected]

Patch Changes


PR-Codex overview

This PR focuses on updating version numbers across various packages and adding changelog entries for those updates, including dependency updates for thirdweb and @thirdweb-dev/wagmi-adapter.

Detailed summary

  • Deleted solid-hotels-play.md from .changeset.
  • Updated version in packages/thirdweb/package.json from 5.108.13 to 5.108.14.
  • Updated version in apps/wagmi-demo/package.json from 0.0.8 to 0.0.9.
  • Updated version in packages/nebula/package.json from 0.2.66 to 0.2.67.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.163 to 0.2.164.
  • Added changelog entry for packages/nebula version 0.2.67.
  • Added changelog entry for apps/wagmi-demo version 0.0.9.
  • Added changelog entry for packages/thirdweb version 5.108.14.

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

Summary by CodeRabbit

  • Chores

    • Bumped versions across packages and demo app to align with latest releases.
    • Removed an obsolete changeset entry.
  • Documentation

    • Updated changelogs to reflect new patch versions and recent updates.

No user-facing functionality changes are included in this release.

@joaquim-verges joaquim-verges requested review from a team as code owners October 13, 2025 17:12
Copy link

vercel bot commented Oct 13, 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 Oct 13, 2025 9:21pm
nebula Ready Ready Preview Comment Oct 13, 2025 9:21pm
thirdweb_playground Ready Ready Preview Comment Oct 13, 2025 9:21pm
thirdweb-www Ready Ready Preview Comment Oct 13, 2025 9:21pm
wallet-ui Ready Ready Preview Comment Oct 13, 2025 9:21pm

Copy link
Contributor

graphite-app bot commented Oct 13, 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 Oct 13, 2025
Copy link
Contributor

coderabbitai bot commented Oct 13, 2025

Walkthrough

Removes one changeset file and increments package versions across multiple projects, updating corresponding CHANGELOG.md entries to record the new patch releases and dependency versions.

Changes

Cohort / File(s) Summary
Changeset cleanup
.changeset/solid-hotels-play.md
Deleted a changeset entry that referenced a prior patch note about Stylus CLI templates.
Version bumps (package.json)
apps/wagmi-demo/package.json, packages/nebula/package.json, packages/thirdweb/package.json, packages/wagmi-adapter/package.json
Incremented versions: apps/wagmi-demo 0.0.8 → 0.0.9, packages/nebula 0.2.66 → 0.2.67, packages/thirdweb 5.108.13 → 5.108.14, packages/wagmi-adapter 0.2.163 → 0.2.164. No other fields changed.
Changelog updates
apps/wagmi-demo/CHANGELOG.md, packages/nebula/CHANGELOG.md, packages/thirdweb/CHANGELOG.md, packages/wagmi-adapter/CHANGELOG.md
Added new patch entries documenting the version bumps and dependency updates (notably [email protected] and @thirdweb-dev/[email protected]).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Pre-merge checks and finishing touches

❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Description Check ⚠️ Warning The pull request description does not include the required PR template sections such as the header comment with the title format, a “## Notes for the reviewer” section, or a “## How to test” section, so it does not conform to the repository’s description guidelines. Please incorporate the repository’s PR description template by adding the specified comment header with the formatted title, a notes section for reviewers, and clear testing instructions under “## How to test.”
Title Check ❓ Inconclusive The title “Version Packages” is overly generic and does not clearly summarize the main change or follow the repository’s required “[SDK/...]:” format. It fails to convey which packages or versions are being updated. Please update the title to follow the repository template (e.g., “[SDK] Release: Bump package versions to vX.Y.Z”) and succinctly describe the version updates included in this PR.
✅ 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 (beta)
  • 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.

Copy link
Contributor

github-actions bot commented Oct 13, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.51 KB (0%) 1.3 s (0%) 193 ms (+91.29% 🔺) 1.5 s
thirdweb (cjs) 366.04 KB (0%) 7.4 s (0%) 1.1 s (+3.31% 🔺) 8.4 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 59 ms (+996.5% 🔺) 174 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 51 ms (+665.72% 🔺) 61 ms
thirdweb/react (minimal + tree-shaking) 19.13 KB (0%) 383 ms (0%) 70 ms (+1080.77% 🔺) 453 ms

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
apps/wagmi-demo/package.json (1)

1-33: Add size-limit configuration to track bundle budgets
apps/wagmi-demo/package.json needs a size script and size-limit config per guidelines to catch bundle regressions. For example:

   "scripts": {
     "lint": "biome check ./src",
+    "size": "size-limit"
   },
+  "size-limit": [
+    {
+      "path": "dist/**/*.{js,css}",
+      "limit": "200 kB"
+    }
+  ]

Also pin "size-limit": "11.2.0" (or latest) in devDependencies.

🧹 Nitpick comments (2)
apps/wagmi-demo/package.json (1)

23-31: Avoid "latest" for reproducible builds.
"@wagmi/cli": "latest" can cause non-deterministic installs. Pin to a known version (e.g., "^x.y.z") and update via scheduled dependency bumps.

If desired, I can scan the repo for other "latest" specifiers and propose pins.

packages/thirdweb/CHANGELOG.md (1)

7-7: Capitalize “Stylus” and avoid double hyphen for clarity

Use consistent capitalization and wording seen elsewhere (e.g., “Support Stylus contracts…”). Prefer “and” instead of “-” between phrases.

- - [#8235](https://github.com/thirdweb-dev/js/pull/8235) [`464af6a`](https://github.com/thirdweb-dev/js/commit/464af6a54cb776158a1656e793ee181c2c221f27) Thanks [@kumaryash90](https://github.com/kumaryash90)! - CLI updates for stylus - new templates
+ - [#8235](https://github.com/thirdweb-dev/js/pull/8235) [`464af6a`](https://github.com/thirdweb-dev/js/commit/464af6a54cb776158a1656e793ee181c2c221f27) Thanks [@kumaryash90](https://github.com/kumaryash90)! - CLI updates for Stylus and new templates
📜 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 80b5d4b and ea9812b.

📒 Files selected for processing (9)
  • .changeset/solid-hotels-play.md (0 hunks)
  • apps/wagmi-demo/CHANGELOG.md (1 hunks)
  • apps/wagmi-demo/package.json (1 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/solid-hotels-play.md
✅ Files skipped from review due to trivial changes (1)
  • packages/wagmi-adapter/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (5)
  • apps/wagmi-demo/CHANGELOG.md
  • packages/nebula/package.json
  • packages/thirdweb/package.json
  • packages/wagmi-adapter/package.json
  • packages/nebula/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
**/package.json

📄 CodeRabbit inference engine (AGENTS.md)

Track bundle budgets via package.json#size-limit

Files:

  • apps/wagmi-demo/package.json
🧠 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 : Each change in `packages/*` must include a changeset for the appropriate package
⏰ 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, vite)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • 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)
🔇 Additional comments (1)
apps/wagmi-demo/package.json (1)

4-4: Version bump looks good.
Matches the coordinated release to 0.0.9 noted in the PR.

Copy link

codecov bot commented Oct 13, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8243   +/-   ##
=======================================
  Coverage   55.02%   55.02%           
=======================================
  Files         919      919           
  Lines       60583    60583           
  Branches     4127     4126    -1     
=======================================
+ Hits        33335    33336    +1     
+ Misses      27145    27144    -1     
  Partials      103      103           
Flag Coverage Δ
packages 55.02% <ø> (+<0.01%) ⬆️
see 5 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