-
Notifications
You must be signed in to change notification settings - Fork 5k
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
build: Remove duplicate @ethersproject/bignumber npm pkg and update to ^5.7.0 #21054
build: Remove duplicate @ethersproject/bignumber npm pkg and update to ^5.7.0 #21054
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Makes sense to not have the same package present in both Could we also bump the remaining |
Builds ready [847300e]
Page Load Metrics (839 ± 394 ms)
Bundle size diffs
|
Hello @digiwand, can you explain how you have added labels to your PR, as this is my first time contributing to a github issue. |
Hello @abdelrahmansheta16, of course! on the browser version, there should be a "Labels" section on the right-hand side. clicking on it should allow you to search and add/remove labels. Mobile version is found in the "ⓘ" icon button. you might have noticed a "Check PR has required labels / check-pr-labels" requirement check. This contains multiple checks including checking the label "external-contributor" (I believe this is the one you'll want) or the label prepended with "team-" exists. in case you are interested in learning more about specific gh action checks, they can be found in the scripts folder. e.g. thanks for asking! happy coding, and if you have any other questions, feel free to reach out again |
@legobeat ah, forgot to push up the changes. Updated to ^5.7.0. Thanks! |
|
@abdelrahmansheta16 this one |
@digiwand its unclickable |
@abdelrahmansheta16 o.0 odd. hm. I've added labels to your PR for now. Sorry to hear you're running into this. Not seeing a permission setting for this There are no buttons but clicking on the label row with "Labels" should open the dropdown |
@@ -381,7 +381,6 @@ | |||
"@babel/preset-react": "^7.0.0", | |||
"@babel/preset-typescript": "^7.16.7", | |||
"@babel/register": "^7.5.5", | |||
"@ethersproject/bignumber": "^5.7.0", | |||
"@lavamoat/allow-scripts": "^2.3.1", | |||
"@lavamoat/lavapack": "^5.2.4", | |||
"@metamask/auto-changelog": "^2.1.0", |
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.
I think creating a comment thread for this will allow the conversation to continue after I merge
@abdelrahmansheta16 does your cursor change to a pointer hand when you hover over the row?
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #21054 +/- ##
========================================
Coverage 68.35% 68.35%
========================================
Files 1007 1007
Lines 40269 40269
Branches 10773 10773
========================================
Hits 27524 27524
Misses 12745 12745 ☔ View full report in Codecov by Sentry. |
Builds ready [9aa40d3]
Page Load Metrics (1021 ± 409 ms)
Bundle size diffs
|
Description
This PR removes a duplicate
@ethersproject/bignumber
npm package. keeps the one in dependencies and removes the other one from devDependencies.This PR also updates the package from ^5.6.2 → ^5.7.0. I did not find any reasons to not do this.
Manual testing steps
build app and check app is working
Fixes #21055
Pre-merge author checklist
Pre-merge reviewer checklist