-
Notifications
You must be signed in to change notification settings - Fork 629
Version Packages #8539
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 #8539
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughBumped package versions across thirdweb, wagmi-adapter, nebula, and wagmi-demo with corresponding changelog updates. Removed a changeset file. Core change introduces automatic storage and reuse of permit x402 signatures in thirdweb 5.116.1. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Suggested labels
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ 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: 0
🧹 Nitpick comments (1)
packages/thirdweb/CHANGELOG.md (1)
3-7: Nit: tighten wording and quote scheme nameFor consistency with earlier entries (which quote 'upto'), consider this small copy edit.
- - [#8538](https://github.com/thirdweb-dev/js/pull/8538) [`f5ab57f`](https://github.com/thirdweb-dev/js/commit/f5ab57f3657bf0569e77ac2dcbf7f158a3211fb1) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Automatically store and re-use permit x402 signatures for upto schemes + - [#8538](https://github.com/thirdweb-dev/js/pull/8538) [`f5ab57f`](https://github.com/thirdweb-dev/js/commit/f5ab57f3657bf0569e77ac2dcbf7f158a3211fb1) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Automatically store and reuse x402 permit signatures for the 'upto' scheme
📜 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/warm-clouds-judge.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/warm-clouds-judge.md
🧰 Additional context used
📓 Path-based instructions (2)
**/*.{js,jsx,ts,tsx,json}
📄 CodeRabbit inference engine (AGENTS.md)
Biome governs formatting and linting; its rules live in biome.json. Run
pnpm fix&pnpm lintbefore committing, ensure there are no linting errors
Files:
packages/wagmi-adapter/package.jsonpackages/nebula/package.jsonapps/wagmi-demo/package.jsonpackages/thirdweb/package.json
packages/thirdweb/package.json
📄 CodeRabbit inference engine (CLAUDE.md)
Track bundle budgets via
package.json#size-limit
Files:
packages/thirdweb/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: Lint Packages
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Unit Tests
- GitHub Check: Size
- GitHub Check: Build Packages
- GitHub Check: Analyze (javascript)
🔇 Additional comments (7)
apps/wagmi-demo/package.json (1)
4-4: Version bump is correct.The patch version was incremented from 0.0.44 to 0.0.45, consistent with the dependency updates to thirdweb@5.116.1 and @thirdweb-dev/wagmi-adapter@0.2.200.
packages/wagmi-adapter/package.json (1)
59-59: Version bump is correct.The patch version was incremented from 0.2.199 to 0.2.200. The peer dependency constraint on thirdweb (^5.85.0) allows the new 5.116.1 version.
packages/thirdweb/package.json (1)
433-433: Version bump is correct.The patch version was incremented from 5.116.0 to 5.116.1, appropriate for the permit x402 signature handling improvements mentioned in the PR.
packages/nebula/package.json (1)
60-60: Version bump is correct.The patch version was incremented from 0.2.102 to 0.2.103. The workspace dependency will correctly resolve to the updated thirdweb@5.116.1.
packages/nebula/CHANGELOG.md (1)
3-8: Changelog entry is properly formatted.The 0.2.103 entry correctly documents the dependency update to thirdweb@5.116.1 and references the appropriate commit hash with proper linking.
packages/wagmi-adapter/CHANGELOG.md (1)
3-4: Changelog entry added but lacks detail.The 0.2.200 version header was added, but unlike the nebula and wagmi-demo changelogs, there are no patch changes documented. If this release includes dependency updates or functional changes, consider documenting them. However, if this is a dependency-only bump with no direct changes to wagmi-adapter, the sparse format may be intentional and consistent with this file's existing pattern (e.g., 0.2.199, 0.2.198 are also empty).
Verify whether the empty changelog entry is intentional or if patch change documentation should be added to match the detail level in other release files (nebula 0.2.103, wagmi-demo 0.0.45).
apps/wagmi-demo/CHANGELOG.md (1)
3-9: Changelog entry is complete and correct.The 0.0.45 entry documents both dependency updates (thirdweb@5.116.1 and @thirdweb-dev/wagmi-adapter@0.2.200) with proper formatting and the matching commit hash.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8539 +/- ##
==========================================
- Coverage 54.67% 54.66% -0.01%
==========================================
Files 921 921
Lines 61163 61163
Branches 4156 4150 -6
==========================================
- Hits 33439 33434 -5
- Misses 27622 27627 +5
Partials 102 102
🚀 New features to boost your workflow:
|
size-limit report 📦
|
c6d4557 to
a8836e3
Compare
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.103
Patch Changes
f5ab57f]:thirdweb@5.116.1
Patch Changes
f5ab57fThanks @joaquim-verges! - Automatically store and re-use permit x402 signatures for upto schemes@thirdweb-dev/wagmi-adapter@0.2.200
wagmi-inapp@0.0.45
Patch Changes
f5ab57f]:PR-Codex overview
This PR primarily focuses on updating version numbers across multiple packages and their changelogs, reflecting the latest changes and dependency updates.
Detailed summary
versioninpackages/thirdweb/package.jsonfrom5.116.0to5.116.1.versioninapps/wagmi-demo/package.jsonfrom0.0.44to0.0.45.versioninpackages/nebula/package.jsonfrom0.2.102to0.2.103.versioninpackages/wagmi-adapter/package.jsonfrom0.2.199to0.2.200.packages/nebula/CHANGELOG.md,apps/wagmi-demo/CHANGELOG.md, andpackages/thirdweb/CHANGELOG.mdreflecting the updates and dependency changes.