Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Nov 7, 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/nebula@0.2.86

Patch Changes

  • Updated dependencies [1f440d0]:
    • thirdweb@5.111.8

thirdweb@5.111.8

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.183

wagmi-inapp@0.0.28

Patch Changes

  • Updated dependencies [1f440d0]:
    • thirdweb@5.111.8
    • @thirdweb-dev/wagmi-adapter@0.2.183

PR-Codex overview

This PR focuses on updating version numbers across multiple packages, along with adding new changelog entries that reflect these updates and dependency changes.

Detailed summary

  • Updated version in packages/thirdweb/package.json from 5.111.7 to 5.111.8
  • Updated version in apps/wagmi-demo/package.json from 0.0.27 to 0.0.28
  • Updated version in packages/nebula/package.json from 0.2.85 to 0.2.86
  • Updated version in packages/wagmi-adapter/package.json from 0.2.182 to 0.2.183
  • Added new entries in CHANGELOG.md for packages/nebula, apps/wagmi-demo, and packages/thirdweb reflecting the updates and new dependencies.

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

Summary by CodeRabbit

  • New Features

    • Epic Games authentication support is now available, enabling users to connect and manage their wallets seamlessly and securely using their existing Epic Games account credentials for all platform features
  • Chores

    • Routine version updates and comprehensive dependency maintenance have been performed across the entire platform ecosystem to enhance overall stability, compatibility, performance, and long-term reliability for users

@joaquim-verges joaquim-verges requested review from a team as code owners November 7, 2025 09:00
@vercel
Copy link

vercel bot commented Nov 7, 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 Nov 7, 2025 9:12am
nebula Ready Ready Preview Comment Nov 7, 2025 9:12am
thirdweb_playground Ready Ready Preview Comment Nov 7, 2025 9:12am
thirdweb-www Ready Ready Preview Comment Nov 7, 2025 9:12am
wallet-ui Ready Ready Preview Comment Nov 7, 2025 9:12am

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 7, 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 Nov 7, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 7, 2025

Walkthrough

This PR releases version 5.111.8 of the thirdweb package with Epic Games Authentication support, bumps dependent packages (nebula and wagmi-adapter), updates their changelogs, and removes the corresponding changeset file. All changes are version updates and documentation records.

Changes

Cohort / File(s) Change Summary
Changeset cleanup
\.changeset/beige-candles-happen\.md
Deleted changeset file for Epic Games Authentication patch
thirdweb package
packages/thirdweb/package\.json, packages/thirdweb/CHANGELOG\.md
Version bumped from 5.111.7 to 5.111.8; changelog entry added documenting Epic Games Authentication feature
wagmi-adapter package
packages/wagmi-adapter/package\.json, packages/wagmi-adapter/CHANGELOG\.md
Version bumped from 0.2.182 to 0.2.183; changelog entry added
nebula package
packages/nebula/package\.json, packages/nebula/CHANGELOG\.md
Version bumped from 0.2.85 to 0.2.86; changelog entry added with thirdweb@5.111.8 dependency update
wagmi-demo app
apps/wagmi-demo/package\.json, apps/wagmi-demo/CHANGELOG\.md
Version bumped from 0.0.27 to 0.0.28; changelog entry added with dependency updates to thirdweb@5.111.8 and @thirdweb-dev/wagmi-adapter@0.2.183

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • Verify version increments are sequential and correct across all packages
  • Confirm dependency chain consistency (wagmi-demo references updated versions of thirdweb and wagmi-adapter)
  • Validate changelog entries accurately reflect the features and dependency updates

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Version Packages' is vague and generic, using a non-descriptive term that doesn't convey meaningful information about the specific changes in this version release. Consider a more descriptive title like 'Release: Update thirdweb to 5.111.8 with Epic Games Authentication' to clearly indicate the main changes being released.
✅ Passed checks (2 passed)
Check name Status Explanation
Description check ✅ Passed The PR description is thorough and appropriate for an automated Changesets release PR, including release notes and detailed dependency updates, though it doesn't follow the repository's custom template format.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ 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

@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/CHANGELOG.md (2)

3-8: Verify semver: “Epic Games Authentication” may warrant a Minor bump, not Patch.

Adding a new auth provider usually expands public API (new strategy/option), which our rules classify as a minor version. Prior “Adds Steam auth” was released under Minor Changes. Please confirm if this should be 5.112.0 (Minor) rather than 5.111.8 (Patch), or clarify why it’s patch-only. As per coding guidelines.


7-7: Optional: add a brief usage note/link for the new provider.

A one-liner or docs link (e.g., how to enable/use Epic auth in in-app/ecosystem wallets) improves DX for readers scanning the changelog.

📜 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 1f440d0 and 0c9418b.

