Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Sep 10, 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 primarily focuses on updating version numbers and changelogs for various packages, including thirdweb, nebula, and wagmi-adapter. It also includes a new dependency update for thirdweb.

Detailed summary

  • Deleted .changeset/twelve-ducks-beg.md
  • Updated version in packages/thirdweb/package.json from 5.105.43 to 5.105.44
  • Updated version in packages/nebula/package.json from 0.2.43 to 0.2.44
  • Updated version in packages/wagmi-adapter/package.json from 0.2.140 to 0.2.141
  • Added changelog entry for nebula version 0.2.44 with dependency update for [email protected]
  • Added changelog entry for thirdweb version 5.105.44 detailing a fix related to authorizationList for injected providers

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

Summary by CodeRabbit

  • Chores
    • Bumped package versions: nebula to 0.2.44, thirdweb to 5.105.44, and wagmi-adapter to 0.2.141.
    • Updated nebula to use the latest thirdweb patch release.
  • Documentation
    • Added/updated changelog entries for nebula (0.2.44), thirdweb (5.105.44), and wagmi-adapter (0.2.141).
  • Tests
    • No changes.
  • Refactor
    • No changes.
  • Bug Fixes
    • No user-facing bug fixes included.

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

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

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 10, 2025

Walkthrough

Bumps versions for nebula, thirdweb, and wagmi-adapter packages, updates corresponding changelogs, and removes a pending changeset entry related to thirdweb authorizationList passthrough. No source code or public API changes.

Changes

Cohort / File(s) Summary
Changeset cleanup
\.changeset/twelve-ducks-beg.md
Deleted patch-release entry for "thirdweb" that described passing through authorizationList for injected providers.
Package version bumps
packages/nebula/package.json, packages/thirdweb/package.json, packages/wagmi-adapter/package.json
Updated versions: nebula 0.2.43 → 0.2.44; thirdweb 5.105.43 → 5.105.44; wagmi-adapter 0.2.140 → 0.2.141.
Changelog updates
packages/nebula/CHANGELOG.md, packages/thirdweb/CHANGELOG.md, packages/wagmi-adapter/CHANGELOG.md
Added entries reflecting the version bumps: nebula 0.2.44 (dependency update to [email protected]), thirdweb 5.105.44 (pass through authorizationList for injected providers), wagmi-adapter 0.2.141 (header added).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

packages, SDK

Pre-merge checks (1 passed, 1 warning, 1 inconclusive)

❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Description Check ⚠️ Warning The pull request description does not include the required commented template sections—namely the formatted title directive, issue tag, “Notes for the reviewer,” and “How to test”—and instead only contains autogenerated release notes, so it does not adhere to the repository’s description template. Please update the PR description to include the repository’s template block with the formatted title prompt, the issue tag if applicable, a “Notes for the reviewer” section, and a “How to test” section before the release details.
Title Check ❓ Inconclusive The current title “Version Packages” is overly generic and does not clearly convey which packages are being updated or the nature of the changes; it fails to summarize the core update of bumping specific package versions for nebula, thirdweb, and wagmi-adapter in a concise, informative way. Please revise the title to follow the repository’s convention and clearly state the main change, for example “[SDK] Release: Bump nebula, thirdweb, and wagmi-adapter to latest versions.”
✅ 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

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

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 10, 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 (4)
packages/nebula/package.json (1)

46-56: Introduce bundle size budgets with size-limit
Neither packages/nebula/package.json nor the root package.json include a size-limit config. Add a size-limit section and a "size" script in the scripts block (or confirm coverage via a central config) in a follow-up PR to track bundle sizes.

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

45-54: Add size-limit config for wagmi-adapter
No “size-limit” setup found for wagmi-adapter (neither in packages/wagmi-adapter nor at repo root). Add a .size-limit.json in packages/wagmi-adapter (or extend the root config) and a size script in its package.json—e.g. model budgets after packages/thirdweb/.size-limit.json—to track bundle size and prevent regressions.

packages/thirdweb/CHANGELOG.md (1)

7-7: Nit: capitalize and format the property name for consistency.

Most prior entries start with a capitalized verb and wrap identifiers in code ticks.

- - [#8036](https://github.com/thirdweb-dev/js/pull/8036) [`ef15ba7`](https://github.com/thirdweb-dev/js/commit/ef15ba7c434f8c9bde3b6d45d43d90e74f20616b) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - pass through authorizationList for injected providers
+ - [#8036](https://github.com/thirdweb-dev/js/pull/8036) [`ef15ba7`](https://github.com/thirdweb-dev/js/commit/ef15ba7c434f8c9bde3b6d45d43d90e74f20616b) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Pass through `authorizationList` for injected providers
packages/wagmi-adapter/CHANGELOG.md (1)

3-4: Add a brief note under 0.2.141 for clarity.

Empty headers can be confusing; add a “version bump only” line.

Apply this diff:

 ## 0.2.141
+
+### Patch Changes
+- No user-facing changes; version bump only via Changesets release.
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • 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 ef15ba7 and ed7821b.

📒 Files selected for processing (7)
  • .changeset/twelve-ducks-beg.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/twelve-ducks-beg.md
🧰 Additional context used
📓 Path-based instructions (2)
**/package.json

📄 CodeRabbit inference engine (AGENTS.md)

Track bundle budgets via package.json#size-limit

Files:

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

420-420: Version bump looks good

Patch release to 5.105.44 aligns with the changelog entry; no other manifest changes.


335-336: Size-limit budgets found in packages/thirdweb/.size-limit.json. No further action needed.

packages/nebula/package.json (1)

60-60: Nebula version bump acknowledged

Increment to 0.2.44 matches the dependency update to [email protected].

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

58-58: Wagmi adapter version bump OK

0.2.141 published; peer ranges still compatible with thirdweb 5.105.44.

packages/thirdweb/CHANGELOG.md (1)

3-8: LGTM: version bump entry looks correct.

Entry 5.105.44 and summary align with the release PR scope.

packages/nebula/CHANGELOG.md (1)

3-9: Nebula changelog entry is correct and consistent.

Dependency bump note and commit link look good.

@github-actions
Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 63.96 KB (0%) 1.3 s (0%) 356 ms (+165.76% 🔺) 1.7 s
thirdweb (cjs) 356.86 KB (0%) 7.2 s (0%) 1.4 s (+9.1% 🔺) 8.6 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 142 ms (+2165.07% 🔺) 257 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 120 ms (+3883.89% 🔺) 130 ms
thirdweb/react (minimal + tree-shaking) 19.15 KB (0%) 383 ms (0%) 202 ms (+1507.84% 🔺) 585 ms

@codecov
Copy link

codecov bot commented Sep 10, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8037      +/-   ##
==========================================
+ Coverage   56.61%   56.63%   +0.01%     
==========================================
  Files         904      904              
  Lines       58684    58684              
  Branches     4159     4162       +3     
==========================================
+ Hits        33223    33233      +10     
+ Misses      25357    25345      -12     
- Partials      104      106       +2     
Flag Coverage Δ
packages 56.63% <ø> (+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.

Copy link

@Ari4ka Ari4ka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coderabbitai coderabbitai bot mentioned this pull request Sep 22, 2025
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