-
Notifications
You must be signed in to change notification settings - Fork 635
Version Packages #8536
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 #8536
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughThis pull request releases updated versions across multiple packages in the monorepo. Version bumps are applied to thirdweb (5.116.0), nebula (0.2.102), wagmi-adapter (0.2.199), and wagmi-demo (0.0.44). Corresponding changelog entries are added, and the changeset metadata file is removed after processing. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Suggested labels
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 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)
7-7: Nit: wrap identifiers in backticks for consistency.Most entries use code formatting for props/keywords. Suggest:
- Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - New 'minPrice' property for x402 payments using 'upto' schema + Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - New `minPrice` property for x402 payments using `upto` schema
📜 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/fancy-news-send.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/fancy-news-send.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, vite)
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: Unit Tests
- GitHub Check: Build Packages
- GitHub Check: Size
- GitHub Check: Analyze (javascript)
🔇 Additional comments (7)
packages/nebula/package.json (1)
60-60: Version bump is correct.Patch version increment (0.2.101 → 0.2.102) is appropriate for a dependency-only update.
packages/thirdweb/package.json (1)
433-433: Version bump is correct.Minor version increment (5.115.4 → 5.116.0) appropriately reflects the new
minPriceproperty for x402 payments.packages/wagmi-adapter/package.json (1)
59-59: Version bump is correct.Patch version increment (0.2.198 → 0.2.199) is appropriate for a dependency-only update.
apps/wagmi-demo/package.json (1)
4-4: Version bump is correct.Patch version increment (0.0.43 → 0.0.44) is appropriate for a dependency-only update.
apps/wagmi-demo/CHANGELOG.md (1)
3-9: Changelog entry is properly formatted.The new 0.0.44 entry follows the established pattern, includes correct commit references, and accurately documents the dependency updates.
packages/wagmi-adapter/CHANGELOG.md (1)
3-4: Changelog entry follows the established pattern.The empty 0.2.199 entry is consistent with other dependency-only updates in this changelog, as reflected in the PR objectives.
packages/nebula/CHANGELOG.md (1)
3-8: Changelog entry is properly formatted.The new 0.2.102 entry follows the established pattern, includes correct commit references, and accurately documents the dependency update to thirdweb@5.116.0.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8536 +/- ##
=======================================
Coverage 54.66% 54.66%
=======================================
Files 921 921
Lines 61163 61163
Branches 4155 4151 -4
=======================================
Hits 33434 33434
Misses 27627 27627
Partials 102 102
🚀 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@5.116.0
Minor Changes
18425f9Thanks @joaquim-verges! - New 'minPrice' property for x402 payments using 'upto' schema@thirdweb-dev/nebula@0.2.102
Patch Changes
18425f9]:@thirdweb-dev/wagmi-adapter@0.2.199
wagmi-inapp@0.0.44
Patch Changes
18425f9]:PR-Codex overview
This PR focuses on updating version numbers across multiple packages and adding new changelog entries reflecting these updates.
Detailed summary
fancy-news-send.mdfrom.changeset.versioninpackages/thirdweb/package.jsonto5.116.0.versioninapps/wagmi-demo/package.jsonto0.0.44.versioninpackages/nebula/package.jsonto0.2.102.versioninpackages/wagmi-adapter/package.jsonto0.2.199.packages/nebulaandapps/wagmi-demo.packages/thirdwebdetailing new 'minPrice' property.Summary by CodeRabbit
New Features
Chores
✏️ Tip: You can customize this high-level summary in your review settings.