-
Notifications
You must be signed in to change notification settings - Fork 33
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
Upgrades to latest vercel cli package #1556
Conversation
WalkthroughThe changes involve an update to the Vercel CLI version in the GitHub workflow, and a simplification of state management in the InputContainer component of the Synapse Interface package. Changes
Poem
TipsChat with CodeRabbit Bot (
|
0f45a13
to
c735073
Compare
Deploying with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1556 +/- ##
===================================================
- Coverage 51.62073% 51.26346% -0.35727%
===================================================
Files 372 362 -10
Lines 25544 24694 -850
Branches 283 283
===================================================
- Hits 13186 12659 -527
+ Misses 11068 10807 -261
+ Partials 1290 1228 -62
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (2)
- .github/workflows/ui-preview.yaml (1 hunks)
- packages/synapse-interface/components/StateManagedBridge/InputContainer.tsx (2 hunks)
Additional comments: 4
.github/workflows/ui-preview.yaml (1)
- 77-83: The Vercel CLI version has been updated from 30.1.0 to 32.5.3. Ensure that the new version doesn't introduce any breaking changes that could affect the deployment process. Also, verify that the new features and improvements are compatible with the current workflow.
- run: npm install --global [email protected] + run: npm install --global [email protected]packages/synapse-interface/components/StateManagedBridge/InputContainer.tsx (3)
4-10: The import of
stringToBigInt
has been removed. Ensure that this function is not used elsewhere in the file or that its functionality has been replaced.22-25: The destructuring of
toChainId
andtoToken
fromuseBridgeState()
has been removed. Make sure that these variables are not used elsewhere in the file or that their functionality has been replaced.22-25: The useState hook has been updated to only initialize
showValue
andhasMounted
. This simplifies the state management within the InputContainer component.
null
c7ad3bdbe667131038ee4382cdc8bd43d47473d4: synapse-interface preview link
Summary by CodeRabbit