📒 Files selected for processing (9)
  • .changeset/beige-candles-happen.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/beige-candles-happen.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/CHANGELOG.md
  • packages/wagmi-adapter/package.json
**/package.json

📄 CodeRabbit inference engine (AGENTS.md)

Track bundle budgets via package.json#size-limit

Files:

  • packages/nebula/package.json
  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
  • apps/wagmi-demo/package.json
🧠 Learnings (6)
📓 Common learnings
Learnt from: CR
Repo: thirdweb-dev/js PR: 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
📚 Learning: 2025-07-18T19:19:55.613Z
Learnt from: CR
Repo: thirdweb-dev/js PR: 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
  • apps/wagmi-demo/CHANGELOG.md
  • apps/wagmi-demo/package.json
📚 Learning: 2025-08-29T15:37:38.513Z
Learnt from: CR
Repo: thirdweb-dev/js PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to packages/thirdweb/exports/** : Export all public API via `packages/thirdweb/exports/`, grouped by feature

Applied to files:

  • packages/nebula/package.json
  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
📚 Learning: 2025-07-18T19:19:55.613Z
Learnt from: CR
Repo: thirdweb-dev/js PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Applies to packages/thirdweb/src/exports/** : Export everything via `exports/` directory, grouped by feature in the SDK public API

Applied to files:

  • packages/nebula/package.json
  • packages/wagmi-adapter/package.json
  • packages/thirdweb/package.json
📚 Learning: 2025-08-29T15:37:38.513Z
Learnt from: CR
Repo: thirdweb-dev/js PR: 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
  • apps/wagmi-demo/CHANGELOG.md
  • packages/thirdweb/CHANGELOG.md
📚 Learning: 2025-07-18T19:19:55.613Z
Learnt from: CR
Repo: thirdweb-dev/js PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Surface breaking changes prominently in PR descriptions

Applied to files:

  • packages/thirdweb/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). (9)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: Size
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, vite)
  • 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 (8)
packages/nebula/package.json (1)

60-60: Version bump is correct and consistent.

Patch version increment aligns with the dependency update to thirdweb@5.111.8, consistent with the corresponding CHANGELOG entry.

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

3-4: Verify CHANGELOG entry for 0.2.183 is complete.

The new version 0.2.183 entry (lines 3–4) has no "Patch Changes" section, unlike all other entries in this file (e.g., 0.2.182 below). While the PR description notes "No patch details listed," this may indicate either intentional omission or incomplete automation. Verify that this entry is not missing dependency updates or other release notes that should be documented.

apps/wagmi-demo/CHANGELOG.md (1)

3-9: CHANGELOG entry is well-formed.

The 0.0.28 release entry is properly structured with dependency updates to thirdweb@5.111.8 and @thirdweb-dev/wagmi-adapter@0.2.183. Patch version bump is appropriate.

packages/thirdweb/package.json (1)

433-433: Version bump is correct.

Patch version increment to 5.111.8 reflects the non-API addition of Epic Games Authentication, with no dependency changes needed.

packages/nebula/CHANGELOG.md (1)

3-8: CHANGELOG entry is well-formed and consistent.

The 0.2.86 release entry follows the expected Changeset format with the dependency update to thirdweb@5.111.8 properly documented. Aligns with the package.json version change.

packages/thirdweb/CHANGELOG.md (1)

3-8: Changelog entry format looks good.

Header, links, and credit follow the existing style; no nits.

apps/wagmi-demo/package.json (1)

4-4: Version bump aligns with coordinated release.

The version change to 0.0.28 matches the PR objectives and coordinated release of wagmi-inapp. Dependencies correctly use workspace:* to resolve to the newly released versions.

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

59-59: Version bump is correct and aligns with coordinated release.

The version change to 0.2.183 matches the PR objectives and is part of the coordinated package release. All package configuration (exports, peer dependencies, build scripts) remains consistent.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 7, 2025

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 104.88 KB (0%)
@thirdweb-dev/nexus (cjs) 316.6 KB (0%)

@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8375   +/-   ##
=======================================
  Coverage   54.64%   54.64%           
=======================================
  Files         919      919           
  Lines       60704    60704           
  Branches     4114     4113    -1     
=======================================
  Hits        33171    33171           
  Misses      27431    27431           
  Partials      102      102           
Flag Coverage Δ
packages 54.64% <ø> (ø)
🚀 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.

@0xFirekeeper 0xFirekeeper enabled auto-merge (squash) November 7, 2025 10:08
@0xFirekeeper 0xFirekeeper disabled auto-merge November 7, 2025 10:08
@0xFirekeeper 0xFirekeeper merged commit c9e430d into main Nov 7, 2025
24 checks passed
@0xFirekeeper 0xFirekeeper deleted the changeset-release/main branch November 7, 2025 10:09
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