-
Notifications
You must be signed in to change notification settings - Fork 2
chore: bump deps #500
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 deps #500
Conversation
🦋 Changeset detectedLatest commit: f31ef28 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
d06ea6e to
bd25d71
Compare
bd25d71 to
f31ef28
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
Pull request overview
This PR updates dependencies across the monorepo, including the main widget package and example applications. The changes include patch and minor version bumps for various libraries, with one notable major version upgrade (@tronweb3/tronwallet-adapter-walletconnect from v2 to v3). Additionally, there's a bug fix in the Tron connector that corrects the getProvider implementation to return the actual adapter instance instead of an empty object.
Key changes:
- Fixed
getProviderin tron-connector to return the adapter instance, aligning with other connector implementations - Upgraded
@tronweb3/tronwallet-adapter-walletconnectfrom ^2.0.3 to ^3.0.0 (major version) - Updated React from 19.2.0 to 19.2.3 across all packages
- Bumped multiple development and runtime dependencies to their latest versions
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/widget/src/providers/misc/tron-connector.ts | Fixed getProvider to return adapter instance instead of empty object |
| packages/widget/package.json | Updated 25+ dependencies including major upgrade of tronwallet-adapter-walletconnect |
| packages/examples/with-vite/package.json | Updated React and Vite to match main package versions |
| packages/examples/with-vite-bundled/package.json | Updated Vite version |
| packages/examples/with-nextjs/package.json | Updated Next.js, React, and Node types |
| package.json | Updated root-level development tools |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Added
Description of new functionality, feature, or content that has been added in this pull request.
Changed
Description of the modifications made to existing functionality, feature, or content in this pull request. This could include changes to code, CI, documentation, etc.