chore(deps): roll up pending dependency updates#107
Conversation
Changed Files
|
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request consolidates and applies several pending dependency updates across the project. The primary goal is to keep the project's dependencies current, ensuring access to the latest features, performance improvements, and security fixes provided by these libraries. This maintenance task helps to prevent technical debt and ensures the stability and reliability of the application. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request rolls up several dependency updates. I've reviewed the changes and found a critical issue related to an excessively long transaction deadline in the stonfi provider, which I've commented on. While this issue exists in the current code, dependency updates can sometimes change behavior or expose latent bugs, making it important to address. Additionally, this PR includes a major version bump for @mayanfinance/swap-sdk from v12 to v13. Without access to its usage, I couldn't verify the handling of breaking changes, but it's crucial to ensure compatibility has been thoroughly tested.
Summary
oxlintfrom1.48.0to1.50.0oxfmtfrom0.34.0to0.35.0@mayanfinance/swap-sdkfrom12.2.5to13.0.0@ston-fi/apifrom0.30.0to0.31.0Validation
pnpm testpnpm lintpnpm buildSupersedes #104, #105, and #106.