-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore: bump cosmos-kit #197
Conversation
The `station` wallet was removed from the default wallets by cosmos-kit
Caution Review failedThe pull request is closed. WalkthroughThis pull request involves updates to the Changes
Possibly related PRs
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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
⛔ Files ignored due to path filters (1)
bun.lockb
is excluded by!**/bun.lockb
📒 Files selected for processing (2)
package.json
(2 hunks)pages/_app.tsx
(1 hunks)
🔇 Additional comments (2)
package.json (2)
30-30
: LGTM: Removal of feather.js resolutionThe removal of the feather.js resolution aligns with the PR objectives, as the workaround is no longer necessary.
36-38
: Verify latest stable versions of cosmos-kit packagesThe package updates appear to be minor version bumps, which should maintain backward compatibility.
Let's verify these are the latest stable versions:
Also applies to: 56-56
✅ Verification successful
All cosmos-kit packages are at latest stable versions ✅
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check latest versions of cosmos-kit packages echo "Checking latest versions from npm registry..." for pkg in "@cosmos-kit/cosmos-extension-metamask" "@cosmos-kit/react" "@cosmos-kit/web3auth" "cosmos-kit"; do echo "Package: $pkg" curl -s "https://registry.npmjs.org/$pkg" | jq -r '.["dist-tags"].latest' doneLength of output: 1212
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.
Once we remove station, looks good to merge
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #197 +/- ##
=======================================
Coverage 54.26% 54.26%
=======================================
Files 153 153
Lines 15988 15988
=======================================
Hits 8676 8676
Misses 7312 7312 ☔ View full report in Codecov by Sentry. |
The
Station
wallet was removed from the default wallets.The
feather.js
workaround is not needed anymore; it was fixed incosmos-kit
Summary by CodeRabbit
Dependencies
@cosmos-kit/cosmos-extension-metamask
to^0.12.3
@cosmos-kit/react
to2.21.2
@cosmos-kit/web3auth
to^2.14.3
cosmos-kit
to2.23.4
Wallet Configuration