-
Notifications
You must be signed in to change notification settings - Fork 614
Version Packages #8315
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
Version Packages #8315
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
WalkthroughThis PR performs automated version bumps and changelog updates across multiple packages in the monorepo: thirdweb (5.110.2→5.110.3), nebula (0.2.73→0.2.74), wagmi-adapter (0.2.170→0.2.171), and wagmi-demo (0.0.15→0.0.16), triggered by a changeset entry describing enhanced third-party x402 library compatibility. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 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.
📒 Files selected for processing (9)
.changeset/all-dolls-rest.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/all-dolls-rest.md
🧰 Additional context used
📓 Path-based instructions (2)
**/package.json
📄 CodeRabbit inference engine (AGENTS.md)
Track bundle budgets via
package.json#size-limit
Files:
apps/wagmi-demo/package.jsonpackages/nebula/package.jsonpackages/wagmi-adapter/package.jsonpackages/thirdweb/package.json
packages/wagmi-adapter/**
📄 CodeRabbit inference engine (CLAUDE.md)
Wagmi ecosystem integration is in
packages/wagmi-adapter/
Files:
packages/wagmi-adapter/CHANGELOG.mdpackages/wagmi-adapter/package.json
🧠 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:
apps/wagmi-demo/CHANGELOG.mdpackages/wagmi-adapter/CHANGELOG.mdpackages/wagmi-adapter/package.json
⏰ 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: Size
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Lint Packages
- GitHub Check: Unit Tests
- GitHub Check: Build Packages
- GitHub Check: Analyze (javascript)
🔇 Additional comments (8)
apps/wagmi-demo/package.json (1)
2-2: Routine version bump and package metadata look correct.Version 0.0.15 → 0.0.16 is a proper patch increment. Package name ("wagmi-inapp") aligns with the CHANGELOG.md header, so the directory naming convention is intentional.
Also applies to: 4-4
packages/thirdweb/package.json (1)
433-433: Version bump is correct.Patch increment 5.110.2 → 5.110.3 aligns with PR objectives to enhance x402 compatibility. No dependency version changes needed for this patch release.
packages/wagmi-adapter/CHANGELOG.md (1)
3-4: Placeholder changelog entry is expected for this patch.The 0.2.171 entry has no patch details since the package bump is driven by an upstream dependency (thirdweb@5.110.3). This is standard practice in changeset-based monorepos. Consumer packages like apps/wagmi-demo will document the dependency update.
packages/wagmi-adapter/package.json (1)
59-59: Version bump is correct.Patch increment 0.2.170 → 0.2.171 is appropriate. Peer dependency range
thirdweb@^5.85.0correctly encompasses the new 5.110.3 version.apps/wagmi-demo/CHANGELOG.md (1)
3-9: Changelog entry is well-formatted and accurate.Version 0.0.16 entry correctly documents updated dependencies (thirdweb@5.110.3 and wagmi-adapter@0.2.171) with consistent commit reference. Format matches established changelog convention.
packages/nebula/CHANGELOG.md (1)
3-8: Changelog entry is accurate and well-formatted.Version 0.2.74 entry correctly documents the updated thirdweb@5.110.3 dependency with consistent commit reference. Format aligns with established changelog conventions.
packages/nebula/package.json (1)
60-60: Version bump is correct.Patch increment 0.2.73 → 0.2.74 is appropriate. Workspace dependency
thirdweb@workspace:*automatically picks up the upgraded thirdweb@5.110.3.packages/thirdweb/CHANGELOG.md (1)
3-6: Release entry formatting looks good.Version header and "Patch Changes" section follow the established style and ordering.
|
|
||
| ### Patch Changes | ||
|
|
||
| - [#8314](https://github.com/thirdweb-dev/js/pull/8314) [`bf46520`](https://github.com/thirdweb-dev/js/commit/bf46520a6b183c4beb873de5e63853cd3a23e685) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Enhance compatiblity with third party x402 libs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix typo and hyphenation in the changelog note.
Correct “compatiblity” → “compatibility” and prefer “third-party” and “libraries” for clarity.
-- [#8314](https://github.com/thirdweb-dev/js/pull/8314) [`bf46520`](https://github.com/thirdweb-dev/js/commit/bf46520a6b183c4beb873de5e63853cd3a23e685) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Enhance compatiblity with third party x402 libs
+- [#8314](https://github.com/thirdweb-dev/js/pull/8314) [`bf46520`](https://github.com/thirdweb-dev/js/commit/bf46520a6b183c4beb873de5e63853cd3a23e685) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Enhance compatibility with third-party x402 libraries🤖 Prompt for AI Agents
packages/thirdweb/CHANGELOG.md around line 7: fix the typo and hyphenation in
the changelog entry by changing “compatiblity” to “compatibility”, “third party”
to “third-party”, and “x402 libs” to “x402 libraries” (or “x402 libraries”
keeping the x402 token), so the line reads with corrected spelling and
hyphenation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8315 +/- ##
==========================================
- Coverage 54.90% 54.90% -0.01%
==========================================
Files 919 919
Lines 60687 60697 +10
Branches 4135 4130 -5
==========================================
+ Hits 33319 33323 +4
- Misses 27267 27272 +5
- Partials 101 102 +1
🚀 New features to boost your workflow:
|
size-limit report 📦
|
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.74
Patch Changes
bf46520]:thirdweb@5.110.3
Patch Changes
bf46520Thanks @joaquim-verges! - Enhance compatiblity with third party x402 libs@thirdweb-dev/wagmi-adapter@0.2.171
wagmi-inapp@0.0.16
Patch Changes
bf46520]:PR-Codex overview
This PR focuses on updating version numbers across multiple packages and adding changelog entries for those updates, particularly for the
thirdweb,wagmi-adapter, andnebulapackages.Detailed summary
all-dolls-rest.mdfrom.changesetversioninpackages/thirdweb/package.jsonfrom5.110.2to5.110.3versioninapps/wagmi-demo/package.jsonfrom0.0.15to0.0.16versioninpackages/nebula/package.jsonfrom0.2.73to0.2.74versioninpackages/wagmi-adapter/package.jsonfrom0.2.170to0.2.171nebula,wagmi-demo, andthirdwebwith relevant updates and dependency changes.Summary by CodeRabbit