Version Packages#8808
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
💤 Files with no reviewable changes (1)
WalkthroughThis PR publishes release artifacts for ChangesRelease: thirdweb 5.120.2 and dependent package bumps
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8808 +/- ##
=======================================
Coverage 52.69% 52.70%
=======================================
Files 934 934
Lines 62979 62979
Branches 4143 4144 +1
=======================================
+ Hits 33187 33192 +5
+ Misses 29692 29687 -5
Partials 100 100
🚀 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.117
Patch Changes
8c521aa]:thirdweb@5.120.2
Patch Changes
#8807
8c521aaThanks @Yash094! - Fix: injected wallets (e.g. MetaMask) no longer fire a spurious"disconnect"event for transient EIP-1193 error code 1013 ("disconnected, will reconnect"). Previously, MetaMask's temporary disconnect during chain changes or RPC hiccups would trigger the thirdwebdisconnectsubscriber and tear down wallet state, causing unexpected logouts. TheonDisconnecthandler now ignores code-1013 errors and lets MetaMask reconnect automatically.Additionally, the
WalletEmitterEvents["disconnect"]type is updated fromnevertoWalletDisconnectError | undefined, sodisconnectsubscribers can inspect the underlying EIP-1193 error code and message when they need to distinguish disconnect causes.@thirdweb-dev/wagmi-adapter@0.2.214
wagmi-inapp@0.0.59
Patch Changes
8c521aa]:PR-Codex overview
This PR focuses on updating package versions and changelogs across multiple packages, specifically addressing improvements in handling wallet disconnections and updating dependencies.
Detailed summary
fix-injected-wallet-transient-disconnect.md.packages/thirdweb/package.jsonfrom5.120.1to5.120.2.apps/wagmi-demo/package.jsonfrom0.0.58to0.0.59.packages/nebula/package.jsonfrom0.2.116to0.2.117.packages/wagmi-adapter/package.jsonfrom0.2.213to0.2.214.packages/nebula,apps/wagmi-demo, andpackages/thirdwebdetailing the updates and fixes related to wallet disconnections.Summary by CodeRabbit