-
Notifications
You must be signed in to change notification settings - Fork 629
Version Packages #8503
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 #8503
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughThis PR deletes two Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (10)
💤 Files with no reviewable changes (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (4)
🧰 Additional context used📓 Path-based instructions (1)**/*.{js,jsx,ts,tsx,json}📄 CodeRabbit inference engine (AGENTS.md)
Files:
⏰ 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)
🔇 Additional comments (5)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8503 +/- ##
=======================================
Coverage 54.65% 54.65%
=======================================
Files 920 920
Lines 61114 61114
Branches 4145 4141 -4
=======================================
Hits 33399 33399
Misses 27613 27613
Partials 102 102
🚀 New features to boost your workflow:
|
size-limit report 📦
|
ae762c0 to
4eb1f3c
Compare
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-10: Nit: wrap component and prop names in backticks for consistency.Elsewhere in this changelog, identifiers are often code‑styled. Consider:
- - [#8501](https://github.com/thirdweb-dev/js/pull/8501) [`b0eccf3`](https://github.com/thirdweb-dev/js/commit/b0eccf365a7521ec882fca9e680837c84147041e) Thanks [@MananTank](https://github.com/MananTank)! - Remove tabs from token selection UI in SwapWidget + - [#8501](https://github.com/thirdweb-dev/js/pull/8501) [`b0eccf3`](https://github.com/thirdweb-dev/js/commit/b0eccf365a7521ec882fca9e680837c84147041e) Thanks [@MananTank](https://github.com/MananTank)! - Remove tabs from token selection UI in `SwapWidget` - - [#8504](https://github.com/thirdweb-dev/js/pull/8504) [`a704c3f`](https://github.com/thirdweb-dev/js/commit/a704c3f2b00434f8f50653aa2825b4adf7cd4696) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Allow passing an activeWallet to SwapWidget + - [#8504](https://github.com/thirdweb-dev/js/pull/8504) [`a704c3f`](https://github.com/thirdweb-dev/js/commit/a704c3f2b00434f8f50653aa2825b4adf7cd4696) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Allow passing an `activeWallet` to `SwapWidget`
📜 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/rotten-loops-draw.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/rotten-loops-draw.md
✅ Files skipped from review due to trivial changes (1)
- packages/wagmi-adapter/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (6)
- packages/thirdweb/package.json
- packages/nebula/package.json
- apps/wagmi-demo/package.json
- packages/nebula/CHANGELOG.md
- packages/wagmi-adapter/package.json
- apps/wagmi-demo/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, webpack)
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Unit Tests
- GitHub Check: Size
- GitHub Check: Lint Packages
- GitHub Check: Build Packages
- GitHub Check: Vercel Agent Review
- GitHub Check: Analyze (javascript)
4eb1f3c to
981cb11
Compare
| ## 0.2.197 | ||
|
|
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.
The CHANGELOG entry for version 0.2.197 is incomplete - it only has a version header with no content describing what changed.
View Details
📝 Patch Details
diff --git a/packages/wagmi-adapter/CHANGELOG.md b/packages/wagmi-adapter/CHANGELOG.md
index 56058b921..7a39e91d1 100644
--- a/packages/wagmi-adapter/CHANGELOG.md
+++ b/packages/wagmi-adapter/CHANGELOG.md
@@ -2,6 +2,11 @@
## 0.2.197
+### Patch Changes
+
+- Updated dependencies [[`b0eccf3`](https://github.com/thirdweb-dev/js/commit/b0eccf365a7521ec882fca9e680837c84147041e), [`a704c3f`](https://github.com/thirdweb-dev/js/commit/a704c3f2b00434f8f50653aa2825b4adf7cd4696)]:
+ - thirdweb@5.115.3
+
## 0.2.196
## 0.2.195
Analysis
Incomplete CHANGELOG entry for @thirdweb-dev/wagmi-adapter@0.2.197
What fails: The CHANGELOG entry for version 0.2.197 of @thirdweb-dev/wagmi-adapter contains only a version header with no documentation of dependency updates, while other packages in the same release (nebula@0.2.100, wagmi-demo@0.0.42) properly document their dependency updates.
How to reproduce:
- Examine
packages/wagmi-adapter/CHANGELOG.mdline 3-4 - Compare with
packages/nebula/CHANGELOG.mdline 3-9 andapps/wagmi-demo/CHANGELOG.mdline 3-10
Result: wagmi-adapter@0.2.197 entry shows:
## 0.2.197
## 0.2.196
Expected: Should document the dependency update to thirdweb@5.115.3 (matching the pattern used in nebula and wagmi-demo):
## 0.2.197
### Patch Changes
- Updated dependencies [[`b0eccf3`](https://github.com/thirdweb-dev/js/commit/b0eccf365a7521ec882fca9e680837c84147041e), [`a704c3f`](https://github.com/thirdweb-dev/js/commit/a704c3f2b00434f8f50653aa2825b4adf7cd4696)]:
- thirdweb@5.115.3
This is consistent with the changesets/changelog-github workflow where packages bumped due to dependency updates should document those updates. The commits b0eccf3 and a704c3f are the same dependency sources listed in both nebula@0.2.100 and wagmi-demo@0.0.42, which also update to thirdweb@5.115.3.
981cb11 to
233fae6
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.100
Patch Changes
7b873d3,b0eccf3,a704c3f]:thirdweb@5.115.3
Patch Changes
#8509
7b873d3Thanks @MananTank! - Update success message shown in SwapWidget component#8501
b0eccf3Thanks @MananTank! - Remove tabs from token selection UI in SwapWidget#8504
a704c3fThanks @joaquim-verges! - Allow passing an activeWallet to SwapWidget@thirdweb-dev/wagmi-adapter@0.2.197
wagmi-inapp@0.0.42
Patch Changes
7b873d3,b0eccf3,a704c3f]:PR-Codex overview
This PR primarily focuses on version updates across several packages, including
thirdweb,wagmi-demo, andwagmi-adapter, along with the addition of new changelog entries reflecting recent dependency updates and enhancements.Detailed summary
.changesetmarkdown files.versioninpackages/thirdweb/package.jsonfrom5.115.2to5.115.3.versioninapps/wagmi-demo/package.jsonfrom0.0.41to0.0.42.versioninpackages/nebula/package.jsonfrom0.2.99to0.2.100.versioninpackages/wagmi-adapter/package.jsonfrom0.2.196to0.2.197.packages/nebula(version0.2.100) andapps/wagmi-demo(version0.0.42).packages/thirdweb(version5.115.3) with details of recent updates and fixes.Summary by CodeRabbit
New Features
Improvements
Chores
✏️ Tip: You can customize this high-level summary in your review settings.